Click or drag to resize
VideoTrackDescriptor Class
Contains video information of a track in a container.
Inheritance Hierarchy
SystemObject
  StreamCodersITrackDescriptor
    StreamCodersVideoTrackDescriptor

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

The VideoTrackDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodVideoTrackDescriptor
Initializes a new instance of the VideoTrackDescriptor class
Top
Properties
  NameDescription
Public propertyBitrate
Gets or sets the bitrate.
Public propertyDecoderSpecificData
Gets or sets the decoder specific information.
(Inherited from ITrackDescriptor.)
Public propertyDuration
Gets or sets the duration.
(Inherited from ITrackDescriptor.)
Public propertyFramerate
Gets or sets the framerate.
Public propertyHeight
Gets or sets the height.
Public propertySampleFrequency
Gets or sets the sample frequency.
(Inherited from ITrackDescriptor.)
Public propertyWidth
Gets or sets the width.
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