Class SoundSampleData

SoundSampleData class

Represents additional entries specific to a sound object (Section 9.2 PDF1-7)

public class SoundSampleData

Constructors

NameDescription
SoundSampleData(long)Initializes new sound sample data.
SoundSampleData(long, int)Initializes new sound sample data.
SoundSampleData(long, int, int)Initializes new sound sample data.
SoundSampleData(long, int, int, SoundSampleDataEncodingFormat)Initializes new sound sample data.

Properties

NameDescription
BitsPerChannel { get; set; }Gets or sets the number of bits per sample value per channel.
EncodingFormat { get; set; }Gets or sets the encoding format.
NumberOfSoundChannels { get; set; }Gets or sets the number of sound channels.
SamplingRate { get; set; }Gets or sets the sampling rate.

Fields

NameDescription
const DefaultEncodingFormatDefault value for encoding format.
const DefaultOfBitsPerChannelDefault value for BitsPerchannel parameter.
const DefaultOfSoundChannelsDefault value for Channels parameter.
const DefaultSamplingRateDefault value for SamplingRate.

See Also