CachingParametersTrackSelectionBuilder

@objc(THEOplayerCachingParametersTrackSelectionBuilder)
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 option

    Declaration

    Swift

    @objc
    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 option

    Declaration

    Swift

    @objc
    public var textTrackSelection: [String]
  • Creates a CachingParametersTrackSelection

    Declaration

    Swift

    @objc
    public func build() -> CachingParametersTrackSelection