init(width:height:)
Creates a caption size with width and height values.
Declaration
init(width: AVCaptionDimension, height: AVCaptionDimension)Parameters
- width:
The caption width.
- height:
The caption height.
Creates a caption size with width and height values.
init(width: AVCaptionDimension, height: AVCaptionDimension)The caption width.
The caption height.