service.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
- /*****************************************************************************
- File Name : service.h
- Description: service type information (DVB/DSS PAL/NTSC etc.)
- Copyright (C) 2004 STMicroelectronics
- *****************************************************************************/
- /* Define to prevent recursive inclusion */
- #ifndef __SERVICE_H
- #define __SERVICE_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "staud.h" //TMTM
- #include "sttuner.h"
- /* Exported Types ------------------------------------------------------ */
- typedef enum _KB_ServiceMode
- {
- SERVICE_MODE_NONE,
- SERVICE_MODE_DVB
- } KB_ServiceMode;
- typedef enum _KB_ServiceDisplay
- {
- SERVICE_DISPLAY_NONE,
- SERVICE_DISPLAY_PAL,
- SERVICE_DISPLAY_NTSC,
- SERVICE_DISPLAY_SECAM
- } KB_ServiceDisplay;
- ST_ErrorCode_t KB_ServiceAUDInitPara (KB_ServiceMode SERVICE_Mode,
- STAUD_InitParams_t *STAUD_InitParams_p,
- STAUD_BroadcastProfile_t *STAUD_BroadcastProfile_p );
- #endif /* __SERVICE_H */
- /* EOF --------------------------------------------------------------------- */