libdvbpsi 0.2.0
dr_52.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002  * dr_52.h
00003  * Copyright (C) 2005-2010 Andrew John Hughes
00004  *
00005  * Authors: Andrew John Hughes <gnu_andrew@member.fsf.org>
00006  *
00007  * This library is free software; you can redistribute it and/or
00008  * modify it under the terms of the GNU Lesser General Public
00009  * License as published by the Free Software Foundation; either
00010  * version 2.1 of the License, or (at your option) any later version.
00011  *
00012  * This library is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015  * Lesser General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU Lesser General Public
00018  * License along with this library; if not, write to the Free Software
00019  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
00020  *
00021  *****************************************************************************/
00022 
00034 #ifndef _DVBPSI_DR_52_H_
00035 #define _DVBPSI_DR_52_H_
00036 
00037 #ifdef __cplusplus
00038 extern "C" {
00039 #endif
00040 
00041 
00042 /*****************************************************************************
00043  * dvbpsi_service_dr_t
00044  *****************************************************************************/
00056 typedef struct dvbpsi_stream_identifier_dr_s
00057 {
00058   uint8_t      i_component_tag;             
00059 } dvbpsi_stream_identifier_dr_t;
00060 
00061 
00062 /*****************************************************************************
00063  * dvbpsi_DecodeStreamIdentifierDr
00064  *****************************************************************************/
00073 dvbpsi_stream_identifier_dr_t* dvbpsi_DecodeStreamIdentifierDr(
00074                               dvbpsi_descriptor_t * p_descriptor);
00075 
00076 
00077 /*****************************************************************************
00078  * dvbpsi_GenStreamIdentifierDr
00079  *****************************************************************************/
00090 dvbpsi_descriptor_t * dvbpsi_GenStreamIdentifierDr(
00091                                         dvbpsi_stream_identifier_dr_t * p_decoded,
00092                                         int b_duplicate);
00093 
00094 
00095 #ifdef __cplusplus
00096 };
00097 #endif
00098 
00099 #else
00100 #error "Multiple inclusions of dr_52.h"
00101 #endif
00102