#include <soundobj.h>

Public Member Functions |
|
| virtual SClass_ID | SuperClassID () |
| Retrieves a constant representing the type
of the plugin. |
|
| virtual BOOL | Play (TimeValue tStart, TimeValue t0, TimeValue t1, TimeValue frameStep)=0 |
| virtual void | Scrub (TimeValue t0, TimeValue t1)=0 |
| virtual TimeValue | Stop ()=0 |
| virtual TimeValue | GetTime ()=0 |
| virtual BOOL | Playing ()=0 |
| virtual void | SaveSound (PAVIFILE pfile, TimeValue t0, TimeValue t1)=0 |
| virtual void | SetMute (BOOL mute)=0 |
| virtual BOOL | IsMute ()=0 |
| virtual SClass_ID SuperClassID | ( | ) | [inline, virtual] |
Retrieves a constant representing the type of the plugin.
Reimplemented from ReferenceTarget.
{return SClass_ID(SOUNDOBJ_CLASS_ID);}
| virtual BOOL Play | ( | TimeValue | tStart, |
| TimeValue | t0, | ||
| TimeValue | t1, | ||
| TimeValue | frameStep | ||
| ) | [pure virtual] |
| virtual void Scrub | ( | TimeValue | t0, |
| TimeValue | t1 | ||
| ) | [pure virtual] |
| virtual TimeValue Stop | ( | ) | [pure virtual] |
| virtual TimeValue GetTime | ( | ) | [pure virtual] |
| virtual BOOL Playing | ( | ) | [pure virtual] |
| virtual void SaveSound | ( | PAVIFILE | pfile, |
| TimeValue | t0, | ||
| TimeValue | t1 | ||
| ) | [pure virtual] |
| virtual void SetMute | ( | BOOL | mute | ) | [pure virtual] |
| virtual BOOL IsMute | ( | ) | [pure virtual] |