FFmpeg
|
Data Fields | |
uint32_t | buffer_size |
Size of the decoding buffer for the elementary stream in bytes. More... | |
uint32_t | max_bit_rate |
Maximum rate in bits/second over any window of one second. More... | |
uint32_t | avg_bit_rate |
Average rate in bits/second over the entire presentation. More... | |
uint32_t mpeg4_bit_rate_values::buffer_size |
Size of the decoding buffer for the elementary stream in bytes.
Definition at line 668 of file movenc.c.
Referenced by mov_write_btrt_tag(), and mov_write_esds_tag().
uint32_t mpeg4_bit_rate_values::max_bit_rate |
Maximum rate in bits/second over any window of one second.
Definition at line 669 of file movenc.c.
Referenced by mov_write_btrt_tag(), and mov_write_esds_tag().
uint32_t mpeg4_bit_rate_values::avg_bit_rate |
Average rate in bits/second over the entire presentation.
Definition at line 670 of file movenc.c.
Referenced by mov_write_btrt_tag(), mov_write_esds_tag(), and mov_write_isml_manifest().