|
| iVideoStream (tString asName) |
|
virtual bool | LoadFromFile (tString asFilePath)=0 |
|
virtual void | Update (float afTimeStep)=0 |
|
virtual void | Play ()=0 |
|
virtual void | Stop ()=0 |
|
virtual void | Pause (bool abX)=0 |
|
virtual bool | IsPaused ()=0 |
|
virtual void | SetLoop (bool abX)=0 |
|
virtual bool | IsLooping ()=0 |
|
virtual void | CopyToTexture (iTexture *apTexture)=0 |
|
const tString & | GetFileName () |
|
const cVector2l & | GetSize () |
|
bool | reload () |
|
void | unload () |
|
void | destroy () |
|
| iResourceBase (tString asName, unsigned long alPrio) |
|
tString | GetName () |
|
unsigned long | GetHandle () |
|
void | SetHandle (unsigned long alHandle) |
|
tString | GetFilePath () |
|
unsigned long | GetTime () |
|
unsigned long | GetPrio () |
|
unsigned long | GetSize () |
|
void | SetLogDestruction (bool abX) |
|
unsigned int | GetUserCount () |
|
void | IncUserCount () |
|
void | DecUserCount () |
|
bool | HasUsers () |
|
|
tString | msFilePath |
|
cVector2l | mvSize |
|
unsigned int | mlPrio |
|
unsigned long | mlTime |
|
unsigned long | mlSize |
|
unsigned int | mlUserCount |
|
unsigned long | mlHandle |
|
tString | msName |
|
tString | msFilePath |
|
bool | mbLogDestruction |
|
|
static bool | GetLogCreateAndDelete () |
|
static void | SetLogCreateAndDelete (bool abX) |
|
static bool | mbLogCreateAndDelete |
|
◆ reload()
bool hpl::iVideoStream::reload |
( |
| ) |
|
|
inlinevirtual |
virtual bool Reload()=0;
- Returns
- true is reload was successful, else false.
Implements hpl::iResourceBase.
◆ unload()
void hpl::iVideoStream::unload |
( |
| ) |
|
|
inlinevirtual |
◆ destroy()
void hpl::iVideoStream::destroy |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: