次の方法で共有


AudioStreamFormat.GetWaveFormatPCM(UInt32, Byte, Byte) メソッド

定義

指定した PCM 波形特性を持つオーディオ ストリーム形式オブジェクトを作成します。

public static Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat GetWaveFormatPCM (uint samplesPerSecond, byte bitsPerSample, byte channels);
static member GetWaveFormatPCM : uint32 * byte * byte -> Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat
Public Shared Function GetWaveFormatPCM (samplesPerSecond As UInteger, bitsPerSample As Byte, channels As Byte) As AudioStreamFormat

パラメーター

samplesPerSecond
UInt32

サンプル レート (1 秒あたりのサンプル数 (Hertz)。

bitsPerSample
Byte

サンプルあたりのビット数。

channels
Byte

波形オーディオ データ内のチャネルの数。

戻り値

作成中のオーディオ ストリーム形式。

注釈

関連項目:

適用対象