Skip to main content

Module types

Module types 

Source
Expand description

Freestanding WebM track/frame types (no Mediaway dependency).

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
CuePoint
One Segment\Cues\CuePoint entry — informational seek index; this crate does no seeking itself (sans-io: I/O and seeking belong to the adapter).
Frame
One demuxed SimpleBlock/Block frame.
Rational
Integer rational timebase (num / den seconds).
SeekEntry
One Segment\SeekHead\Seek entry.
TrackInfo
Track metadata from Tracks\TrackEntry (v1 subset — see crate adr/0001).