Home
last modified time | relevance | path

Searched refs:OH_AVScreenCapture_StartScreenRecording (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-avscreencapture-for-file.md110 OH_AVScreenCapture_StartScreenRecording(capture);
222 int32_t retStart = OH_AVScreenCapture_StartScreenRecording(capture);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Dnative__avscreen__capture_8h.md31 …de](_a_v_screen_capture.md#oh_avscreen_capture_errcode) [OH_AVScreenCapture_StartScreenRecording](…
32 …screen_capture.md#oh_avscreencapture) \*capture) | 停止录屏,与OH_AVScreenCapture_StartScreenRecording配合…
H A D_a_v_screen_capture.md110 …AVSCREEN_CAPTURE_ErrCode](#oh_avscreen_capture_errcode) [OH_AVScreenCapture_StartScreenRecording](…
111 …AVScreenCapture](#oh_avscreencapture) \*capture) | 停止录屏,与OH_AVScreenCapture_StartScreenRecording配合…
1493 ### OH_AVScreenCapture_StartScreenRecording()
1496 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StartScreenRecording (struct OH_AVScreenCapture * ca…
1557 停止录屏,与[OH_AVScreenCapture_StartScreenRecording](#oh_avscreencapture_startscreenrecording)配合使用。
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture.h97 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StartScreenRecording(struct OH_AVScreenCapture *capt…
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Dnative__avscreen__capture_8h.md31 …de](_a_v_screen_capture.md#oh_avscreen_capture_errcode) [OH_AVScreenCapture_StartScreenRecording](…
32 …s screen recording. This function is used in pair with **OH_AVScreenCapture_StartScreenRecording**…
H A D_a_v_screen_capture.md110 …AVSCREEN_CAPTURE_ErrCode](#oh_avscreen_capture_errcode) [OH_AVScreenCapture_StartScreenRecording](…
111 …s screen recording. This function is used in pair with **OH_AVScreenCapture_StartScreenRecording**…
1617 ### OH_AVScreenCapture_StartScreenRecording()
1620 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StartScreenRecording (struct OH_AVScreenCapture * ca…
1687 Stops screen recording. This function is used in pair with [OH_AVScreenCapture_StartScreenRecording
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-avscreencapture-for-file.md110 OH_AVScreenCapture_StartScreenRecording(capture);
222 int32_t retStart = OH_AVScreenCapture_StartScreenRecording(capture);
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp243 return OH_AVScreenCapture_StartScreenRecording(screenCapture_); in StartScreenRecording()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp558 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StartScreenRecording(struct OH_AVScreenCapture *capt… in OH_AVScreenCapture_StartScreenRecording() function