OH_MultiDisplayCapability
typedef struct OH_MultiDisplayCapability {...} OH_MultiDisplayCapability
Overview
Defines a struct for the multi-screen recording capability. It includes whether the multi-screen supports joint recording and the width and height of the screen for joint recording.
Since: 24
Related module: AVScreenCapture
Header file: native_avscreen_capture_base.h
Summary
Member Variables
| Name | Description |
|---|---|
| bool isMultiDisplaySupport | Whether multi-screen recording is supported. true: yes; false: no. |
| uint32_t width | Width of the screen area that can be recorded, in pixels. |
| uint32_t height | Height of the screen area that can be recorded, in pixels. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-avrecorder-oh-avrecorder-range
openharmony 鸿蒙 errorcode-media
openharmony 鸿蒙 capi-avplayer-base-h
openharmony 鸿蒙 capi-avimage-generator-h
openharmony 鸿蒙 capi-avscreencapture-oh-rect
openharmony 鸿蒙 capi-videoprocessing-videoprocessing-callback
openharmony 鸿蒙 capi-avsinkbase