📄 s5h_api.h
字号:
/******************************************************************************
* File name : S5h_api.h
* Start date : 2002.10.28
* By : Chongkun Lee
* Contact : bach1004@samsung.com
* Description: High level APIs
******************************************************************************
*/
#ifndef _S5H_API_H_
#define _S5H_API_H_
/******************************************************************************
* INCLUDES
*****************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
/******************************************************************************
* Defines
*****************************************************************************/
/******************************************************************************
* API Functions
*****************************************************************************/
/***** In S5h_api_backend.c *****/
// BOOL S5H_IsVcdMode( void );
/***** In S5h_api_frontend.c *****/
// S5H_PipelineState_t S5H_GetPipelineState( void );
// void S5H_SetPipelineState( S5H_PipelineState_t state );
// void S5H_SetPipelineStart( ULONG ptr );
// void S5H_SetPipelineStop( ULONG ptr );
// void S5H_SetDumpMode( BOOL type );
// void S5H_SetDumpFlag( BOOL type );
// BOOL S5H_GetDumpMode( void );
// void S5H_SetReadContinueFlag( BOOL type );
// BOOL S5H_GetReadContinueFlag( void );
// void S5H_ClearLastFlag( void );
/***** In S5h_api_play.c *****/
S5H_ErrType_t S5H_ReadCd( S5H_MSF_t start, S5H_MSF_t end,
S5H_SectorType_t st, UCHAR media_type, S5H_InterpolateMode_t ip );
void S5H_Stop( void );
void S5H_AttachPlayCallback( S5H_PLAYCALLBACK func );
void S5H_DetachPlayCallback( void );
void SetTrickMode ( void );
void EndTrickMode ( void );
/*******In S5h_api_graphic.c*****/
void S5H_GfxGetPlaneValue( S5H_GfxPlane_t *plane);
BOOL S5H_GfxSetPlane(void);
void S5H_GfxAdjustPos2Tv(S5H_Position_t *shift);
BOOL S5H_GfxToggleGraphic( BOOL flag);
#ifdef _LISR_MONITOR
void ScrTimerInit(void);
void ScrTimeChkStart(BYTE4 *timer);
BYTE4 Scr_Time_ChkStop(BYTE4 timer);
#endif
#ifdef __cplusplus
}
#endif
#endif /* _S5H_API_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -