pub struct SidxBox {
pub ranges: Vec<SidxRange>,
}Available on crate feature
sidx only.Expand description
Segment Index Box (sidx) - provides index information for media subsegments.
This box defines the subsegment structure, mapping them to specific byte ranges inside the media container.
Fields§
§ranges: Vec<SidxRange>The list of byte ranges for the indexed subsegments.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SidxBox
impl RefUnwindSafe for SidxBox
impl Send for SidxBox
impl Sync for SidxBox
impl Unpin for SidxBox
impl UnsafeUnpin for SidxBox
impl UnwindSafe for SidxBox
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more