Share via


PushAudioInputStream Konstruktoren

Definition

Überlädt

PushAudioInputStream()

Erstellt einen speichergesicherten PushAudioInputStream mit dem Standardformat (16 kHz, 16 Bit, Mono PCM).

PushAudioInputStream(AudioStreamFormat)

Erstellt einen speichergesicherten PushAudioInputStream mit dem angegebenen Audioformat.

PushAudioInputStream()

Erstellt einen speichergesicherten PushAudioInputStream mit dem Standardformat (16 kHz, 16 Bit, Mono PCM).

public PushAudioInputStream ();
Public Sub New ()

Gilt für:

PushAudioInputStream(AudioStreamFormat)

Erstellt einen speichergesicherten PushAudioInputStream mit dem angegebenen Audioformat.

public PushAudioInputStream (Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat format);
new Microsoft.CognitiveServices.Speech.Audio.PushAudioInputStream : Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat -> Microsoft.CognitiveServices.Speech.Audio.PushAudioInputStream
Public Sub New (format As AudioStreamFormat)

Parameter

format
AudioStreamFormat

Das Datenformat des Audios, das in die write()-Methode des Pushaudiostreams geschrieben wurde.

Gilt für: