The IAudioInformation type exposes the following members.

Properties

  NameDescription
Public propertyBitRate
Get the Bit rate of the media
(Inherited from IMediaInformation.)
Public propertyChannels
Get the audio channels
Public propertyCodecName
Get the encoding codec name
(Inherited from IMediaInformation.)
Public propertyDuration
Get the length of the media
(Inherited from IMediaInformation.)
Public propertyMode
Get the encoding bite rate type (CBR or VBR)
(Inherited from IMediaInformation.)
Public propertySampleRate
Get the audio sample rate
Public propertySampleSize
Get the sample size of the media
(Inherited from IMediaInformation.)

See Also