Home
last modified time | relevance | path

Searched refs:OH_AVScreenCapture_OnError (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A D_o_h___a_v_screen_capture_callback.md14 **替代接口:**[OH_AVScreenCapture_OnError](_a_v_screen_capture.md#oh_avscreencapture_onerror) [OH_AVScre…
61 **替代接口:**[OH_AVScreenCapture_OnError](_a_v_screen_capture.md#oh_avscreencapture_onerror)
H A D_a_v_screen_capture.md79 | typedef void(\* [OH_AVScreenCapture_OnError](#oh_avscreencapture_onerror)) ([OH_AVScreenCapture](…
121 … (struct [OH_AVScreenCapture](#oh_avscreencapture) \*capture, [OH_AVScreenCapture_OnError](#oh_avs…
280 ### OH_AVScreenCapture_OnError subsection
283 typedef void(* OH_AVScreenCapture_OnError) (OH_AVScreenCapture *capture, int32_t errorCode, void *u…
351 [OH_AVScreenCapture_OnError](#oh_avscreencapture_onerror) [OH_AVScreenCapture_OnBufferAvailable](#o…
427 **替代接口:**[OH_AVScreenCapture_OnError](#oh_avscreencapture_onerror)
1323 …Capture_SetErrorCallback (struct OH_AVScreenCapture * capture, OH_AVScreenCapture_OnError callback…
1341 | callback | 指向错误处理回调方法实例的指针[OH_AVScreenCapture_OnError](#oh_avscreencapture_onerror)。 |
1403 …IC_UNAVAILABLE](#oh_avscreencapturestatecode-1)状态),或通过错误处理回调方法[OH_AVScreenCapture_OnError](#oh_avs…
H A Dnative__avscreen__capture_8h.md42 …apture](_a_v_screen_capture.md#oh_avscreencapture) \*capture, [OH_AVScreenCapture_OnError](_a_v_sc…
H A Dnative__avscreen__capture__base_8h.md71 | typedef void(\* [OH_AVScreenCapture_OnError](_a_v_screen_capture.md#oh_avscreencapture_onerror)) …
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A D_o_h___a_v_screen_capture_callback.md14 **Substitute APIs**: [OH_AVScreenCapture_OnError](_a_v_screen_capture.md#oh_avscreencapture_onerror…
61 **Substitute API**: [OH_AVScreenCapture_OnError](_a_v_screen_capture.md#oh_avscreencapture_onerror)
H A D_a_v_screen_capture.md79 | typedef void(\* [OH_AVScreenCapture_OnError](#oh_avscreencapture_onerror)) ([OH_AVScreenCapture](…
121 … (struct [OH_AVScreenCapture](#oh_avscreencapture) \*capture, [OH_AVScreenCapture_OnError](#oh_avs…
300 ### OH_AVScreenCapture_OnError subsection
303 typedef void(* OH_AVScreenCapture_OnError) (OH_AVScreenCapture *capture, int32_t errorCode, void *u…
379 [OH_AVScreenCapture_OnError](#oh_avscreencapture_onerror) and [OH_AVScreenCapture_OnBufferAvailable…
463 **Substitute API**: [OH_AVScreenCapture_OnError](#oh_avscreencapture_onerror)
1435 …Capture_SetErrorCallback (struct OH_AVScreenCapture * capture, OH_AVScreenCapture_OnError callback…
1455 | callback | Error processing callback, which is [OH_AVScreenCapture_OnError](#oh_avscreencapture_o…
1523 … microphone is unavailable), or the error processing callback [OH_AVScreenCapture_OnError](#oh_avs…
H A Dnative__avscreen__capture_8h.md42 …apture](_a_v_screen_capture.md#oh_avscreencapture) \*capture, [OH_AVScreenCapture_OnError](_a_v_sc…
H A Dnative__avscreen__capture__base_8h.md71 | typedef void(\* [OH_AVScreenCapture_OnError](_a_v_screen_capture.md#oh_avscreencapture_onerror)) …
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture.h252 OH_AVScreenCapture_OnError callback, void *userData);
H A Dnative_avscreen_capture_base.h507 typedef void (*OH_AVScreenCapture_OnError)(OH_AVScreenCapture *capture, int32_t errorCode, void *us… typedef
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp71 NativeScreenCaptureErrorCallback(OH_AVScreenCapture_OnError callback, void *userData) in NativeScreenCaptureErrorCallback()
82 OH_AVScreenCapture_OnError callback_;
342 bool SetErrorCallback(OH_AVScreenCapture_OnError callback, void *userData) in SetErrorCallback()
805 OH_AVScreenCapture_OnError callback, void *userData) in OH_AVScreenCapture_SetErrorCallback()