次の方法で共有


AudioStreamFormat.GetCompressedFormat(AudioStreamContainerFormat) メソッド

定義

入力で使用する圧縮オーディオ コンテナー形式を指定するオーディオ ストリーム形式オブジェクトを作成します。 1.4.0 で追加

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

パラメーター

compressedFormat
AudioStreamContainerFormat

形式は AudioStreamContainerFormat 列挙型で定義されています

戻り値

作成されるオーディオ ストリーム形式。

注釈

コーデック圧縮オーディオ入力を使用したコード例」も参照してください

適用対象