21 #ifndef AVUTIL_DOWNMIX_INFO_H 
   22 #define AVUTIL_DOWNMIX_INFO_H 
This structure describes decoded (raw) audio or video data. 
 
double center_mix_level_ltrt
Absolute scale factor representing the nominal level of the center channel during an Lt/Rt compatible...
 
AVDownmixInfo * av_downmix_info_update_side_data(AVFrame *frame)
Get a frame's AV_FRAME_DATA_DOWNMIX_INFO side data for editing. 
 
double surround_mix_level_ltrt
Absolute scale factor representing the nominal level of the surround channels during an Lt/Rt compati...
 
Lt/Rt 2-channel downmix, Dolby Pro Logic II compatible. 
 
double lfe_mix_level
Absolute scale factor representing the level at which the LFE data is mixed into L/R channels during ...
 
This structure describes optional metadata relevant to a downmix procedure. 
 
AVDownmixType
Possible downmix types. 
 
reference-counted frame API 
 
Lt/Rt 2-channel downmix, Dolby Surround compatible. 
 
Lo/Ro 2-channel downmix (Stereo). 
 
double surround_mix_level
Absolute scale factor representing the nominal level of the surround channels during a regular downmi...
 
double center_mix_level
Absolute scale factor representing the nominal level of the center channel during a regular downmix...
 
enum AVDownmixType preferred_downmix_type
Type of downmix preferred by the mastering engineer.