Function AVCaptionPointMake

Source
pub unsafe extern "C-unwind" fn AVCaptionPointMake(
    x: AVCaptionDimension,
    y: AVCaptionDimension,
) -> AVCaptionPoint
Available on crate features AVCaption and objc2-core-foundation only.
Expand description

Makes an AVCaptionPoint from x and y coordinate AVCaptionDimensions.