CachingParametersTrackSelection

@objc(THEOplayerCachingParametersTrackSelection)
public class CachingParametersTrackSelection : NSObject, Codable

An object that represents a CachingParametersTrackSelection.

Remark

Remark:

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

    Declaration

    Swift

    @objc
    public let textTrackSelection: [String]