subsrt-ts
    Preparing search index...

    Interface SubsrtInterface

    Construct a type with the properties of T except for those in type K.

    interface SubsrtInterface {
        build: BuildFunction;
        convert: (content: string, options?: string | ConvertOptions) => string;
        detect: DetectFunction;
        format: SubsrtFormats;
        list: () => string[];
        parse: ParseFunction;
        resync: (
            captions: Caption[],
            options?: number | ResyncOptions | ResyncFunction,
        ) => Caption[];
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    convert: (content: string, options?: string | ConvertOptions) => string
    list: () => string[]
    resync: (
        captions: Caption[],
        options?: number | ResyncOptions | ResyncFunction,
    ) => Caption[]