SoundSampleData.SoundSampleData

SoundSampleData(long)

Initializes new sound sample data.

public SoundSampleData(long samplingRate)
ParameterTypeDescription
samplingRateInt64The sampling rate.

See Also


SoundSampleData(long, int)

Initializes new sound sample data.

public SoundSampleData(long samplingRate, int numberOfSoundChannels)
ParameterTypeDescription
samplingRateInt64The sampling rate.
numberOfSoundChannelsInt32The number of sound channels.

See Also


SoundSampleData(long, int, int)

Initializes new sound sample data.

public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel)
ParameterTypeDescription
samplingRateInt64The sampling rate.
numberOfSoundChannelsInt32The number of sound channels.
bitsPerChannelInt32The number of bits per sample value per channel.

See Also


SoundSampleData(long, int, int, SoundSampleDataEncodingFormat)

Initializes new sound sample data.

public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel, 
    SoundSampleDataEncodingFormat soundSampleDataEncodingFormat)
ParameterTypeDescription
samplingRateInt64The sampling rate.
numberOfSoundChannelsInt32The number of sound channels.
bitsPerChannelInt32The number of bits per sample value per channel.
soundSampleDataEncodingFormatSoundSampleDataEncodingFormatThe encoding format for the sample data.

See Also