Struct subparse::SsaFile [] [src]

pub struct SsaFile { /* fields omitted */ }

Represents a reconstructable .ssa/.ass file.

All unimportant information (for this project) are saved into SsaFilePart::Filler(...), so a timespan-altered file still has the same field etc.

Trait Implementations

impl ParseSubtitleString for SsaFile
[src]

Parse the subtitle from text.

impl Debug for SsaFile
[src]

Formats the value using the given formatter.

impl Clone for SsaFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl SubtitleFile for SsaFile
[src]

The subtitle entries can be changed by calling update_subtitle_entries().

Set the entries from the subtitle entries from the get_subtitle_entries(). Read more

Returns a byte-stream in the respective format (.ssa, .srt, etc.) with the (probably) altered information. Read more