|
Last change
on this file since 31 was
2,
checked in by phkim, 11 years ago
|
|
1.phkim
- 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 | |
|---|
| 6 | typedef struct bapp_dsub *bapp_dsub_t; |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | #ifdef __cplusplus |
|---|
| 10 | extern "C" { |
|---|
| 11 | #endif |
|---|
| 12 | |
|---|
| 13 | bapp_dsub_t bapp_dsub_open(void *v_app); |
|---|
| 14 | void bapp_dsub_enable(bapp_dsub_t p_dsub, bool enable, uint16_t page_no); |
|---|
| 15 | void 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.