CachingParametersTrackSelectionBuilder
public class CachingParametersTrackSelectionBuilder : NSObject
A builder to create CachingParametersTrackSelections.
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
public var 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
public var textTrackSelection: [String] -
Creates a CachingParametersTrackSelection
Declaration
Swift
public func build() -> CachingParametersTrackSelection