Module types

Module types 

Source
Expand description

Shared domain types (timecodes, codecs, stream metadata). Common domain types shared across the crate.

Structs§

AudioStreamInfo
Audio stream metadata.
DataStreamInfo
Misc data stream metadata.
FormatInfo
Container-level metadata reported by ffprobe.
ProbeResult
Top-level probe result.
SubtitleStreamInfo
Subtitle stream metadata.
Time
Represents a position in time used for seeking and trimming.
VideoStreamInfo
Video stream metadata.

Enums§

CodecType
High-level codec representation.
StreamInfo
Stream metadata.
StreamType
Simplified stream classification.