PushAudioOutputStream Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents audio output stream used for custom audio output configurations. Updated in 1.7.0
public sealed class PushAudioOutputStream : Microsoft.CognitiveServices.Speech.Audio.AudioOutputStream
type PushAudioOutputStream = class
inherit AudioOutputStream
Public NotInheritable Class PushAudioOutputStream
Inherits AudioOutputStream
- Inheritance
Constructors
PushAudioOutputStream(PushAudioOutputStreamCallback) |
Creates a PushAudioOutputStream that delegates to the specified callback interface for write() and close() methods. |
Fields
isDisposing |
Indicates whether the object is currently being disposed. (Inherited from AudioOutputStream) |
Methods
Dispose() |
Dispose of associated resources. (Inherited from AudioOutputStream) |
Dispose(Boolean) |
This method performs cleanup of resources.
The Boolean parameter |