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\CuePointentry — informational seek index; this crate does no seeking itself (sans-io: I/O and seeking belong to the adapter). - Frame
- One demuxed
SimpleBlock/Blockframe. - Rational
- Integer rational timebase (
num / denseconds). - Seek
Entry - One
Segment\SeekHead\Seekentry. - Track
Info - Track metadata from
Tracks\TrackEntry(v1 subset — see crateadr/0001).