FFmpeg
Data Fields
mpeg4_bit_rate_values Struct Reference

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...
 

Detailed Description

Definition at line 644 of file movenc.c.

Field Documentation

◆ buffer_size

uint32_t mpeg4_bit_rate_values::buffer_size

Size of the decoding buffer for the elementary stream in bytes.

Definition at line 645 of file movenc.c.

Referenced by calculate_mpeg4_bit_rates(), mov_write_btrt_tag(), and mov_write_esds_tag().

◆ max_bit_rate

uint32_t mpeg4_bit_rate_values::max_bit_rate

Maximum rate in bits/second over any window of one second.

Definition at line 646 of file movenc.c.

Referenced by calculate_mpeg4_bit_rates(), mov_write_btrt_tag(), and mov_write_esds_tag().

◆ avg_bit_rate

uint32_t mpeg4_bit_rate_values::avg_bit_rate

Average rate in bits/second over the entire presentation.

Definition at line 647 of file movenc.c.

Referenced by calculate_mpeg4_bit_rates(), mov_write_btrt_tag(), mov_write_esds_tag(), and mov_write_isml_manifest().


The documentation for this struct was generated from the following file: