Click or drag to resize
TrackInfo Class
Contains information about a track in a container.
Inheritance Hierarchy

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

The TrackInfo type exposes the following members.

Constructors
  NameDescription
Public methodTrackInfo
Default constructor.
Public methodTrackInfo(AudioEncoderConfiguration)
Initializes a new instance of the TrackInfo class
Public methodTrackInfo(MediaContentType)
Constructor.
Public methodTrackInfo(VideoEncoderConfiguration)
Initializes a new instance of the TrackInfo class
Top
Properties
  NameDescription
Public propertyCodec
The codec used in this particular track.
Public propertyMedia
Contains codec specific configuration.
Public propertyMediaContentType
Contains general category of this track
Public propertyTrackNumber
The track number uniquely identifies the track in a container.
Top
Methods
  NameDescription
Public methodShallowCopy
Creates a shallow copy of TrackInfo using MemberwiseClone
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
See Also