• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_VideoEncInfo
2
3
4## Overview
5
6The **OH_VideoEncInfo** struct describes the video encoding 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_VideoCodecFormat](_a_v_screen_capture.md#oh_videocodecformat) [videoCodec](#videocodec) | Video encoding format.|
24| int32_t [videoBitrate](#videobitrate) | Video bit rate.|
25| int32_t [videoFrameRate](#videoframerate) | Video frame rate.|
26
27
28## Member Variable Description
29
30
31### videoBitrate
32
33```
34int32_t OH_VideoEncInfo::videoBitrate
35```
36
37**Description**
38
39Video bit rate.
40
41
42### videoCodec
43
44```
45OH_VideoCodecFormat OH_VideoEncInfo::videoCodec
46```
47
48**Description**
49
50Video encoding format.
51
52
53### videoFrameRate
54
55```
56int32_t OH_VideoEncInfo::videoFrameRate
57```
58
59**Description**
60
61Video frame rate.
62