source: svn/trunk/newcon3bcm2_21bu/BSEAV/lib/mpeg2_ts_parse/psip_mss.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.4 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2003-2007, 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_mss.h $
11 * $brcm_Revision: 2 $
12 * $brcm_Date: 2/27/07 11:10a $
13 *
14 * [File Description:]
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /BSEAV/lib/mpeg2_ts_parse/psip_mss.h $
19 *
20 * 2   2/27/07 11:10a marcusk
21 * PR 28155: Added support for language code.
22 *
23 * 1   2/7/05 11:26p dlwin
24 * Merge down for release 2005_REFSW_MERGETOMAIN:
25 *
26 * Irvine_BSEAVSW_Devel/1   8/29/03 5:04p marcusk
27 * Initial Version.
28 *
29 ***************************************************************************/
30#ifndef PSIP_MSS_H__
31#define PSIP_MSS_H__
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
37#include "psip_common.h"
38
39/* TODO: add support for Unicode beyond ASCII */
40
41uint8_t PSIP_MSS_getNumStrings( PSIP_MSS_string mss );
42BERR_Code PSIP_MSS_getString( PSIP_MSS_string mss, int stringNum, int *p_stringSize, char *p_string );
43BERR_Code PSIP_MSS_getCode( PSIP_MSS_string mss, int stringNum, char **ppLanguageCode );
44
45#ifdef __cplusplus
46}
47#endif
48#endif
49/* End of File */
Note: See TracBrowser for help on using the repository browser.