This class is implemented by platform specific audioclip classes, winaudioclip_dz and macaudioclip_dz.
See Also:
The current position of the audio clip from the start.
The name of the file the audio clip was loaded from (Read Only)
The length of the audio clip (Read Only)
The current rate multiplier for the audio clip
DzError : openFile( String filename )
Opens the file specified by filename and sets up the audio clip.
Parameter(s):
Return Value:
void : pause()
Pauses the audio clip without resetting current position.
void : play()
Plays the audio clip from current position.
void : reset()
Resets the current position of the audio clip to the beginning.