Home
last modified time | relevance | path

Searched refs:JsGetAudioEffectMode (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.h187 static napi_value JsGetAudioEffectMode(napi_env env, napi_callback_info info);
H A Davplayer_napi.cpp113 DECLARE_NAPI_GETTER_SETTER("audioEffectMode", JsGetAudioEffectMode, JsSetAudioEffectMode), in Init()
2075 napi_value AVPlayerNapi::JsGetAudioEffectMode(napi_env env, napi_callback_info info) in JsGetAudioEffectMode() function in OHOS::Media::AVPlayerNapi
2077 MediaTrace trace("AVPlayerNapi::JsGetAudioEffectMode"); in JsGetAudioEffectMode()
2078 MEDIA_LOGI("JsGetAudioEffectMode In"); in JsGetAudioEffectMode()
2087 MEDIA_LOGI("JsGetAudioEffectMode Out"); in JsGetAudioEffectMode()

Completed in 6 milliseconds