libdvbpsi 1.3.2
dr_02.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_02.h
3 * Copyright (C) 2001-2010 VideoLAN
4 * $Id: dr_02.h,v 1.3 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_02_H_
36#define _DVBPSI_DR_02_H_
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42
43/*****************************************************************************
44 * dvbpsi_vstream_dr_t
45 *****************************************************************************/
71
72
73/*****************************************************************************
74 * dvbpsi_DecodeVStreamDr
75 *****************************************************************************/
85
86
87/*****************************************************************************
88 * dvbpsi_GenVStreamDr
89 *****************************************************************************/
100 bool b_duplicate);
101
102
103#ifdef __cplusplus
104};
105#endif
106
107#else
108#error "Multiple inclusions of dr_02.h"
109#endif
110
struct dvbpsi_descriptor_s dvbpsi_descriptor_t
dvbpsi_descriptor_t type definition.
struct dvbpsi_vstream_dr_s dvbpsi_vstream_dr_t
dvbpsi_vstream_dr_t type definition.
dvbpsi_vstream_dr_t * dvbpsi_DecodeVStreamDr(dvbpsi_descriptor_t *p_descriptor)
"video stream" descriptor decoder.
dvbpsi_descriptor_t * dvbpsi_GenVStreamDr(dvbpsi_vstream_dr_t *p_decoded, bool b_duplicate)
"video stream" descriptor generator.
"video stream" descriptor structure.
Definition dr_02.h:58
uint8_t i_chroma_format
Definition dr_02.h:67
bool b_multiple_frame_rate
Definition dr_02.h:59
uint8_t i_profile_level_indication
Definition dr_02.h:66
bool b_constrained_parameter
Definition dr_02.h:62
bool b_still_picture
Definition dr_02.h:63
uint8_t i_frame_rate_code
Definition dr_02.h:60
bool b_mpeg2
Definition dr_02.h:61
bool b_frame_rate_extension
Definition dr_02.h:68