Click or drag to resize
AudioTrackDescriptor Class
Contains audio information of a track in a container.
Inheritance Hierarchy
SystemObject
  StreamCodersITrackDescriptor
    StreamCodersAudioTrackDescriptor

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class AudioTrackDescriptor : ITrackDescriptor

The AudioTrackDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodAudioTrackDescriptor
Default constructor.
Top
Properties
  NameDescription
Public propertyBitrate
Gets or sets the bitrate.
Public propertyBitsPerSample
Gets or sets the bits per sample.
Public propertyBlockAlignment
Gets or sets the block alignment of audio frames. This may be a necessary configuration for some audio types (e.g. WMA Pro).
Public propertyChannels
Gets or sets the number of channels.
Public propertyDecoderSpecificData
Gets or sets the decoder specific information.
(Inherited from ITrackDescriptor.)
Public propertyDuration
Gets or sets the duration.
(Inherited from ITrackDescriptor.)
Public propertySampleFrequency
Gets or sets the sample frequency.
(Inherited from ITrackDescriptor.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsT (Defined by ITrackExtension.)
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also