ReservationMaximumFramerate

public enum ReservationMaximumFramerate : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case max30Fps = "MAX_30_FPS"
  • Undocumented

    Declaration

    Swift

    case max60Fps = "MAX_60_FPS"
  • Declaration

    Swift

    public var description: String { get }