你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PushAudioOutputStream(PushAudioOutputStreamCallback) 构造函数

定义

创建 PushAudioOutputStream,该流委托给 write () 和 close () 方法的指定回调接口。

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 派生的自定义音频输出对象。

适用于