Method | Description | |
---|---|---|
AudioEffect ( ) : System |
Initializes a new AudioEffect class.
|
|
AudioEffect ( |
Initializes a new AudioEffect class.
|
|
Initialize ( ) : void |
Initializes the audio effect.
|
|
Play ( ) : void |
Plays the specified audio source.
|
Method | Description | |
---|---|---|
PlaybackChanged ( object sender, |
Triggered if the playback state changed.
|
public AudioEffect ( |
||
audioSource | The AudioSource. | |
return | System |