@byomakase/omakase-player
    Preparing search index...

    Interface TextTrackLaneStyle

    interface TextTrackLaneStyle {
        backgroundFill: Color;
        backgroundOpacity: Size;
        descriptionTextFill: Color;
        descriptionTextFontSize: Size;
        descriptionTextFontStyle?: string;
        descriptionTextYOffset?: Size;
        height: number;
        leftBackgroundFill?: Color;
        leftBackgroundOpacity?: Size;
        loadingAnimationFill?: Color;
        loadingAnimationSpeed?: Size;
        loadingAnimationType?: "pulse" | "gradient";
        marginBottom: number;
        paddingBottom: number;
        paddingTop: number;
        rightBackgroundFill?: Color;
        rightBackgroundOpacity?: Size;
        textLaneItemFill: string;
        textLaneItemOpacity: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundFill: Color
    backgroundOpacity: Size
    descriptionTextFill: Color
    descriptionTextFontSize: Size
    descriptionTextFontStyle?: string
    descriptionTextYOffset?: Size
    height: number
    leftBackgroundFill?: Color
    leftBackgroundOpacity?: Size
    loadingAnimationFill?: Color
    loadingAnimationSpeed?: Size
    loadingAnimationType?: "pulse" | "gradient"
    marginBottom: number
    paddingBottom: number
    paddingTop: number
    rightBackgroundFill?: Color
    rightBackgroundOpacity?: Size
    textLaneItemFill: string
    textLaneItemOpacity: number