AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Parameters the are part of the Video Usability Information in the H.264 stream. More...
Variables | |
static const char | MaxDecFrameBuffering [] = "DECODER_H264_MAX_DEC_FRAME_BUFFERING" |
H264 Video: Specifies the requested size of the Decoded Picture Buffer. More... | |
Parameters the are part of the Video Usability Information in the H.264 stream.
These parameters can aid decoding but a conformant decoder is not required to process them.
|
static |
H264 Video: Specifies the requested size of the Decoded Picture Buffer.
This parameter can be used to achieve low latency decoding.
This parameter is an integer (0-1).
A typical usage of this parameter is to set it to 1 or 0. In this case the number of decoding threads is implicitly limited to 1. A negative value is ignored by the decoder.