# OutputInfo - [Overview](#section357683563165632) - [Summary](#section1394105377165632) - [Data Fields](#pub-attribs) - [Details](#section748509999165632) - [Field](#section1953417827165632) - [bufferCnt](#ac131b4abc43415f000a0750e82bb881d) - [buffers](#a5a8cc2acb5f2918dde6fa60562e54d00) - [flag](#a56f914be981dd3a2f0ee8c65e501d8f1) - [sequence](#a6ad161decc8e676690c66d2a6dbde468) - [timeStamp](#ac160a64994059683a0fc0547ab734a87) - [type](#ad3d70960789585a3b2014d83dddc448b) - [vendorPrivate](#a751ecb0c55401f130bf1a5b6492e1f38) ## **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 ** ## 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