Freigeben über


AudioConfig.FromStreamOutput Methode

Definition

Überlädt

FromStreamOutput(AudioOutputStream)

Erstellt ein AudioConfig-Objekt, das den angegebenen Stream darstellt. In Version 1.4.0 hinzugefügt

FromStreamOutput(PushAudioOutputStreamCallback)

Erstellt ein AudioConfig-Objekt, das den angegebenen Stream darstellt. In Version 1.4.0 hinzugefügt

FromStreamOutput(AudioOutputStream)

Erstellt ein AudioConfig-Objekt, das den angegebenen Stream darstellt. In Version 1.4.0 hinzugefügt

public static Microsoft.CognitiveServices.Speech.Audio.AudioConfig FromStreamOutput (Microsoft.CognitiveServices.Speech.Audio.AudioOutputStream audioStream);
static member FromStreamOutput : Microsoft.CognitiveServices.Speech.Audio.AudioOutputStream -> Microsoft.CognitiveServices.Speech.Audio.AudioConfig
Public Shared Function FromStreamOutput (audioStream As AudioOutputStream) As AudioConfig

Parameter

audioStream
AudioOutputStream

Gibt den benutzerdefinierten Audioausgabestream an.

Gibt zurück

Ein Audioausgabekonfigurationsobjekt.

Gilt für:

FromStreamOutput(PushAudioOutputStreamCallback)

Erstellt ein AudioConfig-Objekt, das den angegebenen Stream darstellt. In Version 1.4.0 hinzugefügt

public static Microsoft.CognitiveServices.Speech.Audio.AudioConfig FromStreamOutput (Microsoft.CognitiveServices.Speech.Audio.PushAudioOutputStreamCallback callback);
static member FromStreamOutput : Microsoft.CognitiveServices.Speech.Audio.PushAudioOutputStreamCallback -> Microsoft.CognitiveServices.Speech.Audio.AudioConfig
Public Shared Function FromStreamOutput (callback As PushAudioOutputStreamCallback) As AudioConfig

Parameter

callback
PushAudioOutputStreamCallback

Gibt den Push-Audioausgabestreamrückruf an.

Gibt zurück

Ein Audioausgabekonfigurationsobjekt.

Gilt für: