TrackFragmentMediaAdjustmentEntry Class |
Namespace: StreamCoders.Container.MP4
The TrackFragmentMediaAdjustmentEntry type exposes the following members.
Name | Description | |
---|---|---|
TrackFragmentMediaAdjustmentEntry | Initializes a new instance of the TrackFragmentMediaAdjustmentEntry class |
Name | Description | |
---|---|---|
MediaRateFraction |
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.
| |
mediaRateInteger |
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.
| |
MediaTime | 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. | |
SegmentDuration |
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.
|
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |