Interface TimedTextParserTextSettings

interface TimedTextParserTextSettings {
    encoding: string;
    frameRate: TimeCode;
}

Properties

Properties

encoding: string

The encoding to use when reading the file, see https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder/encoding

frameRate: TimeCode

The frame rate to use when parsing time codes