The line field of a SubtitleCueLayout.
line
{ 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.
{ value: 'auto' }
{ value: number; unit: 'percent' }
{ value: number; unit: 'line' }
Android
The
linefield 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.