|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This defines the interface for all objects that can be played.
Method Summary | |
double |
GetCurrentTime()
This method should get the object's current time |
void |
Pause()
This method should tell the object to pause what it is doing. |
void |
Play()
This method should tell the object to start playing. |
void |
Stop()
This method should tell the object to stop what it is doing. |
Method Detail |
public void Play()
public void Pause()
public void Stop()
public double GetCurrentTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |