Click or drag to resize

Audio Properties

The Audio type exposes the following members.

Properties
  NameDescription
Public propertyBitDepth
Gets or sets the bit depth.
Public propertyChannels
Gets or sets the channels. Defaults to 1.
Public propertyStatic memberDefaultChannels
Gets the default channels.
Public propertyStatic memberDefaultSamplingFrequency
Gets the default sampling frequency.
Public propertyStatic memberEbmlId
Gets the EBML ID.
Public propertyId
Gets the EBML ID.
(Overrides ElementId.)
Public propertyLength
Gets the total length of the element (including ID/size field), set after calling GetBytes.
(Inherited from Element.)
Public propertyOutputSamplingFrequency
Gets or sets the output sampling frequency.
Public propertySamplingFrequency
Gets or sets the sampling frequency. Defaults to 8000.
Public propertySize
Gets the size of the element (excluding ID/size field), set after calling GetBytes.
(Inherited from Element.)
Public propertySizeLength
Gets or sets the length of the size field, in bytes. Defaults to zero (variable size).
(Inherited from Element.)
Public propertyWriteDefaultValues
Gets or sets whether to include default values when serializing.
(Inherited from Element.)
Top
See Also