MotionImagePlayback

public enum MotionImagePlayback : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case once = "ONCE"
  • Undocumented

    Declaration

    Swift

    case `repeat` = "REPEAT"
  • Declaration

    Swift

    public var description: String { get }