• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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**Header file**: [native_avscreen_capture_base.h](native__avscreen__capture__base_8h.md)
15
16## Summary
17
18
19### Member Variables
20
21| Name| Description|
22| -------- | -------- |
23| [OH_VideoCaptureInfo](_o_h___video_capture_info.md) [videoCapInfo](#videocapinfo) | Video capture information.|
24| [OH_VideoEncInfo](_o_h___video_enc_info.md) [videoEncInfo](#videoencinfo) | Video encoding information.|
25
26
27## Member Variable Description
28
29
30### videoCapInfo
31
32```
33OH_VideoCaptureInfo OH_VideoInfo::videoCapInfo
34```
35
36**Description**
37
38Video capture information.
39
40
41### videoEncInfo
42
43```
44OH_VideoEncInfo OH_VideoInfo::videoEncInfo
45```
46
47**Description**
48
49Video encoding information.
50