Skip to main content

SubtitleAdapter

Trait SubtitleAdapter 

Source
pub trait SubtitleAdapter {
    type CodecId: Copy + Eq + Debug;
    type PacketExtra;
    type FrameExtra;
}
Expand description

Backend vocabulary for compressed/decoded subtitles.

Required Associated Types§

Source

type CodecId: Copy + Eq + Debug

Codec identifier.

Source

type PacketExtra

Backend-specific extras carried on every SubtitlePacket.

Source

type FrameExtra

Backend-specific extras carried on every SubtitleFrame.

Implementors§