# OutputInfo ## **Overview** **Related Modules:** [Codec](Codec.md) **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](CodecBufferInfo.md). ## 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