Click or drag to resize
ITrackDescriptor Class
Used to describe different media types (audio, video, text) when working with containers.
Inheritance Hierarchy
SystemObject
  StreamCodersITrackDescriptor
    StreamCodersAudioTrackDescriptor
    StreamCodersVideoTrackDescriptor

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

The ITrackDescriptor type exposes the following members.

Properties
  NameDescription
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
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