Home
last modified time | relevance | path

Searched refs:JsGetAVRecorderConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h291 static napi_value JsGetAVRecorderConfig(napi_env env, napi_callback_info info);
H A Davrecorder_napi.cpp85 DECLARE_NAPI_FUNCTION("getAVRecorderConfig", JsGetAVRecorderConfig), in Init()
691 napi_value AVRecorderNapi::JsGetAVRecorderConfig(napi_env env, napi_callback_info info) in JsGetAVRecorderConfig() function in OHOS::Media::AVRecorderNapi