Home
last modified time | relevance | path

Searched defs:SoundPoolAsyncContext (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
Dsoundpool_napi.h158 struct SoundPoolAsyncContext : public MediaAsyncContext { struct
159 explicit SoundPoolAsyncContext(napi_env env) : MediaAsyncContext(env) {} in SoundPoolAsyncContext() function
163 SoundPoolNapi *napi = nullptr;
164 std::shared_ptr<ISoundPool> soundPool_;
165 std::string url_ = "";
166 int32_t fd_ = 0;
167 int64_t offset_ = 0;
168 int64_t length_ = 0;
169 int32_t soundId_ = 0;
170 PlayParams playParameters_;
[all …]