VideoPriority

@objc
public enum VideoPriority : Int

Enum defining video priority for remote video sources. The ‘higher’ the number the ‘higher’ the priority for the source when adjusting video quality to adapt to variable network conditions, i.e. highest will be chosen before high, medium, etc.

  • Declaration

    Swift

    case lowest = 0
  • low

    Declaration

    Swift

    case low = 10
  • Declaration

    Swift

    case medium = 20
  • Declaration

    Swift

    case high = 30
  • Declaration

    Swift

    case highest = 40