libdvbpsi 1.3.2
dr_03.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_03.h
3 * Copyright (C) 2001-2012 VideoLAN
4 * $Id: dr_03.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
5 *
6 * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
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
34
35#ifndef _DVBPSI_DR_03_H_
36#define _DVBPSI_DR_03_H_
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42
43/*****************************************************************************
44 * dvbpsi_astream_dr_t
45 *****************************************************************************/
65
66
67/*****************************************************************************
68 * dvbpsi_DecodeAStreamDr
69 *****************************************************************************/
79
80
81/*****************************************************************************
82 * dvbpsi_GenAStreamDr
83 *****************************************************************************/
94 bool b_duplicate);
95
96
97#ifdef __cplusplus
98};
99#endif
100
101#else
102#error "Multiple inclusions of dr_03.h"
103#endif
104
struct dvbpsi_descriptor_s dvbpsi_descriptor_t
dvbpsi_descriptor_t type definition.
dvbpsi_descriptor_t * dvbpsi_GenAStreamDr(dvbpsi_astream_dr_t *p_decoded, bool b_duplicate)
"audio stream" descriptor generator.
struct dvbpsi_astream_dr_s dvbpsi_astream_dr_t
dvbpsi_astream_dr_t type definition.
dvbpsi_astream_dr_t * dvbpsi_DecodeAStreamDr(dvbpsi_descriptor_t *p_descriptor)
"audio stream" descriptor decoder.
"audio stream" descriptor structure.
Definition dr_03.h:58
bool b_free_format
Definition dr_03.h:59
uint8_t i_id
Definition dr_03.h:60
bool b_variable_rate_audio_indicator
Definition dr_03.h:62
uint8_t i_layer
Definition dr_03.h:61