Contents

subRipTextBottom

The bottom caption region for SubRip Text (SRT) format captions.

Declaration

class var subRipTextBottom: AVCaptionRegion { get }

Discussion

This region is suitable for SRT format, and it occupies the entire video display area. The region uses a AVCaptionRegion.WritingMode.leftToRightAndTopToBottom writing mode, where a line progresses left to right and the block extends from top to bottom. The system stacks each line of text with bottom justification.

See Also

Accessing defined regions