Bitmovin Player React Native SDK - v1.21.0
    Preparing search index...

    Type Alias SubtitleCueLayoutLine

    SubtitleCueLayoutLine:
        | { value: "auto" }
        | { unit: "line" | "percent"; value: number }

    The line field of a SubtitleCueLayout.

    { value: 'auto' } defers placement to the renderer. { value: number; unit: 'percent' } places the cue as a percentage of the viewport. { value: number; unit: 'line' } places the cue by counting rendered text-line slots.

    Android