SoundSampleData
SoundSampleData class
Represents additional entries specific to a sound object (Section 9.2 PDF1-7)
public class SoundSampleData
Constructors
Name |
Description |
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
Name |
Description |
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
See Also