source: svn/trunk/newcon3bcm2_21bu/BSEAV/lib/mpeg2_ts_parse/psip_mgt.h

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2003, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile: psip_mgt.h $
11 * $brcm_Revision: 1 $
12 * $brcm_Date: 2/7/05 11:26p $
13 *
14 * [File Description:]
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /BSEAV/lib/mpeg2_ts_parse/psip_mgt.h $
19 *
20 * 1   2/7/05 11:26p dlwin
21 * Merge down for release 2005_REFSW_MERGETOMAIN:
22 *
23 * Irvine_BSEAVSW_Devel/1   8/29/03 5:04p marcusk
24 * Initial Version.
25 *
26 ***************************************************************************/
27#ifndef PSIP_MGT_H__
28#define PSIP_MGT_H__
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34typedef struct
35{
36        uint16_t        table_type;
37        uint16_t        table_type_PID;
38        uint8_t         table_type_version_number;
39        uint32_t        number_bytes;
40} PSIP_MGT_table;
41
42uint16_t PSIP_MGT_getTablesDefined( const uint8_t *buf );
43TS_PSI_descriptor PSIP_MGT_getAdditionalDescriptor( const uint8_t *buf, int descriptorNum );
44
45BERR_Code PSIP_MGT_getTable( const uint8_t *buf, int tableNum, PSIP_MGT_table *p_table );
46TS_PSI_descriptor PSIP_MGT_getTableDescriptor( const uint8_t *buf, int tableNum, int descriptorNum);
47
48#ifdef __cplusplus
49}
50#endif
51#endif
52/* End of File */
Note: See TracBrowser for help on using the repository browser.