Share via


PushAudioOutputStream(PushAudioOutputStreamCallback) コンストラクター

定義

write() メソッドと close() メソッドの指定されたコールバック インターフェイスにデリゲートする PushAudioOutputStream を作成します。

public PushAudioOutputStream (Microsoft.CognitiveServices.Speech.Audio.PushAudioOutputStreamCallback callback);
new Microsoft.CognitiveServices.Speech.Audio.PushAudioOutputStream : Microsoft.CognitiveServices.Speech.Audio.PushAudioOutputStreamCallback -> Microsoft.CognitiveServices.Speech.Audio.PushAudioOutputStream
Public Sub New (callback As PushAudioOutputStreamCallback)

パラメーター

callback
PushAudioOutputStreamCallback

PushAudioOutputStreamCallback から派生したカスタム オーディオ出力オブジェクト。

適用対象