FFmpeg 7.1.1
|
Information on how to render and mix one or more AVIAMFAudioElement to generate the final audio output, as defined in section 3.7 of IAMF. More...
#include <libavutil/iamf.h>
Data Fields | |
const AVClass * | av_class |
AVIAMFSubmix ** | submixes |
Array of submixes. | |
unsigned int | nb_submixes |
Number of submixes in the presentation. | |
AVDictionary * | annotations |
A dictionary of strings describing the mix in different languages. | |
Information on how to render and mix one or more AVIAMFAudioElement to generate the final audio output, as defined in section 3.7 of IAMF.
AVIAMFSubmix** AVIAMFMixPresentation::submixes |
Array of submixes.
Set by av_iamf_mix_presentation_add_submix(), must not be modified by any other code.
unsigned int AVIAMFMixPresentation::nb_submixes |
Number of submixes in the presentation.
Set by av_iamf_mix_presentation_add_submix(), must not be modified by any other code.
AVDictionary* AVIAMFMixPresentation::annotations |
A dictionary of strings describing the mix in different languages.
Must have the same amount of entries as every Submix element annotations, stored in the same order, and with the same key strings.
key is a string conforming to BCP-47 that specifies the language for the string stored in value.