Partilhar via


PushAudioOutputStream(PushAudioOutputStreamCallback) Construtor

Definição

Cria um PushAudioOutputStream que delega à interface de retorno de chamada especificada para métodos write() e 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)

Parâmetros

callback
PushAudioOutputStreamCallback

O objeto de saída de áudio personalizado, derivado de PushAudioOutputStreamCallback.

Aplica-se a