rskit-media 0.2.0-alpha.3

Media types, codec/format registry, pipeline builder, and processing traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Stream metadata vocabulary — sample rate/channel layout, resolution/frame
//! rate, timestamps, track info, subtitles, and core media type enumerations.

/// Audio sample rate and channel layout types.
pub mod audio;
/// Resolution and frame rate types.
pub mod spatial;
/// Subtitle types and SRT/VTT parsing.
pub mod subtitle;
/// Timestamp, time range, and segment types.
pub mod time;
/// Track and track info types.
pub mod track;
/// Core media type enumerations.
pub mod types;