Expand description
Sans-IO WebM/Matroska muxer: add_track → begin → push_frame →
poll_bytes.
Scope and design: see adr/0003-webm-mux.md. Mirrors iso_bmff::mux’s
typestate shape (Open → Live) and output/poll_bytes drain pattern.
Structs§
- Live
- Streaming phase —
push_frame/poll_bytesAPI. - Muxer
- Sans-IO
WebMmuxer.Sis the typestate (OpenorLive). - Open
- Track registration phase — call
Muxer::beginbefore pushing frames.
Constants§
- DEFAULT_
CLUSTER_ BATCH - Default frames buffered per
Clusterbefore it is flushed tooutput.