Searched defs:RingtonePlayerAsyncContext (Results 1 – 1 of 1) sorted by relevance
77 struct RingtonePlayerAsyncContext { struct78 napi_env env;79 napi_async_work work;80 napi_deferred deferred;81 napi_ref callbackRef;82 bool status;86 int32_t rendererFlags;87 float volume;88 bool loop;89 std::string title;[all …]