?? disk_rp.h
字號(hào):
#ifndef _DISK_RP_H
#define _DISK_RP_H
typedef enum {
DISK_RECORD,
DISK_PLAY,
DISK_RP,
DISK_REC_STOP,
DISK_PLAY_STOP
}disk_opration_t;
typedef struct {
unsigned char fileid;
unsigned int pcrpid;
unsigned int videopid;
unsigned int audiopid;
unsigned int start_lb;
unsigned int cur_play_lb;
unsigned int cur_rec_lb;
unsigned int filesize;
} file_t;
HR_BOOL dmux_set_play_pid(HR_U8 tpsel, const file_t *fp);
HR_BOOL dmux_set_record_pid(HR_U8 rec_ctrl, const file_t *fp);
void disk_rp(disk_opration_t op);
void disk_showmenu(void);
HR_VOID disk_setmenupara(HR_VOID);
HR_VOID disk_DrawMenuItem(HR_U8 ucItemNo);
HR_VOID disk_DrawWindow(HR_U16 w_posX, HR_U16 w_posY, HR_U16 w_width, HR_U16 w_height, char * w_title);
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -