FFmpeg 7.1.1
|
Recon Gain Info Parameter Data as defined in section 3.8.3 of IAMF. More...
#include <libavutil/iamf.h>
Data Fields | |
const AVClass * | av_class |
unsigned int | subblock_duration |
Duration for the given subblock, in units of 1 / parameter_rate. | |
uint8_t | recon_gain [6][12] |
Array of gain values to be applied to each channel for each layer defined in the Audio Element referencing the parent Parameter Definition. | |
Recon Gain Info Parameter Data as defined in section 3.8.3 of IAMF.
unsigned int AVIAMFReconGain::subblock_duration |
Duration for the given subblock, in units of 1 / parameter_rate.
It must not be 0.
uint8_t AVIAMFReconGain::recon_gain[6][12] |
Array of gain values to be applied to each channel for each layer defined in the Audio Element referencing the parent Parameter Definition.
Values for layers where the AV_IAMF_LAYER_FLAG_RECON_GAIN flag is not set are undefined.
Channel order is: FL, C, FR, SL, SR, TFL, TFR, BL, BR, TBL, TBR, LFE