maemo-ui/src/mmyth_videoplayer.h
author rosfran
Mon Nov 06 23:12:21 2006 +0000 (2006-11-06)
branchtrunk
changeset 70 4ba74b706853
permissions -rw-r--r--
[svn r71] Added some new functions: set channel, change program info improvements, faster live TV content rendering.
     1 #ifndef MMYTH_VIDEOPLAYER_H_
     2 #define MMYTH_VIDEOPLAYER_H_
     3 
     4 #include "mmyth_ui.h"
     5 
     6 void mmyth_player_init (MMythUi * mmyth_ui);
     7 void mmyth_player_stop (MMythUi * mmyth_ui);
     8 
     9 void mmyth_play_channel (MMythUi * mmyth_ui, gint service_id);
    10 
    11 
    12 #endif /* MMYTH_VIDEOPLAYER_H_ */