struct AVCodecParameters
Defined at line 54 of file ../../prebuilt/third_party/ffmpeg/pkg/ffmpeg/include/libavcodec/codec_par.h
This struct describes the properties of an encoded stream.
sizeof(AVCodecParameters) is not a part of the public ABI, this struct must
be allocated with avcodec_parameters_alloc() and freed with
avcodec_parameters_free().
Public Members
AVMediaType codec_type
AVCodecID codec_id
uint32_t codec_tag
uint8_t * extradata
int extradata_size
int format
int64_t bit_rate
int bits_per_coded_sample
int bits_per_raw_sample
int profile
int level
int width
int height
AVRational sample_aspect_ratio
AVFieldOrder field_order
AVColorRange color_range
AVColorPrimaries color_primaries
AVColorTransferCharacteristic color_trc
AVColorSpace color_space
AVChromaLocation chroma_location
int video_delay
uint64_t channel_layout
int channels
int sample_rate
int block_align
int frame_size
int initial_padding
int trailing_padding
int seek_preroll
AVChannelLayout ch_layout