CachingParametersTrackSelection
@objc(THEOplayerCachingParametersTrackSelection)
public class CachingParametersTrackSelection : NSObject, Codable
An object that represents a CachingParametersTrackSelection.
Since
v5.0.0
-
The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to
[]
.Remark
The IETF BCP 47 language tag associated with the optionDeclaration
Swift
@objc public let audioTrackSelection: [String]
-
The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to
[]
.Remark
The IETF BCP 47 language tag associated with the optionDeclaration
Swift
@objc public let textTrackSelection: [String]