메소드 | 설명 | |
---|---|---|
BuildAudioCue ( Stream audioData ) : |
Build an audio cue from an arbitrary stream.
|
|
BuildAudioCue ( String audioFilename ) : |
Build an audio cue (encapsulation of an audio file).
|
|
Dispose ( ) : void | ||
Process ( ) : void |
Process audio events. This should be called frequently.
|
public abstract BuildAudioCue ( Stream audioData ) : |
||
audioData | Stream | |
리턴 |
public BuildAudioCue ( String audioFilename ) : |
||
audioFilename | String | The audio file to cue up. |
리턴 |