renatofilho@20: #ifndef MMYTH_VIDEOPLAYER_H_ renatofilho@20: #define MMYTH_VIDEOPLAYER_H_ renatofilho@20: renatofilho@20: #include "mmyth_ui.h" renatofilho@20: renatofilho@20: void mmyth_player_init (MMythUi * mmyth_ui); renatofilho@20: void mmyth_player_stop (MMythUi * mmyth_ui); renatofilho@20: renatofilho@20: void mmyth_play_channel (MMythUi * mmyth_ui, gint service_id); renatofilho@20: renatofilho@20: renatofilho@20: #endif /* MMYTH_VIDEOPLAYER_H_ */