init(x:y:)
Creates a caption point with x and y coordinates.
Declaration
init(x: AVCaptionDimension, y: AVCaptionDimension)Parameters
- x:
The point’s x coordinate.
- y:
The point’s y coordinate.
Creates a caption point with x and y coordinates.
init(x: AVCaptionDimension, y: AVCaptionDimension)The point’s x coordinate.
The point’s y coordinate.