|
FFmpeg
|
Classes | |
| struct | AVDownmixInfo |
| This structure describes optional metadata relevant to a downmix procedure. More... | |
Typedefs | |
| typedef struct AVDownmixInfo | AVDownmixInfo |
| This structure describes optional metadata relevant to a downmix procedure. More... | |
Enumerations | |
| enum | AVDownmixType { AV_DOWNMIX_TYPE_UNKNOWN, AV_DOWNMIX_TYPE_LORO, AV_DOWNMIX_TYPE_LTRT, AV_DOWNMIX_TYPE_DPLII, AV_DOWNMIX_TYPE_NB } |
| Possible downmix types. More... | |
Functions | |
| AVDownmixInfo * | av_downmix_info_update_side_data (AVFrame *frame) |
| Get a frame's AV_FRAME_DATA_DOWNMIX_INFO side data for editing. More... | |
| typedef struct AVDownmixInfo AVDownmixInfo |
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.
| enum AVDownmixType |
Possible downmix types.
| AVDownmixInfo* av_downmix_info_update_side_data | ( | AVFrame * | frame | ) |
Get a frame's AV_FRAME_DATA_DOWNMIX_INFO side data for editing.
If the side data is absent, it is created and added to the frame.
| frame | the frame for which the side data is to be obtained or created |
1.8.12