SoundSampleData

SoundSampleData class

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

The SoundSampleData type exposes the following members:

Constructors

NameDescription
SoundSampleData(sampling_rate)Initializes a new instance of the SoundSampleData class
SoundSampleData(sampling_rate, number_of_sound_channels)Initializes a new instance of the SoundSampleData class
SoundSampleData(sampling_rate, number_of_sound_channels, bits_per_channel)Initializes a new instance of the SoundSampleData class
SoundSampleData(sampling_rate, number_of_sound_channels, bits_per_channel, sound_sample_data_encoding_format)Initializes a new instance of the SoundSampleData class

Properties

NameDescription
sampling_rateGets or sets the sampling rate.
number_of_sound_channelsGets or sets the number of sound channels.
bits_per_channelGets or sets the number of bits per sample value per channel.
encoding_formatGets or sets the encoding format.
DEFAULT_SAMPLING_RATEDefault value for SamplingRate.
DEFAULT_OF_SOUND_CHANNELSDefault value for Channels parameter.
DEFAULT_OF_BITS_PER_CHANNELDefault value for BitsPerchannel parameter.
DEFAULT_ENCODING_FORMATDefault value for encoding format.

See Also