AudioTrack ClassMediaSuite 3.1.1889.0
Contains audio information of a track in a container.
Inheritance Hierarchy

SystemObject
  StreamCodersAudioTrack

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax

public class AudioTrack

The AudioTrack type exposes the following members.

Constructors

  NameDescription
Public methodAudioTrack
Default constructor.
Top
Extension Methods

  NameDescription
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
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.
Public propertyDuration
Gets or sets the duration.
Public propertySampleFrequency
Gets or sets the sample frequency.
Top
See Also

Reference