OTVMediaSelectionOptions

@objc
public enum OTVMediaSelectionOptions : Int, Comparable
  • Declaration

    Swift

    public static func < (lhs: OTVMediaSelectionOptions, rhs: OTVMediaSelectionOptions) -> Bool
  • Preferred media tracks assoiciated with the asset

    Declaration

    Swift

    case perferred = 1
  • all

    All media tracks assoiciated with the asset

    Declaration

    Swift

    case all = 2