1# OH_VideoInfo 2 3 4## Overview 5 6The **OH_VideoInfo** struct describes the video information. 7 8**System capability**: SystemCapability.Multimedia.Media.AVScreenCapture 9 10**Since**: 10 11 12**Related module**: [AVScreenCapture](_a_v_screen_capture.md) 13 14 15## Summary 16 17 18### Member Variables 19 20| Name| Description| 21| -------- | -------- | 22| [OH_VideoCaptureInfo](_o_h___video_capture_info.md) [videoCapInfo](#videocapinfo) | Video capture information.| 23| [OH_VideoEncInfo](_o_h___video_enc_info.md) [videoEncInfo](#videoencinfo) | Video encoding information.| 24 25 26## Member Variable Description 27 28 29### videoCapInfo 30 31``` 32OH_VideoCaptureInfo OH_VideoInfo::videoCapInfo 33``` 34 35**Description** 36 37Video capture information. 38 39 40### videoEncInfo 41 42``` 43OH_VideoEncInfo OH_VideoInfo::videoEncInfo 44``` 45 46**Description** 47 48Video encoding information. 49