Searched defs:SystemTonePlayerAsyncContext (Results 1 – 1 of 1) sorted by relevance
68 struct SystemTonePlayerAsyncContext { struct69 napi_env env;70 napi_async_work work;71 napi_deferred deferred;72 napi_ref callbackRef;73 bool status;74 SystemTonePlayerNapi *objectInfo;75 std::string title;76 int32_t streamID;78 float volume;[all …]