Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the object.
|
|
Initialize ( |
Initializes the audio manager with the given audio source.
|
|
Pause ( ) : void |
Pause the current playback.
|
|
Play ( ) : void |
Plays the specified audio source.
|
|
Play ( PlaybackMode playbackMode ) : void |
Plays the specified audio source.
|
|
Resume ( ) : void |
Resumes the current playback.
|
|
Seek ( long position ) : void |
Seeks to the specified position.
|
|
Stop ( ) : void |
Stops the current playback.
|
Method | Description | |
---|---|---|
AddEffectGroup ( |
Adds an AudioEffectGroup to this instance.
|
|
AudioManager ( IAudioInitializer audioInitializer ) : System |
Initializes a new AudioManager class.
|
|
CreatePropperAudioSource ( string path ) : |
Creates the propper audio source for this provider.
|
|
PlaybackChanged ( object sender, |
Triggered if the playback state changed.
|
public Initialize ( |
||
audioSource | The AudioSource. | |
return | void |
public Play ( PlaybackMode playbackMode ) : void | ||
playbackMode | PlaybackMode | The PlaybackMode. |
return | void |