Searched defs:SoundPoolAsyncContext (Results 1 – 1 of 1) sorted by relevance
158 struct SoundPoolAsyncContext : public MediaAsyncContext { struct159 explicit SoundPoolAsyncContext(napi_env env) : MediaAsyncContext(env) {} in SoundPoolAsyncContext() argument163 SoundPoolNapi *napi = nullptr;164 std::string url_ = "";165 int32_t fd_ = 0;166 int64_t offset_ = 0;167 int64_t length_ = 0;168 int32_t soundId_ = 0;169 PlayParams playParameters_;170 int32_t streamId_ = 0;[all …]