![]() |
Miam-Player
0.8.0
A nice music player
|
#include <avcodec.h>
Public Attributes | |
int | max_bitrate |
int | min_bitrate |
int | avg_bitrate |
int | buffer_size |
uint64_t | vbv_delay |
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.
int AVCPBProperties::avg_bitrate |
Average bitrate of the stream, in bits per second. Zero if unknown or unspecified.
int AVCPBProperties::buffer_size |
The size of the buffer to which the ratecontrol is applied, in bits. Zero if unknown or unspecified.
int AVCPBProperties::max_bitrate |
Maximum bitrate of the stream, in bits per second. Zero if unknown or unspecified.
int AVCPBProperties::min_bitrate |
Minimum bitrate of the stream, in bits per second. Zero if unknown or unspecified.
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.