OGPlayer Web SDK
    Preparing search index...

    Interface SubtitleStyle

    Caption styling — colors are CSS color strings on the web.

    interface SubtitleStyle {
        applyEmbeddedStyles: boolean;
        backgroundColor: string;
        edgeColor: string;
        edgeType: SubtitleEdgeType;
        foregroundColor: string;
        textSizeFraction: number;
        windowColor: string;
    }
    Index
    applyEmbeddedStyles: boolean
    backgroundColor: string
    edgeColor: string
    foregroundColor: string
    textSizeFraction: number
    windowColor: string