mid_sub_dtv_interface.h 489 B

1234567891011121314
  1. #ifndef _MID_SUB_DTV_INTERFACE_H_
  2. #define _MID_SUB_DTV_INTERFACE_H_
  3. int mid_sub_dtv_open(int CompositionPageId, int AncillaryPageId, unsigned char subtitling_type);
  4. void mid_sub_dtv_close();
  5. void mid_sub_dtv_pause(unsigned char bPause);
  6. void mid_sub_dtv_show(unsigned char bShowSub);
  7. int mid_sbtvd_sub_dtv_open();
  8. void mid_sbtvd_sub_dtv_close();
  9. void mid_sbtvd_sub_dtv_pause(unsigned char bPause);
  10. void mid_sbtvd_sub_dtv_show(unsigned char bShowSub);
  11. #endif //_MID_SUB_DTV_INTERFACE_H_