libdvbpsi
1.3.0
|
"AAC Audio" descriptor structure. More...
Data Fields | |
dvbpsi_aac_profile_and_level_t | i_profile_and_level |
bool | b_type |
dvbpsi_aac_type_t | i_type |
uint8_t | i_additional_info_length |
uint8_t * | p_additional_info |
"AAC Audio" descriptor structure.
The AAC Audio descriptor is used to label the PIDs that carry AAC audio data.
Indicates presence of AAC type information.
Length of additional info bytes fields
dvbpsi_aac_profile_and_level_t dvbpsi_aac_dr_s::i_profile_and_level |
Specifies the Profile and Level used in MPEG-4 AAC, MPEG-4 HE AAC or MPEG-4 HE AAC v2 according to table 2-71 in ISO/IEC 13818-1:2007/AMD1 [18].
AAC type information,
uint8_t* dvbpsi_aac_dr_s::p_additional_info |
additional info bytes field. Memory is allocated right after sizeof struct, when freeing this struct the additional info bytes field is freed at the same time.