pub enum ReferenceTime {
Input,
Output,
Finalised,
Written,
Consistent,
RealTime,
}Variants§
Input
The UTC time is the time at which the frame belonging to
the reference track in the following movie fragment and
whose presentation time is media_time was input to the encoder.
Output
The UTC time is the time at which the frame belonging to
the reference track in the following movie fragment and
whose presentation time is media_time was output from the encoder.
Finalised
The UTC time is the time at which the following MovieFragmentBox
was finalized. media_time is set to the presentation of
the earliest frame of the reference track in presentation order
of the movie fragment.
Written
The UTC time is the time at which the following MovieFragmentBox
was written to file. media_time is set to the presentation of
the earliest frame of the reference track in presentation order
of the movie fragment.
Consistent
The association between the media_time and UTC time is arbitrary
but consistent between multiple occurrences of this box in the same track.
RealTime
The UTC time has a consistent, small (ideally zero), offset from the
real-time of the experience depicted in the media at media_time.
Trait Implementations§
Source§impl Clone for ReferenceTime
impl Clone for ReferenceTime
Source§fn clone(&self) -> ReferenceTime
fn clone(&self) -> ReferenceTime
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more