Enum sdf::file::SosblMode
[−]
[src]
pub enum SosblMode { Relative, Absolute, }
The timestamp of the start of the sample block can be relative or absolute.
If absolute, large values could lose precision.
Variants
Relative | The time of the start of the sample block is given relative to the file, to preserve maximum precision. |
Absolute | The time of the start of the sample block is given in absolute time, which may not provide enough precision under some circumstances. |