Audio Properties |
The Audio type exposes the following members.
Name | Description | |
---|---|---|
BitDepth |
Gets or sets the bit depth.
| |
Channels |
Gets or sets the channels.
Defaults to 1.
| |
DefaultChannels |
Gets the default channels.
| |
DefaultSamplingFrequency |
Gets the default sampling frequency.
| |
EbmlId |
Gets the EBML ID.
| |
Id |
Gets the EBML ID.
(Overrides ElementId.) | |
Length |
Gets the total length of the element (including ID/size field), set after calling GetBytes.
(Inherited from Element.) | |
OutputSamplingFrequency |
Gets or sets the output sampling frequency.
| |
SamplingFrequency |
Gets or sets the sampling frequency.
Defaults to 8000.
| |
Size |
Gets the size of the element (excluding ID/size field), set after calling GetBytes.
(Inherited from Element.) | |
SizeLength |
Gets or sets the length of the size field, in bytes.
Defaults to zero (variable size).
(Inherited from Element.) | |
WriteDefaultValues |
Gets or sets whether to include default values
when serializing.
(Inherited from Element.) |