Description
Class members
CL_MPEG(
const char *filename,
bool video = true,
bool audio = true)
~CL_MPEG()
void set_audio(bool flag)
void set_video(bool flag)
void set_double(bool flag)
void set_loop(bool flag)
void set_volume(int volume)
void move(
int x,
int y)
bool has_video()
bool has_audio()
unsigned int get_width()
unsigned int get_height()
unsigned int get_current_frame()
double get_current_fps()
CL_MPEG_Status get_status()
void play()
void pause()
void stop()
void rewind()
void set_display(
CL_Target* dst,
CL_Mutex* surfLock,
CL_MPEG_DisplayCallback callback)
void set_display(CL_Target* dst)
char* get_error()
See Also
None
Back to index
|