libdvbpsi
1.3.0
src
descriptors
dr_0e.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_0e.h
3
* Copyright (C) 2001-2010 VideoLAN
4
* $Id: dr_0e.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
35
#ifndef _DVBPSI_DR_0E_H_
36
#define _DVBPSI_DR_0E_H_
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
41
42
43
/*****************************************************************************
44
* dvbpsi_max_bitrate_dr_t
45
*****************************************************************************/
57
typedef
struct
dvbpsi_max_bitrate_dr_s
58
{
59
uint32_t
i_max_bitrate
;
61
}
dvbpsi_max_bitrate_dr_t
;
62
63
64
/*****************************************************************************
65
* dvbpsi_DecodeMaxBitrateDr
66
*****************************************************************************/
75
dvbpsi_max_bitrate_dr_t
*
dvbpsi_DecodeMaxBitrateDr
(
76
dvbpsi_descriptor_t
* p_descriptor);
77
78
79
/*****************************************************************************
80
* dvbpsi_GenMaxBitrateDr
81
*****************************************************************************/
91
dvbpsi_descriptor_t
*
dvbpsi_GenMaxBitrateDr
(
92
dvbpsi_max_bitrate_dr_t
* p_decoded,
93
bool
b_duplicate);
94
95
96
#ifdef __cplusplus
97
};
98
#endif
99
100
#else
101
#error "Multiple inclusions of dr_0e.h"
102
#endif
103
dvbpsi_max_bitrate_dr_t
struct dvbpsi_max_bitrate_dr_s dvbpsi_max_bitrate_dr_t
dvbpsi_max_bitrate_dr_t type definition.
dvbpsi_max_bitrate_dr_s::i_max_bitrate
uint32_t i_max_bitrate
Definition:
dr_0e.h:59
dvbpsi_DecodeMaxBitrateDr
dvbpsi_max_bitrate_dr_t * dvbpsi_DecodeMaxBitrateDr(dvbpsi_descriptor_t *p_descriptor)
"maximum bitrate" descriptor decoder.
dvbpsi_GenMaxBitrateDr
dvbpsi_descriptor_t * dvbpsi_GenMaxBitrateDr(dvbpsi_max_bitrate_dr_t *p_decoded, bool b_duplicate)
"maximum bitrate" descriptor generator.
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:82
dvbpsi_max_bitrate_dr_s
"maximum bitrate" descriptor structure.
Definition:
dr_0e.h:57
Generated on Mon May 28 2018 13:13:09 for libdvbpsi by
1.8.17