1 Star 0 Fork 4.9K

famoustang / docs

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

OutputInfo

Overview

Related Modules:

Codec

Description:

Describes output information.

Summary

Data Fields

Variable Name

Description

bufferCnt

uint32_t 

buffers

CodecBufferInfo

timeStamp

int64_t 

sequence

uint32_t 

flag

uint32_t 

type

CodecType 

vendorPrivate

void * 

Details

Field Documentation

bufferCnt

uint32_t OutputInfo::bufferCnt

Description:

Number of buffers

buffers

[CodecBufferInfo](CodecBufferInfo.md)* OutputInfo::buffers

Description:

Pointer to the buffer description. For details, see CodecBufferInfo.

flag

uint32_t OutputInfo::flag

Description:

Output flag

sequence

uint32_t OutputInfo::sequence

Description:

Corresponding input sequence number

timeStamp

int64_t OutputInfo::timeStamp

Description:

Output timestamp

type

[CodecType](Codec.md#ga03b4b6ae5fb82af68d46aaea3d3e4d79) OutputInfo::type

Description:

Codec type

vendorPrivate

void* OutputInfo::vendorPrivate

Description:

Private information about a device vendor

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

搜索帮助