JWMediaSelectionOption
@objcMembers
public class JWMediaSelectionOption : NSObject
Represents a specific option for the presentation of media.
-
Provides a String suitable for display using the current system locale.
Declaration
Swift
public internal(set) var name: String { get }
-
Indicates the RFC 4646 language tag associated with the option.
Declaration
Swift
public internal(set) var extendedLanguageTag: String? { get }
-
The type of track represented by this option.
Declaration
Swift
public internal(set) var trackType: JWTrackType { get }
-
Indicates whether or not this is the default option in the group.
Declaration
Swift
public internal(set) var defaultOption: Bool { get }