Audio Player
CLASS aprAudio
Description
The audio player Class provides Methods for converting audio files in a variety of formats to the
native Windows format. The Audio Class can also be used to play the audio files or the Multimedia API
can be used in conjunction with the library to provide greater control over the audio playback.
|
Variables | ||
|
|
Audio File Name | |
|
|
Holds a description for the Last error code | |
|
|
Enable/Disable extended Debug notifications. | |
|
|
Enable/Disable Callstack List to be included in Error Messages (:Debug) | |
|
|
Holds the last error code | |
|
|
|
|
|
Methods | ||
|
|
Creates a new instance of the aprAudio Class | |
|
|
Releases the system resources assigned by the :New() Method. | |
|
|
|
|
|
|
Cancel the playback of an audio file | |
|
|
Convert an audio file from one format to another | |
|
|
Return the format of the specified audio file | |
|
|
Play the specified audio file | |
|
|
Set the last error code for the caller | |