1 Star 0 Fork 4.9K

Cain / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
VideoTrackSourceInfo.md 5.44 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

VideoTrackSourceInfo

Overview

Related Modules:

Format

Description:

Defines information about the muxer video source.

Since:

1.0

Version:

1.0

Summary

Data Fields

Variable Name

Description

codecType

CodecFormat 

width

uint32_t 

height

uint32_t 

bitRate

uint32_t 

frameRate

uint32_t 

speed

float 

keyFrameInterval

uint32_t 

Details

Field Documentation

bitRate

uint32_t VideoTrackSourceInfo::bitRate

Description:

Encoding bit rate, in bit/s

codecType

[CodecFormat](Format.md#gaf7ed135f15d4b218d41705bac0122ba7) VideoTrackSourceInfo::codecType

Description:

Video encoding type, for details, see CodecFormat.

frameRate

uint32_t VideoTrackSourceInfo::frameRate

Description:

Encoding frame rate

height

uint32_t VideoTrackSourceInfo::height

Description:

Video height

keyFrameInterval

uint32_t VideoTrackSourceInfo::keyFrameInterval

Description:

Keyframe interval

speed

float VideoTrackSourceInfo::speed

Description:

Video speed

width

uint32_t VideoTrackSourceInfo::width

Description:

Video width

1
https://gitee.com/cain_qin/docs.git
git@gitee.com:cain_qin/docs.git
cain_qin
docs
docs
master

搜索帮助