Expand description
MoQT session tracing — .moqtrace file format.
Implements the .moqtrace binary format specification
for recording and replaying MoQT protocol sessions.
The format uses CBOR encoding and is designed to be streamable, compact, and cross-language compatible.
§Modules
header—TraceHeader,Perspective,DetailLevelevent—TraceEvent,EventData,Directionwriter—MoqTraceWriterfor streaming writesreader—MoqTraceReaderfor streaming readserror—MoqTraceError
§Re-exports
ciborium::Value is re-exported so consumers can build opaque CBOR
values (e.g. for the control message "msg" field) without depending
on ciborium directly.
Modules§
- error
- Trace error types.
- event
- Trace event types.
- header
- Trace file header types.
- reader
- Streaming
.moqtracereader. - writer
- Streaming
.moqtracewriter.
Enums§
- Value
- Re-export of
ciborium::Valuefor building opaque CBOR values. A representation of a dynamic CBOR value that can handled dynamically