Struct symphonia_core::formats::CuePoint
source · pub struct CuePoint {
pub start_offset_ts: u64,
pub tags: Vec<Tag>,
}
Expand description
A CuePoint
is a point, represented as a frame offset, within a Cue
.
A CuePoint
provides more precise indexing within a parent Cue
. Additional Tag
s may be
associated with a CuePoint
.
Fields§
§start_offset_ts: u64
The offset of the first frame in the CuePoint
relative to the start of the parent Cue
.
A list of Tag
s associated with the CuePoint
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CuePoint
impl RefUnwindSafe for CuePoint
impl Send for CuePoint
impl Sync for CuePoint
impl Unpin for CuePoint
impl UnwindSafe for CuePoint
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)