H264LookAheadRateControl

public enum H264LookAheadRateControl : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case high = "HIGH"
  • low

    Undocumented

    Declaration

    Swift

    case low = "LOW"
  • Undocumented

    Declaration

    Swift

    case medium = "MEDIUM"
  • Declaration

    Swift

    public var description: String { get }