|
| VoyagerXSoundXObject (ObjectType objType) |
|
int | open (int monoStereo, int numChan) |
|
void | close () |
|
int | status (int chan) |
|
int | playfile (int chan, Common::String &path, int tstart, int tend) |
|
int | fade (int chan, int endvol, int duration, bool autostop) |
|
void | stop (int chan) |
|
void | volume (int chan, int vol) |
|
void | leftrightvol (int chan, uint8 lvol, uint8 rvol) |
|
void | frequency (int chan, int percent) |
|
void | pan (int chan, int percent) |
|
Common::String | getName () const override |
|
ObjectType | getObjType () const override |
|
bool | isDisposed () const override |
|
int * | getRefCount () const override |
|
void | incRefCount () override |
|
virtual void | decRefCount () override |
|
int | getInheritanceLevel () const override |
|
void | setName (const Common::String &name) override |
|
void | dispose () override |
|
Common::String | asString () override |
|
AbstractObject * | clone () override |
|
Symbol | getMethod (const Common::String &methodName) override |
|
bool | hasProp (const Common::String &propName) override |
|
Datum | getProp (const Common::String &propName) override |
|
Common::String | getPropAt (uint32 index) override |
|
uint32 | getPropCount () override |
|
bool | setProp (const Common::String &propName, const Datum &value, bool force=false) override |
|
bool | hasField (int field) override |
|
Datum | getField (int field) override |
|
bool | setField (int field, const Datum &value) override |
|