Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture.h310 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_ExcludeContent(struct OH_AVScreenCapture *capture,
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp353 return OH_AVScreenCapture_ExcludeContent(screenCapture_, contentFilter_); in ExcludeWindowContent()
367 return OH_AVScreenCapture_ExcludeContent(screenCapture_, contentFilter_); in ExcludeAudioContent()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Dnative__avscreen__capture_8h.md47 …rCode](_a_v_screen_capture.md#oh_avscreen_capture_errcode) [OH_AVScreenCapture_ExcludeContent](_a_…
H A D_a_v_screen_capture.md126 | [OH_AVSCREEN_CAPTURE_ErrCode](#oh_avscreen_capture_errcode) [OH_AVScreenCapture_ExcludeContent](#…
1015 ### OH_AVScreenCapture_ExcludeContent()
1018 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_ExcludeContent (struct OH_AVScreenCapture * capture,…
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Dnative__avscreen__capture_8h.md47 …rCode](_a_v_screen_capture.md#oh_avscreen_capture_errcode) [OH_AVScreenCapture_ExcludeContent](_a_…
H A D_a_v_screen_capture.md126 | [OH_AVSCREEN_CAPTURE_ErrCode](#oh_avscreen_capture_errcode) [OH_AVScreenCapture_ExcludeContent](#…
1109 ### OH_AVScreenCapture_ExcludeContent()
1112 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_ExcludeContent (struct OH_AVScreenCapture * capture,…
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-avscreencapture-for-buffer.md493 OH_AVScreenCapture_ExcludeContent(capture, contentFilter);
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-avscreencapture-for-buffer.md405 OH_AVScreenCapture_ExcludeContent(capture, contentFilter);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp404 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_ExcludeContent(struct OH_AVScreenCapture *capture, in OH_AVScreenCapture_ExcludeContent() function