Interface describing an instantiable renderer class.

interface TimedTextParserClass {
    new TimedTextParserClassnew (settings?): TimedTextParser<unknown, any>;
    format: string;
}

Constructors

Properties

Constructors

Properties

format: string