![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
MPEG Class
Contained in: global
Derived from:
none
Derived by:
none
Group: MPEG (System)
#include <ClanLib/mpeg.h>
public function member index: |
||
Construction: |
||
CL_MPEG | (const char* filename, bool video = true, bool audio = true); | |
~CL_MPEG | (); | |
Operations: |
||
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); |
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); |
Attributes: |
||
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 | (); |
char* | get_error | (); |