author | renatofilho |
Tue Nov 14 18:02:43 2006 +0000 (2006-11-14) | |
branch | trunk |
changeset 85 | 7f6ea4639cb9 |
permissions | -rw-r--r-- |
renatofilho@20 | 1 |
#ifndef MMYTH_VIDEOPLAYER_H_ |
renatofilho@20 | 2 |
#define MMYTH_VIDEOPLAYER_H_ |
renatofilho@20 | 3 |
|
renatofilho@20 | 4 |
#include "mmyth_ui.h" |
renatofilho@20 | 5 |
|
renatofilho@20 | 6 |
void mmyth_player_init (MMythUi * mmyth_ui); |
renatofilho@20 | 7 |
void mmyth_player_stop (MMythUi * mmyth_ui); |
renatofilho@20 | 8 |
|
renatofilho@20 | 9 |
void mmyth_play_channel (MMythUi * mmyth_ui, gint service_id); |
renatofilho@20 | 10 |
|
renatofilho@20 | 11 |
|
renatofilho@20 | 12 |
#endif /* MMYTH_VIDEOPLAYER_H_ */ |