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


1. uint32_t OutputInfo::bufferCnt

Description:

Number of buffers

buffers


1. [CodecBufferInfo]($api-api-SmartVision-Devices-CodecBufferInfo.md)* OutputInfo::buffers

Description:

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

flag


1. uint32_t OutputInfo::flag

Description:

Output flag

sequence


1. uint32_t OutputInfo::sequence

Description:

Corresponding input sequence number

timeStamp


1. int64_t OutputInfo::timeStamp

Description:

Output timestamp

type


1. [CodecType]($api-api-SmartVision-Devices-Codec.md#ga03b4b6ae5fb82af68d46aaea3d3e4d79) OutputInfo::type

Description:

Codec type

vendorPrivate


1. void* OutputInfo::vendorPrivate

Description:

Private information about a device vendor