Searched defs:AudioVolumeGroupManagerAsyncContext (Results 1 – 1 of 1) sorted by relevance
40 struct AudioVolumeGroupManagerAsyncContext { struct41 napi_env env;42 napi_async_work work;43 napi_deferred deferred;44 napi_ref callbackRef = nullptr;45 int32_t volType;46 int32_t volLevel;47 int32_t deviceType;48 int32_t ringMode;49 int32_t scene;[all …]