Level of detail to use when reading properties.
Average bitrate of the stream in kb/s.
Bits per sample (bit depth).
Number of audio channels.
Detected WMA codec variant.
Human-readable codec description (e.g. bitrate/mode information).
Human-readable codec name (e.g. "Windows Media Audio").
true if the stream is encrypted with any DRM scheme.
Duration of the audio stream in milliseconds.
Duration rounded to the nearest second.
Sample rate of the stream in Hz.
Set the average bitrate.
Bitrate in kb/s.
Set the bit depth.
Bits per sample.
Set the channel count.
Number of audio channels.
Map a WMA format tag to the corresponding AsfCodec variant.
The wFormatTag field from the WAVEFORMATEX structure.
Set the human-readable codec description.
Description string from the Codec List Object.
Set the human-readable codec name.
Codec name string from the Codec List Object.
Mark the stream as encrypted.
true when a content-encryption object is present.
Set the stream duration.
Duration in milliseconds.
Set the sample rate.
Sample rate in Hz.
Audio properties extracted from an ASF/WMA stream.
All setter methods are intended for use by AsfFile during parsing and are not part of the public API.