Méthode | Description | |
---|---|---|
CreateAudioSource ( string path ) : IAudioSource |
Creates an AudioSource.
|
|
Dispose ( ) : void |
Disposes the object.
|
|
Initialize ( IAudioSource audioSource ) : void |
Initializes the audio provider with the given audio source.
|
|
Pause ( ) : void |
Pause a sound.
|
|
Play ( PlaybackMode playbackMode ) : void |
Plays the sound.
|
|
Resume ( ) : void |
Resumes a sound.
|
|
Seek ( long position ) : void |
Seeks a sound to a specified position.
|
|
Stop ( ) : void |
Stops the sound.
|
|
WaveOutAudioProvider ( ) : System |
Initializes a new WaveOutProvider class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the object.
|
Méthode | Description | |
---|---|---|
PlaybackChangedEvent ( object sender, |
Triggered if the playback state changed.
|
public CreateAudioSource ( string path ) : IAudioSource | ||
path | string | The Path. |
Résultat | IAudioSource |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | The disposing state. |
Résultat | void |
public Initialize ( IAudioSource audioSource ) : void | ||
audioSource | IAudioSource | The AudioSource. |
Résultat | void |
public Play ( PlaybackMode playbackMode ) : void | ||
playbackMode | PlaybackMode | The PlaybackMode. |
Résultat | void |
public Seek ( long position ) : void | ||
position | long | The Position. |
Résultat | void |