Click or drag to resize
TrackFragmentMediaAdjustmentEntry Class
Entry list for TrackFragmentMediaAdjustmentBox
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4TrackFragmentMediaAdjustmentEntry

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class TrackFragmentMediaAdjustmentEntry

The TrackFragmentMediaAdjustmentEntry type exposes the following members.

Constructors
  NameDescription
Public methodTrackFragmentMediaAdjustmentEntry
Initializes a new instance of the TrackFragmentMediaAdjustmentEntry class
Top
Fields
  NameDescription
Public fieldMediaRateFraction
Specifies the relative rate at which to play the media corresponding to this adjustment segment. If this value is 0, then the adjustment is specifying a ‘dwell’: the media at media-time is presented for the segment-duration. Otherwise this field shall contain the value 1.
Public fieldmediaRateInteger
Specifies the relative rate at which to play the media corresponding to this adjustment segment. If this value is 0, then the adjustment is specifying a ‘dwell’: the media at media-time is presented for the segment-duration. Otherwise this field shall contain the value 1.
Public fieldMediaTime

Is an integer containing the starting time within the media of this adjustment segment (in media time scale units, in composition time). If this field is set to -1, it is an empty edit. The last adjustment in a track shall never be an empty edit.

Public fieldSegmentDuration
Is an integer that specifies the duration of this adjustment segment in units of the timescale in the Movie Header Box. “Adjustment segment” in this context does not refer to the “Media Segment” that contains the ‘tfma’ but refers to the operation that is performed to place the track at appropriate composition time.
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