SoundSampleData

SoundSampleData(long)

初始化新的声音样本数据。

public SoundSampleData(long samplingRate)
范围类型描述
samplingRateInt64采样率。

也可以看看


SoundSampleData(long, int)

初始化新的声音样本数据。

public SoundSampleData(long samplingRate, int numberOfSoundChannels)
范围类型描述
samplingRateInt64采样率。
numberOfSoundChannelsInt32声道数。

也可以看看


SoundSampleData(long, int, int)

初始化新的声音样本数据。

public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel)
范围类型描述
samplingRateInt64采样率。
numberOfSoundChannelsInt32声道数。
bitsPerChannelInt32每个通道每个样本值的位数。

也可以看看


SoundSampleData(long, int, int, SoundSampleDataEncodingFormat)

初始化新的声音样本数据。

public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel, 
    SoundSampleDataEncodingFormat soundSampleDataEncodingFormat)
范围类型描述
samplingRateInt64采样率。
numberOfSoundChannelsInt32声道数。
bitsPerChannelInt32每个通道每个样本值的位数。
soundSampleDataEncodingFormatSoundSampleDataEncodingFormat样本数据的编码格式。

也可以看看