TEncoderBufferOptions Class Reference

#include "devvideobase.h"

class TEncoderBufferOptions

Detailed Description

Specifies the encoder buffering options.

Member Attribute Documentation

iHrdVbvParams

TPtrC8 iHrdVbvParams

The HRD/VBV buffering parameters. The data format depends on the parameters chosen. For 3GPP TS 26.234 parameters (iHrdVbvSpec=EHrdVbv3GPP), the data in the descriptor is a package of type TPckC<T3gppHrdVbvParams> (see T3gppHrdVbvParams). If no HRD/VBV parameters are used, the descriptor is empty.

iHrdVbvSpec

The HRD/VBV specification that shall be fullfilled.

iMaxCodedPictureSize

TUint iMaxCodedPictureSize

The maximum size of a coded picture, in bytes. Use KMaxTUint for an unlimited size.

iMaxCodedSegmentSize

TUint iMaxCodedSegmentSize

The maximum size of a coded video segment, in bytes. Use KMaxTUint for an unlimited size.

iMaxOutputBufferSize

TUint iMaxOutputBufferSize

The maximum size of an output buffer, in bytes. Use KMaxTUint for an unlimited size.

iMaxPreEncoderBufferPictures

TUint iMaxPreEncoderBufferPictures

The maximum number of pictures in the pre-encoder buffer.

iMinNumOutputBuffers

TUint iMinNumOutputBuffers

The mimimum number of output buffers.