source: svn/trunk/newcon3bcm2_21bu/dta/src/dvb/dvb_subtitle.h @ 28

Last change on this file since 28 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 382 bytes
Line 
1#ifndef BAPP_DVB_SUBTITLE_H__
2#define BAPP_DVB_SUBTITLE_H__
3
4#define PES_PRIVATE_STREAM_TYPE 0x6
5
6typedef struct bapp_dsub *bapp_dsub_t;
7
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13bapp_dsub_t bapp_dsub_open(void *v_app);
14void bapp_dsub_enable(bapp_dsub_t p_dsub, bool enable, uint16_t page_no);
15void bapp_dsub_process(uint8_t *buf, size_t size);
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
Note: See TracBrowser for help on using the repository browser.