Delen via


AudioStreamFormat.GetWaveFormatPCM(UInt32, Byte, Byte) Methode

Definitie

Hiermee maakt u een audiostream-indelingsobject met de opgegeven PCM waveformat-kenmerken.

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

Parameters

samplesPerSecond
UInt32

Steekproeffrequentie, in steekproeven per seconde (Hertz).

bitsPerSample
Byte

Bits per voorbeeld.

channels
Byte

Aantal kanalen in de waveform-audio-gegevens.

Retouren

De audiostreamindeling die wordt gemaakt.

Opmerkingen

Zie ook: 8b98273f908d40a0adacae85a32cf23953105ae4ca644353b44f3486cf75a6f

Van toepassing op