| 1234567891011121314 |
- #ifndef _MID_SUB_DTV_INTERFACE_H_
- #define _MID_SUB_DTV_INTERFACE_H_
- int mid_sub_dtv_open(int CompositionPageId, int AncillaryPageId, unsigned char subtitling_type);
- void mid_sub_dtv_close();
- void mid_sub_dtv_pause(unsigned char bPause);
- void mid_sub_dtv_show(unsigned char bShowSub);
- int mid_sbtvd_sub_dtv_open();
- void mid_sbtvd_sub_dtv_close();
- void mid_sbtvd_sub_dtv_pause(unsigned char bPause);
- void mid_sbtvd_sub_dtv_show(unsigned char bShowSub);
- #endif //_MID_SUB_DTV_INTERFACE_H_
|