AudioStreamFormat.GetCompressedFormat(AudioStreamContainerFormat) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt ein Audiostreamformatobjekt, das angibt, welches komprimierte Audiocontainerformat die Eingabe verwendet. In Version 1.4.0 hinzugefügt
public static Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat GetCompressedFormat (Microsoft.CognitiveServices.Speech.Audio.AudioStreamContainerFormat compressedFormat);
static member GetCompressedFormat : Microsoft.CognitiveServices.Speech.Audio.AudioStreamContainerFormat -> Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat
Public Shared Function GetCompressedFormat (compressedFormat As AudioStreamContainerFormat) As AudioStreamFormat
Parameter
- compressedFormat
- AudioStreamContainerFormat
Formate sind in der AudioStreamContainerFormat-Enumeration definiert.
Gibt zurück
Das Audiostreamformat, das erstellt wird.
Hinweise
Siehe auch: Beispielcode mit codeckomprimierten Audioeingaben
Gilt für:
Azure SDK for .NET