libdvbpsi  1.2.0
dr_7c.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * dr_7c.h
3  * Copyright (c) 2012 VideoLAN
4  * $Id$
5  *
6  * Authors: Jean-Paul Saman <jpsaman@videolan.org>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21  *
22  *****************************************************************************/
23 
33 #ifndef _DVBPSI_DR_7C_H_
34 #define _DVBPSI_DR_7c_H_
35 
36 #ifdef __cplusplus
37 extern "C" {
38 #endif
39 
40 /*****************************************************************************
41  * dvbpsi_aac_dr_t
42  *****************************************************************************/
52 {
111 
124 typedef enum dvbpsi_aac_type_s
125 {
156 
167 typedef struct dvbpsi_aac_dr_s
168 {
174  bool b_type;
178  uint8_t *p_additional_info;
183 
184 /*****************************************************************************
185  * dvbpsi_DecodeAACDr
186  *****************************************************************************/
195 
196 /*****************************************************************************
197  * dvbpsi_GenAACDr
198  *****************************************************************************/
207 dvbpsi_descriptor_t *dvbpsi_GenAACDr(dvbpsi_aac_dr_t *p_decoded, bool b_duplicate);
208 
209 #ifdef __cplusplus
210 };
211 #endif
212 
213 #else
214 #error "Multiple inclusions of dr_7c.h"
215 #endif
Definition: dr_7c.h:127
dvbpsi_aac_dr_t * dvbpsi_DecodeAACDr(dvbpsi_descriptor_t *p_descriptor)
"AAC Audio" descriptor decoder.
Definition: dr_7c.h:106
Definition: dr_7c.h:55
Definition: dr_7c.h:130
Definition: dr_7c.h:126
Definition: dr_7c.h:152
Definition: dr_7c.h:108
Definition: dr_7c.h:139
Definition: dr_7c.h:142
Definition: dr_7c.h:153
dvbpsi_aac_type_s
AAC type information as described in table 26, page 41 where column.
Definition: dr_7c.h:124
Definition: dr_7c.h:66
dvbpsi_aac_type_t i_type
Definition: dr_7c.h:175
Definition: dr_7c.h:154
dvbpsi_aac_profile_and_level_s
enumeration of AAC profile and levels as specified in ISO/IEC 13818-1:2007 table 2.71
Definition: dr_7c.h:51
uint8_t * p_additional_info
Definition: dr_7c.h:178
Definition: dr_7c.h:100
Definition: dr_7c.h:58
Definition: dr_7c.h:103
"AAC Audio" descriptor structure.
Definition: dr_7c.h:167
Definition: dr_7c.h:76
Definition: dr_7c.h:138
dvbpsi_descriptor_t * dvbpsi_GenAACDr(dvbpsi_aac_dr_t *p_decoded, bool b_duplicate)
"AAC" descriptor generator.
Definition: dr_7c.h:141
Definition: dr_7c.h:98
dvbpsi_aac_profile_and_level_t i_profile_and_level
Definition: dr_7c.h:169
Definition: dr_7c.h:93
Definition: dr_7c.h:101
Definition: dr_7c.h:78
Definition: dr_7c.h:79
Definition: dr_7c.h:132
Definition: dr_7c.h:94
Definition: dr_7c.h:135
uint8_t i_additional_info_length
Definition: dr_7c.h:177
struct dvbpsi_aac_dr_s dvbpsi_aac_dr_t
dvbpsi_aac_dr_t type definition.
Definition: dr_7c.h:65
Definition: dr_7c.h:75
Definition: dr_7c.h:136
Definition: dr_7c.h:96
enum dvbpsi_aac_profile_and_level_s dvbpsi_aac_profile_and_level_t
AAC profile and level as specified in ISO/IEC 13818-1:2007 table 2.71.
Definition: dr_7c.h:148
bool b_type
Definition: dr_7c.h:174
Definition: dr_7c.h:53
Definition: dr_7c.h:73
Definition: dr_7c.h:102
Definition: dr_7c.h:131
Definition: dr_7c.h:128
Definition: dr_7c.h:133
Definition: dr_7c.h:77
Definition: dr_7c.h:107
Definition: dr_7c.h:129
Definition: dr_7c.h:144
Definition: dr_7c.h:74
Descriptor structure.
Definition: descriptor.h:78
Definition: dr_7c.h:72
Definition: dr_7c.h:97
enum dvbpsi_aac_type_s dvbpsi_aac_type_t
AAC type information as descripted in table 26, page 41 where column 'stream_content' has value 0x06...
Definition: dr_7c.h:105
Definition: dr_7c.h:95
Definition: dr_7c.h:57
Definition: dr_7c.h:56