Searched defs:SoundPoolAsyncContext (Results 1 – 1 of 1) sorted by relevance
159 explicit SoundPoolAsyncContext(napi_env env) : MediaAsyncContext(env) {} in SoundPoolAsyncContext() argument166 std::string url_ = "";167 int32_t fd_ = 0;168 int64_t offset_ = 0;169 int64_t length_ = 0;170 int32_t soundId_ = 0;172 int32_t streamId_ = 0;173 int32_t loop_ = 0;174 int32_t priority_ = 0;175 float leftVolume_ = 0.0f;[all …]