Default constructor.
Destructor
Get the total duration of the music.
Request a new chunk of audio samples from the stream source.
Change the current playing position in the stream source.
Open a music from an audio file.
Open a music from an audio file in memory.
Open a music from an audio file in memory.
Destructor.
Define the audio stream parameters.
The pitch of the sound.
The volume of the sound.
The 3D position of the sound in the audio scene.
Whether or not the stream should loop after reaching the end.
The current playing position (from the beginning) of the stream.
Make the sound's position relative to the listener (true) or absolute (false).
The minimum distance of the sound.
The attenuation factor of the sound.
The number of channels of the stream.
The stream sample rate of the stream
The current status of the stream (stopped, paused, playing)
Start or resume playing the audio stream.
Pause the audio stream.
Stop playing the audio stream.
Request a new chunk of audio samples from the stream source.
Change the current playing position in the stream source.
Streamed music played from an audio file.