CaptureMethod

public final class CaptureMethod: CaptureSetting

This class for setting of capture method.

  • Undocumented

    Declaration

    Swift

    public static let stillImage = CaptureMethod(.stillImage)
  • Undocumented

    Declaration

    Swift

    public static let movie = CaptureMethod(.movie)
  • Constructs an object not having a value.

    Declaration

    Swift

    override public init()
  • This class for setting value of capture method.

    Declaration

    Swift

    public final class Value: CaptureSetting.Value