Contents

isVideoStabilizationModeSupported(_:)

A Boolean value that indicates whether the format supports a given video stabilization mode.

Declaration

func isVideoStabilizationModeSupported(_ videoStabilizationMode: AVCaptureVideoStabilizationMode) -> Bool

Parameters

  • videoStabilizationMode:

    The stabilization mode to test.

Return Value

true if video stabilization is supported; otherwise, false.

See Also

Determining video stabilization support