#include <aviplayer.h>
Public Member Functions | |
| AviPlayer (char *video, int width, int height) | |
| virtual | ~AviPlayer () |
| virtual void | Update () |
| virtual void | Draw (float x, float y, float width, float height) |
| bool | isRepeatMovie () |
| void | setRepeatMovie (bool repeat) |
Static Public Attributes | |
| static int | debug = 0 |
| static const char * | rcsid = "@(#) $Id: aviplayer.cpp,v 1.8 2006/03/01 19:54:18 hawaii Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" |
Definition at line 38 of file aviplayer.h.
| AviPlayer::AviPlayer | ( | char * | video, | |
| int | width, | |||
| int | height | |||
| ) |
Definition at line 199 of file aviplayer.cpp.
| AviPlayer::~AviPlayer | ( | ) | [virtual] |
Definition at line 201 of file aviplayer.cpp.
| void AviPlayer::Update | ( | ) | [virtual] |
Definition at line 203 of file aviplayer.cpp.
| void AviPlayer::Draw | ( | float | x, | |
| float | y, | |||
| float | width, | |||
| float | height | |||
| ) | [virtual] |
Definition at line 205 of file aviplayer.cpp.
| bool AviPlayer::isRepeatMovie | ( | ) | [inline] |
Definition at line 51 of file aviplayer.h.
| void AviPlayer::setRepeatMovie | ( | bool | repeat | ) | [inline] |
Definition at line 52 of file aviplayer.h.
int AviPlayer::debug = 0 [static] |
Definition at line 45 of file aviplayer.h.
const char * AviPlayer::rcsid = "@(#) $Id: aviplayer.cpp,v 1.8 2006/03/01 19:54:18 hawaii Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" [static] |
Definition at line 46 of file aviplayer.h.
1.5.3