libdvbpsi 1.3.2
dr_0c.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_0c.h
3 * Copyright (C) 2001-2010 VideoLAN
4 * $Id: dr_0c.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_0C_H_
36#define _DVBPSI_DR_0C_H_
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42
43/*****************************************************************************
44 * dvbpsi_mx_buff_utilization_dr_t
45 *****************************************************************************/
64
65
66/*****************************************************************************
67 * dvbpsi_DecodeMxBuffUtilizationDr
68 *****************************************************************************/
78 dvbpsi_descriptor_t * p_descriptor);
79
80
81/*****************************************************************************
82 * dvbpsi_GenMxBuffUtilizationDr
83 *****************************************************************************/
96 bool b_duplicate);
97
98
99#ifdef __cplusplus
100};
101#endif
102
103#else
104#error "Multiple inclusions of dr_0c.h"
105#endif
106
struct dvbpsi_descriptor_s dvbpsi_descriptor_t
dvbpsi_descriptor_t type definition.
struct dvbpsi_mx_buff_utilization_dr_s dvbpsi_mx_buff_utilization_dr_t
dvbpsi_systemclock_dr_t type definition.
dvbpsi_mx_buff_utilization_dr_t * dvbpsi_DecodeMxBuffUtilizationDr(dvbpsi_descriptor_t *p_descriptor)
"multiplex buffer utilization" descriptor decoder.
dvbpsi_descriptor_t * dvbpsi_GenMxBuffUtilizationDr(dvbpsi_mx_buff_utilization_dr_t *p_decoded, bool b_duplicate)
"multiplex buffer utilization" descriptor generator.
"multiplex buffer utilization" descriptor structure.
Definition dr_0c.h:58
bool b_mdv_valid
Definition dr_0c.h:59
uint8_t i_mx_strategy
Definition dr_0c.h:61
uint16_t i_mx_delay_variation
Definition dr_0c.h:60