Searched refs:AVScreenCaptureSignError (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/ |
H A D | avscreen_capture_napi.cpp | 417 asyncCtx->AVScreenCaptureSignError(MSERR_EXT_API9_INVALID_PARAMETER, "SetMivcrophoneEnable", in JsSetMicrophoneEnabled() 424 asyncCtx->AVScreenCaptureSignError(MSERR_EXT_API9_INVALID_PARAMETER, "SetMivcrophoneEnable", in JsSetMicrophoneEnabled() 654 (asyncCtx->AVScreenCaptureSignError(ret, "getAudioSampleRate", "audioSampleRate"), ret)); in GetAudioInfo() 657 (asyncCtx->AVScreenCaptureSignError(ret, "getAudioSampleRate", "audioSampleRate"), ret)); in GetAudioInfo() 664 … (asyncCtx->AVScreenCaptureSignError(ret, "getAudioChannelCount", "audioChannelCount"), ret)); in GetAudioInfo() 667 … (asyncCtx->AVScreenCaptureSignError(ret, "getAudioChannelCount", "audioChannelCount"), ret)); in GetAudioInfo() 676 (asyncCtx->AVScreenCaptureSignError(ret, "getAudioBitrate", "audioBitrate"), ret)); in GetAudioInfo() 696 (asyncCtx->AVScreenCaptureSignError(ret, "getVideoBitrate", "videoBitrate"), ret)); in GetVideoInfo() 710 (asyncCtx->AVScreenCaptureSignError(ret, "getFrameWidth", "frameWidth"), ret)); in GetVideoInfo() 713 (asyncCtx->AVScreenCaptureSignError(ret, "getFrameHeight", "frameHeight"), ret)); in GetVideoInfo() [all …]
|
H A D | avscreen_capture_napi.h | 163 void AVScreenCaptureSignError(int32_t errCode, const std::string &operate,
|