IAudioOutput Interface |
Namespace: Accord.Audio
The IAudioOutput type exposes the following members.
Name | Description | |
---|---|---|
IsRunning |
Gets a value indicating whether this instance is playing audio.
| |
Output |
Audio output.
|
Name | Description | |
---|---|---|
Play |
Starts playing the buffer
| |
SignalToStop |
Signals audio output to stop its work.
| |
Stop |
Stops playing the buffer
| |
WaitForStop |
Wait until audio output has stopped.
|
Name | Description | |
---|---|---|
AudioOutputError |
Audio output error event.
| |
FramePlayingStarted |
Indicates a block of frames have started execution.
| |
NewFrameRequested |
Indicates the audio output is requesting a new sample.
| |
Stopped |
Indicates all frames have been played and the audio finished.
|