OTVMediaSelectionOptions
Objective-C
SWIFT_ENUM(NSInteger, OTVMediaSelectionOptions, open) {
/// Preferred media tracks assoiciated with the asset
  OTVMediaSelectionOptionsPerferred = 1,
/// All media tracks assoiciated with the asset
  OTVMediaSelectionOptionsAll = 2,
}Swift
enum OTVMediaSelectionOptions : Int- 
                  
                  Preferred media tracks assoiciated with the asset DeclarationObjective-C OTVMediaSelectionOptionsPerferred = 1Swift case perferred = 1
- 
                  
                  All media tracks assoiciated with the asset DeclarationObjective-C OTVMediaSelectionOptionsAll = 2Swift case all = 2
 OTVMediaSelectionOptions Enumeration Reference
      OTVMediaSelectionOptions Enumeration Reference