SoundSampleData

SoundSampleData(long)

Initialise les nouvelles données d’échantillon sonore.

public SoundSampleData(long samplingRate)
ParamètreTaperLa description
samplingRateInt64Le taux d’échantillonnage.

Voir également


SoundSampleData(long, int)

Initialise les nouvelles données d’échantillon sonore.

public SoundSampleData(long samplingRate, int numberOfSoundChannels)
ParamètreTaperLa description
samplingRateInt64Le taux d’échantillonnage.
numberOfSoundChannelsInt32Le nombre de canaux audio.

Voir également


SoundSampleData(long, int, int)

Initialise les nouvelles données d’échantillon sonore.

public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel)
ParamètreTaperLa description
samplingRateInt64Le taux d’échantillonnage.
numberOfSoundChannelsInt32Le nombre de canaux audio.
bitsPerChannelInt32Le nombre de bits par valeur d’échantillon par canal.

Voir également


SoundSampleData(long, int, int, SoundSampleDataEncodingFormat)

Initialise les nouvelles données d’échantillon sonore.

public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel, 
    SoundSampleDataEncodingFormat soundSampleDataEncodingFormat)
ParamètreTaperLa description
samplingRateInt64Le taux d’échantillonnage.
numberOfSoundChannelsInt32Le nombre de canaux audio.
bitsPerChannelInt32Le nombre de bits par valeur d’échantillon par canal.
soundSampleDataEncodingFormatSoundSampleDataEncodingFormatFormat d’encodage des exemples de données.

Voir également