📄 disk_rp.h
字号:
#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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -