World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
#include <downmix_info.h>
Открытые атрибуты | |
enum AVDownmixType | preferred_downmix_type |
double | center_mix_level |
double | center_mix_level_ltrt |
double | surround_mix_level |
double | surround_mix_level_ltrt |
double | lfe_mix_level |
This structure describes optional metadata relevant to a downmix procedure.
All fields are set by the decoder to the value indicated in the audio bitstream (if present), or to a "sane" default otherwise.
См. определение в файле downmix_info.h строка 58
enum AVDownmixType AVDownmixInfo::preferred_downmix_type |
Type of downmix preferred by the mastering engineer.
См. определение в файле downmix_info.h строка 62
double AVDownmixInfo::center_mix_level |
Absolute scale factor representing the nominal level of the center channel during a regular downmix.
См. определение в файле downmix_info.h строка 68
double AVDownmixInfo::center_mix_level_ltrt |
Absolute scale factor representing the nominal level of the center channel during an Lt/Rt compatible downmix.
См. определение в файле downmix_info.h строка 74
double AVDownmixInfo::surround_mix_level |
Absolute scale factor representing the nominal level of the surround channels during a regular downmix.
См. определение в файле downmix_info.h строка 80
double AVDownmixInfo::surround_mix_level_ltrt |
Absolute scale factor representing the nominal level of the surround channels during an Lt/Rt compatible downmix.
См. определение в файле downmix_info.h строка 86
double AVDownmixInfo::lfe_mix_level |
Absolute scale factor representing the level at which the LFE data is mixed into L/R channels during downmixing.
См. определение в файле downmix_info.h строка 92