PushAudioOutputStream Class

Definition

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
PushAudioOutputStream

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 disposing indicates whether the method is called from Dispose() (if disposing is true) or from the finalizer (if disposing is false). Derived classes should override this method to dispose resource if needed.

(Inherited from AudioOutputStream)

Applies to