pub struct EditListBoxEntry {
pub edit_duration: u64,
pub media_time: i64,
pub media_rate: FixedI32<U16>,
}Expand description
Entry in the EditListBox.
Fields§
§edit_duration: u64An integer that specifies the duration of this edit in units of the timescale in the
MovieHeaderBox.
media_time: i64An integer containing the starting time within the media of this edit entry (in media time
scale units, in composition time). If this field is set to –1, it is an empty edit. The last edit in a track
shall never be an empty edit. Any difference between the duration in the MovieHeaderBox,
and the track’s duration is expressed as an implicit empty edit at the end.
media_rate: FixedI32<U16>Specifies the relative rate at which to play the media corresponding to this edit entry. If this value is 0, then the edit is specifying a ‘dwell’: the media at media-time is presented for the edit_duration. The normal value, indicating normal-speed forward play, is 1.0.