Public Types | |
enum | PlaybackStatus { VID_RUNNING, VID_STOPPED, VID_PAUSED } |
Public Member Functions | |
bool | open_file (const Common::Path fname) |
void | close_file () |
bool | play () |
bool | stop () |
bool | quant () |
bool | is_playback_finished () |
void | set_window (int x=0, int y=0, int xsize=0, int ysize=0) |
bool | get_movie_size (int &sx, int &sy) |
bool | set_window_size (int sx, int sy) |
Static Public Member Functions | |
static bool | init () |
static bool | done () |