This structure describes the bitrate properties of an encoded bitstream.
More...
#include <libavcodec/avcodec.h>
|
int | max_bitrate |
| Maximum bitrate of the stream, in bits per second. More...
|
|
int | min_bitrate |
| Minimum bitrate of the stream, in bits per second. More...
|
|
int | avg_bitrate |
| Average bitrate of the stream, in bits per second. More...
|
|
int | buffer_size |
| The size of the buffer to which the ratecontrol is applied, in bits. More...
|
|
uint64_t | vbv_delay |
| The delay between the time the packet this structure is associated with is received and the time when it should be decoded, in periods of a 27MHz clock. More...
|
|
This structure describes the bitrate properties of an encoded bitstream.
It roughly corresponds to a subset the VBV parameters for MPEG-2 or HRD parameters for H.264/HEVC.
Definition at line 1128 of file avcodec.h.
◆ max_bitrate
int AVCPBProperties::max_bitrate |
Maximum bitrate of the stream, in bits per second.
Zero if unknown or unspecified.
Definition at line 1134 of file avcodec.h.
◆ min_bitrate
int AVCPBProperties::min_bitrate |
Minimum bitrate of the stream, in bits per second.
Zero if unknown or unspecified.
Definition at line 1143 of file avcodec.h.
◆ avg_bitrate
int AVCPBProperties::avg_bitrate |
Average bitrate of the stream, in bits per second.
Zero if unknown or unspecified.
Definition at line 1152 of file avcodec.h.
◆ buffer_size
int AVCPBProperties::buffer_size |
The size of the buffer to which the ratecontrol is applied, in bits.
Zero if unknown or unspecified.
Definition at line 1161 of file avcodec.h.
◆ vbv_delay
uint64_t AVCPBProperties::vbv_delay |
The delay between the time the packet this structure is associated with is received and the time when it should be decoded, in periods of a 27MHz clock.
UINT64_MAX when unknown or unspecified.
Definition at line 1170 of file avcodec.h.
The documentation for this struct was generated from the following file: