Searched defs:AudioStreamMgrAsyncContext (Results 1 – 1 of 1) sorted by relevance
40 struct AudioStreamMgrAsyncContext { struct41 napi_env env;42 napi_async_work work;43 napi_deferred deferred;44 napi_ref callbackRef = nullptr;45 int32_t status = SUCCESS;46 int32_t volType;47 int32_t contentType;48 int32_t streamUsage;49 bool isTrue;[all …]