harmony 鸿蒙OH_VideoEncInfo

  • 2023-10-30
  • 浏览 (335)

OH_VideoEncInfo

Overview

The OH_VideoEncInfo struct defines video encoding parameters.

NOTE

This struct is reserved and will be provided in later versions.

System capability: SystemCapability.Multimedia.Media.AVScreenCapture

Since

10

Related Modules

AVScreenCapture

Summary

Member Variables

Name Description
videoCodec OH_VideoCodecFormat
Defines the video encoding format.
videoBitrate int32_t
Defines the video bit rate.
videoFrameRate int32_t
Defines the video frame rate.

Member Variable Description

videoBitrate

int32_t OH_VideoEncInfo::videoBitrate

Description

Defines the video bit rate.

videoCodec

OH_VideoCodecFormat OH_VideoEncInfo::videoCodec

Description

Defines the video encoding format.

videoFrameRate

int32_t OH_VideoEncInfo::videoFrameRate

Description

Defines the video frame rate.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞