Click or drag to resize
ExtendedTrackInfo Class
ExtendedTrackInfo helps simplify access to Bitrate and DecoderSpecificData.
Inheritance Hierarchy
SystemObject
  StreamCodersTrackInfo
    StreamCoders.Adaptive.CommonExtendedTrackInfo
      StreamCoders.Adaptive.CommonAdaptiveTrackInfo

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

The ExtendedTrackInfo type exposes the following members.

Constructors
  NameDescription
Public methodExtendedTrackInfo
Initializes a new instance of the ExtendedTrackInfo class
Top
Properties
  NameDescription
Public propertyBitrate
Get bitrate of track by pulling value out of Video or Audio class depending on TrackCategory.
Public propertyCodec
The codec used in this particular track.
(Inherited from TrackInfo.)
Public propertyCodecObject
Public propertyDecoderSpecificData
Get decoder data of track by pulling value out of Video or Audio class depending on TrackCategory.
Public propertyMedia
Contains codec specific configuration.
(Inherited from TrackInfo.)
Public propertyMediaContentType
Contains general category of this track
(Inherited from TrackInfo.)
Public propertyTrackNumber
The track number uniquely identifies the track in a container.
(Inherited from TrackInfo.)
Top
Methods
  NameDescription
Public methodShallowCopy
Creates a shallow copy of TrackInfo using MemberwiseClone
(Inherited from TrackInfo.)
Top
Fields
  NameDescription
Public fieldId
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