SoundSampleData

SoundSampleData(long)

Initialisiert neue Soundbeispieldaten.

public SoundSampleData(long samplingRate)
ParameterTypBeschreibung
samplingRateInt64Die Abtastrate.

Siehe auch


SoundSampleData(long, int)

Initialisiert neue Soundbeispieldaten.

public SoundSampleData(long samplingRate, int numberOfSoundChannels)
ParameterTypBeschreibung
samplingRateInt64Die Abtastrate.
numberOfSoundChannelsInt32Die Anzahl der Tonkanäle.

Siehe auch


SoundSampleData(long, int, int)

Initialisiert neue Soundbeispieldaten.

public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel)
ParameterTypBeschreibung
samplingRateInt64Die Abtastrate.
numberOfSoundChannelsInt32Die Anzahl der Tonkanäle.
bitsPerChannelInt32Die Anzahl der Bits pro Abtastwert pro Kanal.

Siehe auch


SoundSampleData(long, int, int, SoundSampleDataEncodingFormat)

Initialisiert neue Soundbeispieldaten.

public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel, 
    SoundSampleDataEncodingFormat soundSampleDataEncodingFormat)
ParameterTypBeschreibung
samplingRateInt64Die Abtastrate.
numberOfSoundChannelsInt32Die Anzahl der Tonkanäle.
bitsPerChannelInt32Die Anzahl der Bits pro Abtastwert pro Kanal.
soundSampleDataEncodingFormatSoundSampleDataEncodingFormatDas Codierungsformat für die Beispieldaten.

Siehe auch