[svn r58] Fixed delay on audio frames's timestamps, and refactoring the autotools usage.
1 #ifndef MMYTH_VIDEOPLAYER_H_
2 #define MMYTH_VIDEOPLAYER_H_
6 void mmyth_player_init (MMythUi * mmyth_ui);
7 void mmyth_player_stop (MMythUi * mmyth_ui);
9 void mmyth_play_channel (MMythUi * mmyth_ui, gint service_id);
12 #endif /* MMYTH_VIDEOPLAYER_H_ */