diff --git a/theoplayer/changelog.md b/theoplayer/changelog.md index 439c8be952ac..297b473d1325 100644 --- a/theoplayer/changelog.md +++ b/theoplayer/changelog.md @@ -9,6 +9,81 @@ These are the release notes for THEOplayer 11.0.0 and higher. For older versions - [Version 5.x and 6.x](https://optiview.dolby.com/docs/theoplayer/v6/changelog/) - [Version 2.x, 3.x and 4.x](https://optiview.dolby.com/docs/theoplayer/v4/changelog/) +## 🚀 11.9.0 (2026/08/12) + +### Web + +#### ✨ Features + +- Added support to the OptiView Ads break manifest for `double`, `lshape_ad`, `lshape_content` and `overlay` formats as well as device type support. +- Added the `adclicked` event, for the `csai`and `google-ima` CSAI ads integrations, for Google DAI ads (SSAI) and OptiView Ads (SGAI). It is dispatched when the user clicks on an ad clickthrough element. +- Added `network.useStreamingFetch` to the `PlayerConfiguration` API to explicitly disable consuming fetch responses as streams on devices with a broken streaming fetch implementation. +- Added CMCD reporting of whether the platform can decode Dolby Vision and Dolby Digital Plus (EC-3), and of the video and audio codecs which are actually being decoded. + +#### ⚡ Improvements + +- Ads preloading for Google IMA now works consistently for both VMAP ad schedules and individually scheduled VAST ads. When preloading is enabled (using `AdsConfiguration.preload`), VAST midrolls are fetched 8 seconds before their scheduled start time. + +#### 🐛 Issues + +- Fixed an issue where completed SGAI interstitials could be re-added and emit repeated interstitial events on live streams. +- Fixed an issue where PlayReady HLS key formats specified as a `urn:uuid:` were not recognized. +- Fixed an issue where playback would fail for Google DAI sources because CMCD headers on manifest requests would trigger CORS errors. CMCD now operates in event mode only for Google DAI sources. +- Fixed an issue where an ad scheduled after a non-linear Google IMA ad would never start, because Google IMA does not fire any events after LOADED when a non-linear ad is the last ad of its ads manager. +- Fixed an issue where the player could get stuck when starting playback of a new source with a Google IMA pre-roll ad, if the previous source also had a Google IMA pre-roll ad. +- Fixed an issue where a Google IMA pre-roll ad of a new source could start loading and playing immediately after changing the source, even when autoplay was disabled and the player was paused. + +### Android + +#### ✨ Features + +- Added support to the OptiView Ads break manifest for `double`, `lshape_ad`, `lshape_content` and `overlay` formats as well as device type support. +- Added CMCD reporting of whether the device can decode Dolby Vision and Dolby Digital Plus (EC-3), and of the codecs of the video and audio formats fed to the decoders. +- Added `TheoLive.switchToHesp()`, which allows switching an OptiView Live stream back to HESP playback after it has fallen back to another format. +- Added `Player.getCurrentSource()`, which returns the `TypedSource` that is currently being played. The source is the same as expected in the existing `CurrentSourceChangeEvent`. + +#### 🐛 Issues + +- Fixed an issue where the `overrideLayout` property would incorrectly override the `lshape_content` layout of an OptiView Ads ad break. +- Fixed an issue where OptiView Ads PTS breaks might not play. +- Fixed an issue where the first playback of a DRM-protected stream could fail on a device that had not played DRM-protected content before, and would keep failing when retried. + +### iOS + +#### ✨ Features + +- Added support to the OptiView Ads break manifest for `double`, `lshape_ad`, `lshape_content` and `overlay` formats as well as device type support. +- Added `currentBandwidthEstimate` to the player's `metrics` API, reporting the estimated available bandwidth in bits per second for HESP streams. +- Added Dolby Vision and EC-3 capability reporting (`com.dolby.optiview-cap-dvc`, `com.dolby.optiview-cap-ec3`) to the CMCD session data, and active video and audio codec reporting (`com.dolby.optiview-vc`, `com.dolby.optiview-ac`) to the CMCD status data. + +#### 🐛 Issues + +- Fixed an issue where the player would exit fullscreen presentation mode when setting a new source. +- Fixed an issue where OptiView Ads PTS breaks might not be played. +- Fixed an issue that caused OptiView Ads to end abruptly. +- Fixed an issue where skipping OptiView Ads would cause playback failure. +- Fixed an issue where seeking into a range of an interstitial would cause playback failure. +- Fixed an issue where legacy `CachingTask`s encoded without `bytes` and `bytesCached` properties would fail to restore. + +### tvOS + +#### ✨ Features + +- Added display criteria matching: when enabled through the new `THEOplayer.manageContentMatching` property (disabled by default), and while in fullscreen presentation mode, the player matches the display mode (frame rate and dynamic range) of the TV with the content before playback starts. +- The player will now set its preferred video format when a new source is loading. This allows tvOS to change the format on the fly when a user enables content matching in "Settings" > "Video and Audio" > "Match Content". +- Added Dolby Vision and EC-3 capability reporting (`com.dolby.optiview-cap-dvc`, `com.dolby.optiview-cap-ec3`) to the CMCD session data, and active video and audio codec reporting (`com.dolby.optiview-vc`, `com.dolby.optiview-ac`) to the CMCD status data. + +#### 🐛 Issues + +- Fixed an issue where the player would exit fullscreen presentation mode when setting a new source. + +### Roku + +#### 🐛 Issues + +- Fixed an issue where the CMCD-States payload could grow unbounded during repeated playback errors. The payload now contains at most the 20 newest states, and CMCD values are serialized strictly according to the CMCD specification (CTA-5004), matching the other platforms. +- Fixed issue where streams would fail to start playback on less powerful devices. + ## 🚀 11.8.1 (2026/08/05) ### Android @@ -235,6 +310,14 @@ These are the release notes for THEOplayer 11.0.0 and higher. For older versions - Fixed an issue where during fallback on an OptiView Live stream the wrong endpoint was selected. +## 🚀 11.5.3 (2026/08/13) + +### iOS + +#### 🐛 Issues + +- Fixed an issue where `bytesCached` and `bytes` properties would return 0 for cached sources pre 10.12.0. + ## 🚀 11.5.2 (2026/08/10) ### iOS diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/IntegrationType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/IntegrationType.html index 2a1ce0d78b2e..ecb93e96c9b9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/IntegrationType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/IntegrationType.html @@ -316,7 +316,7 @@

Method Summary

static IntegrationType - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -399,7 +399,7 @@

values

>
  • valueOf

    -
     static IntegrationType valueOf(String name)
    +
     static IntegrationType valueOf(String name)

    Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerConfig.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerConfig.Builder.html index a75044db608c..19b25da1f410 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerConfig.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerConfig.Builder.html @@ -254,7 +254,7 @@

    Method Summary

    final THEOplayerConfig.Builder - multiSession(Boolean multiSession) + multiSession(Boolean multiSession) Sets whether the player supports multi-key content when the license server doesn't respond with all keys at once. @@ -262,7 +262,7 @@

    Method Summary

    final THEOplayerConfig.Builder - license(String license) + license(String license) Sets the license to string loaded before the player is constructed. @@ -270,7 +270,7 @@

    Method Summary

    final THEOplayerConfig.Builder - licenseUrl(String licenseUrl) + licenseUrl(String licenseUrl) Sets licenseUrl to string loaded before the player is constructed. @@ -326,7 +326,7 @@

    Method Summary

    final THEOplayerConfig.Builder - integrationConfiguration(IntegrationType integrationType, Object configuration) + integrationConfiguration(IntegrationType integrationType, Object configuration) @@ -334,7 +334,7 @@

    Method Summary

    final THEOplayerConfig.Builder - autoIntegrations(Boolean autoIntegrations) + autoIntegrations(Boolean autoIntegrations) Sets whether all available integrations should be automatically added. @@ -342,7 +342,7 @@

    Method Summary

    final THEOplayerConfig.Builder - tunnelingEnabled(Boolean tunnelingEnabled) + tunnelingEnabled(Boolean tunnelingEnabled) Whether multimedia tunneling is enabled for the player or not. @@ -350,7 +350,7 @@

    Method Summary

    final THEOplayerConfig.Builder - useSystemCaptionStyle(Boolean useSystemCaptionStyle) + useSystemCaptionStyle(Boolean useSystemCaptionStyle) Sets whether captions should automatically apply a system-defined style. @@ -366,7 +366,7 @@

    Method Summary

    final THEOplayerConfig.Builder - hlsDateRange(Boolean hlsDateRange) + hlsDateRange(Boolean hlsDateRange) Sets whether date ranges should be parsed from HLS manifests. @@ -441,7 +441,7 @@

    Method Detail

    >
  • multiSession

    -
    @Deprecated(message = "use {@link DRMConfiguration.Builder#multiSession(boolean)}") final THEOplayerConfig.Builder multiSession(Boolean multiSession)
    +
    @Deprecated(message = "use {@link DRMConfiguration.Builder#multiSession(boolean)}") final THEOplayerConfig.Builder multiSession(Boolean multiSession)

    Sets whether the player supports multi-key content when the license server doesn't respond with all keys at once.

    Default: false

    @@ -471,7 +471,7 @@

    multiSession

    >
  • license

    -
     final THEOplayerConfig.Builder license(String license)
    +
     final THEOplayerConfig.Builder license(String license)

    Sets the license to string loaded before the player is constructed.

    @@ -501,7 +501,7 @@

    license

    >
  • licenseUrl

    -
     final THEOplayerConfig.Builder licenseUrl(String licenseUrl)
    +
     final THEOplayerConfig.Builder licenseUrl(String licenseUrl)

    Sets licenseUrl to string loaded before the player is constructed.

    @@ -711,7 +711,7 @@

    theoLiveConfiguration

    >
  • integrationConfiguration

    -
    @ApiStatus.Internal() final THEOplayerConfig.Builder integrationConfiguration(IntegrationType integrationType, Object configuration)
    +
    @ApiStatus.Internal() final THEOplayerConfig.Builder integrationConfiguration(IntegrationType integrationType, Object configuration)
    @@ -734,7 +734,7 @@

    integrationConfiguration

    >
  • autoIntegrations

    -
     final THEOplayerConfig.Builder autoIntegrations(Boolean autoIntegrations)
    +
     final THEOplayerConfig.Builder autoIntegrations(Boolean autoIntegrations)

    Sets whether all available integrations should be automatically added.

    • Default: true

    @@ -764,7 +764,7 @@

    autoIntegrations

    >
  • tunnelingEnabled

    -
     final THEOplayerConfig.Builder tunnelingEnabled(Boolean tunnelingEnabled)
    +
     final THEOplayerConfig.Builder tunnelingEnabled(Boolean tunnelingEnabled)

    Whether multimedia tunneling is enabled for the player or not.

    • Default: false

    • Only supported with the Media3 integration.

    • Only supported if Player.setRenderingTarget is set to RenderingTarget.SURFACE_VIEW.

    • Only supported if the media being played includes both audio and video.

    • Only supported on limited number of video codecs and devices.

    @@ -790,7 +790,7 @@

    tunnelingEnabled

    >
  • useSystemCaptionStyle

    -
     final THEOplayerConfig.Builder useSystemCaptionStyle(Boolean useSystemCaptionStyle)
    +
     final THEOplayerConfig.Builder useSystemCaptionStyle(Boolean useSystemCaptionStyle)

    Sets whether captions should automatically apply a system-defined style.

    • Default: false

    • Any user-defined overrides are still respected.

    @@ -850,7 +850,7 @@

    cmcd

    >
  • hlsDateRange

    -
     final THEOplayerConfig.Builder hlsDateRange(Boolean hlsDateRange)
    +
     final THEOplayerConfig.Builder hlsDateRange(Boolean hlsDateRange)

    Sets whether date ranges should be parsed from HLS manifests.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerConfig.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerConfig.html index 3f338435aa9d..871f28e4067d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerConfig.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerConfig.html @@ -253,7 +253,7 @@

    Method Summary

    - Boolean + Boolean useSystemCaptionStyle() @@ -261,7 +261,7 @@

    Method Summary

    - abstract Boolean + abstract Boolean isMultiSession() @@ -269,7 +269,7 @@

    Method Summary

    - abstract String + abstract String getLicense() @@ -277,7 +277,7 @@

    Method Summary

    - abstract String + abstract String getLicenseUrl() @@ -333,7 +333,7 @@

    Method Summary

    - abstract Boolean + abstract Boolean isAutoIntegrations() @@ -341,7 +341,7 @@

    Method Summary

    - abstract Boolean + abstract Boolean isTunnelingEnabled() @@ -349,7 +349,7 @@

    Method Summary

    - abstract Boolean + abstract Boolean getUseSystemCaptionStyle() @@ -365,7 +365,7 @@

    Method Summary

    - abstract Boolean + abstract Boolean getHlsDateRange() @@ -373,7 +373,7 @@

    Method Summary

    - Boolean + Boolean isHlsDateRange() @@ -432,7 +432,7 @@

    Method Detail

    >
  • useSystemCaptionStyle

    -
    @Deprecated(message = "use useSystemCaptionStyle instead", replaceWith = @ReplaceWith(imports = {}, expression = "useSystemCaptionStyle")) Boolean useSystemCaptionStyle()
    +
    @Deprecated(message = "use useSystemCaptionStyle instead", replaceWith = @ReplaceWith(imports = {}, expression = "useSystemCaptionStyle")) Boolean useSystemCaptionStyle()

    Whether captions should automatically apply a system-defined style.

    • Default: false

    • Any user-defined overrides are still respected.

    @@ -455,7 +455,7 @@

    useSystemCaptionStyle

    >
  • isMultiSession

    -
    @Deprecated(message = "use DRMConfiguration.multiSession instead") abstract Boolean isMultiSession()
    +
    @Deprecated(message = "use DRMConfiguration.multiSession instead") abstract Boolean isMultiSession()

    Returns whether the player supports multi-key content when the license server doesn't respond with all keys at once.

    • Set to false when a single key request will obtain all keys required to decrypt the stream.

    • Set to true when a different key request is needed for different qualities of the stream, or when the stream uses key rotation.

    Default: false

    @@ -478,7 +478,7 @@

    isMultiSession

    >
  • getLicense

    -
     abstract String getLicense()
    +
     abstract String getLicense()

    The license.

    @@ -504,7 +504,7 @@

    getLicense

    >
  • getLicenseUrl

    -
     abstract String getLicenseUrl()
    +
     abstract String getLicenseUrl()

    The licenseUrl.

    @@ -677,7 +677,7 @@

    getTHEOLiveConfiguration

    >
  • isAutoIntegrations

    -
     abstract Boolean isAutoIntegrations()
    +
     abstract Boolean isAutoIntegrations()

    Whether all available integrations should be automatically added on the created Player.

    @@ -703,7 +703,7 @@

    isAutoIntegrations

    >
  • isTunnelingEnabled

    -
     abstract Boolean isTunnelingEnabled()
    +
     abstract Boolean isTunnelingEnabled()

    Whether multimedia tunneling is enabled for the player or not.

    • Only supported with the Media3 integration.

    • Only supported if Player.setRenderingTarget is set to RenderingTarget.SURFACE_VIEW.

    • Only supported if the media being played includes both audio and video.

    • Only supported on limited number of video codecs and devices.

    @@ -729,7 +729,7 @@

    isTunnelingEnabled

    >
  • getUseSystemCaptionStyle

    -
     abstract Boolean getUseSystemCaptionStyle()
    +
     abstract Boolean getUseSystemCaptionStyle()

    Whether captions should automatically apply a system-defined style.

    • Default: false

    • Any user-defined overrides are still respected.

    @@ -775,7 +775,7 @@

    getCmcd

    >
  • getHlsDateRange

    -
     abstract Boolean getHlsDateRange()
    +
     abstract Boolean getHlsDateRange()

    Whether date ranges will be parsed from HLS manifests.

    @@ -801,7 +801,7 @@

    getHlsDateRange

    >
  • isHlsDateRange

    -
     Boolean isHlsDateRange()
    +
     Boolean isHlsDateRange()
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerDestroyedException.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerDestroyedException.html index 795426e1452e..47785f883e82 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerDestroyedException.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerDestroyedException.html @@ -118,7 +118,7 @@

    Class THEOplayerDes
     
     public class THEOplayerDestroyedException
    -extends RuntimeException
    +extends RuntimeException
                         

    The THEOplayerDestroyedException is thrown when trying to use a method of a THEOplayerView on which the onDestroy was called.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerGlobal.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerGlobal.html index fea778ba0478..2b4e41d65ff7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerGlobal.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerGlobal.html @@ -288,13 +288,13 @@

    Method Summary

    abstract void - registerContentProtectionIntegration(@NonNull() String integrationId, @NonNull() KeySystemId keySystemId, @NonNull() ContentProtectionIntegrationFactory integrationFactory) + registerContentProtectionIntegration(@NonNull() String integrationId, @NonNull() KeySystemId keySystemId, @NonNull() ContentProtectionIntegrationFactory integrationFactory) Register a ContentProtectionIntegrationFactory for a specific integration id and a specific keySystem. - static String + static String getVersion() @@ -494,7 +494,7 @@

    setApplicationInstance

    >
  • registerContentProtectionIntegration

    -
     abstract void registerContentProtectionIntegration(@NonNull() String integrationId, @NonNull() KeySystemId keySystemId, @NonNull() ContentProtectionIntegrationFactory integrationFactory)
    +
     abstract void registerContentProtectionIntegration(@NonNull() String integrationId, @NonNull() KeySystemId keySystemId, @NonNull() ContentProtectionIntegrationFactory integrationFactory)

    Register a ContentProtectionIntegrationFactory for a specific integration id and a specific keySystem.

    @@ -532,7 +532,7 @@

    registerContentProtectionIntegration

    >
  • getVersion

    -
     static String getVersion()
    +
     static String getVersion()

    The THEOplayer version used.

    Example:

    • "2.67.0"
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerView.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerView.html index d5c315511f24..eb4e24fa204d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerView.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/THEOplayerView.html @@ -196,7 +196,7 @@

    Field Summary

    - public final static String + public final static String THEOPLAYERVIEW_TAG @@ -298,7 +298,7 @@

    Field Summary

    - public final static Property<View, Float> + public final static Property<View, Float> ALPHA @@ -310,79 +310,79 @@

    Field Summary

    - public final static String + public final static String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE - public final static String + public final static String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY - public final static String + public final static String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH - public final static String + public final static String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR - public final static String + public final static String AUTOFILL_HINT_CREDIT_CARD_NUMBER - public final static String + public final static String AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE - public final static String + public final static String AUTOFILL_HINT_EMAIL_ADDRESS - public final static String + public final static String AUTOFILL_HINT_NAME - public final static String + public final static String AUTOFILL_HINT_PASSWORD - public final static String + public final static String AUTOFILL_HINT_PHONE - public final static String + public final static String AUTOFILL_HINT_POSTAL_ADDRESS - public final static String + public final static String AUTOFILL_HINT_POSTAL_CODE - public final static String + public final static String AUTOFILL_HINT_USERNAME @@ -994,31 +994,31 @@

    Field Summary

    - public final static Property<View, Float> + public final static Property<View, Float> ROTATION - public final static Property<View, Float> + public final static Property<View, Float> ROTATION_X - public final static Property<View, Float> + public final static Property<View, Float> ROTATION_Y - public final static Property<View, Float> + public final static Property<View, Float> SCALE_X - public final static Property<View, Float> + public final static Property<View, Float> SCALE_Y @@ -1348,25 +1348,25 @@

    Field Summary

    - public final static Property<View, Float> + public final static Property<View, Float> TRANSLATION_X - public final static Property<View, Float> + public final static Property<View, Float> TRANSLATION_Y - public final static Property<View, Float> + public final static Property<View, Float> TRANSLATION_Z - protected final static String + protected final static String VIEW_LOG_TAG @@ -1384,19 +1384,19 @@

    Field Summary

    - public final static Property<View, Float> + public final static Property<View, Float> X - public final static Property<View, Float> + public final static Property<View, Float> Y - public final static Property<View, Float> + public final static Property<View, Float> Z @@ -1547,7 +1547,7 @@

    Method Summary

    - String + String getVersion() @@ -1902,7 +1902,7 @@

    getCast

    >
  • getVersion

    -
     String getVersion()
    +
     String getVersion()

    The THEOplayer version used.

    Example:

    • "2.67.0"
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html index 34b1a12f257c..46fa1daed7c1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html @@ -254,7 +254,7 @@

    Method Summary

    final AbrStrategyMetadata.Builder - setBitrate(Integer bitrate) + setBitrate(Integer bitrate) Sets the initial bitrate. @@ -329,7 +329,7 @@

    Method Detail

    >
  • setBitrate

    -
     final AbrStrategyMetadata.Builder setBitrate(Integer bitrate)
    +
     final AbrStrategyMetadata.Builder setBitrate(Integer bitrate)

    Sets the initial bitrate.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyMetadata.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyMetadata.html index 2e38e0f0c880..3522690c82a5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyMetadata.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyMetadata.html @@ -180,7 +180,7 @@

    Field Summary

    - private final Integer + private final Integer bitrate @@ -211,7 +211,7 @@

    Constructor Summary

    AbrStrategyMetadata(Integer bitrate) + href="#AbrStrategyMetadata(java.lang.Integer)">AbrStrategyMetadata(Integer bitrate) @@ -265,7 +265,7 @@

    Method Summary

    - final Integer + final Integer getBitrate() @@ -307,7 +307,7 @@

    Constructor Detail

    • AbrStrategyMetadata

      -
      AbrStrategyMetadata(Integer bitrate)
      +
      AbrStrategyMetadata(Integer bitrate)
    • @@ -334,7 +334,7 @@

      Method Detail

      >
    • getBitrate

      -
       final Integer getBitrate()
      +
       final Integer getBitrate()

      The initial bitrate, in bits per second. (Nullable)

      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyType.html index 41ab1c123c47..c50ceddf429b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/abr/AbrStrategyType.html @@ -274,7 +274,7 @@

      Method Summary

      static AbrStrategyType - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -357,7 +357,7 @@

      values

      >
    • valueOf

      -
       static AbrStrategyType valueOf(String name)
      +
       static AbrStrategyType valueOf(String name)

      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/Ad.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/Ad.html index 114e4adb3daf..b704857b4a16 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/Ad.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/Ad.html @@ -246,7 +246,7 @@

      Method Summary

      - abstract String + abstract String getId() @@ -254,7 +254,7 @@

      Method Summary

      - abstract List<CompanionAd> + abstract List<CompanionAd> getCompanions() @@ -262,7 +262,7 @@

      Method Summary

      - abstract String + abstract String getType() @@ -294,7 +294,7 @@

      Method Summary

      - abstract String + abstract String getCustomIntegration() @@ -302,7 +302,7 @@

      Method Summary

      - Object + Object getCustomData() @@ -361,7 +361,7 @@

      Method Detail

      >
    • getId

      -
      @NonNull() abstract String getId()
      +
      @NonNull() abstract String getId()

      The identifier of the creative, provided in the VAST-file.

      Default: Empty string.

      @@ -387,7 +387,7 @@

      getId

      >
    • getCompanions

      -
      @NonNull() abstract List<CompanionAd> getCompanions()
      +
      @NonNull() abstract List<CompanionAd> getCompanions()

      The List of CompanionAds associated to the ad, if available within the same Creatives element.

      @@ -413,7 +413,7 @@

      getCompanions

      >
    • getType

      -
      @Nullable() abstract String getType()
      +
      @Nullable() abstract String getType()

      The type of the Ad.

      • It can be either 'linear' or 'nonlinear', depending on the concrete implementor.
      @@ -517,7 +517,7 @@

      getIntegration

      >
    • getCustomIntegration

      -
      @Nullable() abstract String getCustomIntegration()
      +
      @Nullable() abstract String getCustomIntegration()

      The type of custom ad integration.

      @@ -543,7 +543,7 @@

      getCustomIntegration

      >
    • getCustomData

      -
      @Nullable() Object getCustomData()
      +
      @Nullable() Object getCustomData()

      The additional integration-specific data associated with this ad.

      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdBreak.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdBreak.html index ee14ed376450..c772ed0fad5e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdBreak.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdBreak.html @@ -246,7 +246,7 @@

      Method Summary

      - abstract List<Ad> + abstract List<Ad> getAds() @@ -286,7 +286,7 @@

      Method Summary

      - abstract String + abstract String getCustomIntegration() @@ -294,7 +294,7 @@

      Method Summary

      - abstract String + abstract String getId() @@ -302,7 +302,7 @@

      Method Summary

      - String + String getIdAsString() @@ -310,7 +310,7 @@

      Method Summary

      - Object + Object getCustomData() @@ -369,7 +369,7 @@

      Method Detail

      >
    • getAds

      -
      @NonNull() abstract List<Ad> getAds()
      +
      @NonNull() abstract List<Ad> getAds()

      The list of all the ads which will be played sequentially at the ad break's time offset.

      @@ -499,7 +499,7 @@

      getIntegration

      >
    • getCustomIntegration

      -
      @Nullable() abstract String getCustomIntegration()
      +
      @Nullable() abstract String getCustomIntegration()

      The type of custom ad integration.

      @@ -525,7 +525,7 @@

      getCustomIntegration

      >
    • getId

      -
      @Nullable() abstract String getId()
      +
      @Nullable() abstract String getId()

      The identifier of the ad break.

      • For THEOads, this is the interstitial identifier.
      • For Google IMA &DAI, this is the pod index of the ad break.
      • For other integrations, this may be null.
      @@ -551,7 +551,7 @@

      getId

      >
    • getIdAsString

      -
      @Nullable() String getIdAsString()
      +
      @Nullable() String getIdAsString()

      The identifier of the ad break.

      This is identical to getId.

      @@ -577,7 +577,7 @@

      getIdAsString

      >
    • getCustomData

      -
      @Nullable() Object getCustomData()
      +
      @Nullable() Object getCustomData()

      The additional integration-specific data associated with this ad break.

      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdBreakInit.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdBreakInit.html index dad7cda04f2f..ca0d818f5ed2 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdBreakInit.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdBreakInit.html @@ -173,25 +173,25 @@

      Field Summary

      - private final Integer + private final Integer timeOffset - private final String + private final String id - private final Integer + private final Integer maxDuration - private Object + private Object customData @@ -222,25 +222,25 @@

      Constructor Summary

      AdBreakInit(Integer timeOffset, String id, Integer maxDuration, Object customData) + href="#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)">AdBreakInit(Integer timeOffset, String id, Integer maxDuration, Object customData) AdBreakInit(Integer timeOffset, String id, Integer maxDuration) + href="#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer)">AdBreakInit(Integer timeOffset, String id, Integer maxDuration) AdBreakInit(Integer timeOffset, String id) + href="#AdBreakInit(java.lang.Integer,java.lang.String)">AdBreakInit(Integer timeOffset, String id) AdBreakInit(Integer timeOffset) + href="#AdBreakInit(java.lang.Integer)">AdBreakInit(Integer timeOffset) @@ -300,7 +300,7 @@

      Method Summary

      - final Integer + final Integer getTimeOffset() @@ -308,7 +308,7 @@

      Method Summary

      - final String + final String getId() @@ -316,7 +316,7 @@

      Method Summary

      - final Integer + final Integer getMaxDuration() @@ -324,7 +324,7 @@

      Method Summary

      - final Object + final Object getCustomData() @@ -334,7 +334,7 @@

      Method Summary

      final Unit - setCustomData(Object customData) + setCustomData(Object customData) Additional integration-specific data associated with this ad break. @@ -374,7 +374,7 @@

      Constructor Detail

      • AdBreakInit

        -
        AdBreakInit(Integer timeOffset, String id, Integer maxDuration, Object customData)
        +
        AdBreakInit(Integer timeOffset, String id, Integer maxDuration, Object customData)
      • @@ -384,7 +384,7 @@

        AdBreakInit

        • AdBreakInit

          -
          AdBreakInit(Integer timeOffset, String id, Integer maxDuration)
          +
          AdBreakInit(Integer timeOffset, String id, Integer maxDuration)
        • @@ -394,7 +394,7 @@

          AdBreakInit

          • AdBreakInit

            -
            AdBreakInit(Integer timeOffset, String id)
            +
            AdBreakInit(Integer timeOffset, String id)
          • @@ -404,7 +404,7 @@

            AdBreakInit

            • AdBreakInit

              -
              AdBreakInit(Integer timeOffset)
              +
              AdBreakInit(Integer timeOffset)
            • @@ -441,7 +441,7 @@

              Method Detail

              >
            • getTimeOffset

              -
               final Integer getTimeOffset()
              +
               final Integer getTimeOffset()

              The time offset at which content will be paused to play the ad break, in seconds.

              @@ -464,7 +464,7 @@

              getTimeOffset

              >
            • getId

              -
               final String getId()
              +
               final String getId()

              The identifier of the ad break.

              @@ -487,7 +487,7 @@

              getId

              >
            • getMaxDuration

              -
               final Integer getMaxDuration()
              +
               final Integer getMaxDuration()

              The duration of the ad break, in seconds.

              @@ -510,7 +510,7 @@

              getMaxDuration

              >
            • getCustomData

              -
               final Object getCustomData()
              +
               final Object getCustomData()

              Additional integration-specific data associated with this ad break.

              @@ -533,7 +533,7 @@

              getCustomData

              >
            • setCustomData

              -
               final Unit setCustomData(Object customData)
              +
               final Unit setCustomData(Object customData)

              Additional integration-specific data associated with this ad break.

              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdInit.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdInit.html index 0dc4ddf338f0..d7f7d214222f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdInit.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/AdInit.html @@ -173,55 +173,55 @@

              Field Summary

              - private String + private String type - private Integer + private Integer timeOffset - private Integer + private Integer skipOffset - private String + private String id - private Integer + private Integer duration - private String + private String clickThrough - private String + private String resourceURI - private List<MediaFile> + private List<MediaFile> mediaFiles - private Object + private Object customData @@ -252,55 +252,55 @@

              Constructor Summary

              AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles, Object customData) + href="#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)">AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles, Object customData) AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles) + href="#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List)">AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles) AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI) + href="#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String)">AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI) AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough) + href="#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String)">AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough) AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration) + href="#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer)">AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration) AdInit(String type, Integer timeOffset, Integer skipOffset, String id) + href="#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String)">AdInit(String type, Integer timeOffset, Integer skipOffset, String id) AdInit(String type, Integer timeOffset, Integer skipOffset) + href="#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer)">AdInit(String type, Integer timeOffset, Integer skipOffset) AdInit(String type, Integer timeOffset) + href="#AdInit(java.lang.String,java.lang.Integer)">AdInit(String type, Integer timeOffset) AdInit(String type) + href="#AdInit(java.lang.String)">AdInit(String type) @@ -360,7 +360,7 @@

              Method Summary

              - final String + final String getType() @@ -370,13 +370,13 @@

              Method Summary

              final Unit - setType(String type) + setType(String type) The type of the ad. - final Integer + final Integer getTimeOffset() @@ -386,13 +386,13 @@

              Method Summary

              final Unit - setTimeOffset(Integer timeOffset) + setTimeOffset(Integer timeOffset) The time offset at which content will be paused to play the ad, in seconds. - final Integer + final Integer getSkipOffset() @@ -402,13 +402,13 @@

              Method Summary

              final Unit - setSkipOffset(Integer skipOffset) + setSkipOffset(Integer skipOffset) The number of seconds after which the ad can be skipped, in seconds. - final String + final String getId() @@ -418,13 +418,13 @@

              Method Summary

              final Unit - setId(String id) + setId(String id) The identifier of the ad. - final Integer + final Integer getDuration() @@ -434,13 +434,13 @@

              Method Summary

              final Unit - setDuration(Integer duration) + setDuration(Integer duration) The duration of the ad, in seconds. - final String + final String getClickThrough() @@ -450,13 +450,13 @@

              Method Summary

              final Unit - setClickThrough(String clickThrough) + setClickThrough(String clickThrough) The website of the advertiser. - final String + final String getResourceURI() @@ -466,13 +466,13 @@

              Method Summary

              final Unit - setResourceURI(String resourceURI) + setResourceURI(String resourceURI) The URI of the the ad content. - final List<MediaFile> + final List<MediaFile> getMediaFiles() @@ -482,13 +482,13 @@

              Method Summary

              final Unit - setMediaFiles(List<MediaFile> mediaFiles) + setMediaFiles(List<MediaFile> mediaFiles) The list of media files which contain metadata about ad video files. - final Object + final Object getCustomData() @@ -498,7 +498,7 @@

              Method Summary

              final Unit - setCustomData(Object customData) + setCustomData(Object customData) Additional integration-specific data associated with this ad. @@ -538,7 +538,7 @@

              Constructor Detail

              • AdInit

                -
                AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles, Object customData)
                +
                AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles, Object customData)
              • @@ -548,7 +548,7 @@

                AdInit

                • AdInit

                  -
                  AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles)
                  +
                  AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles)
                • @@ -558,7 +558,7 @@

                  AdInit

                  • AdInit

                    -
                    AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI)
                    +
                    AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI)
                  • @@ -568,7 +568,7 @@

                    AdInit

                    • AdInit

                      -
                      AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough)
                      +
                      AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough)
                    • @@ -578,7 +578,7 @@

                      AdInit

                      • AdInit

                        -
                        AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration)
                        +
                        AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration)
                      • @@ -588,7 +588,7 @@

                        AdInit

                        • AdInit

                          -
                          AdInit(String type, Integer timeOffset, Integer skipOffset, String id)
                          +
                          AdInit(String type, Integer timeOffset, Integer skipOffset, String id)
                        • @@ -598,7 +598,7 @@

                          AdInit

                          • AdInit

                            -
                            AdInit(String type, Integer timeOffset, Integer skipOffset)
                            +
                            AdInit(String type, Integer timeOffset, Integer skipOffset)
                          • @@ -608,7 +608,7 @@

                            AdInit

                            • AdInit

                              -
                              AdInit(String type, Integer timeOffset)
                              +
                              AdInit(String type, Integer timeOffset)
                            • @@ -618,7 +618,7 @@

                              AdInit

                              • AdInit

                                -
                                AdInit(String type)
                                +
                                AdInit(String type)
                              • @@ -655,7 +655,7 @@

                                Method Detail

                                >
                              • getType

                                -
                                 final String getType()
                                +
                                 final String getType()

                                The type of the ad.

                                • Can be either 'linear' or 'nonlinear'.

                                @@ -678,7 +678,7 @@

                                getType

                                >
                              • setType

                                -
                                 final Unit setType(String type)
                                +
                                 final Unit setType(String type)

                                The type of the ad.

                                • Can be either 'linear' or 'nonlinear'.

                                @@ -701,7 +701,7 @@

                                setType

                                >
                              • getTimeOffset

                                -
                                 final Integer getTimeOffset()
                                +
                                 final Integer getTimeOffset()

                                The time offset at which content will be paused to play the ad, in seconds.

                                @@ -724,7 +724,7 @@

                                getTimeOffset

                                >
                              • setTimeOffset

                                -
                                 final Unit setTimeOffset(Integer timeOffset)
                                +
                                 final Unit setTimeOffset(Integer timeOffset)

                                The time offset at which content will be paused to play the ad, in seconds.

                                @@ -747,7 +747,7 @@

                                setTimeOffset

                                >
                              • getSkipOffset

                                -
                                 final Integer getSkipOffset()
                                +
                                 final Integer getSkipOffset()

                                The number of seconds after which the ad can be skipped, in seconds.

                                @@ -770,7 +770,7 @@

                                getSkipOffset

                                >
                              • setSkipOffset

                                -
                                 final Unit setSkipOffset(Integer skipOffset)
                                +
                                 final Unit setSkipOffset(Integer skipOffset)

                                The number of seconds after which the ad can be skipped, in seconds.

                                @@ -793,7 +793,7 @@

                                setSkipOffset

                                >
                              • getId

                                -
                                 final String getId()
                                +
                                 final String getId()

                                The identifier of the ad.

                                @@ -816,7 +816,7 @@

                                getId

                                >
                              • setId

                                -
                                 final Unit setId(String id)
                                +
                                 final Unit setId(String id)

                                The identifier of the ad.

                                @@ -839,7 +839,7 @@

                                setId

                                >
                              • getDuration

                                -
                                 final Integer getDuration()
                                +
                                 final Integer getDuration()

                                The duration of the ad, in seconds.

                                • Only applicable to linear ads.

                                @@ -862,7 +862,7 @@

                                getDuration

                                >
                              • setDuration

                                -
                                 final Unit setDuration(Integer duration)
                                +
                                 final Unit setDuration(Integer duration)

                                The duration of the ad, in seconds.

                                • Only applicable to linear ads.

                                @@ -885,7 +885,7 @@

                                setDuration

                                >
                              • getClickThrough

                                -
                                 final String getClickThrough()
                                +
                                 final String getClickThrough()

                                The website of the advertiser.

                                @@ -908,7 +908,7 @@

                                getClickThrough

                                >
                              • setClickThrough

                                -
                                 final Unit setClickThrough(String clickThrough)
                                +
                                 final Unit setClickThrough(String clickThrough)

                                The website of the advertiser.

                                @@ -931,7 +931,7 @@

                                setClickThrough

                                >
                              • getResourceURI

                                -
                                 final String getResourceURI()
                                +
                                 final String getResourceURI()

                                The URI of the the ad content.

                                @@ -954,7 +954,7 @@

                                getResourceURI

                                >
                              • setResourceURI

                                -
                                 final Unit setResourceURI(String resourceURI)
                                +
                                 final Unit setResourceURI(String resourceURI)

                                The URI of the the ad content.

                                @@ -977,7 +977,7 @@

                                setResourceURI

                                >
                              • getMediaFiles

                                -
                                 final List<MediaFile> getMediaFiles()
                                +
                                 final List<MediaFile> getMediaFiles()

                                The list of media files which contain metadata about ad video files.

                                • Only applicable to linear ads.

                                @@ -1000,7 +1000,7 @@

                                getMediaFiles

                                >
                              • setMediaFiles

                                -
                                 final Unit setMediaFiles(List<MediaFile> mediaFiles)
                                +
                                 final Unit setMediaFiles(List<MediaFile> mediaFiles)

                                The list of media files which contain metadata about ad video files.

                                • Only applicable to linear ads.

                                @@ -1023,7 +1023,7 @@

                                setMediaFiles

                                >
                              • getCustomData

                                -
                                 final Object getCustomData()
                                +
                                 final Object getCustomData()

                                Additional integration-specific data associated with this ad.

                                @@ -1046,7 +1046,7 @@

                                getCustomData

                                >
                              • setCustomData

                                -
                                 final Unit setCustomData(Object customData)
                                +
                                 final Unit setCustomData(Object customData)

                                Additional integration-specific data associated with this ad.

                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/Ads.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/Ads.html index 09e955384a20..0b04fc7b9887 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/Ads.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/Ads.html @@ -257,7 +257,7 @@

                                Method Summary

                                - abstract List<Ad> + abstract List<Ad> getCurrentAds() @@ -273,7 +273,7 @@

                                Method Summary

                                - abstract List<Ad> + abstract List<Ad> getScheduledAds() @@ -307,7 +307,7 @@

                                Method Summary

                                abstract void - registerServerSideIntegration(@NonNull() String integrationId, @NonNull() ServerSideAdIntegrationFactory integrationFactory) + registerServerSideIntegration(@NonNull() String integrationId, @NonNull() ServerSideAdIntegrationFactory integrationFactory) Register a custom advertisement integration. @@ -393,7 +393,7 @@

                                isPlaying

                                >
                              • getCurrentAds

                                -
                                @MainThread()@NonNull() abstract List<Ad> getCurrentAds()
                                +
                                @MainThread()@NonNull() abstract List<Ad> getCurrentAds()

                                Returns a list of the currently active Ad (linear and/or non linear).

                                • If there are no ads playing, the method returns an empty list.
                                • The returned list contains only non-null Ad objects.
                                @@ -439,7 +439,7 @@

                                getCurrentAdBreak

                                >
                              • getScheduledAds

                                -
                                @MainThread()@NonNull() abstract List<Ad> getScheduledAds()
                                +
                                @MainThread()@NonNull() abstract List<Ad> getScheduledAds()

                                Returns a list of Ads that still needs to be played.

                                • If there are no ads playing, the method returns an empty list.
                                • The returned list contains only non-null Ad objects.
                                @@ -541,7 +541,7 @@

                                getOmid

                                >
                              • registerServerSideIntegration

                                -
                                 abstract void registerServerSideIntegration(@NonNull() String integrationId, @NonNull() ServerSideAdIntegrationFactory integrationFactory)
                                +
                                 abstract void registerServerSideIntegration(@NonNull() String integrationId, @NonNull() ServerSideAdIntegrationFactory integrationFactory)

                                Register a custom advertisement integration.

                                This allows you to integrate with third-party advertisement providers, and have them report their ads and ad-related events through the THEOplayer Ads API.

                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/CompanionAd.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/CompanionAd.html index 408189c69560..792868cabf36 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/CompanionAd.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/CompanionAd.html @@ -246,7 +246,7 @@

                                Method Summary

                                - abstract String + abstract String getAdSlotId() @@ -254,7 +254,7 @@

                                Method Summary

                                - abstract String + abstract String getAltText() @@ -262,7 +262,7 @@

                                Method Summary

                                - abstract String + abstract String getClickThrough() @@ -278,7 +278,7 @@

                                Method Summary

                                - abstract String + abstract String getResourceURI() @@ -294,7 +294,7 @@

                                Method Summary

                                - abstract String + abstract String getType() @@ -353,7 +353,7 @@

                                Method Detail

                                >
                              • getAdSlotId

                                -
                                @NonNull() abstract String getAdSlotId()
                                +
                                @NonNull() abstract String getAdSlotId()

                                An identifier of the element in which the companion ad should be appended, if available.

                                Default: Empty String.

                                @@ -379,7 +379,7 @@

                                getAdSlotId

                                >
                              • getAltText

                                -
                                @NonNull() abstract String getAltText()
                                +
                                @NonNull() abstract String getAltText()

                                An alternative description for ad.

                                • Only supported for StaticResource.
                                @@ -405,7 +405,7 @@

                                getAltText

                                >
                              • getClickThrough

                                -
                                @NonNull() abstract String getClickThrough()
                                +
                                @NonNull() abstract String getClickThrough()

                                The website of the advertisement.

                                • Only supported for StaticResource.
                                @@ -457,7 +457,7 @@

                                getHeight

                                >
                              • getResourceURI

                                -
                                @NonNull() abstract String getResourceURI()
                                +
                                @NonNull() abstract String getResourceURI()

                                The URI of the ad content.

                                @@ -509,7 +509,7 @@

                                getWidth

                                >
                              • getType

                                -
                                @NonNull() abstract String getType()
                                +
                                @NonNull() abstract String getType()

                                The type of the companion ad.

                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/LinearAd.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/LinearAd.html index 1be65a116276..53d977894bbd 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/LinearAd.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/LinearAd.html @@ -265,7 +265,7 @@

                                Method Summary

                                - abstract List<MediaFile> + abstract List<MediaFile> getMediaFiles() @@ -382,7 +382,7 @@

                                getDurationAsDouble

                                >
                              • getMediaFiles

                                -
                                @NonNull() abstract List<MediaFile> getMediaFiles()
                                +
                                @NonNull() abstract List<MediaFile> getMediaFiles()

                                The list of media files which contain metadata about ad video files.

                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/MediaFile.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/MediaFile.Builder.html index 8d94fe033881..59027e49602d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/MediaFile.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/MediaFile.Builder.html @@ -254,7 +254,7 @@

                                Method Summary

                                final <Error class: unknown class> - resourceURI(String resourceURI) + resourceURI(String resourceURI) Sets the URI of the VAST content. @@ -262,7 +262,7 @@

                                Method Summary

                                final <Error class: unknown class> - type(String type) + type(String type) Sets the MIME type for the file container. @@ -270,7 +270,7 @@

                                Method Summary

                                final <Error class: unknown class> - delivery(String delivery) + delivery(String delivery) Sets the delivery type. @@ -278,7 +278,7 @@

                                Method Summary

                                final <Error class: unknown class> - width(Integer width) + width(Integer width) Sets the native width of the video file, in pixels. @@ -286,7 +286,7 @@

                                Method Summary

                                final <Error class: unknown class> - height(Integer height) + height(Integer height) Sets the native height of the video file, in pixels. @@ -361,7 +361,7 @@

                                Method Detail

                                >
                              • resourceURI

                                -
                                 final <Error class: unknown class> resourceURI(String resourceURI)
                                +
                                 final <Error class: unknown class> resourceURI(String resourceURI)

                                Sets the URI of the VAST content.

                                @@ -384,7 +384,7 @@

                                resourceURI

                                >
                              • type

                                -
                                 final <Error class: unknown class> type(String type)
                                +
                                 final <Error class: unknown class> type(String type)

                                Sets the MIME type for the file container.

                                @@ -407,7 +407,7 @@

                                type

                                >
                              • delivery

                                -
                                 final <Error class: unknown class> delivery(String delivery)
                                +
                                 final <Error class: unknown class> delivery(String delivery)

                                Sets the delivery type.

                                @@ -430,7 +430,7 @@

                                delivery

                                >
                              • width

                                -
                                 final <Error class: unknown class> width(Integer width)
                                +
                                 final <Error class: unknown class> width(Integer width)

                                Sets the native width of the video file, in pixels.

                                @@ -453,7 +453,7 @@

                                width

                                >
                              • height

                                -
                                 final <Error class: unknown class> height(Integer height)
                                +
                                 final <Error class: unknown class> height(Integer height)

                                Sets the native height of the video file, in pixels.

                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/MediaFile.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/MediaFile.html index c8cdde0bebb6..c56370b6d7c5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/MediaFile.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/MediaFile.html @@ -253,7 +253,7 @@

                                Method Summary

                                - abstract String + abstract String getDelivery() @@ -261,7 +261,7 @@

                                Method Summary

                                - abstract String + abstract String getResourceURI() @@ -269,7 +269,7 @@

                                Method Summary

                                - abstract String + abstract String getType() @@ -277,7 +277,7 @@

                                Method Summary

                                - abstract Integer + abstract Integer getHeight() @@ -285,7 +285,7 @@

                                Method Summary

                                - abstract Integer + abstract Integer getWidth() @@ -344,7 +344,7 @@

                                Method Detail

                                >
                              • getDelivery

                                -
                                 abstract String getDelivery()
                                +
                                 abstract String getDelivery()

                                The delivery type.

                                • Currently we only support progressive.

                                • It should be either 'progressive' or 'streaming'.

                                Default: Empty string.

                                @@ -370,7 +370,7 @@

                                getDelivery

                                >
                              • getResourceURI

                                -
                                 abstract String getResourceURI()
                                +
                                 abstract String getResourceURI()

                                The URI of the VAST content.

                                Default: Empty string.

                                @@ -396,7 +396,7 @@

                                getResourceURI

                                >
                              • getType

                                -
                                 abstract String getType()
                                +
                                 abstract String getType()

                                The MIME type for the file container.

                                Default: Empty string.

                                @@ -422,7 +422,7 @@

                                getType

                                >
                              • getHeight

                                -
                                 abstract Integer getHeight()
                                +
                                 abstract Integer getHeight()

                                The native height of the video file, in pixels.

                                @@ -448,7 +448,7 @@

                                getHeight

                                >
                              • getWidth

                                -
                                 abstract Integer getWidth()
                                +
                                 abstract Integer getWidth()

                                The native width of the video file, in pixels.

                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/NonLinearAd.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/NonLinearAd.html index af626f336d05..810368c22c9d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/NonLinearAd.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/NonLinearAd.html @@ -249,7 +249,7 @@

                                Method Summary

                                - abstract String + abstract String getClickThrough() @@ -257,7 +257,7 @@

                                Method Summary

                                - abstract String + abstract String getResourceURI() @@ -322,7 +322,7 @@

                                Method Detail

                                >
                              • getClickThrough

                                -
                                @NonNull() abstract String getClickThrough()
                                +
                                @NonNull() abstract String getClickThrough()

                                The website of the advertiser.

                                • Only supported for StaticResource.

                                Default: Empty string.

                                @@ -348,7 +348,7 @@

                                getClickThrough

                                >
                              • getResourceURI

                                -
                                @NonNull() abstract String getResourceURI()
                                +
                                @NonNull() abstract String getResourceURI()

                                The URI of the the ad content.

                                Default: Empty string.

                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/OmidFriendlyObstruction.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/OmidFriendlyObstruction.html index 96139856291c..38fbfe472f28 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/OmidFriendlyObstruction.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/OmidFriendlyObstruction.html @@ -210,7 +210,7 @@

                                Constructor Summary

                                OmidFriendlyObstruction(View view, OmidFriendlyObstructionPurpose purpose, String reason) + href="#OmidFriendlyObstruction(android.view.View,com.theoplayer.android.api.ads.OmidFriendlyObstructionPurpose,java.lang.String)">OmidFriendlyObstruction(View view, OmidFriendlyObstructionPurpose purpose, String reason) Creates an omid friendly obstruction with the given parameters. @@ -280,7 +280,7 @@

                                Method Summary

                                - String + String getReasonString() @@ -322,7 +322,7 @@

                                Constructor Detail

                                • OmidFriendlyObstruction

                                  -
                                  OmidFriendlyObstruction(View view, OmidFriendlyObstructionPurpose purpose, String reason)
                                  +
                                  OmidFriendlyObstruction(View view, OmidFriendlyObstructionPurpose purpose, String reason)
                                  Creates an omid friendly obstruction with the given parameters.
                                  @@ -418,7 +418,7 @@

                                  getPurpose

                                  >
                                • getReasonString

                                  -
                                  @Nullable() String getReasonString()
                                  +
                                  @Nullable() String getReasonString()

                                  The reason for the friendly obstruction.

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html index 52218f7e664f..dae7a43106ad 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html @@ -280,7 +280,7 @@

                                  Method Summary

                                  static OmidFriendlyObstructionPurpose - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -363,7 +363,7 @@

                                  values

                                  >
                                • valueOf

                                  -
                                   static OmidFriendlyObstructionPurpose valueOf(String name)
                                  +
                                   static OmidFriendlyObstructionPurpose valueOf(String name)

                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html index 10343b96373c..e47c98bf21c5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html @@ -264,7 +264,7 @@

                                  Method Summary

                                  abstract Unit - updateAdProgress(Ad ad, Double progress) + updateAdProgress(Ad ad, Double progress) Update the playback progression of the given ad. @@ -336,7 +336,7 @@

                                  Method Summary

                                  abstract Unit - error(Throwable error) + error(Throwable error) Fire an AdErrorEvent on the player. @@ -344,13 +344,13 @@

                                  Method Summary

                                  abstract Unit - fatalError(Throwable error, ErrorCode code) + fatalError(Throwable error, ErrorCode code) Fire a fatal ErrorEvent on the player. - abstract String + abstract String getIntegration() @@ -358,7 +358,7 @@

                                  Method Summary

                                  - abstract List<Ad> + abstract List<Ad> getAds() @@ -366,7 +366,7 @@

                                  Method Summary

                                  - abstract List<AdBreak> + abstract List<AdBreak> getAdBreaks() @@ -493,7 +493,7 @@

                                  updateAd

                                  >
                                • updateAdProgress

                                  -
                                   abstract Unit updateAdProgress(Ad ad, Double progress)
                                  +
                                   abstract Unit updateAdProgress(Ad ad, Double progress)

                                  Update the playback progression of the given ad.

                                  @@ -736,7 +736,7 @@

                                  removeAllAds

                                  >
                                • error

                                  -
                                   abstract Unit error(Throwable error)
                                  +
                                   abstract Unit error(Throwable error)

                                  Fire an AdErrorEvent on the player.

                                  This does not stop playback.

                                  @@ -766,7 +766,7 @@

                                  error

                                  >
                                • fatalError

                                  -
                                   abstract Unit fatalError(Throwable error, ErrorCode code)
                                  +
                                   abstract Unit fatalError(Throwable error, ErrorCode code)

                                  Fire a fatal ErrorEvent on the player.

                                  This stops playback immediately. Use Player.setSource to load a new source.

                                  @@ -800,7 +800,7 @@

                                  fatalError

                                  >
                                • getIntegration

                                  -
                                   abstract String getIntegration()
                                  +
                                   abstract String getIntegration()

                                  The identifier for this integration, as it was passed to Ads.registerServerSideIntegration.

                                  @@ -823,7 +823,7 @@

                                  getIntegration

                                  >
                                • getAds

                                  -
                                   abstract List<Ad> getAds()
                                  +
                                   abstract List<Ad> getAds()

                                  The scheduled ads managed by this integration.

                                  @@ -846,7 +846,7 @@

                                  getAds

                                  >
                                • getAdBreaks

                                  -
                                   abstract List<AdBreak> getAdBreaks()
                                  +
                                   abstract List<AdBreak> getAdBreaks()

                                  The scheduled ad breaks managed by this integration.

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/UniversalAdId.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/UniversalAdId.html index 5ec75ba8de62..53ac09a18180 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/UniversalAdId.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/UniversalAdId.html @@ -246,7 +246,7 @@

                                  Method Summary

                                  - abstract String + abstract String getUniversalAdIdRegistry() @@ -254,7 +254,7 @@

                                  Method Summary

                                  - abstract String + abstract String getUniversalAdIdValue() @@ -313,7 +313,7 @@

                                  Method Detail

                                  >
                                • getUniversalAdIdRegistry

                                  -
                                  @NonNull() abstract String getUniversalAdIdRegistry()
                                  +
                                  @NonNull() abstract String getUniversalAdIdRegistry()

                                  The registry associated with cataloging the UniversalAdId of the selected creative for the ad.

                                  • Returns the registry value, or "unknown" if unavailable.
                                  @@ -336,7 +336,7 @@

                                  getUniversalAdIdRegistry

                                  >
                                • getUniversalAdIdValue

                                  -
                                  @NonNull() abstract String getUniversalAdIdValue()
                                  +
                                  @NonNull() abstract String getUniversalAdIdValue()

                                  The Universal Ad identifier of the selected creative for the ad.

                                  • Returns the id value or "unknown" if unavailable.
                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html index b2ab12043ab1..f05817a2a9b7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html @@ -273,23 +273,23 @@

                                  Method Summary

                                  - abstract Double + abstract Double - contentTimeForStreamTime(Double streamTime) + contentTimeForStreamTime(Double streamTime) Returns the content time without ads for a given stream time. - abstract Double + abstract Double - streamTimeForContentTime(Double contentTime) + streamTimeForContentTime(Double contentTime) Returns the stream time with ads for a given content time. - abstract List<CuePoint> + abstract List<CuePoint> getCuePoints() @@ -305,7 +305,7 @@

                                  Method Summary

                                  - abstract Boolean + abstract Boolean getEnableSnapback() @@ -315,7 +315,7 @@

                                  Method Summary

                                  abstract Unit - setEnableSnapback(Boolean enableSnapback) + setEnableSnapback(Boolean enableSnapback) Whether snapback is enabled. @@ -468,7 +468,7 @@

                                  requestStream

                                  >
                                • contentTimeForStreamTime

                                  -
                                   abstract Double contentTimeForStreamTime(Double streamTime)
                                  +
                                   abstract Double contentTimeForStreamTime(Double streamTime)

                                  Returns the content time without ads for a given stream time. Returns the given stream time for live streams.

                                  • If the time entered is 15 seconds, after a pre-roll of 10 seconds, it will return 5 seconds.

                                  • Used to determine part of content, starting from total stream time.

                                  @@ -501,7 +501,7 @@

                                  contentTimeForStreamTime

                                  >
                                • streamTimeForContentTime

                                  -
                                   abstract Double streamTimeForContentTime(Double contentTime)
                                  +
                                   abstract Double streamTimeForContentTime(Double contentTime)

                                  Returns the stream time with ads for a given content time. Returns the given content time for live streams.

                                  • If the time entered is 5 seconds, after a pre-roll of 10 seconds, it will return 15 seconds.

                                  • Used to determine total stream time, starting from content time only.

                                  @@ -534,7 +534,7 @@

                                  streamTimeForContentTime

                                  >
                                • getCuePoints

                                  -
                                   abstract List<CuePoint> getCuePoints()
                                  +
                                   abstract List<CuePoint> getCuePoints()

                                  Returns a list of CuePoint where ads will be played.

                                  @@ -583,7 +583,7 @@

                                  focus

                                  >
                                • getEnableSnapback

                                  -
                                   abstract Boolean getEnableSnapback()
                                  +
                                   abstract Boolean getEnableSnapback()

                                  Whether snapback is enabled. When enabled and the user seeks over multiple ad breaks, the last ad break that was seeked past will be played, if it has not been played yet.

                                  @@ -606,7 +606,7 @@

                                  getEnableSnapback

                                  >
                                • setEnableSnapback

                                  -
                                   abstract Unit setEnableSnapback(Boolean enableSnapback)
                                  +
                                   abstract Unit setEnableSnapback(Boolean enableSnapback)

                                  Whether snapback is enabled. When enabled and the user seeks over multiple ad breaks, the last ad break that was seeked past will be played, if it has not been played yet.

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAd.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAd.html index c0be63912e7d..de8bf093026f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAd.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAd.html @@ -257,7 +257,7 @@

                                  Method Summary

                                  - abstract String + abstract String getAdSystem() @@ -265,7 +265,7 @@

                                  Method Summary

                                  - abstract String + abstract String getCreativeId() @@ -273,7 +273,7 @@

                                  Method Summary

                                  - abstract List<String> + abstract List<String> getWrapperAdIds() @@ -281,7 +281,7 @@

                                  Method Summary

                                  - abstract List<String> + abstract List<String> getWrapperAdSystems() @@ -289,7 +289,7 @@

                                  Method Summary

                                  - abstract List<String> + abstract List<String> getWrapperCreativeIds() @@ -297,7 +297,7 @@

                                  Method Summary

                                  - abstract Integer + abstract Integer getVastMediaBitrate() @@ -305,7 +305,7 @@

                                  Method Summary

                                  - abstract List<UniversalAdId> + abstract List<UniversalAdId> getUniversalAdIds() @@ -313,7 +313,7 @@

                                  Method Summary

                                  - abstract String + abstract String getTraffickingParameters() @@ -404,7 +404,7 @@

                                  getImaAd

                                  >
                                • getAdSystem

                                  -
                                   abstract String getAdSystem()
                                  +
                                   abstract String getAdSystem()

                                  The source ad server information included in the ad response.

                                  @@ -430,7 +430,7 @@

                                  getAdSystem

                                  >
                                • getCreativeId

                                  -
                                   abstract String getCreativeId()
                                  +
                                   abstract String getCreativeId()

                                  The identifier of the selected creative for the ad.

                                  @@ -456,7 +456,7 @@

                                  getCreativeId

                                  >
                                • getWrapperAdIds

                                  -
                                   abstract List<String> getWrapperAdIds()
                                  +
                                   abstract List<String> getWrapperAdIds()

                                  The list of wrapper ad identifiers as specified in the VAST response.

                                  @@ -482,7 +482,7 @@

                                  getWrapperAdIds

                                  >
                                • getWrapperAdSystems

                                  -
                                   abstract List<String> getWrapperAdSystems()
                                  +
                                   abstract List<String> getWrapperAdSystems()

                                  The list of wrapper ad systems as specified in the VAST response.

                                  @@ -508,7 +508,7 @@

                                  getWrapperAdSystems

                                  >
                                • getWrapperCreativeIds

                                  -
                                   abstract List<String> getWrapperCreativeIds()
                                  +
                                   abstract List<String> getWrapperCreativeIds()

                                  The list of wrapper creative identifiers.

                                  • Starts with the first wrapper ad.

                                  @@ -534,7 +534,7 @@

                                  getWrapperCreativeIds

                                  >
                                • getVastMediaBitrate

                                  -
                                   abstract Integer getVastMediaBitrate()
                                  +
                                   abstract Integer getVastMediaBitrate()

                                  The bitrate of the currently playing creative as listed in the VAST response.

                                  @@ -560,7 +560,7 @@

                                  getVastMediaBitrate

                                  >
                                • getUniversalAdIds

                                  -
                                   abstract List<UniversalAdId> getUniversalAdIds()
                                  +
                                   abstract List<UniversalAdId> getUniversalAdIds()

                                  The list of universal ad ID information of the selected creative for the ad.

                                  @@ -586,7 +586,7 @@

                                  getUniversalAdIds

                                  >
                                • getTraffickingParameters

                                  -
                                   abstract String getTraffickingParameters()
                                  +
                                   abstract String getTraffickingParameters()

                                  A string with custom parameters associated with the ad at the time of ad trafficking.

                                  • Empty string if this information is not available.

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html index e040d9f95fc0..211a3645d538 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html @@ -270,7 +270,7 @@

                                  Method Summary

                                  - abstract Map<String, String> + abstract Map<String, String> getAdData() @@ -387,7 +387,7 @@

                                  getAd

                                  >
                                • getAdData

                                  -
                                   abstract Map<String, String> getAdData()
                                  +
                                   abstract Map<String, String> getAdData()

                                  A Map<String, String> containing any extra ad data for the event, if needed.

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html index 7c6d06df6925..9fce7800d014 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html @@ -128,7 +128,7 @@

                                  Enum GoogleImaAdEventType public enum GoogleImaAdEventType -extends Enum<GoogleImaAdEventType> implements EventType<GoogleImaAdEvent> +extends Enum<GoogleImaAdEventType> implements EventType<GoogleImaAdEvent>

                                  The event types of GoogleImaAdEvent.

                                  @@ -186,13 +186,13 @@

                                  Field Summary

                                  - private final String + private final String name - private final Integer + private final Integer ordinal @@ -457,7 +457,7 @@

                                  Method Summary

                                  - String + String getName() @@ -467,7 +467,7 @@

                                  Method Summary

                                  final GoogleImaAdEventType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -546,7 +546,7 @@

                                  Method Detail

                                  >
                                • getName

                                  -
                                   String getName()
                                  +
                                   String getName()

                                  Function to get the name (textual representation) of an IMA related event.

                                  @@ -572,7 +572,7 @@

                                  getName

                                  >
                                • valueOf

                                  -
                                   final GoogleImaAdEventType valueOf(String value)
                                  +
                                   final GoogleImaAdEventType valueOf(String value)

                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html index 09de036ef6d4..9e898092f420 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html @@ -249,7 +249,7 @@

                                  Method Summary

                                  - abstract Double + abstract Double getDuration() @@ -257,7 +257,7 @@

                                  Method Summary

                                  - abstract Integer + abstract Integer getStartTime() @@ -265,7 +265,7 @@

                                  Method Summary

                                  - abstract List<MediaTailorTrackingEvent> + abstract List<MediaTailorTrackingEvent> getTrackingEvents() @@ -330,7 +330,7 @@

                                  Method Detail

                                  >
                                • getDuration

                                  -
                                   abstract Double getDuration()
                                  +
                                   abstract Double getDuration()

                                  The duration of the MediaTailor ad.

                                  @@ -353,7 +353,7 @@

                                  getDuration

                                  >
                                • getStartTime

                                  -
                                   abstract Integer getStartTime()
                                  +
                                   abstract Integer getStartTime()

                                  The start time of the MediaTailor ad.

                                  @@ -376,7 +376,7 @@

                                  getStartTime

                                  >
                                • getTrackingEvents

                                  -
                                   abstract List<MediaTailorTrackingEvent> getTrackingEvents()
                                  +
                                   abstract List<MediaTailorTrackingEvent> getTrackingEvents()

                                  The list of MediaTailorTrackingEvents for this particular ad.

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html index 6ad89a9e6d74..3c12a5baa3f2 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html @@ -249,7 +249,7 @@

                                  Method Summary

                                  - abstract String + abstract String getId() @@ -257,7 +257,7 @@

                                  Method Summary

                                  - abstract Double + abstract Double getDuration() @@ -265,7 +265,7 @@

                                  Method Summary

                                  - abstract Integer + abstract Integer getStartTime() @@ -330,7 +330,7 @@

                                  Method Detail

                                  >
                                • getId

                                  -
                                   abstract String getId()
                                  +
                                   abstract String getId()

                                  The unique identifier of this MediaTailor adBreak.

                                  @@ -353,7 +353,7 @@

                                  getId

                                  >
                                • getDuration

                                  -
                                   abstract Double getDuration()
                                  +
                                   abstract Double getDuration()

                                  The duration of the MediaTailor adBreak.

                                  @@ -376,7 +376,7 @@

                                  getDuration

                                  >
                                • getStartTime

                                  -
                                   abstract Integer getStartTime()
                                  +
                                   abstract Integer getStartTime()

                                  The start time of the MediaTailor adBreak.

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html index a17b4a239ef0..0e641393e5b1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html @@ -128,7 +128,7 @@

                                  Enum MediaTailorAdBre
                                   
                                   public enum MediaTailorAdBreakEventType
                                  -extends Enum<MediaTailorAdBreakEventType> implements EventType<MediaTailorAdBreakEvent>
                                  +extends Enum<MediaTailorAdBreakEventType> implements EventType<MediaTailorAdBreakEvent>
                                                       
                                  @@ -186,13 +186,13 @@

                                  Field Summary

                                  - private final String + private final String name - private final Integer + private final Integer ordinal @@ -289,7 +289,7 @@

                                  Method Summary

                                  - String + String getName() @@ -299,7 +299,7 @@

                                  Method Summary

                                  final MediaTailorAdBreakEventType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -378,7 +378,7 @@

                                  Method Detail

                                  >
                                • getName

                                  -
                                   String getName()
                                  +
                                   String getName()

                                  Function to get the name (textual representation) of a MediaTailor adbreak related event.

                                  @@ -404,7 +404,7 @@

                                  getName

                                  >
                                • valueOf

                                  -
                                   final MediaTailorAdBreakEventType valueOf(String value)
                                  +
                                   final MediaTailorAdBreakEventType valueOf(String value)

                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html index 322afd0da955..e0dc97b1a01c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html @@ -128,7 +128,7 @@

                                  Enum MediaTailorAdEventTyp
                                   
                                   public enum MediaTailorAdEventType
                                  -extends Enum<MediaTailorAdEventType> implements EventType<MediaTailorAdEvent>
                                  +extends Enum<MediaTailorAdEventType> implements EventType<MediaTailorAdEvent>
                                                       
                                  @@ -186,13 +186,13 @@

                                  Field Summary

                                  - private final String + private final String name - private final Integer + private final Integer ordinal @@ -319,7 +319,7 @@

                                  Method Summary

                                  - String + String getName() @@ -329,7 +329,7 @@

                                  Method Summary

                                  final MediaTailorAdEventType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -408,7 +408,7 @@

                                  Method Detail

                                  >
                                • getName

                                  -
                                   String getName()
                                  +
                                   String getName()

                                  Function to get the name (textual representation) of a MediaTailor ad related event.

                                  @@ -434,7 +434,7 @@

                                  getName

                                  >
                                • valueOf

                                  -
                                   final MediaTailorAdEventType valueOf(String value)
                                  +
                                   final MediaTailorAdEventType valueOf(String value)

                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html index 33d05505f95d..eb8c96e0dcb0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html @@ -265,7 +265,7 @@

                                  Method Summary

                                  - abstract String + abstract String getBackdropUri() @@ -273,7 +273,7 @@

                                  Method Summary

                                  - abstract List<Ad> + abstract List<Ad> getAds() @@ -384,7 +384,7 @@

                                  getLayout

                                  >
                                • getBackdropUri

                                  -
                                   abstract String getBackdropUri()
                                  +
                                   abstract String getBackdropUri()
                                  @@ -407,7 +407,7 @@

                                  getBackdropUri

                                  >
                                • getAds

                                  -
                                   abstract List<Ad> getAds()
                                  +
                                   abstract List<Ad> getAds()
                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/Interstitial.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/Interstitial.html index 8f874e6b7e84..14664204f4ae 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/Interstitial.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/Interstitial.html @@ -254,7 +254,7 @@

                                  Method Summary

                                  - abstract String + abstract String getId() @@ -262,7 +262,7 @@

                                  Method Summary

                                  - abstract Double + abstract Double getStartTime() @@ -270,7 +270,7 @@

                                  Method Summary

                                  - abstract Double + abstract Double getDuration() @@ -278,7 +278,7 @@

                                  Method Summary

                                  - abstract Map<String, String> + abstract Map<String, String> getAdTagParameters() @@ -288,7 +288,7 @@

                                  Method Summary

                                  abstract Unit - setAdTagParameters(Map<String, String> adTagParameters) + setAdTagParameters(Map<String, String> adTagParameters) The ad tag parameters that are used for this specific ad break. @@ -368,7 +368,7 @@

                                  getType

                                  >
                                • getId

                                  -
                                   abstract String getId()
                                  +
                                   abstract String getId()
                                  @@ -391,7 +391,7 @@

                                  getId

                                  >
                                • getStartTime

                                  -
                                   abstract Double getStartTime()
                                  +
                                   abstract Double getStartTime()
                                  @@ -414,7 +414,7 @@

                                  getStartTime

                                  >
                                • getDuration

                                  -
                                   abstract Double getDuration()
                                  +
                                   abstract Double getDuration()
                                  @@ -437,7 +437,7 @@

                                  getDuration

                                  >
                                • getAdTagParameters

                                  -
                                   abstract Map<String, String> getAdTagParameters()
                                  +
                                   abstract Map<String, String> getAdTagParameters()

                                  The ad tag parameters that are used for this specific ad break.

                                  @@ -460,7 +460,7 @@

                                  getAdTagParameters

                                  >
                                • setAdTagParameters

                                  -
                                   abstract Unit setAdTagParameters(Map<String, String> adTagParameters)
                                  +
                                   abstract Unit setAdTagParameters(Map<String, String> adTagParameters)

                                  The ad tag parameters that are used for this specific ad break.

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/InterstitialType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/InterstitialType.html index 53ec7fff6f23..f3eb15a4f1b3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/InterstitialType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/InterstitialType.html @@ -123,7 +123,7 @@

                                  Enum InterstitialType

                                   
                                   public enum InterstitialType
                                  -extends Enum<InterstitialType>
                                  +extends Enum<InterstitialType>
                                                       

                                  The type of the interstitial.

                                  @@ -181,13 +181,13 @@

                                  Field Summary

                                  - private final String + private final String name - private final Integer + private final Integer ordinal @@ -286,7 +286,7 @@

                                  Method Summary

                                  final InterstitialType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -365,7 +365,7 @@

                                  Method Detail

                                  >
                                • valueOf

                                  -
                                   final InterstitialType valueOf(String value)
                                  +
                                   final InterstitialType valueOf(String value)

                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html index 5f29b187b740..d11a53aab12a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html @@ -257,7 +257,7 @@

                                  Method Summary

                                  - abstract String + abstract String getImageUrl() @@ -265,7 +265,7 @@

                                  Method Summary

                                  - abstract String + abstract String getClickThrough() @@ -369,7 +369,7 @@

                                  getType

                                  >
                                • getImageUrl

                                  -
                                   abstract String getImageUrl()
                                  +
                                   abstract String getImageUrl()
                                  @@ -392,7 +392,7 @@

                                  getImageUrl

                                  >
                                • getClickThrough

                                  -
                                   abstract String getClickThrough()
                                  +
                                   abstract String getClickThrough()
                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlayPosition.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlayPosition.html index 11b00ee07b13..41ee32334f6a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlayPosition.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlayPosition.html @@ -173,25 +173,25 @@

                                  Field Summary

                                  - private final Double + private final Double left - private final Double + private final Double right - private final Double + private final Double top - private final Double + private final Double bottom @@ -222,7 +222,7 @@

                                  Constructor Summary

                                  OverlayPosition(Double left, Double right, Double top, Double bottom) + href="#OverlayPosition(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)">OverlayPosition(Double left, Double right, Double top, Double bottom) @@ -276,7 +276,7 @@

                                  Method Summary

                                  - final Double + final Double getLeft() @@ -284,7 +284,7 @@

                                  Method Summary

                                  - final Double + final Double getRight() @@ -292,7 +292,7 @@

                                  Method Summary

                                  - final Double + final Double getTop() @@ -300,7 +300,7 @@

                                  Method Summary

                                  - final Double + final Double getBottom() @@ -342,7 +342,7 @@

                                  Constructor Detail

                                  • OverlayPosition

                                    -
                                    OverlayPosition(Double left, Double right, Double top, Double bottom)
                                    +
                                    OverlayPosition(Double left, Double right, Double top, Double bottom)
                                  • @@ -369,7 +369,7 @@

                                    Method Detail

                                    >
                                  • getLeft

                                    -
                                     final Double getLeft()
                                    +
                                     final Double getLeft()
                                    @@ -392,7 +392,7 @@

                                    getLeft

                                    >
                                  • getRight

                                    -
                                     final Double getRight()
                                    +
                                     final Double getRight()
                                    @@ -415,7 +415,7 @@

                                    getRight

                                    >
                                  • getTop

                                    -
                                     final Double getTop()
                                    +
                                     final Double getTop()
                                    @@ -438,7 +438,7 @@

                                    getTop

                                    >
                                  • getBottom

                                    -
                                     final Double getBottom()
                                    +
                                     final Double getBottom()
                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlaySize.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlaySize.html index 97d4273dc91c..a69ed1d57a32 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlaySize.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/OverlaySize.html @@ -173,13 +173,13 @@

                                    Field Summary

                                    - private final Double + private final Double width - private final Double + private final Double height @@ -210,7 +210,7 @@

                                    Constructor Summary

                                    OverlaySize(Double width, Double height) + href="#OverlaySize(java.lang.Double,java.lang.Double)">OverlaySize(Double width, Double height) @@ -264,7 +264,7 @@

                                    Method Summary

                                    - final Double + final Double getWidth() @@ -272,7 +272,7 @@

                                    Method Summary

                                    - final Double + final Double getHeight() @@ -314,7 +314,7 @@

                                    Constructor Detail

                                    • OverlaySize

                                      -
                                      OverlaySize(Double width, Double height)
                                      +
                                      OverlaySize(Double width, Double height)
                                    • @@ -341,7 +341,7 @@

                                      Method Detail

                                      >
                                    • getWidth

                                      -
                                       final Double getWidth()
                                      +
                                       final Double getWidth()
                                      @@ -364,7 +364,7 @@

                                      getWidth

                                      >
                                    • getHeight

                                      -
                                       final Double getHeight()
                                      +
                                       final Double getHeight()
                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/THEOAd.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/THEOAd.html index 39d152bb4562..22f0e70b2f4e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/THEOAd.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/THEOAd.html @@ -181,13 +181,13 @@

                                      Field Summary

                                      - private final String + private final String creativeId - private final String + private final String adSystem @@ -218,7 +218,7 @@

                                      Constructor Summary

                                      THEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem) + href="#THEOAd(java.lang.String,com.theoplayer.android.api.ads.theoads.THEOAdBreak,java.lang.Double,java.util.List,java.lang.String,java.lang.String)">THEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem) @@ -272,7 +272,7 @@

                                      Method Summary

                                      - final String + final String getCreativeId() @@ -280,7 +280,7 @@

                                      Method Summary

                                      - final String + final String getAdSystem() @@ -288,7 +288,7 @@

                                      Method Summary

                                      - String + String getId() @@ -296,7 +296,7 @@

                                      Method Summary

                                      - List<CompanionAd> + List<CompanionAd> getCompanions() @@ -304,7 +304,7 @@

                                      Method Summary

                                      - String + String getType() @@ -320,7 +320,7 @@

                                      Method Summary

                                      - Integer + Integer getSkipOffset() @@ -336,7 +336,7 @@

                                      Method Summary

                                      - String + String getCustomIntegration() @@ -344,7 +344,7 @@

                                      Method Summary

                                      - Object + Object getCustomData() @@ -352,7 +352,7 @@

                                      Method Summary

                                      - Double + Double getDurationAsDouble() @@ -360,7 +360,7 @@

                                      Method Summary

                                      - Integer + Integer getDuration() @@ -368,7 +368,7 @@

                                      Method Summary

                                      - List<MediaFile> + List<MediaFile> getMediaFiles() @@ -410,7 +410,7 @@

                                      Constructor Detail

                                      • THEOAd

                                        -
                                        THEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem)
                                        +
                                        THEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem)
                                      • @@ -437,7 +437,7 @@

                                        Method Detail

                                        >
                                      • getCreativeId

                                        -
                                         final String getCreativeId()
                                        +
                                         final String getCreativeId()

                                        The identifier of the selected creative for the ad.

                                        @@ -460,7 +460,7 @@

                                        getCreativeId

                                        >
                                      • getAdSystem

                                        -
                                         final String getAdSystem()
                                        +
                                         final String getAdSystem()

                                        The source ad server information included in the ad response.

                                        @@ -483,7 +483,7 @@

                                        getAdSystem

                                        >
                                      • getId

                                        -
                                         String getId()
                                        +
                                         String getId()
                                        @@ -506,7 +506,7 @@

                                        getId

                                        >
                                      • getCompanions

                                        -
                                         List<CompanionAd> getCompanions()
                                        +
                                         List<CompanionAd> getCompanions()
                                        @@ -529,7 +529,7 @@

                                        getCompanions

                                        >
                                      • getType

                                        -
                                         String getType()
                                        +
                                         String getType()
                                        @@ -575,7 +575,7 @@

                                        getAdBreak

                                        >
                                      • getSkipOffset

                                        -
                                         Integer getSkipOffset()
                                        +
                                         Integer getSkipOffset()
                                        @@ -621,7 +621,7 @@

                                        getIntegration

                                        >
                                      • getCustomIntegration

                                        -
                                         String getCustomIntegration()
                                        +
                                         String getCustomIntegration()
                                        @@ -644,7 +644,7 @@

                                        getCustomIntegration

                                        >
                                      • getCustomData

                                        -
                                         Object getCustomData()
                                        +
                                         Object getCustomData()
                                        @@ -667,7 +667,7 @@

                                        getCustomData

                                        >
                                      • getDurationAsDouble

                                        -
                                         Double getDurationAsDouble()
                                        +
                                         Double getDurationAsDouble()
                                        @@ -690,7 +690,7 @@

                                        getDurationAsDouble

                                        >
                                      • getDuration

                                        -
                                         Integer getDuration()
                                        +
                                         Integer getDuration()
                                        @@ -713,7 +713,7 @@

                                        getDuration

                                        >
                                      • getMediaFiles

                                        -
                                         List<MediaFile> getMediaFiles()
                                        +
                                         List<MediaFile> getMediaFiles()
                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/THEOAdBreak.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/THEOAdBreak.html index e0dbce414623..cd64c16d74bc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/THEOAdBreak.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/THEOAdBreak.html @@ -201,7 +201,7 @@

                                        Constructor Summary

                                        THEOAdBreak(String id, Integer timeOffset, Integer duration) + href="#THEOAdBreak(java.lang.String,java.lang.Integer,java.lang.Integer)">THEOAdBreak(String id, Integer timeOffset, Integer duration) @@ -255,7 +255,7 @@

                                        Method Summary

                                        - List<Ad> + List<Ad> getAds() @@ -263,7 +263,7 @@

                                        Method Summary

                                        - Integer + Integer getMaxDuration() @@ -271,7 +271,7 @@

                                        Method Summary

                                        - Double + Double getMaxRemainingDuration() @@ -279,7 +279,7 @@

                                        Method Summary

                                        - Integer + Integer getTimeOffset() @@ -295,7 +295,7 @@

                                        Method Summary

                                        - String + String getCustomIntegration() @@ -303,7 +303,7 @@

                                        Method Summary

                                        - String + String getId() @@ -311,7 +311,7 @@

                                        Method Summary

                                        - Object + Object getCustomData() @@ -359,7 +359,7 @@

                                        Constructor Detail

                                        • THEOAdBreak

                                          -
                                          THEOAdBreak(String id, Integer timeOffset, Integer duration)
                                          +
                                          THEOAdBreak(String id, Integer timeOffset, Integer duration)
                                        • @@ -386,7 +386,7 @@

                                          Method Detail

                                          >
                                        • getAds

                                          -
                                           List<Ad> getAds()
                                          +
                                           List<Ad> getAds()
                                          @@ -409,7 +409,7 @@

                                          getAds

                                          >
                                        • getMaxDuration

                                          -
                                           Integer getMaxDuration()
                                          +
                                           Integer getMaxDuration()
                                          @@ -432,7 +432,7 @@

                                          getMaxDuration

                                          >
                                        • getMaxRemainingDuration

                                          -
                                           Double getMaxRemainingDuration()
                                          +
                                           Double getMaxRemainingDuration()
                                          @@ -455,7 +455,7 @@

                                          getMaxRemainingDuration

                                          >
                                        • getTimeOffset

                                          -
                                           Integer getTimeOffset()
                                          +
                                           Integer getTimeOffset()
                                          @@ -501,7 +501,7 @@

                                          getIntegration

                                          >
                                        • getCustomIntegration

                                          -
                                           String getCustomIntegration()
                                          +
                                           String getCustomIntegration()
                                          @@ -524,7 +524,7 @@

                                          getCustomIntegration

                                          >
                                        • getId

                                          -
                                           String getId()
                                          +
                                           String getId()
                                          @@ -547,7 +547,7 @@

                                          getId

                                          >
                                        • getCustomData

                                          -
                                           Object getCustomData()
                                          +
                                           Object getCustomData()
                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdDescription.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdDescription.html index 96c98be12733..b7f54159b938 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdDescription.html @@ -173,25 +173,25 @@

                                          Field Summary

                                          - private final String + private final String networkCode - private final String + private final String customAssetKey - private final String + private final String backdropDoubleBox - private final String + private final String backdropLShape @@ -203,55 +203,55 @@

                                          Field Summary

                                          - private final Map<String, String> + private final Map<String, String> adTagParameters - private final String + private final String streamActivityMonitorId - private final String + private final String sseEndpoint - private final String + private final String retrievePodIdURI - private final Boolean + private final Boolean useId3 - private final Boolean + private final Boolean useEMSG - private final Double + private final Double initializationDelay - private final String + private final String daiAssetKey - private final String + private final String breakManifestUrl @@ -288,7 +288,7 @@

                                          Constructor Summary

                                          TheoAdDescription(String networkCode, String customAssetKey, String backdropDoubleBox, String backdropLShape, TheoAdsLayoutOverride overrideLayout, Map<String, String> adTagParameters, String streamActivityMonitorId, String sseEndpoint, String retrievePodIdURI, Boolean useId3, Boolean useEMSG, Double initializationDelay, String daiAssetKey, String breakManifestUrl) + href="#TheoAdDescription(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.ads.theoads.TheoAdsLayoutOverride,java.util.Map,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Double,java.lang.String,java.lang.String)">TheoAdDescription(String networkCode, String customAssetKey, String backdropDoubleBox, String backdropLShape, TheoAdsLayoutOverride overrideLayout, Map<String, String> adTagParameters, String streamActivityMonitorId, String sseEndpoint, String retrievePodIdURI, Boolean useId3, Boolean useEMSG, Double initializationDelay, String daiAssetKey, String breakManifestUrl) @@ -342,7 +342,7 @@

                                          Method Summary

                                          - final String + final String getNetworkCode() @@ -350,7 +350,7 @@

                                          Method Summary

                                          - final String + final String getCustomAssetKey() @@ -358,7 +358,7 @@

                                          Method Summary

                                          - final String + final String getBackdropDoubleBox() @@ -366,7 +366,7 @@

                                          Method Summary

                                          - final String + final String getBackdropLShape() @@ -382,7 +382,7 @@

                                          Method Summary

                                          - final Map<String, String> + final Map<String, String> getAdTagParameters() @@ -390,7 +390,7 @@

                                          Method Summary

                                          - final String + final String getStreamActivityMonitorId() @@ -398,7 +398,7 @@

                                          Method Summary

                                          - final String + final String getSseEndpoint() @@ -406,7 +406,7 @@

                                          Method Summary

                                          - final String + final String getRetrievePodIdURI() @@ -414,7 +414,7 @@

                                          Method Summary

                                          - final Boolean + final Boolean getUseId3() @@ -422,7 +422,7 @@

                                          Method Summary

                                          - final Boolean + final Boolean getUseEMSG() @@ -430,7 +430,7 @@

                                          Method Summary

                                          - final Double + final Double getInitializationDelay() @@ -438,7 +438,7 @@

                                          Method Summary

                                          - final String + final String getDaiAssetKey() @@ -446,7 +446,7 @@

                                          Method Summary

                                          - final String + final String getBreakManifestUrl() @@ -494,7 +494,7 @@

                                          Constructor Detail

                                          • TheoAdDescription

                                            -
                                            TheoAdDescription(String networkCode, String customAssetKey, String backdropDoubleBox, String backdropLShape, TheoAdsLayoutOverride overrideLayout, Map<String, String> adTagParameters, String streamActivityMonitorId, String sseEndpoint, String retrievePodIdURI, Boolean useId3, Boolean useEMSG, Double initializationDelay, String daiAssetKey, String breakManifestUrl)
                                            +
                                            TheoAdDescription(String networkCode, String customAssetKey, String backdropDoubleBox, String backdropLShape, TheoAdsLayoutOverride overrideLayout, Map<String, String> adTagParameters, String streamActivityMonitorId, String sseEndpoint, String retrievePodIdURI, Boolean useId3, Boolean useEMSG, Double initializationDelay, String daiAssetKey, String breakManifestUrl)
                                          • @@ -521,7 +521,7 @@

                                            Method Detail

                                            >
                                          • getNetworkCode

                                            -
                                             final String getNetworkCode()
                                            +
                                             final String getNetworkCode()

                                            Default network code to use for ad requests.

                                            • This will be overridden by network codes parsed from THEOads ad cues.

                                            • If no network code is configured, and it cannot be parsed from the THEOads ad cue, ads will not be loaded.

                                            @@ -544,7 +544,7 @@

                                            getNetworkCode

                                            >
                                          • getCustomAssetKey

                                            -
                                             final String getCustomAssetKey()
                                            +
                                             final String getCustomAssetKey()

                                            Default custom asset key to use for ad requests.

                                            • This will be overridden by custom asset keys parsed from THEOads ad cues.

                                            • If no custom asset key is configured, and it cannot be parsed from the THEOads ad cue, ads will not be loaded.

                                            @@ -567,7 +567,7 @@

                                            getCustomAssetKey

                                            >
                                          • getBackdropDoubleBox

                                            -
                                             final String getBackdropDoubleBox()
                                            +
                                             final String getBackdropDoubleBox()

                                            Default backdrop image URI to be used as a background for ads in double box layout.

                                            • This will be overridden by backdrop image URIs parsed from THEOads ad cues.

                                            • If no URI is configured, and it cannot be parsed from the THEOads ad cue, a black screen will be shown as background.

                                            @@ -590,7 +590,7 @@

                                            getBackdropDoubleBox

                                            >
                                          • getBackdropLShape

                                            -
                                             final String getBackdropLShape()
                                            +
                                             final String getBackdropLShape()

                                            Default backdrop image URI to be used as a background for ads in L-shape layout.

                                            • This will be overridden by backdrop image URIs parsed from THEOads ad cues.

                                            • If no URI is configured, and it cannot be parsed from the THEOads ad cue, a black screen will be shown as background.

                                            @@ -636,7 +636,7 @@

                                            getOverrideLayout

                                            >
                                          • getAdTagParameters

                                            -
                                             final Map<String, String> getAdTagParameters()
                                            +
                                             final Map<String, String> getAdTagParameters()

                                            The ad tag parameters added to the stream request.

                                            @@ -659,7 +659,7 @@

                                            getAdTagParameters

                                            >
                                          • getStreamActivityMonitorId

                                            -
                                             final String getStreamActivityMonitorId()
                                            +
                                             final String getStreamActivityMonitorId()

                                            The streamActivityMonitorId added to the GAM Pod stream request.

                                            @@ -682,7 +682,7 @@

                                            getStreamActivityMonitorId

                                            >
                                          • getSseEndpoint

                                            -
                                             final String getSseEndpoint()
                                            +
                                             final String getSseEndpoint()

                                            The endpoint from where to retrieve the server-sent events.

                                            @@ -705,7 +705,7 @@

                                            getSseEndpoint

                                            >
                                          • getRetrievePodIdURI

                                            -
                                             final String getRetrievePodIdURI()
                                            +
                                             final String getRetrievePodIdURI()

                                            The URI from where to retrieve the PodID's as returned from the EABN service from Google.

                                            @@ -728,7 +728,7 @@

                                            getRetrievePodIdURI

                                            >
                                          • getUseId3

                                            -
                                             final Boolean getUseId3()
                                            +
                                             final Boolean getUseId3()

                                            Whether to use the ID3-based operating mode.

                                            • Only applicable for specific use-cases.

                                            • Contact Dolby Optiview for more information.

                                            @@ -751,7 +751,7 @@

                                            getUseId3

                                            >
                                          • getUseEMSG

                                            -
                                             final Boolean getUseEMSG()
                                            +
                                             final Boolean getUseEMSG()

                                            Whether to use the EMSG-based operating mode.

                                            • Only applicable for specific use-cases.

                                            • Contact Dolby Optiview for more information.

                                            @@ -774,7 +774,7 @@

                                            getUseEMSG

                                            >
                                          • getInitializationDelay

                                            -
                                             final Double getInitializationDelay()
                                            +
                                             final Double getInitializationDelay()

                                            The amount of seconds we wait to initialize THEOads.

                                            @@ -797,7 +797,7 @@

                                            getInitializationDelay

                                            >
                                          • getDaiAssetKey

                                            -
                                             final String getDaiAssetKey()
                                            +
                                             final String getDaiAssetKey()

                                            The Google DAI asset key which will be used as a fallback source when THEOads is not supported.

                                            @@ -820,7 +820,7 @@

                                            getDaiAssetKey

                                            >
                                          • getBreakManifestUrl

                                            -
                                             final String getBreakManifestUrl()
                                            +
                                             final String getBreakManifestUrl()

                                            URL of a Break Manifest from which ad breaks are scheduled.

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html index aced98500e72..d9a8ae3837aa 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html @@ -256,13 +256,13 @@

                                            Method Summary

                                            abstract Unit - replaceAdTagParameters(Map<String, String> adTagParameters) + replaceAdTagParameters(Map<String, String> adTagParameters) Replaces all of the ad tag parameters used for upcoming ad requests for a live stream. - abstract List<Interstitial> + abstract List<Interstitial> getCurrentInterstitials() @@ -270,7 +270,7 @@

                                            Method Summary

                                            - abstract List<Interstitial> + abstract List<Interstitial> getScheduledInterstitials() @@ -341,7 +341,7 @@

                                            Method Detail

                                            >
                                          • replaceAdTagParameters

                                            -
                                             abstract Unit replaceAdTagParameters(Map<String, String> adTagParameters)
                                            +
                                             abstract Unit replaceAdTagParameters(Map<String, String> adTagParameters)

                                            Replaces all of the ad tag parameters used for upcoming ad requests for a live stream.

                                            If set, this value overrides any parameters set on the TheoAdDescription.adTagParameters.

                                            @@ -364,7 +364,7 @@

                                            replaceAdTagParameters

                                            >
                                          • getCurrentInterstitials

                                            -
                                             abstract List<Interstitial> getCurrentInterstitials()
                                            +
                                             abstract List<Interstitial> getCurrentInterstitials()

                                            The currently playing interstitials.

                                            @@ -387,7 +387,7 @@

                                            getCurrentInterstitials

                                            >
                                          • getScheduledInterstitials

                                            -
                                             abstract List<Interstitial> getScheduledInterstitials()
                                            +
                                             abstract List<Interstitial> getScheduledInterstitials()

                                            List of interstitials which still need to be played.

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html index ffb667a4cd0e..6ef451c21c5b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html @@ -123,7 +123,7 @@

                                            Enum TheoAdsLayout

                                             
                                             public enum TheoAdsLayout
                                            -extends Enum<TheoAdsLayout>
                                            +extends Enum<TheoAdsLayout>
                                                                 

                                            The layout of the THEOad.

                                            @@ -181,13 +181,13 @@

                                            Field Summary

                                            - private final String + private final String name - private final Integer + private final Integer ordinal @@ -292,7 +292,7 @@

                                            Method Summary

                                            final TheoAdsLayout - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -371,7 +371,7 @@

                                            Method Detail

                                            >
                                          • valueOf

                                            -
                                             final TheoAdsLayout valueOf(String value)
                                            +
                                             final TheoAdsLayout valueOf(String value)

                                            Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html index 9704ceffe166..d11e6069906d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html @@ -123,7 +123,7 @@

                                            Enum TheoAdsLayoutOverride<
                                             
                                             public enum TheoAdsLayoutOverride
                                            -extends Enum<TheoAdsLayoutOverride>
                                            +extends Enum<TheoAdsLayoutOverride>
                                                                 

                                            Override config for the THEOads ad layout.

                                            @@ -181,13 +181,13 @@

                                            Field Summary

                                            - private final String + private final String name - private final Integer + private final Integer ordinal @@ -292,7 +292,7 @@

                                            Method Summary

                                            final TheoAdsLayoutOverride - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -371,7 +371,7 @@

                                            Method Detail

                                            >
                                          • valueOf

                                            -
                                             final TheoAdsLayoutOverride valueOf(String value)
                                            +
                                             final TheoAdsLayoutOverride valueOf(String value)

                                            Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html index 11ba0ee534d0..893c7a7d9d73 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html @@ -259,7 +259,7 @@

                                            Method Summary

                                            - abstract String + abstract String getMessage() @@ -330,7 +330,7 @@

                                            Method Detail

                                            >
                                          • getMessage

                                            -
                                             abstract String getMessage()
                                            +
                                             abstract String getMessage()

                                            An optional message describing the error that occurred.

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html index d0672280bb9c..cfc6476967c3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html @@ -173,37 +173,37 @@

                                            Field Summary

                                            - public final static String + public final static String ADD_INTERSTITIAL - public final static String + public final static String INTERSTITIAL_BEGIN - public final static String + public final static String INTERSTITIAL_END - public final static String + public final static String INTERSTITIAL_ERROR - public final static String + public final static String INTERSTITIAL_UPDATE - public final static String + public final static String FALLBACK diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheNotificationsBuilder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheNotificationsBuilder.html index 9eb8a1d4b067..4bf672a7535e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheNotificationsBuilder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheNotificationsBuilder.html @@ -272,7 +272,7 @@

                                            Method Summary

                                            NotificationCompat.Builder - createSummaryNotificationBuilder(Integer size, NotificationCompat.Builder builder) + createSummaryNotificationBuilder(Integer size, NotificationCompat.Builder builder) Creates a custom summary notification builder. @@ -436,7 +436,7 @@

                                            createNotificationChannel

                                            >
                                          • createSummaryNotificationBuilder

                                            -
                                             NotificationCompat.Builder createSummaryNotificationBuilder(Integer size, NotificationCompat.Builder builder)
                                            +
                                             NotificationCompat.Builder createSummaryNotificationBuilder(Integer size, NotificationCompat.Builder builder)

                                            Creates a custom summary notification builder.

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheStatus.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheStatus.html index 108adb6dba3b..1d73c8637aea 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheStatus.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheStatus.html @@ -268,7 +268,7 @@

                                            Method Summary

                                            static CacheStatus - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -351,7 +351,7 @@

                                            values

                                            >
                                          • valueOf

                                            -
                                             static CacheStatus valueOf(String name)
                                            +
                                             static CacheStatus valueOf(String name)

                                            Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheStorageType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheStorageType.html index d35e6504399b..c60dd54904a4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheStorageType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CacheStorageType.html @@ -123,7 +123,7 @@

                                            Enum CacheStorageType

                                             
                                             public enum CacheStorageType
                                            -extends Enum<CacheStorageType>
                                            +extends Enum<CacheStorageType>
                                                                 

                                            The types of cache storage supported by THEOplayer.

                                            @@ -181,13 +181,13 @@

                                            Field Summary

                                            - private final String + private final String name - private final Integer + private final Integer ordinal @@ -286,7 +286,7 @@

                                            Method Summary

                                            final CacheStorageType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -365,7 +365,7 @@

                                            Method Detail

                                            >
                                          • valueOf

                                            -
                                             final CacheStorageType valueOf(String value)
                                            +
                                             final CacheStorageType valueOf(String value)

                                            Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingParameters.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingParameters.Builder.html index 31a4df0b4658..343818c34005 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingParameters.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingParameters.Builder.html @@ -254,7 +254,7 @@

                                            Method Summary

                                            CachingParameters.Builder - amount(@Nullable() String amount) + amount(@Nullable() String amount) Sets the amount of data to cache for the given stream. @@ -262,7 +262,7 @@

                                            Method Summary

                                            CachingParameters.Builder - expirationDate(@Nullable() Date expirationDate) + expirationDate(@Nullable() Date expirationDate) Sets the expiration date of the cached data. @@ -270,7 +270,7 @@

                                            Method Summary

                                            CachingParameters.Builder - bandwidth(@Nullable() Long bandwidth) + bandwidth(@Nullable() Long bandwidth) Sets the upper bandwidth limit of the quality to cache. @@ -361,7 +361,7 @@

                                            Method Detail

                                            >
                                          • amount

                                            -
                                             CachingParameters.Builder amount(@Nullable() String amount)
                                            +
                                             CachingParameters.Builder amount(@Nullable() String amount)

                                            Sets the amount of data to cache for the given stream. Will be ignored for progressive media caching. Possible formats:

                                            • A number in seconds.
                                            • A percentage string (XX%) for a proportion of the content duration.

                                            Default: "100%"

                                            @@ -391,7 +391,7 @@

                                            amount

                                            >
                                          • expirationDate

                                            -
                                             CachingParameters.Builder expirationDate(@Nullable() Date expirationDate)
                                            +
                                             CachingParameters.Builder expirationDate(@Nullable() Date expirationDate)

                                            Sets the expiration date of the cached data.

                                            • Must be a date in the future.

                                            Default: 30 minutes after starting the caching task.

                                            @@ -421,8 +421,8 @@

                                            expirationDate

                                            >
                                          • bandwidth

                                            -
                                             CachingParameters.Builder bandwidth(@Nullable() Long bandwidth)
                                            -

                                            Sets the upper bandwidth limit of the quality to cache.

                                            • This will take the quality with the highest bandwidth that is lower than the specified bandwidth.
                                            • It should be a value between one and MAX_VALUE or null.
                                            • In case the value is null, it defaults to the highest bandwidth possible.
                                            +
                                             CachingParameters.Builder bandwidth(@Nullable() Long bandwidth)
                                            +

                                            Sets the upper bandwidth limit of the quality to cache.

                                            • This will take the quality with the highest bandwidth that is lower than the specified bandwidth.
                                            • It should be a value between one and MAX_VALUE or null.
                                            • In case the value is null, it defaults to the highest bandwidth possible.
                                            @@ -430,7 +430,7 @@

                                            bandwidth

                                            Parameters:
                                            -
                                            bandwidth - The bandwidth between one and MAX_VALUE or null.
                                            +
                                            bandwidth - The bandwidth between one and MAX_VALUE or null.
                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingParameters.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingParameters.html index c9bd5420bbe4..b49a317a4889 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingParameters.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingParameters.html @@ -180,19 +180,19 @@

                                            Field Summary

                                            - public final String + public final String amount - public final Date + public final Date expirationDate - public final Long + public final Long bandwidth @@ -283,7 +283,7 @@

                                            Method Summary

                                            - String + String getAmount() @@ -291,7 +291,7 @@

                                            Method Summary

                                            - Date + Date getExpirationDate() @@ -299,7 +299,7 @@

                                            Method Summary

                                            - Long + Long getBandwidth() @@ -374,7 +374,7 @@

                                            Method Detail

                                            >
                                          • getAmount

                                            -
                                            @NonNull() String getAmount()
                                            +
                                            @NonNull() String getAmount()

                                            The amount of data to cache for the given stream.

                                            Possible formats:

                                            • A number in seconds.
                                            • A percentage string (XX%) for a proportion of the content duration.

                                            Default: "100%"

                                            @@ -400,7 +400,7 @@

                                            getAmount

                                            >
                                          • getExpirationDate

                                            -
                                            @NonNull() Date getExpirationDate()
                                            +
                                            @NonNull() Date getExpirationDate()

                                            The expiration date of the cached data.

                                            Default: 30 minutes after starting the caching task.

                                            @@ -426,8 +426,8 @@

                                            getExpirationDate

                                            >
                                          • getBandwidth

                                            -
                                            @NonNull() Long getBandwidth()
                                            -

                                            The upper bandwidth limit of the quality to cache.

                                            Default: MAX_VALUE

                                            +
                                            @NonNull() Long getBandwidth()
                                            +

                                            The upper bandwidth limit of the quality to cache.

                                            Default: MAX_VALUE

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html index bbbb719892c6..dc093b860cec 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html @@ -254,7 +254,7 @@

                                            Method Summary

                                            CachingPreferredTrackSelection.Builder - audioTrackSelection(@Nullable() Array<String> audioTrackSelection) + audioTrackSelection(@Nullable() Array<String> audioTrackSelection) The list of language tags that indicates the preferred audio tracks to be cached. @@ -262,7 +262,7 @@

                                            Method Summary

                                            CachingPreferredTrackSelection.Builder - textTrackSelection(@Nullable() Array<String> textTrackSelection) + textTrackSelection(@Nullable() Array<String> textTrackSelection) The list of language tags that indicates the preferred text tracks to be cached. @@ -337,7 +337,7 @@

                                            Method Detail

                                            >
                                          • audioTrackSelection

                                            -
                                             CachingPreferredTrackSelection.Builder audioTrackSelection(@Nullable() Array<String> audioTrackSelection)
                                            +
                                             CachingPreferredTrackSelection.Builder audioTrackSelection(@Nullable() Array<String> audioTrackSelection)

                                            The list of language tags that indicates the preferred audio tracks to be cached.

                                            • Setting null or empty array will result to picking the first track from the manifest.

                                            Default: An empty String[].

                                            @@ -367,7 +367,7 @@

                                            audioTrackSelection

                                            >
                                          • textTrackSelection

                                            -
                                             CachingPreferredTrackSelection.Builder textTrackSelection(@Nullable() Array<String> textTrackSelection)
                                            +
                                             CachingPreferredTrackSelection.Builder textTrackSelection(@Nullable() Array<String> textTrackSelection)

                                            The list of language tags that indicates the preferred text tracks to be cached.

                                            • Setting null or empty array will result to picking the first track from the manifest.

                                            Default: An empty String[].

                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html index dc2dbaef3fbf..9033094e1181 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html @@ -180,13 +180,13 @@

                                            Field Summary

                                            - public final Array<String> + public final Array<String> audioTrackSelection - public final Array<String> + public final Array<String> textTrackSelection @@ -265,7 +265,7 @@

                                            Method Summary

                                            - Array<String> + Array<String> getAudioTrackSelection() @@ -273,7 +273,7 @@

                                            Method Summary

                                            - Array<String> + Array<String> getTextTrackSelection() @@ -281,7 +281,7 @@

                                            Method Summary

                                            - String + String toString() @@ -340,7 +340,7 @@

                                            Method Detail

                                            >
                                          • getAudioTrackSelection

                                            -
                                            @NonNull() Array<String> getAudioTrackSelection()
                                            +
                                            @NonNull() Array<String> getAudioTrackSelection()

                                            The list of language tags that indicates the preferred audio tracks to be cached.

                                            • An empty array will result to picking the first track from the manifest.

                                            Default: An empty String[].

                                            @@ -366,7 +366,7 @@

                                            getAudioTrackSelection

                                            >
                                          • getTextTrackSelection

                                            -
                                            @NonNull() Array<String> getTextTrackSelection()
                                            +
                                            @NonNull() Array<String> getTextTrackSelection()

                                            The list of language tags that indicates the preferred text tracks to be cached.

                                            • An empty array will result to picking the first track from the manifest.

                                            Default: An empty String[].

                                            @@ -392,7 +392,7 @@

                                            getTextTrackSelection

                                            >
                                          • toString

                                            -
                                            @NonNull() String toString()
                                            +
                                            @NonNull() String toString()
                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTask.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTask.html index 31ee2ee33993..7836bba280e3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTask.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTask.html @@ -249,7 +249,7 @@

                                            Method Summary

                                            - abstract String + abstract String getId() @@ -329,7 +329,7 @@

                                            Method Summary

                                            - abstract Integer + abstract Integer getStatusNotificationId() @@ -337,7 +337,7 @@

                                            Method Summary

                                            - abstract Integer + abstract Integer getProgressNotificationId() @@ -442,7 +442,7 @@

                                            Method Detail

                                            >
                                          • getId

                                            -
                                            @NonNull() abstract String getId()
                                            +
                                            @NonNull() abstract String getId()

                                            The identifier of the task. (NonNull)

                                            @@ -702,7 +702,7 @@

                                            getPercentageCached

                                            >
                                          • getStatusNotificationId

                                            -
                                            @Nullable() abstract Integer getStatusNotificationId()
                                            +
                                            @Nullable() abstract Integer getStatusNotificationId()

                                            The notification identifier of the task when showing its status notification.

                                            • The identifier is null when the task has not been started yet.
                                            @@ -728,7 +728,7 @@

                                            getStatusNotificationId

                                            >
                                          • getProgressNotificationId

                                            -
                                            @Nullable() abstract Integer getProgressNotificationId()
                                            +
                                            @Nullable() abstract Integer getProgressNotificationId()

                                            The notification identifier of the task when showing its progress notification.

                                            • The identifier is null when the task has not been started yet.
                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskError.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskError.html index 8817ae09d909..290d860d6907 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskError.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskError.html @@ -118,7 +118,7 @@

                                            Class CachingTaskError

                                             
                                             public final class CachingTaskError
                                            -extends Exception
                                            +extends Exception
                                                                 

                                            The caching task error.

                                            @@ -182,19 +182,19 @@

                                            Field Summary

                                            - private final String + private final String description - private final Throwable + private final Throwable cause - private final String + private final String message @@ -225,13 +225,13 @@

                                            Constructor Summary

                                            CachingTaskError(ErrorCode errorCode, String description, Throwable cause) + href="#CachingTaskError(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)">CachingTaskError(ErrorCode errorCode, String description, Throwable cause) CachingTaskError(ErrorCode errorCode, String description) + href="#CachingTaskError(com.theoplayer.android.api.error.ErrorCode,java.lang.String)">CachingTaskError(ErrorCode errorCode, String description) @@ -293,7 +293,7 @@

                                            Method Summary

                                            - final String + final String getDescription() @@ -341,7 +341,7 @@

                                            Constructor Detail

                                            • CachingTaskError

                                              -
                                              CachingTaskError(ErrorCode errorCode, String description, Throwable cause)
                                              +
                                              CachingTaskError(ErrorCode errorCode, String description, Throwable cause)
                                            • @@ -351,7 +351,7 @@

                                              CachingTaskError

                                              • CachingTaskError

                                                -
                                                CachingTaskError(ErrorCode errorCode, String description)
                                                +
                                                CachingTaskError(ErrorCode errorCode, String description)
                                              • @@ -401,7 +401,7 @@

                                                getErrorCode

                                                >
                                              • getDescription

                                                -
                                                 final String getDescription()
                                                +
                                                 final String getDescription()

                                                The description of the caching task error. (NonNull)

                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskList.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskList.html index a0df001e62e4..0367e449d2c9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskList.html @@ -261,7 +261,7 @@

                                                Method Summary

                                                abstract CachingTask - getTaskById(String id) + getTaskById(String id) The CachingTask with the specified id, if available. @@ -336,7 +336,7 @@

                                                Method Detail

                                                >
                                              • getTaskById

                                                -
                                                @Nullable() abstract CachingTask getTaskById(String id)
                                                +
                                                @Nullable() abstract CachingTask getTaskById(String id)

                                                The CachingTask with the specified id, if available.

                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskStatus.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskStatus.html index ad1148a9b615..189c2d7f2b8a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskStatus.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cache/CachingTaskStatus.html @@ -286,7 +286,7 @@

                                                Method Summary

                                                static CachingTaskStatus - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -369,7 +369,7 @@

                                                values

                                                >
                                              • valueOf

                                                -
                                                 static CachingTaskStatus valueOf(String name)
                                                +
                                                 static CachingTaskStatus valueOf(String name)

                                                Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/CastIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/CastIntegration.html index 7eaf250ba9e8..a5bb6ebb547f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/CastIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/CastIntegration.html @@ -249,7 +249,7 @@

                                                Method Summary

                                                - abstract Boolean + abstract Boolean isCasting() @@ -265,7 +265,7 @@

                                                Method Summary

                                                - abstract String + abstract String getReceiverName() @@ -378,7 +378,7 @@

                                                Method Detail

                                                >
                                              • isCasting

                                                -
                                                 abstract Boolean isCasting()
                                                +
                                                 abstract Boolean isCasting()

                                                Returns whether THEOplayer is casting to a Chromecast.

                                                @@ -424,7 +424,7 @@

                                                getError

                                                >
                                              • getReceiverName

                                                -
                                                 abstract String getReceiverName()
                                                +
                                                 abstract String getReceiverName()

                                                The name of the Chromecast device that the player is casting to, if any.

                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/CastStrategy.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/CastStrategy.html index 59ca3fe69270..a49bb62774ef 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/CastStrategy.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/CastStrategy.html @@ -274,7 +274,7 @@

                                                Method Summary

                                                static CastStrategy - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -357,7 +357,7 @@

                                                values

                                                >
                                              • valueOf

                                                -
                                                 static CastStrategy valueOf(String name)
                                                +
                                                 static CastStrategy valueOf(String name)

                                                Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/CastError.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/CastError.html index 4ed95a37c731..ad782bf66c64 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/CastError.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/CastError.html @@ -179,7 +179,7 @@

                                                Field Summary

                                                - public final String + public final String description @@ -210,7 +210,7 @@

                                                Constructor Summary

                                                CastError(ErrorCode errorCode, String description) + href="#CastError(com.theoplayer.android.api.cast.chromecast.ErrorCode,java.lang.String)">CastError(ErrorCode errorCode, String description) @@ -272,7 +272,7 @@

                                                Method Summary

                                                - String + String getDescription() @@ -280,7 +280,7 @@

                                                Method Summary

                                                - String + String toString() @@ -322,7 +322,7 @@

                                                Constructor Detail

                                                • CastError

                                                  -
                                                  CastError(ErrorCode errorCode, String description)
                                                  +
                                                  CastError(ErrorCode errorCode, String description)
                                                • @@ -375,7 +375,7 @@

                                                  getErrorCode

                                                  >
                                                • getDescription

                                                  -
                                                  @NonNull() String getDescription()
                                                  +
                                                  @NonNull() String getDescription()

                                                  The description of the cast error.

                                                  @@ -401,7 +401,7 @@

                                                  getDescription

                                                  >
                                                • toString

                                                  -
                                                  @NonNull() String toString()
                                                  +
                                                  @NonNull() String toString()
                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/Chromecast.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/Chromecast.html index 23ddb5055084..ae6d8c545fe2 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/Chromecast.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/Chromecast.html @@ -265,7 +265,7 @@

                                                  Method Summary

                                                  - abstract String + abstract String getReceiverName() @@ -424,7 +424,7 @@

                                                  getError

                                                  >
                                                • getReceiverName

                                                  -
                                                  @MainThread()@Nullable() abstract String getReceiverName()
                                                  +
                                                  @MainThread()@Nullable() abstract String getReceiverName()

                                                  The name of the Chromecast device that the player is casting to, if any.

                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html index ddcbc39718b8..44fce7bbea54 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html @@ -180,7 +180,7 @@

                                                  Field Summary

                                                  - public static String + public static String DEFAULT_APP_ID @@ -273,7 +273,7 @@

                                                  Method Summary

                                                  - List<SessionProvider> + List<SessionProvider> getAdditionalSessionProviders(Context context) @@ -365,7 +365,7 @@

                                                  getCastOptions

                                                  >
                                                • getAdditionalSessionProviders

                                                  -
                                                   List<SessionProvider> getAdditionalSessionProviders(Context context)
                                                  +
                                                   List<SessionProvider> getAdditionalSessionProviders(Context context)
                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/ErrorCode.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/ErrorCode.html index 0884a54cb3cb..4986e3aa7b3b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/ErrorCode.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/ErrorCode.html @@ -316,7 +316,7 @@

                                                  Method Summary

                                                  static ErrorCode - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -399,7 +399,7 @@

                                                  values

                                                  >
                                                • valueOf

                                                  -
                                                   static ErrorCode valueOf(String name)
                                                  +
                                                   static ErrorCode valueOf(String name)

                                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/PlayerCastState.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/PlayerCastState.html index 138d20b76a2c..3c6429190378 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/PlayerCastState.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cast/chromecast/PlayerCastState.html @@ -280,7 +280,7 @@

                                                  Method Summary

                                                  static PlayerCastState - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -363,7 +363,7 @@

                                                  values

                                                  >
                                                • valueOf

                                                  -
                                                   static PlayerCastState valueOf(String name)
                                                  +
                                                   static PlayerCastState valueOf(String name)

                                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDConfiguration.html index 0de32a024290..9b2e5a7aaf80 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDConfiguration.html @@ -173,19 +173,19 @@

                                                  Field Summary

                                                  - private final String + private final String externalSessionId - private final String + private final String userId - private final List<CMCDEndpointConfiguration> + private final List<CMCDEndpointConfiguration> eventEndpoints @@ -216,7 +216,7 @@

                                                  Constructor Summary

                                                  CMCDConfiguration(String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints) + href="#CMCDConfiguration(java.lang.String,java.lang.String,java.lang.Boolean,java.util.List)">CMCDConfiguration(String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints) @@ -270,7 +270,7 @@

                                                  Method Summary

                                                  - final String + final String getExternalSessionId() @@ -278,7 +278,7 @@

                                                  Method Summary

                                                  - final String + final String getUserId() @@ -286,7 +286,7 @@

                                                  Method Summary

                                                  - final List<CMCDEndpointConfiguration> + final List<CMCDEndpointConfiguration> getEventEndpoints() @@ -328,7 +328,7 @@

                                                  Constructor Detail

                                                  • CMCDConfiguration

                                                    -
                                                    CMCDConfiguration(String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)
                                                    +
                                                    CMCDConfiguration(String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)
                                                  • @@ -355,7 +355,7 @@

                                                    Method Detail

                                                    >
                                                  • getExternalSessionId

                                                    -
                                                     final String getExternalSessionId()
                                                    +
                                                     final String getExternalSessionId()

                                                    An external session ID that can be used to identify the current playback session.

                                                    @@ -378,7 +378,7 @@

                                                    getExternalSessionId

                                                    >
                                                  • getUserId

                                                    -
                                                     final String getUserId()
                                                    +
                                                     final String getUserId()

                                                    A user ID that can be used to identify the user.

                                                    @@ -401,7 +401,7 @@

                                                    getUserId

                                                    >
                                                  • getEventEndpoints

                                                    -
                                                     final List<CMCDEndpointConfiguration> getEventEndpoints()
                                                    +
                                                     final List<CMCDEndpointConfiguration> getEventEndpoints()

                                                    A list of CMCD endpoints to which events should be sent.

                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html index c13c7f4419e9..12c53bffa594 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html @@ -173,7 +173,7 @@

                                                    Field Summary

                                                    - private final String + private final String url @@ -204,7 +204,7 @@

                                                    Constructor Summary

                                                    CMCDEndpointConfiguration(String url) + href="#CMCDEndpointConfiguration(java.lang.String)">CMCDEndpointConfiguration(String url) @@ -258,7 +258,7 @@

                                                    Method Summary

                                                    - final String + final String getUrl() @@ -300,7 +300,7 @@

                                                    Constructor Detail

                                                    • CMCDEndpointConfiguration

                                                      -
                                                      CMCDEndpointConfiguration(String url)
                                                      +
                                                      CMCDEndpointConfiguration(String url)
                                                    • @@ -327,7 +327,7 @@

                                                      Method Detail

                                                      >
                                                    • getUrl

                                                      -
                                                       final String getUrl()
                                                      +
                                                       final String getUrl()

                                                      The URL of the CMCD endpoint.

                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html index 410f4c2e2340..fefe00f7fa21 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html @@ -173,25 +173,25 @@

                                                      Field Summary

                                                      - private final String + private final String sessionId - private final String + private final String externalSessionId - private final String + private final String userId - private final List<CMCDEndpointConfiguration> + private final List<CMCDEndpointConfiguration> eventEndpoints @@ -222,7 +222,7 @@

                                                      Constructor Summary

                                                      CMCDSourceConfiguration(String sessionId, String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints) + href="#CMCDSourceConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.util.List)">CMCDSourceConfiguration(String sessionId, String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints) @@ -276,7 +276,7 @@

                                                      Method Summary

                                                      - final String + final String getSessionId() @@ -284,7 +284,7 @@

                                                      Method Summary

                                                      - final String + final String getExternalSessionId() @@ -292,7 +292,7 @@

                                                      Method Summary

                                                      - final String + final String getUserId() @@ -300,7 +300,7 @@

                                                      Method Summary

                                                      - final List<CMCDEndpointConfiguration> + final List<CMCDEndpointConfiguration> getEventEndpoints() @@ -342,7 +342,7 @@

                                                      Constructor Detail

                                                      • CMCDSourceConfiguration

                                                        -
                                                        CMCDSourceConfiguration(String sessionId, String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)
                                                        +
                                                        CMCDSourceConfiguration(String sessionId, String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)
                                                      • @@ -369,7 +369,7 @@

                                                        Method Detail

                                                        >
                                                      • getSessionId

                                                        -
                                                         final String getSessionId()
                                                        +
                                                         final String getSessionId()

                                                        A GUID identifying the current playback session.

                                                        A playback session typically consists of the playback of a single media asset along with accompanying content such as advertisements. The maximum length is 64 characters. It is RECOMMENDED to conform to the UUID specification (https://tools.ietf.org/html/rfc4122).

                                                        If null, a fresh UUID is generated each time this configuration is applied to the player.

                                                        @@ -392,7 +392,7 @@

                                                        getSessionId

                                                        >
                                                      • getExternalSessionId

                                                        -
                                                         final String getExternalSessionId()
                                                        +
                                                         final String getExternalSessionId()

                                                        An external session ID that can be used to identify the current playback session.

                                                        Overrides the player-level CMCDConfiguration.externalSessionId when non-null.

                                                        @@ -415,7 +415,7 @@

                                                        getExternalSessionId

                                                        >
                                                      • getUserId

                                                        -
                                                         final String getUserId()
                                                        +
                                                         final String getUserId()

                                                        A user ID that can be used to identify the user.

                                                        Overrides the player-level CMCDConfiguration.userId when non-null.

                                                        @@ -438,7 +438,7 @@

                                                        getUserId

                                                        >
                                                      • getEventEndpoints

                                                        -
                                                         final List<CMCDEndpointConfiguration> getEventEndpoints()
                                                        +
                                                         final List<CMCDEndpointConfiguration> getEventEndpoints()

                                                        A list of CMCD endpoints to which events should be sent.

                                                        Merged with the player-level CMCDConfiguration.eventEndpoints.

                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html index 1573be135d6d..2985e5b11819 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html @@ -274,7 +274,7 @@

                                                        Method Summary

                                                        static CMCDTransmissionMode - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -357,7 +357,7 @@

                                                        values

                                                        >
                                                      • valueOf

                                                        -
                                                         static CMCDTransmissionMode valueOf(String name)
                                                        +
                                                         static CMCDTransmissionMode valueOf(String name)

                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html index acc9ab48a2a5..7826abc1c426 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html @@ -256,7 +256,7 @@

                                                        Method Summary

                                                        abstract void - error(Throwable exception) + error(Throwable exception) @@ -336,7 +336,7 @@

                                                        respond

                                                        >
                                                      • error

                                                        -
                                                         abstract void error(Throwable exception)
                                                        +
                                                         abstract void error(Throwable exception)
                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/KeySystemId.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/KeySystemId.html index 13071ff9ecbc..c509618b5199 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/KeySystemId.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/KeySystemId.html @@ -280,7 +280,7 @@

                                                        Method Summary

                                                        static KeySystemId - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -363,7 +363,7 @@

                                                        values

                                                        >
                                                      • valueOf

                                                        -
                                                         static KeySystemId valueOf(String name)
                                                        +
                                                         static KeySystemId valueOf(String name)

                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html index 8b392f44403f..ad2b600ce661 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html @@ -256,7 +256,7 @@

                                                        Method Summary

                                                        abstract void - error(Throwable exception) + error(Throwable exception) @@ -336,7 +336,7 @@

                                                        respond

                                                        >
                                                      • error

                                                        -
                                                         abstract void error(Throwable exception)
                                                        +
                                                         abstract void error(Throwable exception)
                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/Request.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/Request.html index 83df13cd99ee..42ec6d274ff5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/Request.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/Request.html @@ -173,7 +173,7 @@

                                                        Field Summary

                                                        - public String + public String url @@ -185,7 +185,7 @@

                                                        Field Summary

                                                        - public Map<String, String> + public Map<String, String> headers @@ -222,7 +222,7 @@

                                                        Constructor Summary

                                                        Request(String url) + href="#Request(java.lang.String)">Request(String url) Creates a new HTTP POST request for the given URL with empty headers. @@ -276,7 +276,7 @@

                                                        Method Summary

                                                        - String + String getUrl() @@ -286,7 +286,7 @@

                                                        Method Summary

                                                        void - setUrl(@NonNull() String url) + setUrl(@NonNull() String url) Sets the URL of the license or certificate server @@ -308,7 +308,7 @@

                                                        Method Summary

                                                        - Map<String, String> + Map<String, String> getHeaders() @@ -318,7 +318,7 @@

                                                        Method Summary

                                                        void - setHeaders(@NonNull() Map<String, String> headers) + setHeaders(@NonNull() Map<String, String> headers) Sets the HTTP request headers to be sent to the server. @@ -374,7 +374,7 @@

                                                        Constructor Detail

                                                        • Request

                                                          -
                                                          Request(String url)
                                                          +
                                                          Request(String url)
                                                          Creates a new HTTP POST request for the given URL with empty headers.
                                                        • @@ -401,7 +401,7 @@

                                                          Method Detail

                                                          >
                                                        • getUrl

                                                          -
                                                          @NonNull() String getUrl()
                                                          +
                                                          @NonNull() String getUrl()

                                                          The URL of the license or certificate server. By default, this will equal the license / certificate URL configured in the KeySystemConfiguration.

                                                          @@ -424,7 +424,7 @@

                                                          getUrl

                                                          >
                                                        • setUrl

                                                          -
                                                           void setUrl(@NonNull() String url)
                                                          +
                                                           void setUrl(@NonNull() String url)

                                                          Sets the URL of the license or certificate server

                                                          @@ -493,7 +493,7 @@

                                                          setMethod

                                                          >
                                                        • getHeaders

                                                          -
                                                          @NonNull() Map<String, String> getHeaders()
                                                          +
                                                          @NonNull() Map<String, String> getHeaders()

                                                          The HTTP request headers to be sent to the server.

                                                          @@ -516,7 +516,7 @@

                                                          getHeaders

                                                          >
                                                        • setHeaders

                                                          -
                                                           void setHeaders(@NonNull() Map<String, String> headers)
                                                          +
                                                           void setHeaders(@NonNull() Map<String, String> headers)

                                                          Sets the HTTP request headers to be sent to the server.

                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/RequestMethod.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/RequestMethod.html index 0f0557a04d1f..f8273508e9a3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/RequestMethod.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/RequestMethod.html @@ -292,7 +292,7 @@

                                                          Method Summary

                                                          static RequestMethod - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -375,7 +375,7 @@

                                                          values

                                                          >
                                                        • valueOf

                                                          -
                                                           static RequestMethod valueOf(String name)
                                                          +
                                                           static RequestMethod valueOf(String name)

                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/Response.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/Response.html index 5ef439aa100f..5f9c9b803a8a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/Response.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/contentprotection/Response.html @@ -254,7 +254,7 @@

                                                          Method Summary

                                                          - abstract String + abstract String getUrl() @@ -270,7 +270,7 @@

                                                          Method Summary

                                                          - abstract String + abstract String getStatusText() @@ -278,7 +278,7 @@

                                                          Method Summary

                                                          - abstract Map<String, String> + abstract Map<String, String> getHeaders() @@ -368,7 +368,7 @@

                                                          getRequest

                                                          >
                                                        • getUrl

                                                          -
                                                          @NonNull() abstract String getUrl()
                                                          +
                                                          @NonNull() abstract String getUrl()

                                                          The URL from which the response was returned. This might have been redirected transparently.

                                                          @@ -414,7 +414,7 @@

                                                          getStatus

                                                          >
                                                        • getStatusText

                                                          -
                                                          @NonNull() abstract String getStatusText()
                                                          +
                                                          @NonNull() abstract String getStatusText()

                                                          The status text as returned in the HTTP response.

                                                          @@ -437,7 +437,7 @@

                                                          getStatusText

                                                          >
                                                        • getHeaders

                                                          -
                                                          @NonNull() abstract Map<String, String> getHeaders()
                                                          +
                                                          @NonNull() abstract Map<String, String> getHeaders()

                                                          The HTTP headers as returned by the server.

                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ContentProtectionException.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ContentProtectionException.html index 4d5207faa827..dc9b64757281 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ContentProtectionException.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ContentProtectionException.html @@ -176,31 +176,31 @@

                                                          Field Summary

                                                          - private final String + private final String url - private final Integer + private final Integer status - private final String + private final String statusText - private final String + private final String response - private final Integer + private final Integer systemCode @@ -218,13 +218,13 @@

                                                          Field Summary

                                                          - private final Throwable + private final Throwable cause - private final String + private final String message @@ -255,13 +255,13 @@

                                                          Constructor Summary

                                                          ContentProtectionException(ErrorCode code, String message, String url, Integer status, String statusText, String response, Integer systemCode) + href="#ContentProtectionException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer)">ContentProtectionException(ErrorCode code, String message, String url, Integer status, String statusText, String response, Integer systemCode) Constructs a content-protection exception that can be thrown by the player. ContentProtectionException(ErrorCode code, String message, Throwable cause, String url, Integer status, String statusText, String response, Integer systemCode) + href="#ContentProtectionException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer)">ContentProtectionException(ErrorCode code, String message, Throwable cause, String url, Integer status, String statusText, String response, Integer systemCode) Constructs a content-protection exception that can be thrown by the player. @@ -315,7 +315,7 @@

                                                          Method Summary

                                                          - final String + final String getUrl() @@ -323,7 +323,7 @@

                                                          Method Summary

                                                          - final Integer + final Integer getStatus() @@ -331,7 +331,7 @@

                                                          Method Summary

                                                          - final String + final String getStatusText() @@ -339,7 +339,7 @@

                                                          Method Summary

                                                          - final String + final String getResponse() @@ -347,7 +347,7 @@

                                                          Method Summary

                                                          - final Integer + final Integer getSystemCode() @@ -401,7 +401,7 @@

                                                          Constructor Detail

                                                          • ContentProtectionException

                                                            -
                                                            ContentProtectionException(ErrorCode code, String message, String url, Integer status, String statusText, String response, Integer systemCode)
                                                            +
                                                            ContentProtectionException(ErrorCode code, String message, String url, Integer status, String statusText, String response, Integer systemCode)
                                                            Constructs a content-protection exception that can be thrown by the player.
                                                            @@ -444,7 +444,7 @@

                                                            ContentProtectionException

                                                            • ContentProtectionException

                                                              -
                                                              ContentProtectionException(ErrorCode code, String message, Throwable cause, String url, Integer status, String statusText, String response, Integer systemCode)
                                                              +
                                                              ContentProtectionException(ErrorCode code, String message, Throwable cause, String url, Integer status, String statusText, String response, Integer systemCode)
                                                              Constructs a content-protection exception that can be thrown by the player.
                                                            • @@ -471,7 +471,7 @@

                                                              Method Detail

                                                              >
                                                            • getUrl

                                                              -
                                                               final String getUrl()
                                                              +
                                                               final String getUrl()

                                                              The URL that was used in the request.

                                                              @@ -494,7 +494,7 @@

                                                              getUrl

                                                              >
                                                            • getStatus

                                                              -
                                                               final Integer getStatus()
                                                              +
                                                               final Integer getStatus()

                                                              The status code from the HTTP response.

                                                              @@ -517,7 +517,7 @@

                                                              getStatus

                                                              >
                                                            • getStatusText

                                                              -
                                                               final String getStatusText()
                                                              +
                                                               final String getStatusText()

                                                              A textual description regarding the status from the HTTP response.

                                                              @@ -540,7 +540,7 @@

                                                              getStatusText

                                                              >
                                                            • getResponse

                                                              -
                                                               final String getResponse()
                                                              +
                                                               final String getResponse()

                                                              A textual representation of the body of the HTTP response.

                                                              @@ -563,7 +563,7 @@

                                                              getResponse

                                                              >
                                                            • getSystemCode

                                                              -
                                                               final Integer getSystemCode()
                                                              +
                                                               final Integer getSystemCode()

                                                              The internal error code from the CDM.

                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ErrorCategory.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ErrorCategory.html index 79f492562105..d1b91b209148 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ErrorCategory.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ErrorCategory.html @@ -356,7 +356,7 @@

                                                              Method Summary

                                                              static ErrorCategory - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -513,7 +513,7 @@

                                                              values

                                                              >
                                                            • valueOf

                                                              -
                                                               static ErrorCategory valueOf(String name)
                                                              +
                                                               static ErrorCategory valueOf(String name)

                                                              Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ErrorCode.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ErrorCode.html index 090f22bee39f..29e3fbb675f1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ErrorCode.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/ErrorCode.html @@ -566,7 +566,7 @@

                                                              Method Summary

                                                              static ErrorCode - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -716,7 +716,7 @@

                                                              values

                                                              >
                                                            • valueOf

                                                              -
                                                               static ErrorCode valueOf(String name)
                                                              +
                                                               static ErrorCode valueOf(String name)

                                                              Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/THEOplayerException.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/THEOplayerException.html index da563bc7c465..eaa2f27af920 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/THEOplayerException.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/error/THEOplayerException.html @@ -118,7 +118,7 @@

                                                              Class THEOplayerException public class THEOplayerException -extends Exception +extends Exception

                                                              A THEOplayer exception that gives an informative description of the error that occurred.

                                                              @@ -188,13 +188,13 @@

                                                              Field Summary

                                                              - private final Throwable + private final Throwable cause - private final String + private final String message @@ -225,13 +225,13 @@

                                                              Constructor Summary

                                                              THEOplayerException(ErrorCode code, String message, Throwable cause) + href="#THEOplayerException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)">THEOplayerException(ErrorCode code, String message, Throwable cause) Constructs an exception that can be thrown by the player. THEOplayerException(ErrorCode code, String message) + href="#THEOplayerException(com.theoplayer.android.api.error.ErrorCode,java.lang.String)">THEOplayerException(ErrorCode code, String message) Constructs an exception that can be thrown by the player. @@ -341,7 +341,7 @@

                                                              Constructor Detail

                                                              • THEOplayerException

                                                                -
                                                                THEOplayerException(ErrorCode code, String message, Throwable cause)
                                                                +
                                                                THEOplayerException(ErrorCode code, String message, Throwable cause)
                                                                Constructs an exception that can be thrown by the player.
                                                              • @@ -351,7 +351,7 @@

                                                                THEOplayerException

                                                                • THEOplayerException

                                                                  -
                                                                  THEOplayerException(ErrorCode code, String message)
                                                                  +
                                                                  THEOplayerException(ErrorCode code, String message)
                                                                  Constructs an exception that can be thrown by the player.
                                                                • diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/Event.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/Event.html index 002963060fd4..2ccf26bd2489 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/Event.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/Event.html @@ -114,7 +114,7 @@

                                                                  Interface Event


                                                                   
                                                                  -public interface Event<E extends Event<out Object>>
                                                                  +public interface Event<E extends Event<out Object>>
                                                                   
                                                                                       

                                                                  The base Event.

                                                                  @@ -254,7 +254,7 @@

                                                                  Method Summary

                                                                  - abstract Date + abstract Date getDate() @@ -339,7 +339,7 @@

                                                                  getType

                                                                  >
                                                                • getDate

                                                                  -
                                                                  @NonNull() abstract Date getDate()
                                                                  +
                                                                  @NonNull() abstract Date getDate()

                                                                  The Date when the event occurred.

                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventDispatcher.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventDispatcher.html index 43074d7ea290..34c0ca1c837e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventDispatcher.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventDispatcher.html @@ -114,7 +114,7 @@

                                                                  Interface EventDispatcher
                                                                   
                                                                  -public interface EventDispatcher<E extends Event<out Object>>
                                                                  +public interface EventDispatcher<E extends Event<out Object>>
                                                                   
                                                                                       

                                                                  The Event Dispatcher.

                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventListener.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventListener.html index d298ac81ffd0..82337b798933 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventListener.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventListener.html @@ -114,7 +114,7 @@

                                                                  Interface EventListener


                                                                   
                                                                  -public interface EventListener<E extends Event<out Object>>
                                                                  +public interface EventListener<E extends Event<out Object>>
                                                                   
                                                                                       

                                                                  The Event Listener.

                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventType.html index 046345798d45..98cdb969493b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/EventType.html @@ -246,7 +246,7 @@

                                                                  Method Summary

                                                                  - abstract String + abstract String getName() @@ -305,7 +305,7 @@

                                                                  Method Detail

                                                                  >
                                                                • getName

                                                                  -
                                                                   abstract String getName()
                                                                  +
                                                                   abstract String getName()

                                                                  The name of this EventType.

                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdErrorEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdErrorEvent.html index ce735da2c735..7cf0f3e72d45 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdErrorEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdErrorEvent.html @@ -259,7 +259,7 @@

                                                                  Method Summary

                                                                  - abstract String + abstract String getError() @@ -330,7 +330,7 @@

                                                                  Method Detail

                                                                  >
                                                                • getError

                                                                  -
                                                                  @Nullable() abstract String getError()
                                                                  +
                                                                  @Nullable() abstract String getError()

                                                                  The error message of the given AdErrorEvent.

                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdIntegrationKind.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdIntegrationKind.html index 5a32f368040c..7e22bf5d7910 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdIntegrationKind.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdIntegrationKind.html @@ -173,7 +173,7 @@

                                                                  Field Summary

                                                                  - public final String + public final String type @@ -284,13 +284,13 @@

                                                                  Method Summary

                                                                  static AdIntegrationKind - from(@Nullable() String type) + from(@Nullable() String type) Converts a textual representation of the integration to an actual AdIntegrationKind instance. - String + String toString() @@ -308,13 +308,13 @@

                                                                  Method Summary

                                                                  static AdIntegrationKind - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. - String + String getType() @@ -373,7 +373,7 @@

                                                                  Method Detail

                                                                  >
                                                                • from

                                                                  -
                                                                  @Nullable() static AdIntegrationKind from(@Nullable() String type)
                                                                  +
                                                                  @Nullable() static AdIntegrationKind from(@Nullable() String type)

                                                                  Converts a textual representation of the integration to an actual AdIntegrationKind instance.

                                                                  @@ -406,7 +406,7 @@

                                                                  from

                                                                  >
                                                                • toString

                                                                  -
                                                                  @NonNull() String toString()
                                                                  +
                                                                  @NonNull() String toString()
                                                                  @@ -455,7 +455,7 @@

                                                                  values

                                                                  >
                                                                • valueOf

                                                                  -
                                                                   static AdIntegrationKind valueOf(String name)
                                                                  +
                                                                   static AdIntegrationKind valueOf(String name)

                                                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                  @@ -481,8 +481,8 @@

                                                                  valueOf

                                                                  >
                                                                • getType

                                                                  -
                                                                  @NonNull() String getType()
                                                                  -

                                                                  The kind of the integration.

                                                                  • For more consistency recommended to use name.
                                                                  +
                                                                  @NonNull() String getType()
                                                                  +

                                                                  The kind of the integration.

                                                                  • For more consistency recommended to use name.
                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html index 6305e38d0f66..b1b8c25128a8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html @@ -173,103 +173,103 @@

                                                                  Field Summary

                                                                  - public final static String + public final static String AD_BEGIN - public final static String + public final static String AD_END - public final static String + public final static String AD_SKIP - public final static String + public final static String AD_ERROR - public final static String + public final static String AD_BREAK_BEGIN - public final static String + public final static String AD_BREAK_END - public final static String + public final static String AD_LOADED - public final static String + public final static String AD_IMPRESSION - public final static String + public final static String AD_FIRST_QUARTILE - public final static String + public final static String AD_THIRD_QUARTILE - public final static String + public final static String AD_MIDPOINT - public final static String + public final static String ADD_AD - public final static String + public final static String ADD_AD_BREAK - public final static String + public final static String AD_BREAK_CHANGE - public final static String + public final static String REMOVE_AD_BREAK - public final static String + public final static String AD_TAPPED - public final static String + public final static String AD_CLICKED diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/CacheEventTypes.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/CacheEventTypes.html index 8dae11832b36..a7992627a026 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/CacheEventTypes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/CacheEventTypes.html @@ -182,7 +182,7 @@

                                                                  Field Summary

                                                                  - public final String + public final String name @@ -213,7 +213,7 @@

                                                                  Constructor Summary

                                                                  CacheEventTypes(String name) + href="#CacheEventTypes(java.lang.String)">CacheEventTypes(String name) @@ -267,7 +267,7 @@

                                                                  Method Summary

                                                                  - String + String getName() @@ -309,7 +309,7 @@

                                                                  Constructor Detail

                                                                  • CacheEventTypes

                                                                    -
                                                                    CacheEventTypes(String name)
                                                                    +
                                                                    CacheEventTypes(String name)
                                                                  • @@ -336,7 +336,7 @@

                                                                    Method Detail

                                                                    >
                                                                  • getName

                                                                    -
                                                                     String getName()
                                                                    +
                                                                     String getName()

                                                                    The name of this EventType.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html index 5ad524d40feb..4e3557d5c16b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html @@ -194,7 +194,7 @@

                                                                    Field Summary

                                                                    - public final String + public final String name @@ -273,7 +273,7 @@

                                                                    Method Summary

                                                                    - String + String getName() @@ -332,7 +332,7 @@

                                                                    Method Detail

                                                                    >
                                                                  • getName

                                                                    -
                                                                     String getName()
                                                                    +
                                                                     String getName()

                                                                    The name of this EventType.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html index 9cc2f9c3eb7a..00d2f21bfde9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html @@ -188,7 +188,7 @@

                                                                    Field Summary

                                                                    - public final String + public final String name @@ -267,7 +267,7 @@

                                                                    Method Summary

                                                                    - String + String getName() @@ -326,7 +326,7 @@

                                                                    Method Detail

                                                                    >
                                                                  • getName

                                                                    -
                                                                     String getName()
                                                                    +
                                                                     String getName()

                                                                    The name of this EventType.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/chromecast/ChromecastEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/chromecast/ChromecastEvent.html index 442f465a64bd..adcdceb4712a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/chromecast/ChromecastEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/chromecast/ChromecastEvent.html @@ -117,7 +117,7 @@

                                                                    Interface ChromecastEvent
                                                                     
                                                                    -public interface ChromecastEvent<E extends Event<out Object>>
                                                                    +public interface ChromecastEvent<E extends Event<out Object>>
                                                                      implements Event<E>
                                                                                         

                                                                    The Chromecast Event.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html index ddcea49e79c6..484668b46930 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html @@ -254,7 +254,7 @@

                                                                    Method Summary

                                                                    - abstract String + abstract String getMediaTrackType() @@ -319,7 +319,7 @@

                                                                    Method Detail

                                                                    >
                                                                  • getMediaTrackType

                                                                    -
                                                                    @NonNull() abstract String getMediaTrackType()
                                                                    +
                                                                    @NonNull() abstract String getMediaTrackType()

                                                                    The textual representation of the media-track type.

                                                                    • Returns an empty string if the track type is unknown.
                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/DurationChangeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/DurationChangeEvent.html index f240394c1852..854e89d61e17 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/DurationChangeEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/DurationChangeEvent.html @@ -254,7 +254,7 @@

                                                                    Method Summary

                                                                    - abstract Double + abstract Double getDuration() @@ -319,7 +319,7 @@

                                                                    Method Detail

                                                                    >
                                                                  • getDuration

                                                                    -
                                                                    @NonNull() abstract Double getDuration()
                                                                    +
                                                                    @NonNull() abstract Double getDuration()

                                                                    The new duration of the content.

                                                                    • Returns 0 if the duration is unknown.
                                                                    • Returns Double.NaN for a LIVE stream.
                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/MediaEncryptedEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/MediaEncryptedEvent.html index a51b0c7266f0..d8c6cf8cd7cf 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/MediaEncryptedEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/MediaEncryptedEvent.html @@ -262,7 +262,7 @@

                                                                    Method Summary

                                                                    - abstract String + abstract String getInitData() @@ -270,7 +270,7 @@

                                                                    Method Summary

                                                                    - abstract String + abstract String getInitDataType() @@ -361,7 +361,7 @@

                                                                    getCurrentTime

                                                                    >
                                                                  • getInitData

                                                                    -
                                                                    @NonNull() abstract String getInitData()
                                                                    +
                                                                    @NonNull() abstract String getInitData()

                                                                    Get a textual representation of the data that was encrypted.

                                                                    @@ -387,7 +387,7 @@

                                                                    getInitData

                                                                    >
                                                                  • getInitDataType

                                                                    -
                                                                    @NonNull() abstract String getInitDataType()
                                                                    +
                                                                    @NonNull() abstract String getInitDataType()

                                                                    Get a textual representation of the type of data that was encrypted.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html index 9c10fd2250af..ad00dffef163 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html @@ -173,181 +173,181 @@

                                                                    Field Summary

                                                                    - public final static String + public final static String PLAY - public final static String + public final static String PAUSE - public final static String + public final static String RATECHANGE - public final static String + public final static String VOLUMECHANGE - public final static String + public final static String PROGRESS - public final static String + public final static String DURATIONCHANGE - public final static String + public final static String SOURCECHANGE - public final static String + public final static String CURRENTSOURCECHANGE - public final static String + public final static String READYSTATECHANGE - public final static String + public final static String TIMEUPDATE - public final static String + public final static String WAITING - public final static String + public final static String PLAYING - public final static String + public final static String ENDED - public final static String + public final static String LOADEDMETADATA - public final static String + public final static String LOADEDDATA - public final static String + public final static String CANPLAY - public final static String + public final static String CANPLAYTHROUGH - public final static String + public final static String SEGMENTNOTFOUND - public final static String + public final static String ERROR - public final static String + public final static String ENCRYPTED - public final static String + public final static String CONTENTPROTECTIONERROR - public final static String + public final static String CONTENTPROTECTIONSUCCESS - public final static String + public final static String LICENSEREQUESTGENERATED - public final static String + public final static String NOSUPPORTEDREPRESENTATIONFOUND - public final static String + public final static String SEEKING - public final static String + public final static String SEEKED - public final static String + public final static String PRESENTATIONMODECHANGE - public final static String + public final static String DESTROY - public final static String + public final static String LOADSTART - public final static String + public final static String RESIZE diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html index 452237a5255d..167bf5d5cea2 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html @@ -262,7 +262,7 @@

                                                                    Method Summary

                                                                    - abstract String + abstract String getError() @@ -361,7 +361,7 @@

                                                                    getSegmentStartTime

                                                                    >
                                                                  • getError

                                                                    -
                                                                    @NonNull() abstract String getError()
                                                                    +
                                                                    @NonNull() abstract String getError()

                                                                    The error message to indicate why the segment was not found.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/TimeUpdateEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/TimeUpdateEvent.html index 746ac6eafa29..71fef943cb39 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/TimeUpdateEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/TimeUpdateEvent.html @@ -262,7 +262,7 @@

                                                                    Method Summary

                                                                    - abstract Date + abstract Date getCurrentProgramDateTime() @@ -353,7 +353,7 @@

                                                                    getCurrentTime

                                                                    >
                                                                  • getCurrentProgramDateTime

                                                                    -
                                                                    @Nullable() abstract Date getCurrentProgramDateTime()
                                                                    +
                                                                    @Nullable() abstract Date getCurrentProgramDateTime()

                                                                    The program date time associated with the player.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html index e513700fb7e3..79d998e22e5b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html @@ -254,7 +254,7 @@

                                                                    Method Summary

                                                                    - abstract String + abstract String getDistributionId() @@ -319,7 +319,7 @@

                                                                    Method Detail

                                                                    >
                                                                  • getDistributionId

                                                                    -
                                                                     abstract String getDistributionId()
                                                                    +
                                                                     abstract String getDistributionId()

                                                                    The new distribution of the player.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html index 76b7ce7e14df..a192ffa265fe 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html @@ -254,7 +254,7 @@

                                                                    Method Summary

                                                                    - abstract String + abstract String getDistributionId() @@ -319,7 +319,7 @@

                                                                    Method Detail

                                                                    >
                                                                  • getDistributionId

                                                                    -
                                                                     abstract String getDistributionId()
                                                                    +
                                                                     abstract String getDistributionId()

                                                                    The new distribution of the player.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html index b77fccf03daf..f7943b75160b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html @@ -173,43 +173,43 @@

                                                                    Field Summary

                                                                    - public final static String + public final static String INTENTTOFALLBACK - public final static String + public final static String ENTERBADNETWORKMODE - public final static String + public final static String EXITBADNETWORKMODE - public final static String + public final static String ENDPOINTLOADED - public final static String + public final static String DISTRIBUTIONLOADSTART - public final static String + public final static String DISTRIBUTIONLOADED - public final static String + public final static String DISTRIBUTIONOFFLINE diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/FullScreenActivity.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/FullScreenActivity.html index 627ccce2eb8a..a67dbd1a16f6 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/FullScreenActivity.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/FullScreenActivity.html @@ -255,7 +255,7 @@

                                                                    Class FullScreenActivity

                                                                    public class FullScreenActivity extends FullScreenActivityImpl -

                                                                    The FullScreenActivity of the player.

                                                                    • This activity can be customized by overriding and using the Activity class methods.
                                                                    • Add an overlay to this activity by using the addContentView method.

                                                                    Warning: In a future major version, this activity will no longer extend androidx.appcompat.app.AppCompatActivity. If your application overrides this activity or depends on AppCompat-specific behavior, ensure you do not rely on such functionality.

                                                                    +

                                                                    The FullScreenActivity of the player.

                                                                    • This activity can be customized by overriding and using the Activity class methods.
                                                                    • Add an overlay to this activity by using the addContentView method.

                                                                    Warning: In a future major version, this activity will no longer extend androidx.appcompat.app.AppCompatActivity. If your application overrides this activity or depends on AppCompat-specific behavior, ensure you do not rely on such functionality.

                                                                    @@ -437,67 +437,67 @@

                                                                    Field Summary

                                                                    - public final static String + public final static String ACCESSIBILITY_SERVICE - public final static String + public final static String ACCOUNT_SERVICE - public final static String + public final static String ACTIVITY_SERVICE - public final static String + public final static String ADVANCED_PROTECTION_SERVICE - public final static String + public final static String ALARM_SERVICE - public final static String + public final static String APPWIDGET_SERVICE - public final static String + public final static String APP_FUNCTION_SERVICE - public final static String + public final static String APP_OPS_SERVICE - public final static String + public final static String APP_SEARCH_SERVICE - public final static String + public final static String AUDIO_SERVICE - public final static String + public final static String BATTERY_SERVICE @@ -593,79 +593,79 @@

                                                                    Field Summary

                                                                    - public final static String + public final static String BIOMETRIC_SERVICE - public final static String + public final static String BLOB_STORE_SERVICE - public final static String + public final static String BLUETOOTH_SERVICE - public final static String + public final static String BUGREPORT_SERVICE - public final static String + public final static String CAMERA_SERVICE - public final static String + public final static String CAPTIONING_SERVICE - public final static String + public final static String CARRIER_CONFIG_SERVICE - public final static String + public final static String CLIPBOARD_SERVICE - public final static String + public final static String COMPANION_DEVICE_SERVICE - public final static String + public final static String CONNECTIVITY_DIAGNOSTICS_SERVICE - public final static String + public final static String CONNECTIVITY_SERVICE - public final static String + public final static String CONSUMER_IR_SERVICE - public final static String + public final static String CONTACT_KEYS_SERVICE @@ -689,13 +689,13 @@

                                                                    Field Summary

                                                                    - public final static String + public final static String CREDENTIAL_SERVICE - public final static String + public final static String CROSS_PROFILE_APPS_SERVICE @@ -713,187 +713,187 @@

                                                                    Field Summary

                                                                    - public final static String + public final static String DEVICE_LOCK_SERVICE - public final static String + public final static String DEVICE_POLICY_SERVICE - public final static String + public final static String DISPLAY_HASH_SERVICE - public final static String + public final static String DISPLAY_SERVICE - public final static String + public final static String DOMAIN_VERIFICATION_SERVICE - public final static String + public final static String DOWNLOAD_SERVICE - public final static String + public final static String DROPBOX_SERVICE - public final static String + public final static String EUICC_SERVICE - public final static String + public final static String FILE_INTEGRITY_SERVICE - public final static String + public final static String FINGERPRINT_SERVICE - public final static String + public final static String GAME_SERVICE - public final static String + public final static String GRAMMATICAL_INFLECTION_SERVICE - public final static String + public final static String HARDWARE_PROPERTIES_SERVICE - public final static String + public final static String HEALTHCONNECT_SERVICE - public final static String + public final static String INPUT_METHOD_SERVICE - public final static String + public final static String INPUT_SERVICE - public final static String + public final static String IPSEC_SERVICE - public final static String + public final static String JOB_SCHEDULER_SERVICE - public final static String + public final static String KEYGUARD_SERVICE - public final static String + public final static String KEYSTORE_SERVICE - public final static String + public final static String LAUNCHER_APPS_SERVICE - public final static String + public final static String LAYOUT_INFLATER_SERVICE - public final static String + public final static String LOCALE_SERVICE - public final static String + public final static String LOCATION_SERVICE - public final static String + public final static String MEDIA_COMMUNICATION_SERVICE - public final static String + public final static String MEDIA_METRICS_SERVICE - public final static String + public final static String MEDIA_PROJECTION_SERVICE - public final static String + public final static String MEDIA_QUALITY_SERVICE - public final static String + public final static String MEDIA_ROUTER_SERVICE - public final static String + public final static String MEDIA_SESSION_SERVICE - public final static String + public final static String MIDI_SERVICE @@ -941,67 +941,67 @@

                                                                    Field Summary

                                                                    - public final static String + public final static String NETWORK_STATS_SERVICE - public final static String + public final static String NFC_SERVICE - public final static String + public final static String NOTIFICATION_SERVICE - public final static String + public final static String NSD_SERVICE - public final static String + public final static String OVERLAY_SERVICE - public final static String + public final static String PEOPLE_SERVICE - public final static String + public final static String PERFORMANCE_HINT_SERVICE - public final static String + public final static String PERSISTENT_DATA_BLOCK_SERVICE - public final static String + public final static String POWER_SERVICE - public final static String + public final static String PRINT_SERVICE - public final static String + public final static String PROFILING_SERVICE @@ -1025,211 +1025,211 @@

                                                                    Field Summary

                                                                    - public final static String + public final static String RESTRICTIONS_SERVICE - public final static String + public final static String ROLE_SERVICE - public final static String + public final static String SATELLITE_SERVICE - public final static String + public final static String SEARCH_SERVICE - public final static String + public final static String SECURITY_STATE_SERVICE - public final static String + public final static String SENSOR_SERVICE - public final static String + public final static String SHORTCUT_SERVICE - public final static String + public final static String STATUS_BAR_SERVICE - public final static String + public final static String STORAGE_SERVICE - public final static String + public final static String STORAGE_STATS_SERVICE - public final static String + public final static String SYSTEM_HEALTH_SERVICE - public final static String + public final static String TELECOM_SERVICE - public final static String + public final static String TELEPHONY_IMS_SERVICE - public final static String + public final static String TELEPHONY_SERVICE - public final static String + public final static String TELEPHONY_SUBSCRIPTION_SERVICE - public final static String + public final static String TETHERING_SERVICE - public final static String + public final static String TEXT_CLASSIFICATION_SERVICE - public final static String + public final static String TEXT_SERVICES_MANAGER_SERVICE - public final static String + public final static String TV_AD_SERVICE - public final static String + public final static String TV_INPUT_SERVICE - public final static String + public final static String TV_INTERACTIVE_APP_SERVICE - public final static String + public final static String UI_MODE_SERVICE - public final static String + public final static String USAGE_STATS_SERVICE - public final static String + public final static String USB_SERVICE - public final static String + public final static String USER_SERVICE - public final static String + public final static String VIBRATOR_MANAGER_SERVICE - public final static String + public final static String VIBRATOR_SERVICE - public final static String + public final static String VIRTUAL_DEVICE_SERVICE - public final static String + public final static String VPN_MANAGEMENT_SERVICE - public final static String + public final static String WALLPAPER_SERVICE - public final static String + public final static String WIFI_AWARE_SERVICE - public final static String + public final static String WIFI_P2P_SERVICE - public final static String + public final static String WIFI_RTT_RANGING_SERVICE - public final static String + public final static String WIFI_SERVICE - public final static String + public final static String WINDOW_SERVICE diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/FullScreenManager.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/FullScreenManager.html index bcab505e181e..a097609e06bb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/FullScreenManager.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/FullScreenManager.html @@ -312,13 +312,13 @@

                                                                    Method Summary

                                                                    abstract void - setFullscreenActivity(@NonNull() Class<out FullScreenActivity> fullscreenActivityClass) + setFullscreenActivity(@NonNull() Class<out FullScreenActivity> fullscreenActivityClass) Sets the FullScreenActivity class to be used. - abstract Class<out FullScreenActivity> + abstract Class<out FullScreenActivity> getFullscreenActivity() @@ -607,7 +607,7 @@

                                                                    isFullScreenToggleInProgress

                                                                    >
                                                                  • setFullscreenActivity

                                                                    -
                                                                     abstract void setFullscreenActivity(@NonNull() Class<out FullScreenActivity> fullscreenActivityClass)
                                                                    +
                                                                     abstract void setFullscreenActivity(@NonNull() Class<out FullScreenActivity> fullscreenActivityClass)

                                                                    Sets the FullScreenActivity class to be used.

                                                                    @@ -637,7 +637,7 @@

                                                                    setFullscreenActivity

                                                                    >
                                                                  • getFullscreenActivity

                                                                    -
                                                                    @NonNull() abstract Class<out FullScreenActivity> getFullscreenActivity()
                                                                    +
                                                                    @NonNull() abstract Class<out FullScreenActivity> getFullscreenActivity()

                                                                    The class which is set as the FullScreenActivity class.

                                                                    Default: The FullScreenActivity class.

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/ScreenOrientation.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/ScreenOrientation.html index aa63d32f4ff1..c8e69732c008 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/ScreenOrientation.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/fullscreen/ScreenOrientation.html @@ -116,7 +116,7 @@

                                                                    Annotation ScreenOrientat
                                                                    -@Retention(value = RetentionPolicy.SOURCE) 
                                                                    +@Retention(value = RetentionPolicy.SOURCE) 
                                                                     public @interface ScreenOrientation
                                                                     
                                                                                         
                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html index c144f2450a9c..2d8b3def3955 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html @@ -254,7 +254,7 @@

                                                                    Method Summary

                                                                    final LatencyConfiguration.Builder - setMinimumOffset(Double minimumOffset) + setMinimumOffset(Double minimumOffset) The start of the target live window. @@ -262,7 +262,7 @@

                                                                    Method Summary

                                                                    final LatencyConfiguration.Builder - setMaximumOffset(Double maximumOffset) + setMaximumOffset(Double maximumOffset) The end of the target live window. @@ -270,7 +270,7 @@

                                                                    Method Summary

                                                                    final LatencyConfiguration.Builder - setTargetOffset(Double targetOffset) + setTargetOffset(Double targetOffset) The live offset that the player will aim for. @@ -278,7 +278,7 @@

                                                                    Method Summary

                                                                    final LatencyConfiguration.Builder - setForceSeekOffset(Double forceSeekOffset) + setForceSeekOffset(Double forceSeekOffset) The live offset at which the player will automatically trigger a live seek. @@ -286,7 +286,7 @@

                                                                    Method Summary

                                                                    final LatencyConfiguration.Builder - setMinimumPlaybackRate(Double minimumPlaybackRate) + setMinimumPlaybackRate(Double minimumPlaybackRate) Indicates the minimum playbackRate used to slow down the player. @@ -294,7 +294,7 @@

                                                                    Method Summary

                                                                    final LatencyConfiguration.Builder - setMaximumPlaybackRate(Double maximumPlaybackRate) + setMaximumPlaybackRate(Double maximumPlaybackRate) Indicates the maximum playbackRate used to speed up the player. @@ -369,7 +369,7 @@

                                                                    Method Detail

                                                                    >
                                                                  • setMinimumOffset

                                                                    -
                                                                     final LatencyConfiguration.Builder setMinimumOffset(Double minimumOffset)
                                                                    +
                                                                     final LatencyConfiguration.Builder setMinimumOffset(Double minimumOffset)

                                                                    The start of the target live window. If the live offset becomes smaller than this value, the player will slow down in order to increase the latency.

                                                                    Default: 0.66 times the targetOffset.

                                                                    @@ -392,7 +392,7 @@

                                                                    setMinimumOffset

                                                                    >
                                                                  • setMaximumOffset

                                                                    -
                                                                     final LatencyConfiguration.Builder setMaximumOffset(Double maximumOffset)
                                                                    +
                                                                     final LatencyConfiguration.Builder setMaximumOffset(Double maximumOffset)

                                                                    The end of the target live window. If the live offset becomes higher than this value, the player will speed up in order to decrease the latency.

                                                                    Default: Value 1.5 times the targetOffset.

                                                                    @@ -415,7 +415,7 @@

                                                                    setMaximumOffset

                                                                    >
                                                                  • setTargetOffset

                                                                    -
                                                                     final LatencyConfiguration.Builder setTargetOffset(Double targetOffset)
                                                                    +
                                                                     final LatencyConfiguration.Builder setTargetOffset(Double targetOffset)

                                                                    The live offset that the player will aim for. When correcting the offset by tuning the playbackRate, the player will stop correcting when it reaches this value.

                                                                    @@ -438,7 +438,7 @@

                                                                    setTargetOffset

                                                                    >
                                                                  • setForceSeekOffset

                                                                    -
                                                                     final LatencyConfiguration.Builder setForceSeekOffset(Double forceSeekOffset)
                                                                    +
                                                                     final LatencyConfiguration.Builder setForceSeekOffset(Double forceSeekOffset)

                                                                    The live offset at which the player will automatically trigger a live seek.

                                                                    Default: Value 3 times the targetOffset.

                                                                    @@ -461,7 +461,7 @@

                                                                    setForceSeekOffset

                                                                    >
                                                                  • setMinimumPlaybackRate

                                                                    -
                                                                     final LatencyConfiguration.Builder setMinimumPlaybackRate(Double minimumPlaybackRate)
                                                                    +
                                                                     final LatencyConfiguration.Builder setMinimumPlaybackRate(Double minimumPlaybackRate)

                                                                    Indicates the minimum playbackRate used to slow down the player.

                                                                    Default: Value 0.92

                                                                    @@ -484,7 +484,7 @@

                                                                    setMinimumPlaybackRate

                                                                    >
                                                                  • setMaximumPlaybackRate

                                                                    -
                                                                     final LatencyConfiguration.Builder setMaximumPlaybackRate(Double maximumPlaybackRate)
                                                                    +
                                                                     final LatencyConfiguration.Builder setMaximumPlaybackRate(Double maximumPlaybackRate)

                                                                    Indicates the maximum playbackRate used to speed up the player.

                                                                    Default: Value 1.08

                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.html index 54b11a3f5320..929eecd43d8b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.html @@ -180,37 +180,37 @@

                                                                    Field Summary

                                                                    - private final Double + private final Double targetOffset - private final Double + private final Double minimumOffset - private final Double + private final Double maximumOffset - private final Double + private final Double forceSeekOffset - private final Double + private final Double minimumPlaybackRate - private final Double + private final Double maximumPlaybackRate @@ -241,7 +241,7 @@

                                                                    Constructor Summary

                                                                    LatencyConfiguration(Double targetOffset, Double minimumOffset, Double maximumOffset, Double forceSeekOffset, Double minimumPlaybackRate, Double maximumPlaybackRate) + href="#LatencyConfiguration(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)">LatencyConfiguration(Double targetOffset, Double minimumOffset, Double maximumOffset, Double forceSeekOffset, Double minimumPlaybackRate, Double maximumPlaybackRate) @@ -295,7 +295,7 @@

                                                                    Method Summary

                                                                    - final Double + final Double getTargetOffset() @@ -303,7 +303,7 @@

                                                                    Method Summary

                                                                    - final Double + final Double getMinimumOffset() @@ -311,7 +311,7 @@

                                                                    Method Summary

                                                                    - final Double + final Double getMaximumOffset() @@ -319,7 +319,7 @@

                                                                    Method Summary

                                                                    - final Double + final Double getForceSeekOffset() @@ -327,7 +327,7 @@

                                                                    Method Summary

                                                                    - final Double + final Double getMinimumPlaybackRate() @@ -335,7 +335,7 @@

                                                                    Method Summary

                                                                    - final Double + final Double getMaximumPlaybackRate() @@ -385,7 +385,7 @@

                                                                    Constructor Detail

                                                                    • LatencyConfiguration

                                                                      -
                                                                      LatencyConfiguration(Double targetOffset, Double minimumOffset, Double maximumOffset, Double forceSeekOffset, Double minimumPlaybackRate, Double maximumPlaybackRate)
                                                                      +
                                                                      LatencyConfiguration(Double targetOffset, Double minimumOffset, Double maximumOffset, Double forceSeekOffset, Double minimumPlaybackRate, Double maximumPlaybackRate)
                                                                    • @@ -412,7 +412,7 @@

                                                                      Method Detail

                                                                      >
                                                                    • getTargetOffset

                                                                      -
                                                                       final Double getTargetOffset()
                                                                      +
                                                                       final Double getTargetOffset()

                                                                      The live offset that the player will aim for. When correcting the offset by tuning the playbackRate, the player will stop correcting when it reaches this value.

                                                                      @@ -435,7 +435,7 @@

                                                                      getTargetOffset

                                                                      >
                                                                    • getMinimumOffset

                                                                      -
                                                                       final Double getMinimumOffset()
                                                                      +
                                                                       final Double getMinimumOffset()

                                                                      The start of the target live window. If the live offset becomes smaller than this value, the player will slow down in order to increase the latency.

                                                                      Default: 0.66 times the targetOffset.

                                                                      @@ -458,7 +458,7 @@

                                                                      getMinimumOffset

                                                                      >
                                                                    • getMaximumOffset

                                                                      -
                                                                       final Double getMaximumOffset()
                                                                      +
                                                                       final Double getMaximumOffset()

                                                                      The end of the target live window. If the live offset becomes higher than this value, the player will speed up in order to decrease the latency.

                                                                      Default: Value 1.5 times the targetOffset.

                                                                      @@ -481,7 +481,7 @@

                                                                      getMaximumOffset

                                                                      >
                                                                    • getForceSeekOffset

                                                                      -
                                                                       final Double getForceSeekOffset()
                                                                      +
                                                                       final Double getForceSeekOffset()

                                                                      The live offset at which the player will automatically trigger a live seek.

                                                                      Default: Value 3 times the targetOffset.

                                                                      @@ -504,7 +504,7 @@

                                                                      getForceSeekOffset

                                                                      >
                                                                    • getMinimumPlaybackRate

                                                                      -
                                                                       final Double getMinimumPlaybackRate()
                                                                      +
                                                                       final Double getMinimumPlaybackRate()

                                                                      Indicates the minimum playbackRate used to slow down the player.

                                                                      Default: Value 0.92

                                                                      @@ -527,7 +527,7 @@

                                                                      getMinimumPlaybackRate

                                                                      >
                                                                    • getMaximumPlaybackRate

                                                                      -
                                                                       final Double getMaximumPlaybackRate()
                                                                      +
                                                                       final Double getMaximumPlaybackRate()

                                                                      Indicates the maximum playbackRate used to speed up the player.

                                                                      Default: Value 1.08

                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyManager.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyManager.html index 22d43c39f6fb..e3c5db03caeb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyManager.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyManager.html @@ -246,7 +246,7 @@

                                                                      Method Summary

                                                                      - abstract Boolean + abstract Boolean isEnabled() @@ -256,13 +256,13 @@

                                                                      Method Summary

                                                                      abstract Unit - setEnabled(Boolean isEnabled) + setEnabled(Boolean isEnabled) Whether the latency manager is enabled. - abstract Boolean + abstract Boolean isMonitoringLivePlayback() @@ -270,7 +270,7 @@

                                                                      Method Summary

                                                                      - abstract Double + abstract Double getCurrentLatency() @@ -337,7 +337,7 @@

                                                                      Method Detail

                                                                      >
                                                                    • isEnabled

                                                                      -
                                                                      @MainThread() abstract Boolean isEnabled()
                                                                      +
                                                                      @MainThread() abstract Boolean isEnabled()

                                                                      Whether the latency manager is enabled.

                                                                      @@ -360,7 +360,7 @@

                                                                      isEnabled

                                                                      >
                                                                    • setEnabled

                                                                      -
                                                                      @MainThread() abstract Unit setEnabled(Boolean isEnabled)
                                                                      +
                                                                      @MainThread() abstract Unit setEnabled(Boolean isEnabled)

                                                                      Whether the latency manager is enabled.

                                                                      @@ -383,7 +383,7 @@

                                                                      setEnabled

                                                                      >
                                                                    • isMonitoringLivePlayback

                                                                      -
                                                                      @MainThread() abstract Boolean isMonitoringLivePlayback()
                                                                      +
                                                                      @MainThread() abstract Boolean isMonitoringLivePlayback()

                                                                      Whether the latency manager is monitoring to stay within the live playback configuration.

                                                                      @@ -406,7 +406,7 @@

                                                                      isMonitoringLivePlayback

                                                                      >
                                                                    • getCurrentLatency

                                                                      -
                                                                      @MainThread() abstract Double getCurrentLatency()
                                                                      +
                                                                      @MainThread() abstract Double getCurrentLatency()

                                                                      The current latency.

                                                                      • Only available during live playback.

                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/millicast/MillicastSource.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/millicast/MillicastSource.html index 73e95f4bcadf..dacd5e7eb643 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/millicast/MillicastSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/millicast/MillicastSource.html @@ -173,25 +173,25 @@

                                                                      Field Summary

                                                                      - public final static String + public final static String DEFAULT_API_URL - private final String + private final String streamAccountId - private final String + private final String apiUrl - private final String + private final String subscriberToken @@ -221,7 +221,7 @@

                                                                      Field Summary

                                                                      - private final Map<String, String> + private final Map<String, String> headers @@ -239,7 +239,7 @@

                                                                      Field Summary

                                                                      - private final Boolean + private final Boolean hlsDateRange @@ -251,19 +251,19 @@

                                                                      Field Summary

                                                                      - private final Double + private final Double liveOffset - private final Boolean + private final Boolean lowLatency - private final String + private final String src @@ -275,7 +275,7 @@

                                                                      Field Summary

                                                                      - private final String + private final String timeServer @@ -312,7 +312,7 @@

                                                                      Constructor Summary

                                                                      MillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions) + href="#MillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.millicast.subscribers.Option)">MillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions) @@ -366,7 +366,7 @@

                                                                      Method Summary

                                                                      - final String + final String getStreamAccountId() @@ -374,7 +374,7 @@

                                                                      Method Summary

                                                                      - final String + final String getApiUrl() @@ -382,7 +382,7 @@

                                                                      Method Summary

                                                                      - final String + final String getSubscriberToken() @@ -398,15 +398,15 @@

                                                                      Method Summary

                                                                      - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -416,7 +416,7 @@

                                                                      Method Summary

                                                                      final MillicastSource - copy(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions) + copy(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions) Creates a new MillicastSource with the same properties as this source, optionally replacing specific properties with the given values. @@ -424,7 +424,7 @@

                                                                      Method Summary

                                                                      MillicastSource - copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) + copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) @@ -470,7 +470,7 @@

                                                                      Constructor Detail

                                                                      • MillicastSource

                                                                        -
                                                                        MillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)
                                                                        +
                                                                        MillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)
                                                                      • @@ -497,7 +497,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • getStreamAccountId

                                                                        -
                                                                         final String getStreamAccountId()
                                                                        +
                                                                         final String getStreamAccountId()

                                                                        The account identifier.

                                                                        @@ -520,7 +520,7 @@

                                                                        getStreamAccountId

                                                                        >
                                                                      • getApiUrl

                                                                        -
                                                                         final String getApiUrl()
                                                                        +
                                                                         final String getApiUrl()

                                                                        The URL of the API endpoint that the SDK communicates with for authentication.

                                                                        @@ -543,7 +543,7 @@

                                                                        getApiUrl

                                                                        >
                                                                      • getSubscriberToken

                                                                        -
                                                                         final String getSubscriberToken()
                                                                        +
                                                                         final String getSubscriberToken()

                                                                        The subscribing token.

                                                                        @@ -589,7 +589,7 @@

                                                                        getConnectOptions

                                                                        >
                                                                      • equals

                                                                        -
                                                                         Boolean equals(Object other)
                                                                        +
                                                                         Boolean equals(Object other)
                                                                        @@ -612,7 +612,7 @@

                                                                        equals

                                                                        >
                                                                      • hashCode

                                                                        -
                                                                         Integer hashCode()
                                                                        +
                                                                         Integer hashCode()
                                                                        @@ -635,7 +635,7 @@

                                                                        hashCode

                                                                        >
                                                                      • copy

                                                                        -
                                                                         final MillicastSource copy(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)
                                                                        +
                                                                         final MillicastSource copy(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)

                                                                        Creates a new MillicastSource with the same properties as this source, optionally replacing specific properties with the given values.

                                                                        @@ -658,7 +658,7 @@

                                                                        copy

                                                                        >
                                                                      • copy

                                                                        -
                                                                         MillicastSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
                                                                        +
                                                                         MillicastSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/CompleteHTTPResponse.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/CompleteHTTPResponse.html index aaa330471d2a..121e9df6e319 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/CompleteHTTPResponse.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/CompleteHTTPResponse.html @@ -182,25 +182,25 @@

                                                                        Field Summary

                                                                        - private final URL + private final URL url - private final Map<String, String> + private final Map<String, String> headers - private final Integer + private final Integer status - private final String + private final String statusText @@ -237,7 +237,7 @@

                                                                        Constructor Summary

                                                                        CompleteHTTPResponse(HTTPRequest request, URL url, Map<String, String> headers, Integer status, String statusText, ByteArray body) + href="#CompleteHTTPResponse(com.theoplayer.android.api.network.http.HTTPRequest,java.net.URL,java.util.Map,java.lang.Integer,java.lang.String,kotlin.ByteArray)">CompleteHTTPResponse(HTTPRequest request, URL url, Map<String, String> headers, Integer status, String statusText, ByteArray body) @@ -299,7 +299,7 @@

                                                                        Method Summary

                                                                        - URL + URL getUrl() @@ -307,7 +307,7 @@

                                                                        Method Summary

                                                                        - Map<String, String> + Map<String, String> getHeaders() @@ -315,7 +315,7 @@

                                                                        Method Summary

                                                                        - Integer + Integer getStatus() @@ -323,7 +323,7 @@

                                                                        Method Summary

                                                                        - String + String getStatusText() @@ -373,7 +373,7 @@

                                                                        Constructor Detail

                                                                        • CompleteHTTPResponse

                                                                          -
                                                                          CompleteHTTPResponse(HTTPRequest request, URL url, Map<String, String> headers, Integer status, String statusText, ByteArray body)
                                                                          +
                                                                          CompleteHTTPResponse(HTTPRequest request, URL url, Map<String, String> headers, Integer status, String statusText, ByteArray body)
                                                                        • @@ -423,7 +423,7 @@

                                                                          getRequest

                                                                          >
                                                                        • getUrl

                                                                          -
                                                                           URL getUrl()
                                                                          +
                                                                           URL getUrl()

                                                                          The URL which was used to do the request to.

                                                                          Note that, in case of redirects it can be different from the original request URL.

                                                                          @@ -446,7 +446,7 @@

                                                                          getUrl

                                                                          >
                                                                        • getHeaders

                                                                          -
                                                                           Map<String, String> getHeaders()
                                                                          +
                                                                           Map<String, String> getHeaders()

                                                                          The response headers received from the request.

                                                                          In case of multiple values per key, the values are comma separated.

                                                                          @@ -469,7 +469,7 @@

                                                                          getHeaders

                                                                          >
                                                                        • getStatus

                                                                          -
                                                                           Integer getStatus()
                                                                          +
                                                                           Integer getStatus()

                                                                          The status code from the HTTP response message received from the request.

                                                                          From responses like HTTP/1.0 200 OK, extracts the number 200.

                                                                          @@ -492,7 +492,7 @@

                                                                          getStatus

                                                                          >
                                                                        • getStatusText

                                                                          -
                                                                           String getStatusText()
                                                                          +
                                                                           String getStatusText()

                                                                          The HTTP response message, if any, returned from a server.

                                                                          From responses like HTTP/1.0 200 OK, extracts the Strings "OK".

                                                                          Returns null if none could be discerned from the responses (the result was not valid HTTP).

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/HTTPRequest.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/HTTPRequest.html index 19aa2a8a2a35..872d43054895 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/HTTPRequest.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/HTTPRequest.html @@ -246,7 +246,7 @@

                                                                          Method Summary

                                                                          - abstract String + abstract String getMethod() @@ -254,7 +254,7 @@

                                                                          Method Summary

                                                                          - abstract URL + abstract URL getUrl() @@ -262,7 +262,7 @@

                                                                          Method Summary

                                                                          - abstract Map<String, String> + abstract Map<String, String> getHeaders() @@ -310,7 +310,7 @@

                                                                          Method Summary

                                                                          - abstract Integer + abstract Integer getConnectTimeout() @@ -318,7 +318,7 @@

                                                                          Method Summary

                                                                          - abstract Integer + abstract Integer getReadTimeout() @@ -377,7 +377,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • getMethod

                                                                          -
                                                                           abstract String getMethod()
                                                                          +
                                                                           abstract String getMethod()

                                                                          The method for the URL request, one of:

                                                                          "GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "TRACE"

                                                                          @@ -400,7 +400,7 @@

                                                                          getMethod

                                                                          >
                                                                        • getUrl

                                                                          -
                                                                           abstract URL getUrl()
                                                                          +
                                                                           abstract URL getUrl()

                                                                          The URL to perform the request to.

                                                                          @@ -423,7 +423,7 @@

                                                                          getUrl

                                                                          >
                                                                        • getHeaders

                                                                          -
                                                                           abstract Map<String, String> getHeaders()
                                                                          +
                                                                           abstract Map<String, String> getHeaders()

                                                                          The request headers to be used during the request.

                                                                          In case of multiple values per key, the values are comma separated.

                                                                          @@ -561,7 +561,7 @@

                                                                          getResponseType

                                                                          >
                                                                        • getConnectTimeout

                                                                          -
                                                                           abstract Integer getConnectTimeout()
                                                                          +
                                                                           abstract Integer getConnectTimeout()

                                                                          The connection timeout in milliseconds. This timeout is used when establishing a connection to a remote server. If the connection cannot be established within this timeout period, a connection timeout error will be thrown.

                                                                          @@ -584,7 +584,7 @@

                                                                          getConnectTimeout

                                                                          >
                                                                        • getReadTimeout

                                                                          -
                                                                           abstract Integer getReadTimeout()
                                                                          +
                                                                           abstract Integer getReadTimeout()

                                                                          The read timeout in milliseconds. This timeout is used when reading data from an established connection with a remote server. If no data is received within this timeout period, a read timeout error will be thrown.

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/HTTPResponse.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/HTTPResponse.html index 102d111b092a..242cc954fa26 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/HTTPResponse.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/HTTPResponse.html @@ -254,7 +254,7 @@

                                                                          Method Summary

                                                                          - abstract URL + abstract URL getUrl() @@ -262,7 +262,7 @@

                                                                          Method Summary

                                                                          - abstract Map<String, String> + abstract Map<String, String> getHeaders() @@ -270,7 +270,7 @@

                                                                          Method Summary

                                                                          - abstract Integer + abstract Integer getStatus() @@ -278,7 +278,7 @@

                                                                          Method Summary

                                                                          - abstract String + abstract String getStatusText() @@ -360,7 +360,7 @@

                                                                          getRequest

                                                                          >
                                                                        • getUrl

                                                                          -
                                                                           abstract URL getUrl()
                                                                          +
                                                                           abstract URL getUrl()

                                                                          The URL which was used to do the request to.

                                                                          Note that, in case of redirects it can be different from the original request URL.

                                                                          @@ -383,7 +383,7 @@

                                                                          getUrl

                                                                          >
                                                                        • getHeaders

                                                                          -
                                                                           abstract Map<String, String> getHeaders()
                                                                          +
                                                                           abstract Map<String, String> getHeaders()

                                                                          The response headers received from the request.

                                                                          In case of multiple values per key, the values are comma separated.

                                                                          @@ -406,7 +406,7 @@

                                                                          getHeaders

                                                                          >
                                                                        • getStatus

                                                                          -
                                                                           abstract Integer getStatus()
                                                                          +
                                                                           abstract Integer getStatus()

                                                                          The status code from the HTTP response message received from the request.

                                                                          From responses like HTTP/1.0 200 OK, extracts the number 200.

                                                                          @@ -429,7 +429,7 @@

                                                                          getStatus

                                                                          >
                                                                        • getStatusText

                                                                          -
                                                                           abstract String getStatusText()
                                                                          +
                                                                           abstract String getStatusText()

                                                                          The HTTP response message, if any, returned from a server.

                                                                          From responses like HTTP/1.0 200 OK, extracts the Strings "OK".

                                                                          Returns null if none could be discerned from the responses (the result was not valid HTTP).

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html index 568ee46bc2fd..0144ebbc36eb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html @@ -257,7 +257,7 @@

                                                                          Method Summary

                                                                          - abstract String + abstract String getMethod() @@ -267,13 +267,13 @@

                                                                          Method Summary

                                                                          abstract Unit - setMethod(String method) + setMethod(String method) The mutable method for the URL request, one of:"GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "TRACE" - abstract URL + abstract URL getUrl() @@ -283,13 +283,13 @@

                                                                          Method Summary

                                                                          abstract Unit - setUrl(URL url) + setUrl(URL url) The mutable URL to perform the request to. - abstract Map<String, String> + abstract Map<String, String> getHeaders() @@ -299,7 +299,7 @@

                                                                          Method Summary

                                                                          abstract Unit - setHeaders(Map<String, String> headers) + setHeaders(Map<String, String> headers) The mutable request headers to be used during the request. @@ -321,7 +321,7 @@

                                                                          Method Summary

                                                                          - abstract Integer + abstract Integer getConnectTimeout() @@ -331,13 +331,13 @@

                                                                          Method Summary

                                                                          abstract Unit - setConnectTimeout(Integer connectTimeout) + setConnectTimeout(Integer connectTimeout) The connection timeout in milliseconds. - abstract Integer + abstract Integer getReadTimeout() @@ -347,7 +347,7 @@

                                                                          Method Summary

                                                                          abstract Unit - setReadTimeout(Integer readTimeout) + setReadTimeout(Integer readTimeout) The read timeout in milliseconds. @@ -433,7 +433,7 @@

                                                                          respondWith

                                                                          >
                                                                        • getMethod

                                                                          -
                                                                           abstract String getMethod()
                                                                          +
                                                                           abstract String getMethod()

                                                                          The mutable method for the URL request, one of:

                                                                          "GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "TRACE"

                                                                          @@ -456,7 +456,7 @@

                                                                          getMethod

                                                                          >
                                                                        • setMethod

                                                                          -
                                                                           abstract Unit setMethod(String method)
                                                                          +
                                                                           abstract Unit setMethod(String method)

                                                                          The mutable method for the URL request, one of:

                                                                          "GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "TRACE"

                                                                          @@ -479,7 +479,7 @@

                                                                          setMethod

                                                                          >
                                                                        • getUrl

                                                                          -
                                                                           abstract URL getUrl()
                                                                          +
                                                                           abstract URL getUrl()

                                                                          The mutable URL to perform the request to.

                                                                          @@ -502,7 +502,7 @@

                                                                          getUrl

                                                                          >
                                                                        • setUrl

                                                                          -
                                                                           abstract Unit setUrl(URL url)
                                                                          +
                                                                           abstract Unit setUrl(URL url)

                                                                          The mutable URL to perform the request to.

                                                                          @@ -525,7 +525,7 @@

                                                                          setUrl

                                                                          >
                                                                        • getHeaders

                                                                          -
                                                                           abstract Map<String, String> getHeaders()
                                                                          +
                                                                           abstract Map<String, String> getHeaders()

                                                                          The mutable request headers to be used during the request.

                                                                          In case of multiple values per key, the values are comma separated.

                                                                          Adding or overriding headers can be done by:

                                                                          headers["newKey"] = "newValue"

                                                                          @@ -548,7 +548,7 @@

                                                                          getHeaders

                                                                          >
                                                                        • setHeaders

                                                                          -
                                                                           abstract Unit setHeaders(Map<String, String> headers)
                                                                          +
                                                                           abstract Unit setHeaders(Map<String, String> headers)

                                                                          The mutable request headers to be used during the request.

                                                                          In case of multiple values per key, the values are comma separated.

                                                                          Adding or overriding headers can be done by:

                                                                          headers["newKey"] = "newValue"

                                                                          @@ -617,7 +617,7 @@

                                                                          setBody

                                                                          >
                                                                        • getConnectTimeout

                                                                          -
                                                                           abstract Integer getConnectTimeout()
                                                                          +
                                                                           abstract Integer getConnectTimeout()

                                                                          The connection timeout in milliseconds. This timeout is used when establishing a connection to a remote server. If the connection cannot be established within this timeout period, a connection timeout error will be thrown.

                                                                          @@ -640,7 +640,7 @@

                                                                          getConnectTimeout

                                                                          >
                                                                        • setConnectTimeout

                                                                          -
                                                                           abstract Unit setConnectTimeout(Integer connectTimeout)
                                                                          +
                                                                           abstract Unit setConnectTimeout(Integer connectTimeout)

                                                                          The connection timeout in milliseconds. This timeout is used when establishing a connection to a remote server. If the connection cannot be established within this timeout period, a connection timeout error will be thrown.

                                                                          @@ -663,7 +663,7 @@

                                                                          setConnectTimeout

                                                                          >
                                                                        • getReadTimeout

                                                                          -
                                                                           abstract Integer getReadTimeout()
                                                                          +
                                                                           abstract Integer getReadTimeout()

                                                                          The read timeout in milliseconds. This timeout is used when reading data from an established connection with a remote server. If no data is received within this timeout period, a read timeout error will be thrown.

                                                                          @@ -686,7 +686,7 @@

                                                                          getReadTimeout

                                                                          >
                                                                        • setReadTimeout

                                                                          -
                                                                           abstract Unit setReadTimeout(Integer readTimeout)
                                                                          +
                                                                           abstract Unit setReadTimeout(Integer readTimeout)

                                                                          The read timeout in milliseconds. This timeout is used when reading data from an established connection with a remote server. If no data is received within this timeout period, a read timeout error will be thrown.

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html index a73fc61770b3..76d4ed08c569 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html @@ -265,7 +265,7 @@

                                                                          Method Summary

                                                                          - abstract URL + abstract URL getUrl() @@ -275,13 +275,13 @@

                                                                          Method Summary

                                                                          abstract Unit - setUrl(URL url) + setUrl(URL url) The mutable URL which was used to do the request to. - abstract Map<String, String> + abstract Map<String, String> getHeaders() @@ -291,13 +291,13 @@

                                                                          Method Summary

                                                                          abstract Unit - setHeaders(Map<String, String> headers) + setHeaders(Map<String, String> headers) The mutable response headers received from the request. - abstract Integer + abstract Integer getStatus() @@ -307,13 +307,13 @@

                                                                          Method Summary

                                                                          abstract Unit - setStatus(Integer status) + setStatus(Integer status) The mutable status code from the HTTP response message received from the request. - abstract String + abstract String getStatusText() @@ -323,7 +323,7 @@

                                                                          Method Summary

                                                                          abstract Unit - setStatusText(String statusText) + setStatusText(String statusText) The mutable HTTP response message, if any, returned from a server. @@ -432,7 +432,7 @@

                                                                          onBody

                                                                          >
                                                                        • getUrl

                                                                          -
                                                                           abstract URL getUrl()
                                                                          +
                                                                           abstract URL getUrl()

                                                                          The mutable URL which was used to do the request to.

                                                                          Note that, in case of redirects it can be different from the original request URL.

                                                                          @@ -455,7 +455,7 @@

                                                                          getUrl

                                                                          >
                                                                        • setUrl

                                                                          -
                                                                           abstract Unit setUrl(URL url)
                                                                          +
                                                                           abstract Unit setUrl(URL url)

                                                                          The mutable URL which was used to do the request to.

                                                                          Note that, in case of redirects it can be different from the original request URL.

                                                                          @@ -478,7 +478,7 @@

                                                                          setUrl

                                                                          >
                                                                        • getHeaders

                                                                          -
                                                                           abstract Map<String, String> getHeaders()
                                                                          +
                                                                           abstract Map<String, String> getHeaders()

                                                                          The mutable response headers received from the request.

                                                                          In case of multiple values per key, the values are comma separated.

                                                                          Adding or overriding headers can be done by:

                                                                          headers"newKey" = "newValue"

                                                                          @@ -501,7 +501,7 @@

                                                                          getHeaders

                                                                          >
                                                                        • setHeaders

                                                                          -
                                                                           abstract Unit setHeaders(Map<String, String> headers)
                                                                          +
                                                                           abstract Unit setHeaders(Map<String, String> headers)

                                                                          The mutable response headers received from the request.

                                                                          In case of multiple values per key, the values are comma separated.

                                                                          Adding or overriding headers can be done by:

                                                                          headers"newKey" = "newValue"

                                                                          @@ -524,7 +524,7 @@

                                                                          setHeaders

                                                                          >
                                                                        • getStatus

                                                                          -
                                                                           abstract Integer getStatus()
                                                                          +
                                                                           abstract Integer getStatus()

                                                                          The mutable status code from the HTTP response message received from the request.

                                                                          From responses like HTTP/1.0 200 OK, extracts the number 200.

                                                                          @@ -547,7 +547,7 @@

                                                                          getStatus

                                                                          >
                                                                        • setStatus

                                                                          -
                                                                           abstract Unit setStatus(Integer status)
                                                                          +
                                                                           abstract Unit setStatus(Integer status)

                                                                          The mutable status code from the HTTP response message received from the request.

                                                                          From responses like HTTP/1.0 200 OK, extracts the number 200.

                                                                          @@ -570,7 +570,7 @@

                                                                          setStatus

                                                                          >
                                                                        • getStatusText

                                                                          -
                                                                           abstract String getStatusText()
                                                                          +
                                                                           abstract String getStatusText()

                                                                          The mutable HTTP response message, if any, returned from a server.

                                                                          From responses like HTTP/1.0 200 OK, extracts the Strings "OK".

                                                                          Returns null if none could be discerned from the responses (the result was not valid HTTP).

                                                                          @@ -593,7 +593,7 @@

                                                                          getStatusText

                                                                          >
                                                                        • setStatusText

                                                                          -
                                                                           abstract Unit setStatusText(String statusText)
                                                                          +
                                                                           abstract Unit setStatusText(String statusText)

                                                                          The mutable HTTP response message, if any, returned from a server.

                                                                          From responses like HTTP/1.0 200 OK, extracts the Strings "OK".

                                                                          Returns null if none could be discerned from the responses (the result was not valid HTTP).

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html index e564850ec7a8..c261165876c8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html @@ -251,7 +251,7 @@

                                                                          Method Summary

                                                                          abstract Unit - onRequestAsync(InterceptableHTTPRequest request, JavaCallback<Void> callback) + onRequestAsync(InterceptableHTTPRequest request, JavaCallback<Void> callback) Intercepts an HTTP request before opening the connection, optionally modifying the request. @@ -259,7 +259,7 @@

                                                                          Method Summary

                                                                          abstract Unit - onResponseAsync(InterceptableHTTPResponse response, JavaCallback<Void> callback) + onResponseAsync(InterceptableHTTPResponse response, JavaCallback<Void> callback) Intercepts an HTTP response before receiving the response bode, optionally modifying the response. @@ -332,7 +332,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • onRequestAsync

                                                                          -
                                                                           abstract Unit onRequestAsync(InterceptableHTTPRequest request, JavaCallback<Void> callback)
                                                                          +
                                                                           abstract Unit onRequestAsync(InterceptableHTTPRequest request, JavaCallback<Void> callback)

                                                                          Intercepts an HTTP request before opening the connection, optionally modifying the request.

                                                                          After the given callback is called, the given request can no longer be modified.

                                                                          @@ -366,7 +366,7 @@

                                                                          onRequestAsync

                                                                          >
                                                                        • onResponseAsync

                                                                          -
                                                                           abstract Unit onResponseAsync(InterceptableHTTPResponse response, JavaCallback<Void> callback)
                                                                          +
                                                                           abstract Unit onResponseAsync(InterceptableHTTPResponse response, JavaCallback<Void> callback)

                                                                          Intercepts an HTTP response before receiving the response bode, optionally modifying the response.

                                                                          After the given callback is called, the given response can no longer be modified.

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestMediaType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestMediaType.html index 833238374416..e3f010ffcc76 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestMediaType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestMediaType.html @@ -123,7 +123,7 @@

                                                                          Enum RequestMediaType

                                                                           
                                                                           public enum RequestMediaType
                                                                          -extends Enum<RequestMediaType>
                                                                          +extends Enum<RequestMediaType>
                                                                                               

                                                                          The media's type.

                                                                          @@ -181,13 +181,13 @@

                                                                          Field Summary

                                                                          - private final String + private final String name - private final Integer + private final Integer ordinal @@ -304,7 +304,7 @@

                                                                          Method Summary

                                                                          final RequestMediaType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -383,7 +383,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           final RequestMediaType valueOf(String value)
                                                                          +
                                                                           final RequestMediaType valueOf(String value)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestSubType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestSubType.html index 543638bfb3f1..625c18b3680a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestSubType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestSubType.html @@ -123,7 +123,7 @@

                                                                          Enum RequestSubType

                                                                           
                                                                           public enum RequestSubType
                                                                          -extends Enum<RequestSubType>
                                                                          +extends Enum<RequestSubType>
                                                                                               

                                                                          The request's subtype.

                                                                          @@ -181,13 +181,13 @@

                                                                          Field Summary

                                                                          - private final String + private final String name - private final Integer + private final Integer ordinal @@ -328,7 +328,7 @@

                                                                          Method Summary

                                                                          final RequestSubType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -407,7 +407,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           final RequestSubType valueOf(String value)
                                                                          +
                                                                           final RequestSubType valueOf(String value)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestType.html index cfd5d5c0314f..f8cffb91701a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/RequestType.html @@ -123,7 +123,7 @@

                                                                          Enum RequestType

                                                                           
                                                                           public enum RequestType
                                                                          -extends Enum<RequestType>
                                                                          +extends Enum<RequestType>
                                                                                               

                                                                          The request's type.

                                                                          @@ -181,13 +181,13 @@

                                                                          Field Summary

                                                                          - private final String + private final String name - private final Integer + private final Integer ordinal @@ -304,7 +304,7 @@

                                                                          Method Summary

                                                                          final RequestType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -383,7 +383,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           final RequestType valueOf(String value)
                                                                          +
                                                                           final RequestType valueOf(String value)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/ResponseType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/ResponseType.html index 4c18ce3a0970..a8ecc8c2f2fc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/ResponseType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/network/http/ResponseType.html @@ -123,7 +123,7 @@

                                                                          Enum ResponseType

                                                                           
                                                                           public enum ResponseType
                                                                          -extends Enum<ResponseType>
                                                                          +extends Enum<ResponseType>
                                                                                               
                                                                          @@ -181,13 +181,13 @@

                                                                          Field Summary

                                                                          - private final String + private final String name - private final Integer + private final Integer ordinal @@ -304,7 +304,7 @@

                                                                          Method Summary

                                                                          final ResponseType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -383,7 +383,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           final ResponseType valueOf(String value)
                                                                          +
                                                                           final ResponseType valueOf(String value)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/pip/PiPType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/pip/PiPType.html index 3c1217df2036..ad497d69787b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/pip/PiPType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/pip/PiPType.html @@ -274,7 +274,7 @@

                                                                          Method Summary

                                                                          static PiPType - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -357,7 +357,7 @@

                                                                          values

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           static PiPType valueOf(String name)
                                                                          +
                                                                           static PiPType valueOf(String name)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/AspectRatio.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/AspectRatio.html index 8796cd463485..0a5e177e2805 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/AspectRatio.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/AspectRatio.html @@ -274,7 +274,7 @@

                                                                          Method Summary

                                                                          static AspectRatio - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -357,7 +357,7 @@

                                                                          values

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           static AspectRatio valueOf(String name)
                                                                          +
                                                                           static AspectRatio valueOf(String name)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/NetworkConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/NetworkConfiguration.Builder.html index 25c528239bc5..a5228d5879c2 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/NetworkConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/NetworkConfiguration.Builder.html @@ -254,7 +254,7 @@

                                                                          Method Summary

                                                                          final NetworkConfiguration.Builder - maxRetries(Integer maxRetries) + maxRetries(Integer maxRetries) Sets the maximum amount of retries before the player throws a fatal error. @@ -262,7 +262,7 @@

                                                                          Method Summary

                                                                          final NetworkConfiguration.Builder - minimumBackOff(Long minimumBackOff) + minimumBackOff(Long minimumBackOff) Sets the initial delay in milliseconds before a retry request occurs. @@ -270,7 +270,7 @@

                                                                          Method Summary

                                                                          final NetworkConfiguration.Builder - maximumBackOff(Long maximumBackOff) + maximumBackOff(Long maximumBackOff) Sets the maximum amount of delay in milliseconds between retry requests. @@ -278,7 +278,7 @@

                                                                          Method Summary

                                                                          final NetworkConfiguration.Builder - useHttpEngine(Boolean useHttpEngine) + useHttpEngine(Boolean useHttpEngine) Sets whether the player should use android.net.http.HttpEngine or Cronet for its network stack, if available. @@ -353,7 +353,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • maxRetries

                                                                          -
                                                                           final NetworkConfiguration.Builder maxRetries(Integer maxRetries)
                                                                          +
                                                                           final NetworkConfiguration.Builder maxRetries(Integer maxRetries)

                                                                          Sets the maximum amount of retries before the player throws a fatal error.

                                                                          @@ -383,7 +383,7 @@

                                                                          maxRetries

                                                                          >
                                                                        • minimumBackOff

                                                                          -
                                                                           final NetworkConfiguration.Builder minimumBackOff(Long minimumBackOff)
                                                                          +
                                                                           final NetworkConfiguration.Builder minimumBackOff(Long minimumBackOff)

                                                                          Sets the initial delay in milliseconds before a retry request occurs. Exponential backoff will be applied on this value.

                                                                          @@ -413,7 +413,7 @@

                                                                          minimumBackOff

                                                                          >
                                                                        • maximumBackOff

                                                                          -
                                                                           final NetworkConfiguration.Builder maximumBackOff(Long maximumBackOff)
                                                                          +
                                                                           final NetworkConfiguration.Builder maximumBackOff(Long maximumBackOff)

                                                                          Sets the maximum amount of delay in milliseconds between retry requests.

                                                                          @@ -443,7 +443,7 @@

                                                                          maximumBackOff

                                                                          >
                                                                        • useHttpEngine

                                                                          -
                                                                           final NetworkConfiguration.Builder useHttpEngine(Boolean useHttpEngine)
                                                                          +
                                                                           final NetworkConfiguration.Builder useHttpEngine(Boolean useHttpEngine)

                                                                          Sets whether the player should use android.net.http.HttpEngine or Cronet for its network stack, if available.

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/NetworkConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/NetworkConfiguration.html index b3a82b698c09..205e20560efb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/NetworkConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/NetworkConfiguration.html @@ -180,25 +180,25 @@

                                                                          Field Summary

                                                                          - private final Integer + private final Integer maxRetries - private final Long + private final Long minimumBackOff - private final Long + private final Long maximumBackOff - private final Boolean + private final Boolean useHttpEngine @@ -277,7 +277,7 @@

                                                                          Method Summary

                                                                          - final Integer + final Integer getMaxRetries() @@ -285,7 +285,7 @@

                                                                          Method Summary

                                                                          - final Long + final Long getMinimumBackOff() @@ -293,7 +293,7 @@

                                                                          Method Summary

                                                                          - final Long + final Long getMaximumBackOff() @@ -301,7 +301,7 @@

                                                                          Method Summary

                                                                          - final Boolean + final Boolean getUseHttpEngine() @@ -368,7 +368,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • getMaxRetries

                                                                          -
                                                                           final Integer getMaxRetries()
                                                                          +
                                                                           final Integer getMaxRetries()

                                                                          The maximum amount of retries before the player throws a fatal error.

                                                                          Default: Integer.MAX_VALUE.

                                                                          @@ -391,7 +391,7 @@

                                                                          getMaxRetries

                                                                          >
                                                                        • getMinimumBackOff

                                                                          -
                                                                           final Long getMinimumBackOff()
                                                                          +
                                                                           final Long getMinimumBackOff()

                                                                          Sets the initial delay in milliseconds before a retry request occurs. Exponential backoff will be applied on this value.

                                                                          Default: 200.

                                                                          @@ -414,7 +414,7 @@

                                                                          getMinimumBackOff

                                                                          >
                                                                        • getMaximumBackOff

                                                                          -
                                                                           final Long getMaximumBackOff()
                                                                          +
                                                                           final Long getMaximumBackOff()

                                                                          Sets the maximum amount of delay in milliseconds between retry requests.

                                                                          Default: 30000.

                                                                          @@ -437,8 +437,8 @@

                                                                          getMaximumBackOff

                                                                          >
                                                                        • getUseHttpEngine

                                                                          -
                                                                           final Boolean getUseHttpEngine()
                                                                          -

                                                                          Whether the player should use android.net.http.HttpEngine or Cronet for its network stack, if available.

                                                                          By default, the player uses android.net.http.HttpEngine (on Android 14 and higher) or Cronet (when added as a library to your app) for all its network requests, taking advantage of HTTP/2 and HTTP/3 support for optimal media streaming. When neither of these APIs are available, the player falls back to HTTP/1.1 using java.net.HttpURLConnection.

                                                                          Note: Some APIs such as com.theoplayer.android.api.settings.SslSettings.setKeyStore are not supported when using the modern network stack.

                                                                          Default: true

                                                                          +
                                                                           final Boolean getUseHttpEngine()
                                                                          +

                                                                          Whether the player should use android.net.http.HttpEngine or Cronet for its network stack, if available.

                                                                          By default, the player uses android.net.http.HttpEngine (on Android 14 and higher) or Cronet (when added as a library to your app) for all its network requests, taking advantage of HTTP/2 and HTTP/3 support for optimal media streaming. When neither of these APIs are available, the player falls back to HTTP/1.1 using java.net.HttpURLConnection.

                                                                          Note: Some APIs such as com.theoplayer.android.api.settings.SslSettings.setKeyStore are not supported when using the modern network stack.

                                                                          Default: true

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/Player.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/Player.html index 73b41d7d9987..a734a8374fdb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/Player.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/Player.html @@ -249,6 +249,14 @@

                                                                          Method Summary

                                                                          + abstract TypedSource + + getCurrentSource() + + Returns the source that is currently being played, or null if no source is set. + + + abstract void addIntegration(Integration integration) @@ -256,7 +264,7 @@

                                                                          Method Summary

                                                                          Adds an Integration. - + abstract void removeIntegration(Integration integration) @@ -264,7 +272,7 @@

                                                                          Method Summary

                                                                          Removes an Integration. - + abstract TheoLive getTheoLive() @@ -272,7 +280,7 @@

                                                                          Method Summary

                                                                          The TheoLive API. - + abstract Ads getAds() @@ -280,7 +288,7 @@

                                                                          Method Summary

                                                                          The ads API. - + abstract Abr getAbr() @@ -288,7 +296,7 @@

                                                                          Method Summary

                                                                          The adaptive bitrate configuration. - + abstract MediaTrackList<VideoQuality> getVideoTracks() @@ -296,7 +304,7 @@

                                                                          Method Summary

                                                                          List of video tracks of the current source. - + abstract MediaTrackList<AudioQuality> getAudioTracks() @@ -304,7 +312,7 @@

                                                                          Method Summary

                                                                          List of audio tracks of the current source. - + abstract TextTrackList getTextTracks() @@ -312,7 +320,7 @@

                                                                          Method Summary

                                                                          List of text tracks of the current source. - + abstract double getDuration() @@ -320,7 +328,7 @@

                                                                          Method Summary

                                                                          The duration of the media, in seconds. - + abstract boolean isAutoplay() @@ -328,7 +336,7 @@

                                                                          Method Summary

                                                                          Returns whether the player should immediately start playback after source change. - + abstract void setAutoplay(boolean autoplay) @@ -336,7 +344,7 @@

                                                                          Method Summary

                                                                          Sets whether the player should immediately start playback after source change. - + abstract double getVolume() @@ -344,7 +352,7 @@

                                                                          Method Summary

                                                                          The volume of the audio. - + abstract void setVolume(double volume) @@ -352,7 +360,7 @@

                                                                          Method Summary

                                                                          Sets the volume of the audio. - + abstract PreloadType getPreload() @@ -360,7 +368,7 @@

                                                                          Method Summary

                                                                          The PreloadType of the player. - + abstract void setPreload(@NonNull() PreloadType preload) @@ -368,7 +376,7 @@

                                                                          Method Summary

                                                                          Sets the PreloadType of the player. - + abstract boolean isMuted() @@ -376,7 +384,7 @@

                                                                          Method Summary

                                                                          Returns whether the audio is muted. - + abstract void setMuted(boolean muted) @@ -384,7 +392,7 @@

                                                                          Method Summary

                                                                          Sets whether the audio is muted. - + abstract boolean isSeeking() @@ -392,7 +400,7 @@

                                                                          Method Summary

                                                                          Returns whether the player is seeking. - + abstract SourceDescription getSource() @@ -400,7 +408,7 @@

                                                                          Method Summary

                                                                          The current source which describes the desired playback of a media. - + abstract void setSource(@Nullable() SourceDescription source) @@ -408,23 +416,23 @@

                                                                          Method Summary

                                                                          Sets a new SourceDescription. - - abstract String + + abstract String getSrc() The current URL of the media. - + abstract void - setSrc(@Nullable() String src) + setSrc(@Nullable() String src) Sets a new media source URL. - + abstract boolean isPaused() @@ -432,7 +440,7 @@

                                                                          Method Summary

                                                                          Returns whether the player is paused. - + abstract boolean isEnded() @@ -440,7 +448,7 @@

                                                                          Method Summary

                                                                          Returns whether playback of the media has ended. - + abstract void play() @@ -448,7 +456,7 @@

                                                                          Method Summary

                                                                          Starts or resumes playback. - + abstract void pause() @@ -456,7 +464,7 @@

                                                                          Method Summary

                                                                          Pauses playback. - + abstract void stop() @@ -464,7 +472,7 @@

                                                                          Method Summary

                                                                          Stops playback. - + abstract ReadyState getReadyState() @@ -472,7 +480,7 @@

                                                                          Method Summary

                                                                          The ReadyState of the player. - + abstract TimeRanges getBuffered() @@ -480,7 +488,7 @@

                                                                          Method Summary

                                                                          Returns the ranges of the media that the player has buffered. - + abstract double getCurrentTime() @@ -488,7 +496,7 @@

                                                                          Method Summary

                                                                          Returns the current playback position of the media, in seconds. - + abstract void setCurrentTime(double currentTime) @@ -496,7 +504,7 @@

                                                                          Method Summary

                                                                          Sets the playback position of the media. - + abstract Metrics getMetrics() @@ -504,15 +512,15 @@

                                                                          Method Summary

                                                                          Get the current Metrics of the player. - - abstract String + + abstract String getError() The last error that occurred for the current source, if any. - + abstract double getPlaybackRate() @@ -520,7 +528,7 @@

                                                                          Method Summary

                                                                          The playback rate of the media. - + abstract void setPlaybackRate(double playbackRate) @@ -528,7 +536,7 @@

                                                                          Method Summary

                                                                          Sets the playback rate of the media. - + abstract TimeRanges getPlayed() @@ -536,7 +544,7 @@

                                                                          Method Summary

                                                                          Returns the ranges of the media that the player has played. - + abstract TimeRanges getSeekable() @@ -544,23 +552,23 @@

                                                                          Method Summary

                                                                          Returns the ranges of the media that are seekable by the player. - - abstract Date + + abstract Date getCurrentProgramDateTime() The current playback position of the media, as a timestamp. - + abstract void - setCurrentProgramDateTime(Date currentProgramDateTime) + setCurrentProgramDateTime(Date currentProgramDateTime) Sets the current program date time. - + abstract int getVideoHeight() @@ -568,7 +576,7 @@

                                                                          Method Summary

                                                                          Returns the height of the active video rendition, in pixels. - + abstract int getVideoWidth() @@ -576,7 +584,7 @@

                                                                          Method Summary

                                                                          Returns the width of the active video rendition, in pixels. - + abstract HespApi getHespApi() @@ -584,7 +592,7 @@

                                                                          Method Summary

                                                                          The HESP API. - + abstract void setAspectRatio(AspectRatio aspectRatio) @@ -592,7 +600,7 @@

                                                                          Method Summary

                                                                          Sets the aspect ratio of the player. - + abstract void setRenderingTarget(RenderingTarget renderingTarget) @@ -600,7 +608,7 @@

                                                                          Method Summary

                                                                          Sets the player rendering target where the player is displaying the video. - + abstract void setCustomSurface(@Nullable() Surface surface, int width, int height) @@ -608,7 +616,7 @@

                                                                          Method Summary

                                                                          Sets a custom Surface for the player to draw into. - + abstract TextTrackStyle getTextTrackStyle() @@ -616,7 +624,7 @@

                                                                          Method Summary

                                                                          The Text Track Style API. - + abstract Network getNetwork() @@ -624,7 +632,7 @@

                                                                          Method Summary

                                                                          The Network API that manages the current player. - + abstract LatencyManager getLatencyManager() @@ -632,18 +640,18 @@

                                                                          Method Summary

                                                                          The Latency Manager API used to control low-latency live playback. - - abstract String + + abstract String getPoster() The poster image URL of the player. - + abstract void - setPoster(@Nullable() String poster) + setPoster(@Nullable() String poster) Sets the poster image URL for the player. @@ -698,6 +706,32 @@

                                                                          Constructor Detail

                                                                          Method Detail

                                                                          + + + + + @@ -1242,7 +1276,7 @@

                                                                          setSource

                                                                          >
                                                                        • getSrc

                                                                          -
                                                                          @MainThread()@Nullable() abstract String getSrc()
                                                                          +
                                                                          @MainThread()@Nullable() abstract String getSrc()

                                                                          The current URL of the media.

                                                                          • Prefer getSource instead, as it contains a more detailed description regarding ads, metadata etc.
                                                                          @@ -1268,7 +1302,7 @@

                                                                          getSrc

                                                                          >
                                                                        • setSrc

                                                                          -
                                                                          @MainThread() abstract void setSrc(@Nullable() String src)
                                                                          +
                                                                          @MainThread() abstract void setSrc(@Nullable() String src)

                                                                          Sets a new media source URL.

                                                                          @@ -1547,7 +1581,7 @@

                                                                          getMetrics

                                                                          >
                                                                        • getError

                                                                          -
                                                                          @MainThread()@Nullable() abstract String getError()
                                                                          +
                                                                          @MainThread()@Nullable() abstract String getError()

                                                                          The last error that occurred for the current source, if any.

                                                                          @@ -1681,7 +1715,7 @@

                                                                          getSeekable

                                                                          >
                                                                        • getCurrentProgramDateTime

                                                                          -
                                                                          @MainThread()@Nullable() abstract Date getCurrentProgramDateTime()
                                                                          +
                                                                          @MainThread()@Nullable() abstract Date getCurrentProgramDateTime()

                                                                          The current playback position of the media, as a timestamp.

                                                                          • The result of the execution can be null when the manifest doesn't specify the currentProgramDateTime.
                                                                          • The relation between getCurrentProgramDateTime and getCurrentTime is determined by the manifest.
                                                                          @@ -1707,7 +1741,7 @@

                                                                          getCurrentProgramDateTime

                                                                          >
                                                                        • setCurrentProgramDateTime

                                                                          -
                                                                          @MainThread() abstract void setCurrentProgramDateTime(Date currentProgramDateTime)
                                                                          +
                                                                          @MainThread() abstract void setCurrentProgramDateTime(Date currentProgramDateTime)

                                                                          Sets the current program date time.

                                                                          • When the program date time information is not embedded in the manifest, the current program date time will not be set.
                                                                          @@ -1991,7 +2025,7 @@

                                                                          getLatencyManager

                                                                          >
                                                                        • getPoster

                                                                          -
                                                                          @MainThread()@Nullable() abstract String getPoster()
                                                                          +
                                                                          @MainThread()@Nullable() abstract String getPoster()

                                                                          The poster image URL of the player.

                                                                          @@ -2017,7 +2051,7 @@

                                                                          getPoster

                                                                          >
                                                                        • setPoster

                                                                          -
                                                                          @MainThread() abstract void setPoster(@Nullable() String poster)
                                                                          +
                                                                          @MainThread() abstract void setPoster(@Nullable() String poster)

                                                                          Sets the poster image URL for the player. This poster will be shown for any source which doesn't specify the poster URL in the SourceDescription.

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/PreloadType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/PreloadType.html index 681b971c7e5f..66ce16ea9ed5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/PreloadType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/PreloadType.html @@ -173,7 +173,7 @@

                                                                          Field Summary

                                                                          - public final String + public final String type @@ -280,13 +280,13 @@

                                                                          Method Summary

                                                                          static PreloadType - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. - String + String getType() @@ -371,7 +371,7 @@

                                                                          values

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           static PreloadType valueOf(String name)
                                                                          +
                                                                           static PreloadType valueOf(String name)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          @@ -397,7 +397,7 @@

                                                                          valueOf

                                                                          >
                                                                        • getType

                                                                          -
                                                                          @NonNull() String getType()
                                                                          +
                                                                          @NonNull() String getType()

                                                                          The textual representation of preload type.

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/PresentationMode.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/PresentationMode.html index 15e784d9bdf6..e1672ba510b5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/PresentationMode.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/PresentationMode.html @@ -173,7 +173,7 @@

                                                                          Field Summary

                                                                          - public final String + public final String mode @@ -280,13 +280,13 @@

                                                                          Method Summary

                                                                          static PresentationMode - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. - String + String getMode() @@ -371,7 +371,7 @@

                                                                          values

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           static PresentationMode valueOf(String name)
                                                                          +
                                                                           static PresentationMode valueOf(String name)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          @@ -397,7 +397,7 @@

                                                                          valueOf

                                                                          >
                                                                        • getMode

                                                                          -
                                                                           String getMode()
                                                                          +
                                                                           String getMode()
                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/ReadyState.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/ReadyState.html index 17a4e129c1c9..67f50141351a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/ReadyState.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/ReadyState.html @@ -294,7 +294,7 @@

                                                                          Method Summary

                                                                          static ReadyState - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -410,7 +410,7 @@

                                                                          values

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           static ReadyState valueOf(String name)
                                                                          +
                                                                           static ReadyState valueOf(String name)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/RenderingTarget.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/RenderingTarget.html index 60da6ce67e63..31518c51c387 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/RenderingTarget.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/RenderingTarget.html @@ -280,7 +280,7 @@

                                                                          Method Summary

                                                                          static RenderingTarget - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -363,7 +363,7 @@

                                                                          values

                                                                          >
                                                                        • valueOf

                                                                          -
                                                                           static RenderingTarget valueOf(String name)
                                                                          +
                                                                           static RenderingTarget valueOf(String name)

                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/Channel.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/Channel.html index fa345daa01ea..3a5d750b0e21 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/Channel.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/Channel.html @@ -246,7 +246,7 @@

                                                                          Method Summary

                                                                          - abstract String + abstract String getId() @@ -254,7 +254,7 @@

                                                                          Method Summary

                                                                          - abstract String + abstract String getName() @@ -262,7 +262,7 @@

                                                                          Method Summary

                                                                          - abstract String + abstract String getUrl() @@ -321,7 +321,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • getId

                                                                          -
                                                                           abstract String getId()
                                                                          +
                                                                           abstract String getId()
                                                                          @@ -344,7 +344,7 @@

                                                                          getId

                                                                          >
                                                                        • getName

                                                                          -
                                                                           abstract String getName()
                                                                          +
                                                                           abstract String getName()
                                                                          @@ -367,7 +367,7 @@

                                                                          getName

                                                                          >
                                                                        • getUrl

                                                                          -
                                                                           abstract String getUrl()
                                                                          +
                                                                           abstract String getUrl()
                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/TheoLive.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/TheoLive.html index bb183d0a36f0..f99ef4d88493 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/TheoLive.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/TheoLive.html @@ -257,17 +257,25 @@

                                                                          Method Summary

                                                                          - abstract String + abstract Unit + + switchToHesp() + + Forces the player back to HESP when available: resets the HESP cooldown and re-selects a HESP source. + + + + abstract String getAuthToken() The authentication token that will be used when requesting a manifest or segment. - + abstract Unit - setAuthToken(String authToken) + setAuthToken(String authToken) The authentication token that will be used when requesting a manifest or segment. @@ -341,6 +349,29 @@

                                                                          goLive

                                                                          +
                                                                          +
                                                                        • +
                                                                        + + + + +
                                                                          +
                                                                        • +

                                                                          switchToHesp

                                                                          +
                                                                           abstract Unit switchToHesp()
                                                                          +

                                                                          Forces the player back to HESP when available: resets the HESP cooldown and re-selects a HESP source.

                                                                          + +
                                                                          + + + + + + +
                                                                        @@ -353,7 +384,7 @@

                                                                        goLive

                                                                        >
                                                                      • getAuthToken

                                                                        -
                                                                         abstract String getAuthToken()
                                                                        +
                                                                         abstract String getAuthToken()

                                                                        The authentication token that will be used when requesting a manifest or segment. To unset the token, pass null or an empty string.

                                                                        @@ -376,7 +407,7 @@

                                                                        getAuthToken

                                                                        >
                                                                      • setAuthToken

                                                                        -
                                                                         abstract Unit setAuthToken(String authToken)
                                                                        +
                                                                         abstract Unit setAuthToken(String authToken)

                                                                        The authentication token that will be used when requesting a manifest or segment. To unset the token, pass null or an empty string.

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/VideoQuality.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/VideoQuality.html index 5904002d17e2..4a7f6656f3fa 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/VideoQuality.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/theolive/VideoQuality.html @@ -246,7 +246,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getId() @@ -254,7 +254,7 @@

                                                                        Method Summary

                                                                        - abstract Long + abstract Long getBandwidth() @@ -262,7 +262,7 @@

                                                                        Method Summary

                                                                        - abstract Boolean + abstract Boolean isBadNetworkOnly() @@ -321,7 +321,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • getId

                                                                        -
                                                                         abstract String getId()
                                                                        +
                                                                         abstract String getId()
                                                                        @@ -344,7 +344,7 @@

                                                                        getId

                                                                        >
                                                                      • getBandwidth

                                                                        -
                                                                         abstract Long getBandwidth()
                                                                        +
                                                                         abstract Long getBandwidth()
                                                                        @@ -367,7 +367,7 @@

                                                                        getBandwidth

                                                                        >
                                                                      • isBadNetworkOnly

                                                                        -
                                                                         abstract Boolean isBadNetworkOnly()
                                                                        +
                                                                         abstract Boolean isBadNetworkOnly()
                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/Track.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/Track.html index 9fe16f40553d..03fbfd3a1576 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/Track.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/Track.html @@ -249,7 +249,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getKind() @@ -257,7 +257,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getId() @@ -273,7 +273,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getLabel() @@ -281,7 +281,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getLanguage() @@ -346,7 +346,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • getKind

                                                                        -
                                                                        @Nullable() abstract String getKind()
                                                                        +
                                                                        @Nullable() abstract String getKind()

                                                                        The kind of the track.

                                                                        • The values for this property depend on the specific type of the track.
                                                                        @@ -372,7 +372,7 @@

                                                                        getKind

                                                                        >
                                                                      • getId

                                                                        -
                                                                        @Nullable() abstract String getId()
                                                                        +
                                                                        @Nullable() abstract String getId()

                                                                        The identifier of the track.

                                                                        • This identifier can be used to distinguish between related tracks, e.g. tracks in the same list.
                                                                        @@ -424,7 +424,7 @@

                                                                        getUid

                                                                        >
                                                                      • getLabel

                                                                        -
                                                                        @Nullable() abstract String getLabel()
                                                                        +
                                                                        @Nullable() abstract String getLabel()

                                                                        The label of the track.

                                                                        • An empty string if there is no track label.
                                                                        • When the label is an empty string, you should introduce a custom one.
                                                                        @@ -450,7 +450,7 @@

                                                                        getLabel

                                                                        >
                                                                      • getLanguage

                                                                        -
                                                                        @Nullable() abstract String getLanguage()
                                                                        +
                                                                        @Nullable() abstract String getLanguage()

                                                                        The language of the track.

                                                                        • This is often an ISO639/2 language string.

                                                                        Example:

                                                                        • "fra" for French.
                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html index aa2887935fe9..e5ad5955dfab 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html @@ -296,7 +296,7 @@

                                                                        Method Summary

                                                                        abstract void - setTargetQualities(@Nullable() List<Q> targetQualities) + setTargetQualities(@Nullable() List<Q> targetQualities) Set the target qualities. @@ -515,7 +515,7 @@

                                                                        setTargetQuality

                                                                        >
                                                                      • setTargetQualities

                                                                        -
                                                                         abstract void setTargetQualities(@Nullable() List<Q> targetQualities)
                                                                        +
                                                                         abstract void setTargetQualities(@Nullable() List<Q> targetQualities)

                                                                        Set the target qualities.

                                                                        • The qualities should be a member of the getQualities.
                                                                        • Setting `null` is similar to not having target qualities, so ABR will pick from all available qualities.
                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html index ccd20accf3b1..3e70257625fb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html @@ -257,7 +257,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getCodecs() @@ -265,7 +265,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getId() @@ -281,7 +281,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getName() @@ -372,7 +372,7 @@

                                                                        getBandwidth

                                                                        >
                                                                      • getCodecs

                                                                        -
                                                                        @Nullable() abstract String getCodecs()
                                                                        +
                                                                        @Nullable() abstract String getCodecs()

                                                                        The codecs of the quality as defined in the manifest.

                                                                        @@ -398,7 +398,7 @@

                                                                        getCodecs

                                                                        >
                                                                      • getId

                                                                        -
                                                                         abstract String getId()
                                                                        +
                                                                         abstract String getId()
                                                                        @@ -450,7 +450,7 @@

                                                                        getUid

                                                                        >
                                                                      • getName

                                                                        -
                                                                        @Nullable() abstract String getName()
                                                                        +
                                                                        @Nullable() abstract String getName()

                                                                        The name of the quality as defined in the manifest.

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrack.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrack.html index 7fdbbbaf6c8c..303e6946011b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrack.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrack.html @@ -254,7 +254,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getKind() @@ -262,7 +262,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getInBandMetadataTrackDispatchType() @@ -318,7 +318,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getSource() @@ -334,7 +334,7 @@

                                                                        Method Summary

                                                                        - abstract Integer + abstract Integer getCaptionChannel() @@ -405,7 +405,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • getKind

                                                                        -
                                                                         abstract String getKind()
                                                                        +
                                                                         abstract String getKind()

                                                                        The kind of the text track.

                                                                        Example:

                                                                        • 'subtitles': The track contains subtitles.
                                                                        • 'captions': The track contains closed captions, a translation of the dialogue and sound effects.
                                                                        • 'descriptions': The track contains descriptions, a textual description of the video.
                                                                        • 'chapters': The track contains chapter titles.
                                                                        • 'metadata': The track contains metadata. This track will not serve display purposes.
                                                                        @@ -431,7 +431,7 @@

                                                                        getKind

                                                                        >
                                                                      • getInBandMetadataTrackDispatchType

                                                                        -
                                                                        @Nullable() abstract String getInBandMetadataTrackDispatchType()
                                                                        +
                                                                        @Nullable() abstract String getInBandMetadataTrackDispatchType()

                                                                        The dispatch-type of the in-band metadata track of the given text track. (Nullable)

                                                                        @@ -614,7 +614,7 @@

                                                                        getActiveCues

                                                                        >
                                                                      • getSource

                                                                        -
                                                                        @Nullable() abstract String getSource()
                                                                        +
                                                                        @Nullable() abstract String getSource()

                                                                        The source of the text track.

                                                                        @@ -666,7 +666,7 @@

                                                                        isForced

                                                                        >
                                                                      • getCaptionChannel

                                                                        -
                                                                        @Nullable() abstract Integer getCaptionChannel()
                                                                        +
                                                                        @Nullable() abstract Integer getCaptionChannel()

                                                                        The closed caption service number of the text track.

                                                                        • For CEA-608 caption tracks, this holds the channel number.
                                                                        • For CEA-708 caption tracks, this holds the service number.
                                                                        • Otherwise, not set.
                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html index fe00e2f5f213..f4e5ee1605a6 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html @@ -123,7 +123,7 @@

                                                                        Enum TextTrackKind

                                                                         
                                                                         public enum TextTrackKind
                                                                        -extends Enum<TextTrackKind>
                                                                        +extends Enum<TextTrackKind>
                                                                                             

                                                                        The text track kind.

                                                                        @@ -181,19 +181,19 @@

                                                                        Field Summary

                                                                        - private final String + private final String type - private final String + private final String name - private final Integer + private final Integer ordinal @@ -310,7 +310,7 @@

                                                                        Method Summary

                                                                        final TextTrackKind - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -324,7 +324,7 @@

                                                                        Method Summary

                                                                        - final String + final String getType() @@ -397,7 +397,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • valueOf

                                                                        -
                                                                         final TextTrackKind valueOf(String value)
                                                                        +
                                                                         final TextTrackKind valueOf(String value)

                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                        @@ -443,7 +443,7 @@

                                                                        values

                                                                        >
                                                                      • getType

                                                                        -
                                                                         final String getType()
                                                                        +
                                                                         final String getType()

                                                                        The textual representation of the text track kind. (NonNull)

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html index 36dd0ab30c9e..5aef567e9cdb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html @@ -173,7 +173,7 @@

                                                                        Field Summary

                                                                        - public final String + public final String mode @@ -272,13 +272,13 @@

                                                                        Method Summary

                                                                        static TextTrackMode - from(String mode) + from(String mode) Creates a text track mode from a textual representation, when possible. - String + String toString() @@ -296,13 +296,13 @@

                                                                        Method Summary

                                                                        static TextTrackMode - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. - String + String getMode() @@ -361,7 +361,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • from

                                                                        -
                                                                        @Nullable() static TextTrackMode from(String mode)
                                                                        +
                                                                        @Nullable() static TextTrackMode from(String mode)

                                                                        Creates a text track mode from a textual representation, when possible.

                                                                        @@ -394,7 +394,7 @@

                                                                        from

                                                                        >
                                                                      • toString

                                                                        -
                                                                         String toString()
                                                                        +
                                                                         String toString()
                                                                        @@ -443,7 +443,7 @@

                                                                        values

                                                                        >
                                                                      • valueOf

                                                                        -
                                                                         static TextTrackMode valueOf(String name)
                                                                        +
                                                                         static TextTrackMode valueOf(String name)

                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                        @@ -469,7 +469,7 @@

                                                                        valueOf

                                                                        >
                                                                      • getMode

                                                                        -
                                                                        @NonNull() String getMode()
                                                                        +
                                                                        @NonNull() String getMode()

                                                                        The textual representation of the text track mode.

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html index ef5520f062ca..d9ecd888c082 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html @@ -288,7 +288,7 @@

                                                                        Method Summary

                                                                        static TextTrackReadyState - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -404,7 +404,7 @@

                                                                        values

                                                                        >
                                                                      • valueOf

                                                                        -
                                                                         static TextTrackReadyState valueOf(String name)
                                                                        +
                                                                         static TextTrackReadyState valueOf(String name)

                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html index 04ce20e36a22..9f5d25e2ff40 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html @@ -286,7 +286,7 @@

                                                                        Method Summary

                                                                        static TextTrackStyle.EdgeType - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -369,7 +369,7 @@

                                                                        values

                                                                        >
                                                                      • valueOf

                                                                        -
                                                                         static TextTrackStyle.EdgeType valueOf(String name)
                                                                        +
                                                                         static TextTrackStyle.EdgeType valueOf(String name)

                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html index fd7783006ddc..88b643315420 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html @@ -286,7 +286,7 @@

                                                                        Method Summary

                                                                        static TextTrackStyle.FontFamily - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -369,7 +369,7 @@

                                                                        values

                                                                        >
                                                                      • valueOf

                                                                        -
                                                                         static TextTrackStyle.FontFamily valueOf(String name)
                                                                        +
                                                                         static TextTrackStyle.FontFamily valueOf(String name)

                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html index 79aa4cd2209f..7d3547bf56ba 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html @@ -280,7 +280,7 @@

                                                                        Method Summary

                                                                        static TextTrackStyle.FontStyle - valueOf(String name) + valueOf(String name) Returns the enum constant of this type with the specified name. @@ -363,7 +363,7 @@

                                                                        values

                                                                        >
                                                                      • valueOf

                                                                        -
                                                                         static TextTrackStyle.FontStyle valueOf(String name)
                                                                        +
                                                                         static TextTrackStyle.FontStyle valueOf(String name)

                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html index 4f727d0e8cb0..aaeef65169d0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html @@ -365,7 +365,7 @@

                                                                        Method Summary

                                                                        abstract void - setFont(@NonNull() String fontFile, @NonNull() TextTrackStyle.FontStyle fontStyle) + setFont(@NonNull() String fontFile, @NonNull() TextTrackStyle.FontStyle fontStyle) Sets the font from the font file. @@ -395,7 +395,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getFontFile() @@ -853,7 +853,7 @@

                                                                        setFont

                                                                      • setFont

                                                                        @MainThread() abstract void setFont(@Nullable() TextTrackStyle.FontFamily fontFamily, @NonNull() TextTrackStyle.FontStyle fontStyle)
                                                                        -

                                                                        Sets the font family and font style.

                                                                        This is equivalent to calling setFont with the result of create.

                                                                        +

                                                                        Sets the font family and font style.

                                                                        This is equivalent to calling setFont with the result of create.

                                                                        @@ -886,8 +886,8 @@

                                                                        setFont

                                                                        >
                                                                      • setFont

                                                                        -
                                                                        @MainThread() abstract void setFont(@NonNull() String fontFile, @NonNull() TextTrackStyle.FontStyle fontStyle)
                                                                        -

                                                                        Sets the font from the font file.

                                                                        This is equivalent to calling setFont with the result of createFromFile.

                                                                        +
                                                                        @MainThread() abstract void setFont(@NonNull() String fontFile, @NonNull() TextTrackStyle.FontStyle fontStyle)
                                                                        +

                                                                        Sets the font from the font file.

                                                                        This is equivalent to calling setFont with the result of createFromFile.

                                                                        @@ -998,7 +998,7 @@

                                                                        getFontFamily

                                                                        >
                                                                      • getFontFile

                                                                        -
                                                                        @MainThread()@Nullable() abstract String getFontFile()
                                                                        +
                                                                        @MainThread()@Nullable() abstract String getFontFile()

                                                                        Returns the file name of the current font.

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html index c6450631f6a2..298f0d726af8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html @@ -254,7 +254,7 @@

                                                                        Method Summary

                                                                        final TextTrackType - from(String type) + from(String type) Creates a text track type state from a textual representation. @@ -311,7 +311,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • from

                                                                        -
                                                                         final TextTrackType from(String type)
                                                                        +
                                                                         final TextTrackType from(String type)

                                                                        Creates a text track type state from a textual representation.

                                                                        Default: TextTrackType.NONE

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackType.html index 668c0cf674a9..bbbf81713c70 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/TextTrackType.html @@ -123,7 +123,7 @@

                                                                        Enum TextTrackType

                                                                         
                                                                         public enum TextTrackType
                                                                        -extends Enum<TextTrackType>
                                                                        +extends Enum<TextTrackType>
                                                                                             

                                                                        The content type of a text track.

                                                                        @@ -188,19 +188,19 @@

                                                                        Field Summary

                                                                        - private final String + private final String type - private final String + private final String name - private final Integer + private final Integer ordinal @@ -345,7 +345,7 @@

                                                                        Method Summary

                                                                        - String + String toString() @@ -355,7 +355,7 @@

                                                                        Method Summary

                                                                        final TextTrackType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -369,7 +369,7 @@

                                                                        Method Summary

                                                                        - final String + final String getType() @@ -442,7 +442,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • toString

                                                                        -
                                                                         String toString()
                                                                        +
                                                                         String toString()
                                                                        @@ -465,7 +465,7 @@

                                                                        toString

                                                                        >
                                                                      • valueOf

                                                                        -
                                                                         final TextTrackType valueOf(String value)
                                                                        +
                                                                         final TextTrackType valueOf(String value)

                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                        @@ -511,7 +511,7 @@

                                                                        values

                                                                        >
                                                                      • getType

                                                                        -
                                                                         final String getType()
                                                                        +
                                                                         final String getType()

                                                                        The textual representation of the text track type. (NonNull)

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html index 31b20cc26735..2c733b5ebb03 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html @@ -246,17 +246,17 @@

                                                                        Method Summary

                                                                        - abstract Double + abstract Double - getDouble(@NonNull() String key) + getDouble(@NonNull() String key) The Double value from the CustomAttribute list. - abstract String + abstract String - getString(@NonNull() String key) + getString(@NonNull() String key) The textual value from the CustomAttribute list. @@ -264,13 +264,13 @@

                                                                        Method Summary

                                                                        abstract Array<byte> - getBytes(@NonNull() String key) + getBytes(@NonNull() String key) The byte[] value from the CustomAttribute list. - abstract Map<String, Object> + abstract Map<String, Object> asMap() @@ -329,7 +329,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • getDouble

                                                                        -
                                                                        @Nullable() abstract Double getDouble(@NonNull() String key)
                                                                        +
                                                                        @Nullable() abstract Double getDouble(@NonNull() String key)

                                                                        The Double value from the CustomAttribute list.

                                                                        • When the value for the provided key is not present, the method returns null.
                                                                        @@ -362,7 +362,7 @@

                                                                        getDouble

                                                                        >
                                                                      • getString

                                                                        -
                                                                        @Nullable() abstract String getString(@NonNull() String key)
                                                                        +
                                                                        @Nullable() abstract String getString(@NonNull() String key)

                                                                        The textual value from the CustomAttribute list.

                                                                        • When the value for the provided key is not present, the method returns null.
                                                                        @@ -395,7 +395,7 @@

                                                                        getString

                                                                        >
                                                                      • getBytes

                                                                        -
                                                                        @Nullable() abstract Array<byte> getBytes(@NonNull() String key)
                                                                        +
                                                                        @Nullable() abstract Array<byte> getBytes(@NonNull() String key)

                                                                        The byte[] value from the CustomAttribute list.

                                                                        • When the value for the provided key is not present, the method returns null.
                                                                        @@ -428,7 +428,7 @@

                                                                        getBytes

                                                                        >
                                                                      • asMap

                                                                        -
                                                                        @Nullable() abstract Map<String, Object> asMap()
                                                                        +
                                                                        @Nullable() abstract Map<String, Object> asMap()

                                                                        The CustomAttribute list as a Map.

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html index 73c74ffce5df..fdc11520af9f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html @@ -261,7 +261,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getAttributeClass() @@ -269,7 +269,7 @@

                                                                        Method Summary

                                                                        - abstract Date + abstract Date getStartDate() @@ -277,7 +277,7 @@

                                                                        Method Summary

                                                                        - abstract Date + abstract Date getEndDate() @@ -285,7 +285,7 @@

                                                                        Method Summary

                                                                        - abstract Double + abstract Double getDuration() @@ -293,7 +293,7 @@

                                                                        Method Summary

                                                                        - abstract Double + abstract Double getPlannedDuration() @@ -404,7 +404,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • getAttributeClass

                                                                        -
                                                                        @Nullable() abstract String getAttributeClass()
                                                                        +
                                                                        @Nullable() abstract String getAttributeClass()

                                                                        The class of the date range cue.

                                                                        • The class is a client-defined string that specifies a set of attributes with associated value semantics.
                                                                        @@ -430,7 +430,7 @@

                                                                        getAttributeClass

                                                                        >
                                                                      • getStartDate

                                                                        -
                                                                        @NonNull() abstract Date getStartDate()
                                                                        +
                                                                        @NonNull() abstract Date getStartDate()

                                                                        The playback position at which the date range cue becomes active, as a Date.

                                                                        @@ -456,7 +456,7 @@

                                                                        getStartDate

                                                                        >
                                                                      • getEndDate

                                                                        -
                                                                        @Nullable() abstract Date getEndDate()
                                                                        +
                                                                        @Nullable() abstract Date getEndDate()

                                                                        The playback position at which the date range cue becomes inactive, as a Date.

                                                                        • The end date will be the same or after the start date.
                                                                        @@ -482,7 +482,7 @@

                                                                        getEndDate

                                                                        >
                                                                      • getDuration

                                                                        -
                                                                        @Nullable() abstract Double getDuration()
                                                                        +
                                                                        @Nullable() abstract Double getDuration()

                                                                        The duration of the date range cue.

                                                                        • Null when the duration is unknown.
                                                                        @@ -508,7 +508,7 @@

                                                                        getDuration

                                                                        >
                                                                      • getPlannedDuration

                                                                        -
                                                                        @Nullable() abstract Double getPlannedDuration()
                                                                        +
                                                                        @Nullable() abstract Double getPlannedDuration()

                                                                        The planned duration of the date range cue, in seconds.

                                                                        • This is used when the exact duration is not known yet.
                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html index 65ec54ff47e0..4ec1fad1d753 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html @@ -249,7 +249,7 @@

                                                                        Method Summary

                                                                        - abstract String + abstract String getId() @@ -370,7 +370,7 @@

                                                                        Method Detail

                                                                        >
                                                                      • getId

                                                                        -
                                                                        @NonNull() abstract String getId()
                                                                        +
                                                                        @NonNull() abstract String getId()

                                                                        The identifier of the cue. (NonNull)

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html index 83c898bac47b..7183200a19cf 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html @@ -173,25 +173,25 @@

                                                                        Field Summary

                                                                        - private final String + private final String url - private final String + private final String mimeType - private final Byte + private final Byte pictureType - private final String + private final String description @@ -203,7 +203,7 @@

                                                                        Field Summary

                                                                        - private final String + private final String id @@ -234,7 +234,7 @@

                                                                        Constructor Summary

                                                                        ID3Frame.AttachedPicture(String id, String mimeType, Byte pictureType, String description, ByteArray data) + href="#ID3Frame.AttachedPicture(java.lang.String,java.lang.String,java.lang.Byte,java.lang.String,kotlin.ByteArray)">ID3Frame.AttachedPicture(String id, String mimeType, Byte pictureType, String description, ByteArray data) @@ -288,7 +288,7 @@

                                                                        Method Summary

                                                                        - final String + final String getUrl() @@ -296,7 +296,7 @@

                                                                        Method Summary

                                                                        - final String + final String getMimeType() @@ -304,7 +304,7 @@

                                                                        Method Summary

                                                                        - final Byte + final Byte getPictureType() @@ -312,7 +312,7 @@

                                                                        Method Summary

                                                                        - final String + final String getDescription() @@ -368,7 +368,7 @@

                                                                        Constructor Detail

                                                                        • ID3Frame.AttachedPicture

                                                                          -
                                                                          ID3Frame.AttachedPicture(String id, String mimeType, Byte pictureType, String description, ByteArray data)
                                                                          +
                                                                          ID3Frame.AttachedPicture(String id, String mimeType, Byte pictureType, String description, ByteArray data)
                                                                        • @@ -395,7 +395,7 @@

                                                                          Method Detail

                                                                          >
                                                                        • getUrl

                                                                          -
                                                                           final String getUrl()
                                                                          +
                                                                           final String getUrl()
                                                                          @@ -418,7 +418,7 @@

                                                                          getUrl

                                                                          >
                                                                        • getMimeType

                                                                          -
                                                                           final String getMimeType()
                                                                          +
                                                                           final String getMimeType()

                                                                          The MIME type of the attached picture.

                                                                          @@ -441,7 +441,7 @@

                                                                          getMimeType

                                                                          >
                                                                        • getPictureType

                                                                          -
                                                                           final Byte getPictureType()
                                                                          +
                                                                           final Byte getPictureType()

                                                                          The type of the attached picture.

                                                                          @@ -464,7 +464,7 @@

                                                                          getPictureType

                                                                          >
                                                                        • getDescription

                                                                          -
                                                                           final String getDescription()
                                                                          +
                                                                           final String getDescription()

                                                                          The description of the attached picture.

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html index ff0cedfa51a5..13bc9d123d20 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html @@ -173,43 +173,43 @@

                                                                          Field Summary

                                                                          - private final String + private final String elementId - private final Integer + private final Integer startTimeMs - private final Integer + private final Integer endTimeMs - private final Long + private final Long startOffset - private final Long + private final Long endOffset - private final List<ID3Frame> + private final List<ID3Frame> subFrames - private final String + private final String id @@ -240,7 +240,7 @@

                                                                          Constructor Summary

                                                                          ID3Frame.Chapter(String elementId, Integer startTimeMs, Integer endTimeMs, Long startOffset, Long endOffset, List<ID3Frame> subFrames) + href="#ID3Frame.Chapter(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Long,java.lang.Long,java.util.List)">ID3Frame.Chapter(String elementId, Integer startTimeMs, Integer endTimeMs, Long startOffset, Long endOffset, List<ID3Frame> subFrames) @@ -294,7 +294,7 @@

                                                                          Method Summary

                                                                          - final String + final String getElementId() @@ -302,7 +302,7 @@

                                                                          Method Summary

                                                                          - final Integer + final Integer getStartTimeMs() @@ -310,7 +310,7 @@

                                                                          Method Summary

                                                                          - final Integer + final Integer getEndTimeMs() @@ -318,7 +318,7 @@

                                                                          Method Summary

                                                                          - final Long + final Long getStartOffset() @@ -326,7 +326,7 @@

                                                                          Method Summary

                                                                          - final Long + final Long getEndOffset() @@ -334,7 +334,7 @@

                                                                          Method Summary

                                                                          - final List<ID3Frame> + final List<ID3Frame> getSubFrames() @@ -382,7 +382,7 @@

                                                                          Constructor Detail

                                                                          • ID3Frame.Chapter

                                                                            -
                                                                            ID3Frame.Chapter(String elementId, Integer startTimeMs, Integer endTimeMs, Long startOffset, Long endOffset, List<ID3Frame> subFrames)
                                                                            +
                                                                            ID3Frame.Chapter(String elementId, Integer startTimeMs, Integer endTimeMs, Long startOffset, Long endOffset, List<ID3Frame> subFrames)
                                                                          • @@ -409,7 +409,7 @@

                                                                            Method Detail

                                                                            >
                                                                          • getElementId

                                                                            -
                                                                             final String getElementId()
                                                                            +
                                                                             final String getElementId()

                                                                            The unique identifier for this chapter.

                                                                            @@ -432,7 +432,7 @@

                                                                            getElementId

                                                                            >
                                                                          • getStartTimeMs

                                                                            -
                                                                             final Integer getStartTimeMs()
                                                                            +
                                                                             final Integer getStartTimeMs()

                                                                            The start time of the chapter, in milliseconds from the beginning of the file.

                                                                            @@ -455,7 +455,7 @@

                                                                            getStartTimeMs

                                                                            >
                                                                          • getEndTimeMs

                                                                            -
                                                                             final Integer getEndTimeMs()
                                                                            +
                                                                             final Integer getEndTimeMs()

                                                                            The end time of the chapter, in milliseconds from the beginning of the file.

                                                                            @@ -478,7 +478,7 @@

                                                                            getEndTimeMs

                                                                            >
                                                                          • getStartOffset

                                                                            -
                                                                             final Long getStartOffset()
                                                                            +
                                                                             final Long getStartOffset()

                                                                            The offset of the first byte of the first audio frame in this chapter, in bytes from the beginning of the file.

                                                                            @@ -501,7 +501,7 @@

                                                                            getStartOffset

                                                                            >
                                                                          • getEndOffset

                                                                            -
                                                                             final Long getEndOffset()
                                                                            +
                                                                             final Long getEndOffset()

                                                                            The offset of the first byte of the audio frame following this chapter, in bytes from the beginning of the file.

                                                                            @@ -524,7 +524,7 @@

                                                                            getEndOffset

                                                                            >
                                                                          • getSubFrames

                                                                            -
                                                                             final List<ID3Frame> getSubFrames()
                                                                            +
                                                                             final List<ID3Frame> getSubFrames()

                                                                            The sub-frames describing this chapter.

                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html index a2c66dbbe9fa..faa2d12294f1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html @@ -173,37 +173,37 @@

                                                                            Field Summary

                                                                            - private final String + private final String elementId - private final Boolean + private final Boolean isTopLevel - private final Boolean + private final Boolean isOrdered - private final List<String> + private final List<String> children - private final List<ID3Frame> + private final List<ID3Frame> subFrames - private final String + private final String id @@ -234,7 +234,7 @@

                                                                            Constructor Summary

                                                                            ID3Frame.ChapterToc(String elementId, Boolean isTopLevel, Boolean isOrdered, List<String> children, List<ID3Frame> subFrames) + href="#ID3Frame.ChapterToc(java.lang.String,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List)">ID3Frame.ChapterToc(String elementId, Boolean isTopLevel, Boolean isOrdered, List<String> children, List<ID3Frame> subFrames) @@ -288,7 +288,7 @@

                                                                            Method Summary

                                                                            - final String + final String getElementId() @@ -296,7 +296,7 @@

                                                                            Method Summary

                                                                            - final Boolean + final Boolean isTopLevel() @@ -304,7 +304,7 @@

                                                                            Method Summary

                                                                            - final Boolean + final Boolean isOrdered() @@ -312,7 +312,7 @@

                                                                            Method Summary

                                                                            - final List<String> + final List<String> getChildren() @@ -320,7 +320,7 @@

                                                                            Method Summary

                                                                            - final List<ID3Frame> + final List<ID3Frame> getSubFrames() @@ -368,7 +368,7 @@

                                                                            Constructor Detail

                                                                            • ID3Frame.ChapterToc

                                                                              -
                                                                              ID3Frame.ChapterToc(String elementId, Boolean isTopLevel, Boolean isOrdered, List<String> children, List<ID3Frame> subFrames)
                                                                              +
                                                                              ID3Frame.ChapterToc(String elementId, Boolean isTopLevel, Boolean isOrdered, List<String> children, List<ID3Frame> subFrames)
                                                                            • @@ -395,7 +395,7 @@

                                                                              Method Detail

                                                                              >
                                                                            • getElementId

                                                                              -
                                                                               final String getElementId()
                                                                              +
                                                                               final String getElementId()

                                                                              The unique identifier for this chapter table of contents.

                                                                              @@ -418,7 +418,7 @@

                                                                              getElementId

                                                                              >
                                                                            • isTopLevel

                                                                              -
                                                                               final Boolean isTopLevel()
                                                                              +
                                                                               final Boolean isTopLevel()

                                                                              Whether this is the root of the table of contents tree, and not a child of any other ChapterToc frame.

                                                                              @@ -441,7 +441,7 @@

                                                                              isTopLevel

                                                                              >
                                                                            • isOrdered

                                                                              -
                                                                               final Boolean isOrdered()
                                                                              +
                                                                               final Boolean isOrdered()

                                                                              Whether the list of children is ordered.

                                                                              @@ -464,7 +464,7 @@

                                                                              isOrdered

                                                                              >
                                                                            • getChildren

                                                                              -
                                                                               final List<String> getChildren()
                                                                              +
                                                                               final List<String> getChildren()

                                                                              The list of child element IDs. See Chapter.elementId and ChapterToc.elementId.

                                                                              @@ -487,7 +487,7 @@

                                                                              getChildren

                                                                              >
                                                                            • getSubFrames

                                                                              -
                                                                               final List<ID3Frame> getSubFrames()
                                                                              +
                                                                               final List<ID3Frame> getSubFrames()

                                                                              The sub-frames describing this table of contents.

                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html index db3a76597de3..af4bb15247e7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html @@ -173,25 +173,25 @@

                                                                              Field Summary

                                                                              - private final String + private final String language - private final String + private final String description - private final String + private final String text - private final String + private final String id @@ -222,7 +222,7 @@

                                                                              Constructor Summary

                                                                              ID3Frame.Comments(String id, String language, String description, String text) + href="#ID3Frame.Comments(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">ID3Frame.Comments(String id, String language, String description, String text) @@ -276,7 +276,7 @@

                                                                              Method Summary

                                                                              - final String + final String getLanguage() @@ -284,7 +284,7 @@

                                                                              Method Summary

                                                                              - final String + final String getDescription() @@ -292,7 +292,7 @@

                                                                              Method Summary

                                                                              - final String + final String getText() @@ -340,7 +340,7 @@

                                                                              Constructor Detail

                                                                              • ID3Frame.Comments

                                                                                -
                                                                                ID3Frame.Comments(String id, String language, String description, String text)
                                                                                +
                                                                                ID3Frame.Comments(String id, String language, String description, String text)
                                                                              • @@ -367,7 +367,7 @@

                                                                                Method Detail

                                                                                >
                                                                              • getLanguage

                                                                                -
                                                                                 final String getLanguage()
                                                                                +
                                                                                 final String getLanguage()

                                                                                The language of the comments.

                                                                                @@ -390,7 +390,7 @@

                                                                                getLanguage

                                                                                >
                                                                              • getDescription

                                                                                -
                                                                                 final String getDescription()
                                                                                +
                                                                                 final String getDescription()

                                                                                The description of the comments.

                                                                                @@ -413,7 +413,7 @@

                                                                                getDescription

                                                                                >
                                                                              • getText

                                                                                -
                                                                                 final String getText()
                                                                                +
                                                                                 final String getText()

                                                                                The content of the comments.

                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html index cb5b1fda40bf..e8de4d377dbd 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html @@ -173,19 +173,19 @@

                                                                                Field Summary

                                                                                - private final String + private final String mimeType - private final String + private final String fileName - private final String + private final String description @@ -197,7 +197,7 @@

                                                                                Field Summary

                                                                                - private final String + private final String id @@ -228,7 +228,7 @@

                                                                                Constructor Summary

                                                                                ID3Frame.GeneralEncapsulatedObject(String id, String mimeType, String fileName, String description, ByteArray data) + href="#ID3Frame.GeneralEncapsulatedObject(java.lang.String,java.lang.String,java.lang.String,java.lang.String,kotlin.ByteArray)">ID3Frame.GeneralEncapsulatedObject(String id, String mimeType, String fileName, String description, ByteArray data) @@ -282,7 +282,7 @@

                                                                                Method Summary

                                                                                - final String + final String getMimeType() @@ -290,7 +290,7 @@

                                                                                Method Summary

                                                                                - final String + final String getFileName() @@ -298,7 +298,7 @@

                                                                                Method Summary

                                                                                - final String + final String getDescription() @@ -354,7 +354,7 @@

                                                                                Constructor Detail

                                                                                • ID3Frame.GeneralEncapsulatedObject

                                                                                  -
                                                                                  ID3Frame.GeneralEncapsulatedObject(String id, String mimeType, String fileName, String description, ByteArray data)
                                                                                  +
                                                                                  ID3Frame.GeneralEncapsulatedObject(String id, String mimeType, String fileName, String description, ByteArray data)
                                                                                • @@ -381,7 +381,7 @@

                                                                                  Method Detail

                                                                                  >
                                                                                • getMimeType

                                                                                  -
                                                                                   final String getMimeType()
                                                                                  +
                                                                                   final String getMimeType()

                                                                                  The MIME type of the encapsulated object.

                                                                                  @@ -404,7 +404,7 @@

                                                                                  getMimeType

                                                                                  >
                                                                                • getFileName

                                                                                  -
                                                                                   final String getFileName()
                                                                                  +
                                                                                   final String getFileName()

                                                                                  The file name of the encapsulated object.

                                                                                  @@ -427,7 +427,7 @@

                                                                                  getFileName

                                                                                  >
                                                                                • getDescription

                                                                                  -
                                                                                   final String getDescription()
                                                                                  +
                                                                                   final String getDescription()

                                                                                  The description of the encapsulated object.

                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html index b7dd207f3a72..8ff855b326f2 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html @@ -173,7 +173,7 @@

                                                                                  Field Summary

                                                                                  - private final String + private final String ownerIdentifier @@ -185,7 +185,7 @@

                                                                                  Field Summary

                                                                                  - private final String + private final String id @@ -216,7 +216,7 @@

                                                                                  Constructor Summary

                                                                                  ID3Frame.Private(String ownerIdentifier, ByteArray data) + href="#ID3Frame.Private(java.lang.String,kotlin.ByteArray)">ID3Frame.Private(String ownerIdentifier, ByteArray data) @@ -270,7 +270,7 @@

                                                                                  Method Summary

                                                                                  - final String + final String getOwnerIdentifier() @@ -326,7 +326,7 @@

                                                                                  Constructor Detail

                                                                                  • ID3Frame.Private

                                                                                    -
                                                                                    ID3Frame.Private(String ownerIdentifier, ByteArray data)
                                                                                    +
                                                                                    ID3Frame.Private(String ownerIdentifier, ByteArray data)
                                                                                  • @@ -353,7 +353,7 @@

                                                                                    Method Detail

                                                                                    >
                                                                                  • getOwnerIdentifier

                                                                                    -
                                                                                     final String getOwnerIdentifier()
                                                                                    +
                                                                                     final String getOwnerIdentifier()

                                                                                    The identifier of the owner.

                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html index d46bb73cba7c..bd3967352047 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html @@ -173,19 +173,19 @@

                                                                                    Field Summary

                                                                                    - private final String + private final String description - private final String + private final String text - private final String + private final String id @@ -216,7 +216,7 @@

                                                                                    Constructor Summary

                                                                                    ID3Frame.Text(String id, String description, String text) + href="#ID3Frame.Text(java.lang.String,java.lang.String,java.lang.String)">ID3Frame.Text(String id, String description, String text) @@ -270,7 +270,7 @@

                                                                                    Method Summary

                                                                                    - final String + final String getDescription() @@ -278,7 +278,7 @@

                                                                                    Method Summary

                                                                                    - final String + final String getText() @@ -326,7 +326,7 @@

                                                                                    Constructor Detail

                                                                                    • ID3Frame.Text

                                                                                      -
                                                                                      ID3Frame.Text(String id, String description, String text)
                                                                                      +
                                                                                      ID3Frame.Text(String id, String description, String text)
                                                                                    • @@ -353,7 +353,7 @@

                                                                                      Method Detail

                                                                                      >
                                                                                    • getDescription

                                                                                      -
                                                                                       final String getDescription()
                                                                                      +
                                                                                       final String getDescription()

                                                                                      The description of the text.

                                                                                      Only available if id is "TXX" or "TXXX".

                                                                                      @@ -376,7 +376,7 @@

                                                                                      getDescription

                                                                                      >
                                                                                    • getText

                                                                                      -
                                                                                       final String getText()
                                                                                      +
                                                                                       final String getText()

                                                                                      The text contents.

                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html index c651f7f866e9..b41d385bd147 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html @@ -179,7 +179,7 @@

                                                                                      Field Summary

                                                                                      - private final String + private final String id @@ -210,7 +210,7 @@

                                                                                      Constructor Summary

                                                                                      ID3Frame.Unknown(String id, ByteArray data) + href="#ID3Frame.Unknown(java.lang.String,kotlin.ByteArray)">ID3Frame.Unknown(String id, ByteArray data) @@ -312,7 +312,7 @@

                                                                                      Constructor Detail

                                                                                      • ID3Frame.Unknown

                                                                                        -
                                                                                        ID3Frame.Unknown(String id, ByteArray data)
                                                                                        +
                                                                                        ID3Frame.Unknown(String id, ByteArray data)
                                                                                      • diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html index da52a76a35ab..7b1a0d9d7d1e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html @@ -173,19 +173,19 @@

                                                                                        Field Summary

                                                                                        - private final String + private final String description - private final String + private final String url - private final String + private final String id @@ -216,7 +216,7 @@

                                                                                        Constructor Summary

                                                                                        ID3Frame.Url(String id, String description, String url) + href="#ID3Frame.Url(java.lang.String,java.lang.String,java.lang.String)">ID3Frame.Url(String id, String description, String url) @@ -270,7 +270,7 @@

                                                                                        Method Summary

                                                                                        - final String + final String getDescription() @@ -278,7 +278,7 @@

                                                                                        Method Summary

                                                                                        - final String + final String getUrl() @@ -326,7 +326,7 @@

                                                                                        Constructor Detail

                                                                                        • ID3Frame.Url

                                                                                          -
                                                                                          ID3Frame.Url(String id, String description, String url)
                                                                                          +
                                                                                          ID3Frame.Url(String id, String description, String url)
                                                                                        • @@ -353,7 +353,7 @@

                                                                                          Method Detail

                                                                                          >
                                                                                        • getDescription

                                                                                          -
                                                                                           final String getDescription()
                                                                                          +
                                                                                           final String getDescription()

                                                                                          The description of the URL.

                                                                                          Only available if id is "WXX" or "WXXX".

                                                                                          @@ -376,7 +376,7 @@

                                                                                          getDescription

                                                                                          >
                                                                                        • getUrl

                                                                                          -
                                                                                           final String getUrl()
                                                                                          +
                                                                                           final String getUrl()

                                                                                          The URL.

                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html index 5982f9a95b91..6c02fe57f441 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html @@ -173,13 +173,13 @@

                                                                                          Field Summary

                                                                                          - private final String + private final String text - private final String + private final String id @@ -210,7 +210,7 @@

                                                                                          Constructor Summary

                                                                                          ID3Frame.Yospace(String id, String text) + href="#ID3Frame.Yospace(java.lang.String,java.lang.String)">ID3Frame.Yospace(String id, String text) @@ -264,7 +264,7 @@

                                                                                          Method Summary

                                                                                          - final String + final String getText() @@ -312,7 +312,7 @@

                                                                                          Constructor Detail

                                                                                          • ID3Frame.Yospace

                                                                                            -
                                                                                            ID3Frame.Yospace(String id, String text)
                                                                                            +
                                                                                            ID3Frame.Yospace(String id, String text)
                                                                                          • @@ -339,7 +339,7 @@

                                                                                            Method Detail

                                                                                            >
                                                                                          • getText

                                                                                            -
                                                                                             final String getText()
                                                                                            +
                                                                                             final String getText()

                                                                                            The text contents.

                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.html index e0f3f616e539..425943548725 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.html @@ -243,7 +243,7 @@

                                                                                            Field Summary

                                                                                            - private final String + private final String id @@ -322,7 +322,7 @@

                                                                                            Method Summary

                                                                                            - final String + final String getId() @@ -381,7 +381,7 @@

                                                                                            Method Detail

                                                                                            >
                                                                                          • getId

                                                                                            -
                                                                                             final String getId()
                                                                                            +
                                                                                             final String getId()

                                                                                            The identifier of the frame.

                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/settings/SslSettings.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/settings/SslSettings.html index ed52c15dfc53..41937d26020d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/settings/SslSettings.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/settings/SslSettings.html @@ -248,7 +248,7 @@

                                                                                            Method Summary

                                                                                            abstract void - setKeyStore(@NonNull() KeyStore keyStore) + setKeyStore(@NonNull() KeyStore keyStore) Sets the KeyStore. @@ -305,7 +305,7 @@

                                                                                            Method Detail

                                                                                            >
                                                                                          • setKeyStore

                                                                                            -
                                                                                             abstract void setKeyStore(@NonNull() KeyStore keyStore)
                                                                                            +
                                                                                             abstract void setKeyStore(@NonNull() KeyStore keyStore)

                                                                                            Sets the KeyStore.

                                                                                            This is not supported when useHttpEngine

                                                                                            is set to `true`.
                                                                                            • Adds a key store which contains custom certificate authorities (CAs).
                                                                                            • The custom key store will be checked in case the default key store does not trust the server.
                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/AdIntegration.Companion.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/AdIntegration.Companion.html index d01549e5daaf..925e03fcebcd 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/AdIntegration.Companion.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/AdIntegration.Companion.html @@ -254,7 +254,7 @@

                                                                                            Method Summary

                                                                                            final static AdIntegration - from(String adIntegration) + from(String adIntegration) Creates an ad integration from a textual representation. @@ -311,7 +311,7 @@

                                                                                            Method Detail

                                                                                            >
                                                                                          • from

                                                                                            -
                                                                                             final static AdIntegration from(String adIntegration)
                                                                                            +
                                                                                             final static AdIntegration from(String adIntegration)

                                                                                            Creates an ad integration from a textual representation.

                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/AdIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/AdIntegration.html index 1e11c9dba1a0..62c5777c0a49 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/AdIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/AdIntegration.html @@ -123,7 +123,7 @@

                                                                                            Enum AdIntegration

                                                                                             
                                                                                             public enum AdIntegration
                                                                                            -extends Enum<AdIntegration>
                                                                                            +extends Enum<AdIntegration>
                                                                                                                 

                                                                                            The integration type of the ad break(s).

                                                                                            @@ -188,19 +188,19 @@

                                                                                            Field Summary

                                                                                            - private final String + private final String adIntegration - private final String + private final String name - private final Integer + private final Integer ordinal @@ -305,7 +305,7 @@

                                                                                            Method Summary

                                                                                            final AdIntegration - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -319,7 +319,7 @@

                                                                                            Method Summary

                                                                                            - final String + final String getAdIntegration() @@ -392,7 +392,7 @@

                                                                                            Method Detail

                                                                                            >
                                                                                          • valueOf

                                                                                            -
                                                                                             final AdIntegration valueOf(String value)
                                                                                            +
                                                                                             final AdIntegration valueOf(String value)

                                                                                            Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                                            @@ -445,7 +445,7 @@

                                                                                            values

                                                                                            >
                                                                                          • getAdIntegration

                                                                                            -
                                                                                             final String getAdIntegration()
                                                                                            +
                                                                                             final String getAdIntegration()

                                                                                            The textual representation of the ad integration. (NonNull)

                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html index 6ced8d6fa135..40e34a21487e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html @@ -185,13 +185,13 @@

                                                                                            Field Summary

                                                                                            - protected Map<String, String> + protected Map<String, String> headers - protected Double + protected Double liveOffset @@ -203,19 +203,19 @@

                                                                                            Field Summary

                                                                                            - protected Boolean + protected Boolean hlsDateRange - protected String + protected String timeServer - protected Boolean + protected Boolean lowLatency @@ -245,7 +245,7 @@

                                                                                            Field Summary

                                                                                            - protected String + protected String src diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/GoogleDaiTypedSource.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/GoogleDaiTypedSource.html index 5e176f89296f..d9121d64010c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/GoogleDaiTypedSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/GoogleDaiTypedSource.html @@ -192,7 +192,7 @@

                                                                                            Field Summary

                                                                                            - private final String + private final String src @@ -204,31 +204,31 @@

                                                                                            Field Summary

                                                                                            - private final Map<String, String> + private final Map<String, String> headers - private final Double + private final Double liveOffset - private final Boolean + private final Boolean hlsDateRange - private final String + private final String timeServer - private final Boolean + private final Boolean lowLatency @@ -289,7 +289,7 @@

                                                                                            Constructor Summary

                                                                                            GoogleDaiTypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, GoogleDaiConfiguration ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) + href="#GoogleDaiTypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)">GoogleDaiTypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, GoogleDaiConfiguration ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) @@ -361,7 +361,7 @@

                                                                                            Method Summary

                                                                                            TypedSource - copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) + copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values. @@ -407,7 +407,7 @@

                                                                                            Constructor Detail

                                                                                            • GoogleDaiTypedSource

                                                                                              -
                                                                                              GoogleDaiTypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, GoogleDaiConfiguration ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
                                                                                              +
                                                                                              GoogleDaiTypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, GoogleDaiConfiguration ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
                                                                                            • @@ -480,7 +480,7 @@

                                                                                              getSsai

                                                                                              >
                                                                                            • copy

                                                                                              -
                                                                                               TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
                                                                                              +
                                                                                               TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)

                                                                                              Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.

                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceAbrConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceAbrConfiguration.html index fbb165bcc17e..416072b05b38 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceAbrConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceAbrConfiguration.html @@ -173,19 +173,19 @@

                                                                                              Field Summary

                                                                                              - private final Integer + private final Integer maxBitrate - private final List<String> + private final List<String> preferredVideoCodecs - private final List<String> + private final List<String> preferredAudioCodecs @@ -216,19 +216,19 @@

                                                                                              Constructor Summary

                                                                                              SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs, List<String> preferredAudioCodecs) + href="#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)">SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs, List<String> preferredAudioCodecs) SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs) + href="#SourceAbrConfiguration(java.lang.Integer,java.util.List)">SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs) SourceAbrConfiguration(Integer maxBitrate) + href="#SourceAbrConfiguration(java.lang.Integer)">SourceAbrConfiguration(Integer maxBitrate) @@ -282,7 +282,7 @@

                                                                                              Method Summary

                                                                                              - final Integer + final Integer getMaxBitrate() @@ -290,7 +290,7 @@

                                                                                              Method Summary

                                                                                              - final List<String> + final List<String> getPreferredVideoCodecs() @@ -298,7 +298,7 @@

                                                                                              Method Summary

                                                                                              - final List<String> + final List<String> getPreferredAudioCodecs() @@ -340,7 +340,7 @@

                                                                                              Constructor Detail

                                                                                              • SourceAbrConfiguration

                                                                                                -
                                                                                                SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs, List<String> preferredAudioCodecs)
                                                                                                +
                                                                                                SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs, List<String> preferredAudioCodecs)
                                                                                              • @@ -350,7 +350,7 @@

                                                                                                SourceAbrConfiguration

                                                                                                • SourceAbrConfiguration

                                                                                                  -
                                                                                                  SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs)
                                                                                                  +
                                                                                                  SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs)
                                                                                                • @@ -360,7 +360,7 @@

                                                                                                  SourceAbrConfiguration

                                                                                                  • SourceAbrConfiguration

                                                                                                    -
                                                                                                    SourceAbrConfiguration(Integer maxBitrate)
                                                                                                    +
                                                                                                    SourceAbrConfiguration(Integer maxBitrate)
                                                                                                  • @@ -387,7 +387,7 @@

                                                                                                    Method Detail

                                                                                                    >
                                                                                                  • getMaxBitrate

                                                                                                    -
                                                                                                     final Integer getMaxBitrate()
                                                                                                    +
                                                                                                     final Integer getMaxBitrate()

                                                                                                    The maximum bitrate in bps for the specified source.

                                                                                                    @@ -410,7 +410,7 @@

                                                                                                    getMaxBitrate

                                                                                                    >
                                                                                                  • getPreferredVideoCodecs

                                                                                                    -
                                                                                                     final List<String> getPreferredVideoCodecs()
                                                                                                    +
                                                                                                     final List<String> getPreferredVideoCodecs()

                                                                                                    The video codecs to prefer, in order of preference. (Nullable)

                                                                                                    Codecs are specified by their RFC 6381 name, e.g. "hvc1", "dvh1" or "avc1". Variant streams using a preferred codec are selected over variant streams that do not, as long as the device supports them.

                                                                                                    By default, Dolby Vision and HEVC are preferred over other codecs. Set an empty list to disable any codec preference.

                                                                                                    @@ -433,7 +433,7 @@

                                                                                                    getPreferredVideoCodecs

                                                                                                    >
                                                                                                  • getPreferredAudioCodecs

                                                                                                    -
                                                                                                     final List<String> getPreferredAudioCodecs()
                                                                                                    +
                                                                                                     final List<String> getPreferredAudioCodecs()

                                                                                                    The audio codecs to prefer, in order of preference. (Nullable)

                                                                                                    Codecs are specified by their RFC 6381 name, e.g. "ec-3" or "mp4a.40.2".

                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceDescription.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceDescription.Builder.html index 1d48074ece3f..78d3d148b093 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceDescription.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceDescription.Builder.html @@ -198,7 +198,7 @@

                                                                                                    Constructor Summary

                                                                                                    SourceDescription.Builder(String sources) + href="#SourceDescription.Builder(java.lang.String)">SourceDescription.Builder(String sources) Creates a builder for a source description using one or more source URLs. @@ -276,7 +276,7 @@

                                                                                                    Method Summary

                                                                                                    final SourceDescription.Builder - textTracks(String textTracks) + textTracks(String textTracks) Sets the text tracks of the SourceDescription. @@ -284,7 +284,7 @@

                                                                                                    Method Summary

                                                                                                    final SourceDescription.Builder - poster(String poster) + poster(String poster) Sets the poster image of the SourceDescription. @@ -300,7 +300,7 @@

                                                                                                    Method Summary

                                                                                                    final SourceDescription.Builder - timeServer(String timeServer) + timeServer(String timeServer) Sets the URL of a time server used by the player to synchronise the time in DASH sources. @@ -372,7 +372,7 @@

                                                                                                    Constructor Detail

                                                                                                    • SourceDescription.Builder

                                                                                                      -
                                                                                                      SourceDescription.Builder(String sources)
                                                                                                      +
                                                                                                      SourceDescription.Builder(String sources)
                                                                                                      Creates a builder for a source description using one or more source URLs.
                                                                                                      @@ -487,7 +487,7 @@

                                                                                                      textTracks

                                                                                                      >
                                                                                                    • textTracks

                                                                                                      -
                                                                                                       final SourceDescription.Builder textTracks(String textTracks)
                                                                                                      +
                                                                                                       final SourceDescription.Builder textTracks(String textTracks)

                                                                                                      Sets the text tracks of the SourceDescription.

                                                                                                      @@ -517,7 +517,7 @@

                                                                                                      textTracks

                                                                                                      >
                                                                                                    • poster

                                                                                                      -
                                                                                                       final SourceDescription.Builder poster(String poster)
                                                                                                      +
                                                                                                       final SourceDescription.Builder poster(String poster)

                                                                                                      Sets the poster image of the SourceDescription.

                                                                                                      @@ -577,7 +577,7 @@

                                                                                                      metadata

                                                                                                      >
                                                                                                    • timeServer

                                                                                                      -
                                                                                                       final SourceDescription.Builder timeServer(String timeServer)
                                                                                                      +
                                                                                                       final SourceDescription.Builder timeServer(String timeServer)

                                                                                                      Sets the URL of a time server used by the player to synchronise the time in DASH sources.

                                                                                                      • The time server should return time in ISO-8601 format.

                                                                                                      • Overrides the time server provided the DASH manifest's <UTCTiming>.

                                                                                                      • All sources will use the time server. Alternatively, for using it for a single source use TypedSource.timeServer.

                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceDescription.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceDescription.html index 6aebe5224540..df082fa20361 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceDescription.html @@ -180,25 +180,25 @@

                                                                                                      Field Summary

                                                                                                      - private final List<TypedSource> + private final List<TypedSource> sources - private final List<AdDescription> + private final List<AdDescription> ads - private final List<TextTrackDescription> + private final List<TextTrackDescription> textTracks - private final String + private final String poster @@ -210,7 +210,7 @@

                                                                                                      Field Summary

                                                                                                      - private final String + private final String timeServer @@ -259,7 +259,7 @@

                                                                                                      Constructor Summary

                                                                                                      SourceDescription(List<TypedSource> sources, List<AdDescription> ads, List<TextTrackDescription> textTracks, String poster, MetadataDescription metadata, String timeServer, SourceAbrConfiguration abr, StreamType streamType, SourceDVRConfiguration dvr, CMCDSourceConfiguration cmcd) + href="#SourceDescription(java.util.List,java.util.List,java.util.List,java.lang.String,com.theoplayer.android.api.source.metadata.MetadataDescription,java.lang.String,com.theoplayer.android.api.source.SourceAbrConfiguration,com.theoplayer.android.api.source.StreamType,com.theoplayer.android.api.source.dvr.SourceDVRConfiguration,com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)">SourceDescription(List<TypedSource> sources, List<AdDescription> ads, List<TextTrackDescription> textTracks, String poster, MetadataDescription metadata, String timeServer, SourceAbrConfiguration abr, StreamType streamType, SourceDVRConfiguration dvr, CMCDSourceConfiguration cmcd) @@ -313,7 +313,7 @@

                                                                                                      Method Summary

                                                                                                      - final List<TypedSource> + final List<TypedSource> getSources() @@ -321,7 +321,7 @@

                                                                                                      Method Summary

                                                                                                      - final List<AdDescription> + final List<AdDescription> getAds() @@ -329,7 +329,7 @@

                                                                                                      Method Summary

                                                                                                      - final List<TextTrackDescription> + final List<TextTrackDescription> getTextTracks() @@ -337,7 +337,7 @@

                                                                                                      Method Summary

                                                                                                      - final String + final String getPoster() @@ -353,7 +353,7 @@

                                                                                                      Method Summary

                                                                                                      - final String + final String getTimeServer() @@ -419,7 +419,7 @@

                                                                                                      Constructor Detail

                                                                                                      • SourceDescription

                                                                                                        -
                                                                                                        SourceDescription(List<TypedSource> sources, List<AdDescription> ads, List<TextTrackDescription> textTracks, String poster, MetadataDescription metadata, String timeServer, SourceAbrConfiguration abr, StreamType streamType, SourceDVRConfiguration dvr, CMCDSourceConfiguration cmcd)
                                                                                                        +
                                                                                                        SourceDescription(List<TypedSource> sources, List<AdDescription> ads, List<TextTrackDescription> textTracks, String poster, MetadataDescription metadata, String timeServer, SourceAbrConfiguration abr, StreamType streamType, SourceDVRConfiguration dvr, CMCDSourceConfiguration cmcd)
                                                                                                      • @@ -446,7 +446,7 @@

                                                                                                        Method Detail

                                                                                                        >
                                                                                                      • getSources

                                                                                                        -
                                                                                                         final List<TypedSource> getSources()
                                                                                                        +
                                                                                                         final List<TypedSource> getSources()

                                                                                                        List of TypedSources that represent the available sources in this SourceDescription. (NonNull)

                                                                                                        • The first element of the list will initially be used as the player’s source.

                                                                                                        • When that source is unavailable, the player will fall back to the other elements of this list.

                                                                                                        @@ -469,7 +469,7 @@

                                                                                                        getSources

                                                                                                        >
                                                                                                      • getAds

                                                                                                        -
                                                                                                         final List<AdDescription> getAds()
                                                                                                        +
                                                                                                         final List<AdDescription> getAds()

                                                                                                        List of AdDescriptions of the source. (NonNull)

                                                                                                        • All valid and supported advertisement files will be cued for playback in the player following the provided advertisement specification.

                                                                                                        • Each ad in the list should be described as an AdDescription.

                                                                                                        @@ -492,7 +492,7 @@

                                                                                                        getAds

                                                                                                        >
                                                                                                      • getTextTracks

                                                                                                        -
                                                                                                         final List<TextTrackDescription> getTextTracks()
                                                                                                        +
                                                                                                         final List<TextTrackDescription> getTextTracks()

                                                                                                        List of side-loaded text tracks of the source. (NonNull)

                                                                                                        • All valid tracks will be available during playback.

                                                                                                        • Each text track should be described as a TextTrackDescription.

                                                                                                        @@ -515,7 +515,7 @@

                                                                                                        getTextTracks

                                                                                                        >
                                                                                                      • getPoster

                                                                                                        -
                                                                                                         final String getPoster()
                                                                                                        +
                                                                                                         final String getPoster()

                                                                                                        The poster image url of this source description. (Nullable)

                                                                                                        • A placeholder for the content between the time that the content has loaded and the user presses play.

                                                                                                        @@ -561,7 +561,7 @@

                                                                                                        getMetadata

                                                                                                        >
                                                                                                      • getTimeServer

                                                                                                        -
                                                                                                         final String getTimeServer()
                                                                                                        +
                                                                                                         final String getTimeServer()

                                                                                                        The URL of the time server. (Nullable)

                                                                                                        • The time server should return time in ISO-8601 format.

                                                                                                        • Applies for all sources.

                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceType.html index b0f319bf80ed..8350ea4eac52 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/SourceType.html @@ -123,7 +123,7 @@

                                                                                                        Enum SourceType

                                                                                                         
                                                                                                         public enum SourceType
                                                                                                        -extends Enum<SourceType>
                                                                                                        +extends Enum<SourceType>
                                                                                                                             

                                                                                                        The types of sources.

                                                                                                        @@ -181,19 +181,19 @@

                                                                                                        Field Summary

                                                                                                        - private final String + private final String mimeType - private final String + private final String name - private final Integer + private final Integer ordinal @@ -352,7 +352,7 @@

                                                                                                        Method Summary

                                                                                                        final SourceType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -366,7 +366,7 @@

                                                                                                        Method Summary

                                                                                                        - final String + final String getMimeType() @@ -439,7 +439,7 @@

                                                                                                        Method Detail

                                                                                                        >
                                                                                                      • valueOf

                                                                                                        -
                                                                                                         final SourceType valueOf(String value)
                                                                                                        +
                                                                                                         final SourceType valueOf(String value)

                                                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                                                        @@ -485,7 +485,7 @@

                                                                                                        values

                                                                                                        >
                                                                                                      • getMimeType

                                                                                                        -
                                                                                                         final String getMimeType()
                                                                                                        +
                                                                                                         final String getMimeType()
                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/StreamType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/StreamType.html index 5ddb27d3c40e..e2271a43a06f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/StreamType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/StreamType.html @@ -123,7 +123,7 @@

                                                                                                        Enum StreamType

                                                                                                         
                                                                                                         public enum StreamType
                                                                                                        -extends Enum<StreamType>
                                                                                                        +extends Enum<StreamType>
                                                                                                                             

                                                                                                        The type of a stream.

                                                                                                        @@ -181,13 +181,13 @@

                                                                                                        Field Summary

                                                                                                        - private final String + private final String name - private final Integer + private final Integer ordinal @@ -290,7 +290,7 @@

                                                                                                        Method Summary

                                                                                                        - final Boolean + final Boolean isLive() @@ -300,7 +300,7 @@

                                                                                                        Method Summary

                                                                                                        final StreamType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -379,7 +379,7 @@

                                                                                                        Method Detail

                                                                                                        >
                                                                                                      • isLive

                                                                                                        -
                                                                                                         final Boolean isLive()
                                                                                                        +
                                                                                                         final Boolean isLive()

                                                                                                        Whether this is a live stream (with or without DVR).

                                                                                                        @@ -405,7 +405,7 @@

                                                                                                        isLive

                                                                                                        >
                                                                                                      • valueOf

                                                                                                        -
                                                                                                         final StreamType valueOf(String value)
                                                                                                        +
                                                                                                         final StreamType valueOf(String value)

                                                                                                        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TextTrackDescription.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TextTrackDescription.Builder.html index f9641cf10037..2ec5cf2d4197 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TextTrackDescription.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TextTrackDescription.Builder.html @@ -198,7 +198,7 @@

                                                                                                        Constructor Summary

                                                                                                        TextTrackDescription.Builder(String src) + href="#TextTrackDescription.Builder(java.lang.String)">TextTrackDescription.Builder(String src) @@ -254,7 +254,7 @@

                                                                                                        Method Summary

                                                                                                        final TextTrackDescription.Builder - isDefault(Boolean isDefault) + isDefault(Boolean isDefault) Sets whether this text track is the default one. @@ -270,7 +270,7 @@

                                                                                                        Method Summary

                                                                                                        final TextTrackDescription.Builder - srclang(String srclang) + srclang(String srclang) Sets the main language. @@ -278,7 +278,7 @@

                                                                                                        Method Summary

                                                                                                        final TextTrackDescription.Builder - label(String label) + label(String label) Sets the label for the track which can be used to identify it. @@ -334,7 +334,7 @@

                                                                                                        Constructor Detail

                                                                                                        • TextTrackDescription.Builder

                                                                                                          -
                                                                                                          TextTrackDescription.Builder(String src)
                                                                                                          +
                                                                                                          TextTrackDescription.Builder(String src)
                                                                                                          @@ -370,7 +370,7 @@

                                                                                                          Method Detail

                                                                                                          >
                                                                                                        • isDefault

                                                                                                          -
                                                                                                           final TextTrackDescription.Builder isDefault(Boolean isDefault)
                                                                                                          +
                                                                                                           final TextTrackDescription.Builder isDefault(Boolean isDefault)

                                                                                                          Sets whether this text track is the default one.

                                                                                                          @@ -430,7 +430,7 @@

                                                                                                          kind

                                                                                                          >
                                                                                                        • srclang

                                                                                                          -
                                                                                                           final TextTrackDescription.Builder srclang(String srclang)
                                                                                                          +
                                                                                                           final TextTrackDescription.Builder srclang(String srclang)

                                                                                                          Sets the main language.

                                                                                                          @@ -460,7 +460,7 @@

                                                                                                          srclang

                                                                                                          >
                                                                                                        • label

                                                                                                          -
                                                                                                           final TextTrackDescription.Builder label(String label)
                                                                                                          +
                                                                                                           final TextTrackDescription.Builder label(String label)

                                                                                                          Sets the label for the track which can be used to identify it.

                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TextTrackDescription.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TextTrackDescription.html index 3788ba87c876..9a1db5c49b2a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TextTrackDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TextTrackDescription.html @@ -180,13 +180,13 @@

                                                                                                          Field Summary

                                                                                                          - private final String + private final String src - private final Boolean + private final Boolean isDefault @@ -198,13 +198,13 @@

                                                                                                          Field Summary

                                                                                                          - private final String + private final String srclang - private final String + private final String label @@ -241,7 +241,7 @@

                                                                                                          Constructor Summary

                                                                                                          TextTrackDescription(String src, Boolean isDefault, TextTrackKind kind, String srclang, String label, TextTrackType format) + href="#TextTrackDescription(java.lang.String,java.lang.Boolean,com.theoplayer.android.api.player.track.texttrack.TextTrackKind,java.lang.String,java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackType)">TextTrackDescription(String src, Boolean isDefault, TextTrackKind kind, String srclang, String label, TextTrackType format) @@ -295,7 +295,7 @@

                                                                                                          Method Summary

                                                                                                          - final String + final String getSrc() @@ -303,7 +303,7 @@

                                                                                                          Method Summary

                                                                                                          - final Boolean + final Boolean isDefault() @@ -319,7 +319,7 @@

                                                                                                          Method Summary

                                                                                                          - final String + final String getSrclang() @@ -327,7 +327,7 @@

                                                                                                          Method Summary

                                                                                                          - final String + final String getLabel() @@ -377,7 +377,7 @@

                                                                                                          Constructor Detail

                                                                                                          • TextTrackDescription

                                                                                                            -
                                                                                                            TextTrackDescription(String src, Boolean isDefault, TextTrackKind kind, String srclang, String label, TextTrackType format)
                                                                                                            +
                                                                                                            TextTrackDescription(String src, Boolean isDefault, TextTrackKind kind, String srclang, String label, TextTrackType format)
                                                                                                          • @@ -404,7 +404,7 @@

                                                                                                            Method Detail

                                                                                                            >
                                                                                                          • getSrc

                                                                                                            -
                                                                                                             final String getSrc()
                                                                                                            +
                                                                                                             final String getSrc()

                                                                                                            The source URL where the text track can be downloaded from. (NonNull)

                                                                                                            @@ -427,7 +427,7 @@

                                                                                                            getSrc

                                                                                                            >
                                                                                                          • isDefault

                                                                                                            -
                                                                                                             final Boolean isDefault()
                                                                                                            +
                                                                                                             final Boolean isDefault()

                                                                                                            Returns whether this textTrack is the default text track.

                                                                                                            @@ -473,7 +473,7 @@

                                                                                                            getKind

                                                                                                            >
                                                                                                          • getSrclang

                                                                                                            -
                                                                                                             final String getSrclang()
                                                                                                            +
                                                                                                             final String getSrclang()

                                                                                                            The main language of the track. (Nullable)

                                                                                                            @@ -496,7 +496,7 @@

                                                                                                            getSrclang

                                                                                                            >
                                                                                                          • getLabel

                                                                                                            -
                                                                                                             final String getLabel()
                                                                                                            +
                                                                                                             final String getLabel()

                                                                                                            The label for the track which can be used to identify it. (Nullable)

                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TypedSource.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TypedSource.Builder.html index ab5f7fefe64c..3712b2ec8699 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TypedSource.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TypedSource.Builder.html @@ -185,13 +185,13 @@

                                                                                                            Field Summary

                                                                                                            - protected Map<String, String> + protected Map<String, String> headers - protected Double + protected Double liveOffset @@ -203,19 +203,19 @@

                                                                                                            Field Summary

                                                                                                            - protected Boolean + protected Boolean hlsDateRange - protected String + protected String timeServer - protected Boolean + protected Boolean lowLatency @@ -245,7 +245,7 @@

                                                                                                            Field Summary

                                                                                                            - protected String + protected String src @@ -276,7 +276,7 @@

                                                                                                            Constructor Summary

                                                                                                            TypedSource.Builder(String src) + href="#TypedSource.Builder(java.lang.String)">TypedSource.Builder(String src) Creates a builder for a simple TypedSource object containing the given URL as source. @@ -348,7 +348,7 @@

                                                                                                            Method Summary

                                                                                                            final <Error class: unknown class> - headers(Map<String, String> headers) + headers(Map<String, String> headers) Sets the headers to be added to all requests associated with this source. @@ -356,7 +356,7 @@

                                                                                                            Method Summary

                                                                                                            final <Error class: unknown class> - liveOffset(Double liveOffset) + liveOffset(Double liveOffset) Sets the live point from the end of the manifest, in seconds. @@ -372,7 +372,7 @@

                                                                                                            Method Summary

                                                                                                            final <Error class: unknown class> - hlsDateRange(Boolean hlsDateRange) + hlsDateRange(Boolean hlsDateRange) Sets whether the logic to expose date ranges parsed from HLS manifests is enabled. @@ -380,7 +380,7 @@

                                                                                                            Method Summary

                                                                                                            final <Error class: unknown class> - timeServer(String timeServer) + timeServer(String timeServer) Sets the URL of a time server used by the player to synchronise the time in DASH sources. @@ -388,7 +388,7 @@

                                                                                                            Method Summary

                                                                                                            final <Error class: unknown class> - lowLatency(Boolean lowLatency) + lowLatency(Boolean lowLatency) Sets whether the source should be played in the low-latency-mode of the player. @@ -468,7 +468,7 @@

                                                                                                            Constructor Detail

                                                                                                            • TypedSource.Builder

                                                                                                              -
                                                                                                              TypedSource.Builder(String src)
                                                                                                              +
                                                                                                              TypedSource.Builder(String src)
                                                                                                              Creates a builder for a simple TypedSource object containing the given URL as source.
                                                                                                              @@ -564,7 +564,7 @@

                                                                                                              type

                                                                                                              >
                                                                                                            • headers

                                                                                                              -
                                                                                                               final <Error class: unknown class> headers(Map<String, String> headers)
                                                                                                              +
                                                                                                               final <Error class: unknown class> headers(Map<String, String> headers)

                                                                                                              Sets the headers to be added to all requests associated with this source.

                                                                                                              • Only supported for MP3 & MP4 sources.

                                                                                                              @@ -599,7 +599,7 @@

                                                                                                              headers

                                                                                                              >
                                                                                                            • liveOffset

                                                                                                              -
                                                                                                               final <Error class: unknown class> liveOffset(Double liveOffset)
                                                                                                              +
                                                                                                               final <Error class: unknown class> liveOffset(Double liveOffset)

                                                                                                              Sets the live point from the end of the manifest, in seconds.

                                                                                                              • If set as null, the live point offset will be 3 target durations.

                                                                                                              @@ -659,7 +659,7 @@

                                                                                                              ssai

                                                                                                              >
                                                                                                            • hlsDateRange

                                                                                                              -
                                                                                                               final <Error class: unknown class> hlsDateRange(Boolean hlsDateRange)
                                                                                                              +
                                                                                                               final <Error class: unknown class> hlsDateRange(Boolean hlsDateRange)

                                                                                                              Sets whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                              @@ -689,7 +689,7 @@

                                                                                                              hlsDateRange

                                                                                                              >
                                                                                                            • timeServer

                                                                                                              -
                                                                                                               final <Error class: unknown class> timeServer(String timeServer)
                                                                                                              +
                                                                                                               final <Error class: unknown class> timeServer(String timeServer)

                                                                                                              Sets the URL of a time server used by the player to synchronise the time in DASH sources.

                                                                                                              • The time server should return time in ISO-8601 format.

                                                                                                              • Overrides the time server provided the DASH manifest's <UTCTiming>.

                                                                                                              • Only this source will use the time server. Alternatively, for all sources use SourceDescription.Builder.timeServer.

                                                                                                              @@ -724,7 +724,7 @@

                                                                                                              timeServer

                                                                                                              >
                                                                                                            • lowLatency

                                                                                                              -
                                                                                                               final <Error class: unknown class> lowLatency(Boolean lowLatency)
                                                                                                              +
                                                                                                               final <Error class: unknown class> lowLatency(Boolean lowLatency)

                                                                                                              Sets whether the source should be played in the low-latency-mode of the player.

                                                                                                              • This setting must be true when using Low-Latency CMAF with ABR.

                                                                                                              Default: false

                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TypedSource.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TypedSource.html index a7b3f0bc2a1f..0ceeca3a3092 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TypedSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/TypedSource.html @@ -180,7 +180,7 @@

                                                                                                              Field Summary

                                                                                                              - private final String + private final String src @@ -198,13 +198,13 @@

                                                                                                              Field Summary

                                                                                                              - private final Map<String, String> + private final Map<String, String> headers - private final Double + private final Double liveOffset @@ -216,19 +216,19 @@

                                                                                                              Field Summary

                                                                                                              - private final Boolean + private final Boolean hlsDateRange - private final String + private final String timeServer - private final Boolean + private final Boolean lowLatency @@ -289,7 +289,7 @@

                                                                                                              Constructor Summary

                                                                                                              TypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, HespPlaybackConfiguration hesp, CMCDTransmissionMode cmcdTransmissionMode) + href="#TypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.source.hesp.HespPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)">TypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, HespPlaybackConfiguration hesp, CMCDTransmissionMode cmcdTransmissionMode) @@ -343,7 +343,7 @@

                                                                                                              Method Summary

                                                                                                              - final String + final String getSrc() @@ -367,7 +367,7 @@

                                                                                                              Method Summary

                                                                                                              - final Map<String, String> + final Map<String, String> getHeaders() @@ -375,7 +375,7 @@

                                                                                                              Method Summary

                                                                                                              - final Double + final Double getLiveOffset() @@ -391,7 +391,7 @@

                                                                                                              Method Summary

                                                                                                              - final Boolean + final Boolean isHlsDateRange() @@ -399,7 +399,7 @@

                                                                                                              Method Summary

                                                                                                              - final String + final String getTimeServer() @@ -407,7 +407,7 @@

                                                                                                              Method Summary

                                                                                                              - final Boolean + final Boolean isLowLatency() @@ -455,15 +455,15 @@

                                                                                                              Method Summary

                                                                                                              - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -473,7 +473,7 @@

                                                                                                              Method Summary

                                                                                                              TypedSource - copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) + copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values. @@ -513,7 +513,7 @@

                                                                                                              Constructor Detail

                                                                                                              • TypedSource

                                                                                                                -
                                                                                                                TypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, HespPlaybackConfiguration hesp, CMCDTransmissionMode cmcdTransmissionMode)
                                                                                                                +
                                                                                                                TypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, HespPlaybackConfiguration hesp, CMCDTransmissionMode cmcdTransmissionMode)
                                                                                                              • @@ -540,7 +540,7 @@

                                                                                                                Method Detail

                                                                                                                >
                                                                                                              • getSrc

                                                                                                                -
                                                                                                                 final String getSrc()
                                                                                                                +
                                                                                                                 final String getSrc()

                                                                                                                The source URL of the manifest or video file to be played. (NonNull)

                                                                                                                @@ -609,7 +609,7 @@

                                                                                                                getType

                                                                                                                >
                                                                                                              • getHeaders

                                                                                                                -
                                                                                                                 final Map<String, String> getHeaders()
                                                                                                                +
                                                                                                                 final Map<String, String> getHeaders()

                                                                                                                The headers of the source.

                                                                                                                @@ -640,7 +640,7 @@

                                                                                                                getHeaders

                                                                                                                >
                                                                                                              • getLiveOffset

                                                                                                                -
                                                                                                                 final Double getLiveOffset()
                                                                                                                +
                                                                                                                 final Double getLiveOffset()

                                                                                                                The live point from the end of the manifest, in seconds. (Nullable)

                                                                                                                • Will return null if the live point offset is 3 target durations.

                                                                                                                @@ -686,7 +686,7 @@

                                                                                                                getSsai

                                                                                                                >
                                                                                                              • isHlsDateRange

                                                                                                                -
                                                                                                                 final Boolean isHlsDateRange()
                                                                                                                +
                                                                                                                 final Boolean isHlsDateRange()

                                                                                                                Whether the logic to expose date ranges parsed from HLS manifests is enabled. (Nullable)

                                                                                                                • Can be null if this property is not set.

                                                                                                                • If not set, this will use the value of THEOplayerConfig.hlsDateRange.

                                                                                                                @@ -709,7 +709,7 @@

                                                                                                                isHlsDateRange

                                                                                                                >
                                                                                                              • getTimeServer

                                                                                                                -
                                                                                                                 final String getTimeServer()
                                                                                                                +
                                                                                                                 final String getTimeServer()

                                                                                                                The URL of the time server. (Nullable)

                                                                                                                • The time server should return time in ISO-8601 format.

                                                                                                                • Only applies to the current source.

                                                                                                                @@ -737,7 +737,7 @@

                                                                                                                getTimeServer

                                                                                                                >
                                                                                                              • isLowLatency

                                                                                                                -
                                                                                                                 final Boolean isLowLatency()
                                                                                                                +
                                                                                                                 final Boolean isLowLatency()

                                                                                                                Whether the source should be played in the low-latency-mode of the player. (Nullable)

                                                                                                                • Can be null if this property is not set.

                                                                                                                • Only applicable to live content.

                                                                                                                @@ -900,7 +900,7 @@

                                                                                                                getCmcdTransmissionMode

                                                                                                                >
                                                                                                              • equals

                                                                                                                -
                                                                                                                 Boolean equals(Object other)
                                                                                                                +
                                                                                                                 Boolean equals(Object other)
                                                                                                                @@ -923,7 +923,7 @@

                                                                                                                equals

                                                                                                                >
                                                                                                              • hashCode

                                                                                                                -
                                                                                                                 Integer hashCode()
                                                                                                                +
                                                                                                                 Integer hashCode()
                                                                                                                @@ -946,7 +946,7 @@

                                                                                                                hashCode

                                                                                                                >
                                                                                                              • copy

                                                                                                                -
                                                                                                                 TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
                                                                                                                +
                                                                                                                 TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)

                                                                                                                Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.

                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescription.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescription.html index 03bc8bb7b8d7..f1d7c08e37a4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescription.html @@ -173,7 +173,7 @@

                                                                                                                Field Summary

                                                                                                                - private final String + private final String customIntegration @@ -210,7 +210,7 @@

                                                                                                                Constructor Summary

                                                                                                                CustomAdDescription(String customIntegration) + href="#CustomAdDescription(java.lang.String)">CustomAdDescription(String customIntegration) @@ -264,7 +264,7 @@

                                                                                                                Method Summary

                                                                                                                - final String + final String getCustomIntegration() @@ -312,7 +312,7 @@

                                                                                                                Constructor Detail

                                                                                                                • CustomAdDescription

                                                                                                                  -
                                                                                                                  CustomAdDescription(String customIntegration)
                                                                                                                  +
                                                                                                                  CustomAdDescription(String customIntegration)
                                                                                                                • @@ -339,7 +339,7 @@

                                                                                                                  Method Detail

                                                                                                                  >
                                                                                                                • getCustomIntegration

                                                                                                                  -
                                                                                                                   final String getCustomIntegration()
                                                                                                                  +
                                                                                                                   final String getCustomIntegration()
                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html index 5585c27f27da..0fcacbbfefe6 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html @@ -254,7 +254,7 @@

                                                                                                                  Method Summary

                                                                                                                  final static Unit - register(String customIntegration, CustomAdDescriptionSerializer serializer) + register(String customIntegration, CustomAdDescriptionSerializer serializer) Register the given serializer to handle CustomAdDescription objects with the given integration ID. @@ -262,13 +262,13 @@

                                                                                                                  Method Summary

                                                                                                                  final static CustomAdDescription - deserialize(String integrationId, String json) + deserialize(String integrationId, String json) Deserialize an CustomAdDescription of the given integration ID from the given JSON string. - final static String + final static String serialize(CustomAdDescription value) @@ -327,7 +327,7 @@

                                                                                                                  Method Detail

                                                                                                                  >
                                                                                                                • register

                                                                                                                  -
                                                                                                                   final static Unit register(String customIntegration, CustomAdDescriptionSerializer serializer)
                                                                                                                  +
                                                                                                                   final static Unit register(String customIntegration, CustomAdDescriptionSerializer serializer)

                                                                                                                  Register the given serializer to handle CustomAdDescription objects with the given integration ID.

                                                                                                                  @@ -350,7 +350,7 @@

                                                                                                                  register

                                                                                                                  >
                                                                                                                • deserialize

                                                                                                                  -
                                                                                                                   final static CustomAdDescription deserialize(String integrationId, String json)
                                                                                                                  +
                                                                                                                   final static CustomAdDescription deserialize(String integrationId, String json)

                                                                                                                  Deserialize an CustomAdDescription of the given integration ID from the given JSON string.

                                                                                                                  @@ -373,7 +373,7 @@

                                                                                                                  deserialize

                                                                                                                  >
                                                                                                                • serialize

                                                                                                                  -
                                                                                                                   final static String serialize(CustomAdDescription value)
                                                                                                                  +
                                                                                                                   final static String serialize(CustomAdDescription value)

                                                                                                                  Serialize the given CustomAdDescription to a JSON string.

                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html index 64a6d4853f0f..f418dee44367 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html @@ -248,13 +248,13 @@

                                                                                                                  Method Summary

                                                                                                                  abstract CustomAdDescription - fromJson(String json) + fromJson(String json) Reads an CustomAdDescription from the given JSON string. - abstract String + abstract String toJson(CustomAdDescription value) @@ -313,7 +313,7 @@

                                                                                                                  Method Detail

                                                                                                                  >
                                                                                                                • fromJson

                                                                                                                  -
                                                                                                                   abstract CustomAdDescription fromJson(String json)
                                                                                                                  +
                                                                                                                   abstract CustomAdDescription fromJson(String json)

                                                                                                                  Reads an CustomAdDescription from the given JSON string.

                                                                                                                  The customIntegration property of the returned object must match the integration with which this serializer was registered.

                                                                                                                  @@ -336,7 +336,7 @@

                                                                                                                  fromJson

                                                                                                                  >
                                                                                                                • toJson

                                                                                                                  -
                                                                                                                   abstract String toJson(CustomAdDescription value)
                                                                                                                  +
                                                                                                                   abstract String toJson(CustomAdDescription value)

                                                                                                                  Writes the given CustomAdDescription as a JSON string.

                                                                                                                  The returned JSON string must have a string property named "integration" that contains value's customIntegration.

                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html index f5de8821703f..088cc85a7e34 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html @@ -198,7 +198,7 @@

                                                                                                                  Constructor Summary

                                                                                                                  GoogleImaAdDescription.Builder(String sources) + href="#GoogleImaAdDescription.Builder(java.lang.String)">GoogleImaAdDescription.Builder(String sources) @@ -254,7 +254,7 @@

                                                                                                                  Method Summary

                                                                                                                  final GoogleImaAdDescription.Builder - timeOffset(String timeOffset) + timeOffset(String timeOffset) Sets the offset after which the ad break will start. @@ -302,7 +302,7 @@

                                                                                                                  Constructor Detail

                                                                                                                  • GoogleImaAdDescription.Builder

                                                                                                                    -
                                                                                                                    GoogleImaAdDescription.Builder(String sources)
                                                                                                                    +
                                                                                                                    GoogleImaAdDescription.Builder(String sources)
                                                                                                                    @@ -338,7 +338,7 @@

                                                                                                                    Method Detail

                                                                                                                    >
                                                                                                                  • timeOffset

                                                                                                                    -
                                                                                                                     final GoogleImaAdDescription.Builder timeOffset(String timeOffset)
                                                                                                                    +
                                                                                                                     final GoogleImaAdDescription.Builder timeOffset(String timeOffset)

                                                                                                                    Sets the offset after which the ad break will start.

                                                                                                                    Possible formats:

                                                                                                                    • A number for the offset in seconds.

                                                                                                                    • A percentage string (XX%) for a proportion of the content duration.

                                                                                                                    • A time-description specifying "start" or "end".

                                                                                                                    • A timestamp of the format: 00:00:10.000.

                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html index 2c192f05852d..4edbb22c5781 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html @@ -180,13 +180,13 @@

                                                                                                                    Field Summary

                                                                                                                    - private final String + private final String sources - private final String + private final String timeOffset @@ -223,7 +223,7 @@

                                                                                                                    Constructor Summary

                                                                                                                    GoogleImaAdDescription(String sources, String timeOffset) + href="#GoogleImaAdDescription(java.lang.String,java.lang.String)">GoogleImaAdDescription(String sources, String timeOffset) @@ -277,7 +277,7 @@

                                                                                                                    Method Summary

                                                                                                                    - final String + final String getSources() @@ -285,7 +285,7 @@

                                                                                                                    Method Summary

                                                                                                                    - final String + final String getTimeOffset() @@ -333,7 +333,7 @@

                                                                                                                    Constructor Detail

                                                                                                                    • GoogleImaAdDescription

                                                                                                                      -
                                                                                                                      GoogleImaAdDescription(String sources, String timeOffset)
                                                                                                                      +
                                                                                                                      GoogleImaAdDescription(String sources, String timeOffset)
                                                                                                                    • @@ -360,7 +360,7 @@

                                                                                                                      Method Detail

                                                                                                                      >
                                                                                                                    • getSources

                                                                                                                      -
                                                                                                                       final String getSources()
                                                                                                                      +
                                                                                                                       final String getSources()

                                                                                                                      The URI which contains the location of the ad resources to be scheduled. (NonNull)

                                                                                                                      @@ -383,7 +383,7 @@

                                                                                                                      getSources

                                                                                                                      >
                                                                                                                    • getTimeOffset

                                                                                                                      -
                                                                                                                       final String getTimeOffset()
                                                                                                                      +
                                                                                                                       final String getTimeOffset()

                                                                                                                      The offset after which the ad break will start. (Nullable)

                                                                                                                      • VMAP resources will ignore this value as they contain offsets. VMAP resources should be scheduled at the start of the content.

                                                                                                                      Possible formats:

                                                                                                                      • A number for the offset in seconds.

                                                                                                                      • A percentage string (XX%) for a proportion of the content duration.

                                                                                                                      • A time-description specifying "start" or "end".

                                                                                                                      • A timestamp of the format: 00:00:10.000.

                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html index a6b3011c564a..c41b8f811ef4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html @@ -254,7 +254,7 @@

                                                                                                                      Method Summary

                                                                                                                      final DashPlaybackConfiguration.Builder - ignoreAvailabilityWindow(Boolean ignoreAvailabilityWindow) + ignoreAvailabilityWindow(Boolean ignoreAvailabilityWindow) Set this to force the player to ignore the availability window of individual segments in the MPD, and instead consider every listed segment to be immediately available. @@ -329,7 +329,7 @@

                                                                                                                      Method Detail

                                                                                                                      >
                                                                                                                    • ignoreAvailabilityWindow

                                                                                                                      -
                                                                                                                       final DashPlaybackConfiguration.Builder ignoreAvailabilityWindow(Boolean ignoreAvailabilityWindow)
                                                                                                                      +
                                                                                                                       final DashPlaybackConfiguration.Builder ignoreAvailabilityWindow(Boolean ignoreAvailabilityWindow)

                                                                                                                      Set this to force the player to ignore the availability window of individual segments in the MPD, and instead consider every listed segment to be immediately available.

                                                                                                                      • Available since v5.2.0.

                                                                                                                      • This only applies to livestreams (with <MPD type="dynamic">).

                                                                                                                      • This only applies to streams that use <SegmentTimeline>.

                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html index 527302a885ef..8a0f149946f0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html @@ -180,7 +180,7 @@

                                                                                                                      Field Summary

                                                                                                                      - private final Boolean + private final Boolean ignoreAvailabilityWindow @@ -211,7 +211,7 @@

                                                                                                                      Constructor Summary

                                                                                                                      DashPlaybackConfiguration(Boolean ignoreAvailabilityWindow) + href="#DashPlaybackConfiguration(java.lang.Boolean)">DashPlaybackConfiguration(Boolean ignoreAvailabilityWindow) @@ -265,7 +265,7 @@

                                                                                                                      Method Summary

                                                                                                                      - final Boolean + final Boolean getIgnoreAvailabilityWindow() @@ -307,7 +307,7 @@

                                                                                                                      Constructor Detail

                                                                                                                      • DashPlaybackConfiguration

                                                                                                                        -
                                                                                                                        DashPlaybackConfiguration(Boolean ignoreAvailabilityWindow)
                                                                                                                        +
                                                                                                                        DashPlaybackConfiguration(Boolean ignoreAvailabilityWindow)
                                                                                                                      • @@ -334,7 +334,7 @@

                                                                                                                        Method Detail

                                                                                                                        >
                                                                                                                      • getIgnoreAvailabilityWindow

                                                                                                                        -
                                                                                                                         final Boolean getIgnoreAvailabilityWindow()
                                                                                                                        +
                                                                                                                         final Boolean getIgnoreAvailabilityWindow()

                                                                                                                        Whether the player will forcefully ignore the availability window of individual segments in the MPD, and instead consider every listed segment to be immediately available.

                                                                                                                        • Available since v5.2.0.

                                                                                                                        • This only applies to livestreams (with <MPD type="dynamic">).

                                                                                                                        • This only applies to streams that use <SegmentTimeline>.

                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html index bc2b738fbf72..03cbdabe1cb1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                        Constructor Summary

                                                                                                                        ClearkeyKeySystemConfiguration.Builder(String licenseAcquisitionURL) + href="#ClearkeyKeySystemConfiguration.Builder(java.lang.String)">ClearkeyKeySystemConfiguration.Builder(String licenseAcquisitionURL) @@ -262,7 +262,7 @@

                                                                                                                        Method Summary

                                                                                                                        final <Error class: unknown class> - headers(Map<String, String> headers) + headers(Map<String, String> headers) Sets the map of HTTP headers for the license acquisition request. @@ -270,7 +270,7 @@

                                                                                                                        Method Summary

                                                                                                                        final <Error class: unknown class> - useCredentials(Boolean useCredentials) + useCredentials(Boolean useCredentials) Sets whether the player is allowed to use credentials for cross-origin requests. @@ -278,7 +278,7 @@

                                                                                                                        Method Summary

                                                                                                                        final <Error class: unknown class> - queryParameters(Map<String, String> queryParameters) + queryParameters(Map<String, String> queryParameters) Sets the map of query parameters for the license acquisition request. @@ -286,7 +286,7 @@

                                                                                                                        Method Summary

                                                                                                                        final <Error class: unknown class> - integrationParameters(Map<String, Object> integrationParameters) + integrationParameters(Map<String, Object> integrationParameters) Sets the integration-specific parameters to be used by a ContentProtectionIntegration. @@ -334,7 +334,7 @@

                                                                                                                        Constructor Detail

                                                                                                                        • ClearkeyKeySystemConfiguration.Builder

                                                                                                                          -
                                                                                                                          ClearkeyKeySystemConfiguration.Builder(String licenseAcquisitionURL)
                                                                                                                          +
                                                                                                                          ClearkeyKeySystemConfiguration.Builder(String licenseAcquisitionURL)
                                                                                                                          @@ -400,7 +400,7 @@

                                                                                                                          keys

                                                                                                                          >
                                                                                                                        • headers

                                                                                                                          -
                                                                                                                           final <Error class: unknown class> headers(Map<String, String> headers)
                                                                                                                          +
                                                                                                                           final <Error class: unknown class> headers(Map<String, String> headers)

                                                                                                                          Sets the map of HTTP headers for the license acquisition request.

                                                                                                                          @@ -430,7 +430,7 @@

                                                                                                                          headers

                                                                                                                          >
                                                                                                                        • useCredentials

                                                                                                                          -
                                                                                                                           final <Error class: unknown class> useCredentials(Boolean useCredentials)
                                                                                                                          +
                                                                                                                           final <Error class: unknown class> useCredentials(Boolean useCredentials)

                                                                                                                          Sets whether the player is allowed to use credentials for cross-origin requests.

                                                                                                                          @@ -460,7 +460,7 @@

                                                                                                                          useCredentials

                                                                                                                          >
                                                                                                                        • queryParameters

                                                                                                                          -
                                                                                                                           final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
                                                                                                                          +
                                                                                                                           final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)

                                                                                                                          Sets the map of query parameters for the license acquisition request.

                                                                                                                          @@ -490,7 +490,7 @@

                                                                                                                          queryParameters

                                                                                                                          >
                                                                                                                        • integrationParameters

                                                                                                                          -
                                                                                                                           final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)
                                                                                                                          +
                                                                                                                           final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)

                                                                                                                          Sets the integration-specific parameters to be used by a ContentProtectionIntegration.

                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html index c37099642e4b..853d9d2ffbca 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html @@ -173,13 +173,13 @@

                                                                                                                          Field Summary

                                                                                                                          - private final String + private final String id - private final String + private final String value @@ -210,7 +210,7 @@

                                                                                                                          Constructor Summary

                                                                                                                          ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value) + href="#ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(java.lang.String,java.lang.String)">ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value) @@ -264,7 +264,7 @@

                                                                                                                          Method Summary

                                                                                                                          - final String + final String getId() @@ -272,7 +272,7 @@

                                                                                                                          Method Summary

                                                                                                                          - final String + final String getValue() @@ -314,7 +314,7 @@

                                                                                                                          Constructor Detail

                                                                                                                          • ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey

                                                                                                                            -
                                                                                                                            ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value)
                                                                                                                            +
                                                                                                                            ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value)
                                                                                                                          • @@ -341,7 +341,7 @@

                                                                                                                            Method Detail

                                                                                                                            >
                                                                                                                          • getId

                                                                                                                            -
                                                                                                                             final String getId()
                                                                                                                            +
                                                                                                                             final String getId()

                                                                                                                            The identifier of the key. (NonNull)

                                                                                                                            • This is a base64url encoding of the octet sequence containing the key identifier.

                                                                                                                            • See Clear Key License Format for more information.

                                                                                                                            @@ -364,7 +364,7 @@

                                                                                                                            getId

                                                                                                                            >
                                                                                                                          • getValue

                                                                                                                            -
                                                                                                                             final String getValue()
                                                                                                                            +
                                                                                                                             final String getValue()

                                                                                                                            The value of the key. (NonNull)

                                                                                                                            • The base64url encoding of the octet sequence containing the symmetric key value.

                                                                                                                            • See Clear Key License Format for more information.

                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html index 2ac53a973b17..7e2278d427fd 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html @@ -193,25 +193,25 @@

                                                                                                                            Field Summary

                                                                                                                            - private final String + private final String licenseAcquisitionURL - private final Map<String, String> + private final Map<String, String> headers - private final Boolean + private final Boolean useCredentials - private final Map<String, String> + private final Map<String, String> queryParameters @@ -229,13 +229,13 @@

                                                                                                                            Field Summary

                                                                                                                            - private final Boolean + private final Boolean forceSoftwareDecrypt - private final Map<String, Object> + private final Map<String, Object> integrationParameters @@ -266,7 +266,7 @@

                                                                                                                            Constructor Summary

                                                                                                                            ClearkeyKeySystemConfiguration(String licenseAcquisitionURL, Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey> keys, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters) + href="#ClearkeyKeySystemConfiguration(java.lang.String,kotlin.Array,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)">ClearkeyKeySystemConfiguration(String licenseAcquisitionURL, Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey> keys, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters) @@ -328,15 +328,15 @@

                                                                                                                            Method Summary

                                                                                                                            - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -384,7 +384,7 @@

                                                                                                                            Constructor Detail

                                                                                                                            • ClearkeyKeySystemConfiguration

                                                                                                                              -
                                                                                                                              ClearkeyKeySystemConfiguration(String licenseAcquisitionURL, Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey> keys, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)
                                                                                                                              +
                                                                                                                              ClearkeyKeySystemConfiguration(String licenseAcquisitionURL, Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey> keys, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)
                                                                                                                            • @@ -434,7 +434,7 @@

                                                                                                                              getKeys

                                                                                                                              >
                                                                                                                            • equals

                                                                                                                              -
                                                                                                                               Boolean equals(Object other)
                                                                                                                              +
                                                                                                                               Boolean equals(Object other)
                                                                                                                              @@ -457,7 +457,7 @@

                                                                                                                              equals

                                                                                                                              >
                                                                                                                            • hashCode

                                                                                                                              -
                                                                                                                               Integer hashCode()
                                                                                                                              +
                                                                                                                               Integer hashCode()
                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html index a4c383c8d47b..68e94df57038 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html @@ -286,7 +286,7 @@

                                                                                                                              Method Summary

                                                                                                                              final <Error class: unknown class> - customIntegrationId(String integrationId) + customIntegrationId(String integrationId) Sets the identifier of the DRM integration. @@ -294,7 +294,7 @@

                                                                                                                              Method Summary

                                                                                                                              final <Error class: unknown class> - integrationParameters(Map<String, Object> integrationParameters) + integrationParameters(Map<String, Object> integrationParameters) Sets the integration-specific parameters to be used by a ContentProtectionIntegration. @@ -302,7 +302,7 @@

                                                                                                                              Method Summary

                                                                                                                              final <Error class: unknown class> - queryParameters(Map<String, String> queryParameters) + queryParameters(Map<String, String> queryParameters) Sets the default query parameters for all DRM requests. @@ -310,7 +310,7 @@

                                                                                                                              Method Summary

                                                                                                                              final <Error class: unknown class> - multiSession(Boolean multiSession) + multiSession(Boolean multiSession) Sets whether multi-session is enabled for this DRM configuration. @@ -318,7 +318,7 @@

                                                                                                                              Method Summary

                                                                                                                              final <Error class: unknown class> - preferredKeySystems(List<KeySystemId> preferredKeySystems) + preferredKeySystems(List<KeySystemId> preferredKeySystems) Sets the key systems to try first, in order of preference. @@ -513,7 +513,7 @@

                                                                                                                              clearkey

                                                                                                                              >
                                                                                                                            • customIntegrationId

                                                                                                                              -
                                                                                                                               final <Error class: unknown class> customIntegrationId(String integrationId)
                                                                                                                              +
                                                                                                                               final <Error class: unknown class> customIntegrationId(String integrationId)

                                                                                                                              Sets the identifier of the DRM integration.

                                                                                                                              @@ -536,7 +536,7 @@

                                                                                                                              customIntegrationId

                                                                                                                              >
                                                                                                                            • integrationParameters

                                                                                                                              -
                                                                                                                               final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)
                                                                                                                              +
                                                                                                                               final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)

                                                                                                                              Sets the integration-specific parameters to be used by a ContentProtectionIntegration.

                                                                                                                              @@ -559,7 +559,7 @@

                                                                                                                              integrationParameters

                                                                                                                              >
                                                                                                                            • queryParameters

                                                                                                                              -
                                                                                                                               final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
                                                                                                                              +
                                                                                                                               final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)

                                                                                                                              Sets the default query parameters for all DRM requests.

                                                                                                                              @@ -582,7 +582,7 @@

                                                                                                                              queryParameters

                                                                                                                              >
                                                                                                                            • multiSession

                                                                                                                              -
                                                                                                                               final <Error class: unknown class> multiSession(Boolean multiSession)
                                                                                                                              +
                                                                                                                               final <Error class: unknown class> multiSession(Boolean multiSession)

                                                                                                                              Sets whether multi-session is enabled for this DRM configuration.

                                                                                                                              @@ -605,7 +605,7 @@

                                                                                                                              multiSession

                                                                                                                              >
                                                                                                                            • preferredKeySystems

                                                                                                                              -
                                                                                                                               final <Error class: unknown class> preferredKeySystems(List<KeySystemId> preferredKeySystems)
                                                                                                                              +
                                                                                                                               final <Error class: unknown class> preferredKeySystems(List<KeySystemId> preferredKeySystems)

                                                                                                                              Sets the key systems to try first, in order of preference.

                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMConfiguration.html index 9f0869549072..1878feca9956 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMConfiguration.html @@ -210,31 +210,31 @@

                                                                                                                              Field Summary

                                                                                                                              - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -265,13 +265,13 @@

                                                                                                                              Constructor Summary

                                                                                                                              DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems) + href="#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)">DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems) Creates a DRMConfiguration. DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems) + href="#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)">DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems) @@ -365,7 +365,7 @@

                                                                                                                              Method Summary

                                                                                                                              - final String + final String getCustomIntegrationId() @@ -373,7 +373,7 @@

                                                                                                                              Method Summary

                                                                                                                              - final Map<String, Object> + final Map<String, Object> getIntegrationParameters() @@ -381,7 +381,7 @@

                                                                                                                              Method Summary

                                                                                                                              - final Map<String, String> + final Map<String, String> getQueryParameters() @@ -389,7 +389,7 @@

                                                                                                                              Method Summary

                                                                                                                              - final Boolean + final Boolean isMultiSession() @@ -397,7 +397,7 @@

                                                                                                                              Method Summary

                                                                                                                              - final List<KeySystemId> + final List<KeySystemId> getPreferredKeySystems() @@ -405,15 +405,15 @@

                                                                                                                              Method Summary

                                                                                                                              - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -423,7 +423,7 @@

                                                                                                                              Method Summary

                                                                                                                              final DRMConfiguration - copy(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems) + copy(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems) Creates a new DRMConfiguration with the same properties as this configuration, optionally replacing specific properties with the given values. @@ -463,7 +463,7 @@

                                                                                                                              Constructor Detail

                                                                                                                              • DRMConfiguration

                                                                                                                                -
                                                                                                                                DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
                                                                                                                                +
                                                                                                                                DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
                                                                                                                                Creates a DRMConfiguration.
                                                                                                                                @@ -514,7 +514,7 @@

                                                                                                                                DRMConfiguration

                                                                                                                                • DRMConfiguration

                                                                                                                                  -
                                                                                                                                  DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
                                                                                                                                  +
                                                                                                                                  DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
                                                                                                                                • @@ -656,7 +656,7 @@

                                                                                                                                  getIntegration

                                                                                                                                  >
                                                                                                                                • getCustomIntegrationId

                                                                                                                                  -
                                                                                                                                   final String getCustomIntegrationId()
                                                                                                                                  +
                                                                                                                                   final String getCustomIntegrationId()

                                                                                                                                  The custom integration identifier of the DRM integration. (Nullable)

                                                                                                                                  @@ -679,7 +679,7 @@

                                                                                                                                  getCustomIntegrationId

                                                                                                                                  >
                                                                                                                                • getIntegrationParameters

                                                                                                                                  -
                                                                                                                                   final Map<String, Object> getIntegrationParameters()
                                                                                                                                  +
                                                                                                                                   final Map<String, Object> getIntegrationParameters()

                                                                                                                                  The integration-specific parameters to be used by a ContentProtectionIntegration.

                                                                                                                                  @@ -702,7 +702,7 @@

                                                                                                                                  getIntegrationParameters

                                                                                                                                  >
                                                                                                                                • getQueryParameters

                                                                                                                                  -
                                                                                                                                   final Map<String, String> getQueryParameters()
                                                                                                                                  +
                                                                                                                                   final Map<String, String> getQueryParameters()

                                                                                                                                  The default query parameters for all DRM requests. (NonNull)

                                                                                                                                  These query parameters will be applied to all license and certificate requests for this DRM configuration. They will be merged with key system-specific query parameters, with key system-specific parameters taking precedence.

                                                                                                                                  @@ -725,7 +725,7 @@

                                                                                                                                  getQueryParameters

                                                                                                                                  >
                                                                                                                                • isMultiSession

                                                                                                                                  -
                                                                                                                                   final Boolean isMultiSession()
                                                                                                                                  +
                                                                                                                                   final Boolean isMultiSession()

                                                                                                                                  Sets whether multi-session is enabled for this DRM configuration. (Nullable)

                                                                                                                                  • Set to false when a single key request will obtain all keys required to decrypt the stream.

                                                                                                                                  • Set to true when a different key request is needed for different qualities of the stream, or when the stream uses key rotation.

                                                                                                                                  Default: false.

                                                                                                                                  @@ -753,7 +753,7 @@

                                                                                                                                  isMultiSession

                                                                                                                                  >
                                                                                                                                • getPreferredKeySystems

                                                                                                                                  -
                                                                                                                                   final List<KeySystemId> getPreferredKeySystems()
                                                                                                                                  +
                                                                                                                                   final List<KeySystemId> getPreferredKeySystems()

                                                                                                                                  The key systems to try first, in order of preference. (Nullable)

                                                                                                                                  Key systems not in this list are tried afterwards, in the default order. The first preferred key system that is both configured and supported by the device is used.

                                                                                                                                  @@ -776,7 +776,7 @@

                                                                                                                                  getPreferredKeySystems

                                                                                                                                  >
                                                                                                                                • equals

                                                                                                                                  -
                                                                                                                                   Boolean equals(Object other)
                                                                                                                                  +
                                                                                                                                   Boolean equals(Object other)
                                                                                                                                  @@ -799,7 +799,7 @@

                                                                                                                                  equals

                                                                                                                                  >
                                                                                                                                • hashCode

                                                                                                                                  -
                                                                                                                                   Integer hashCode()
                                                                                                                                  +
                                                                                                                                   Integer hashCode()
                                                                                                                                  @@ -822,7 +822,7 @@

                                                                                                                                  hashCode

                                                                                                                                  >
                                                                                                                                • copy

                                                                                                                                  -
                                                                                                                                   final DRMConfiguration copy(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
                                                                                                                                  +
                                                                                                                                   final DRMConfiguration copy(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)

                                                                                                                                  Creates a new DRMConfiguration with the same properties as this configuration, optionally replacing specific properties with the given values.

                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html index 590df1db1630..906d8acf90db 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html @@ -254,7 +254,7 @@

                                                                                                                                  Method Summary

                                                                                                                                  final static DRMIntegrationId - from(String integrationId) + from(String integrationId) Creates a DRM integration identifier from a textual representation. @@ -311,7 +311,7 @@

                                                                                                                                  Method Detail

                                                                                                                                  >
                                                                                                                                • from

                                                                                                                                  -
                                                                                                                                   final static DRMIntegrationId from(String integrationId)
                                                                                                                                  +
                                                                                                                                   final static DRMIntegrationId from(String integrationId)

                                                                                                                                  Creates a DRM integration identifier from a textual representation.

                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMIntegrationId.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMIntegrationId.html index d2bc33df673b..2d22a7deb184 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMIntegrationId.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/DRMIntegrationId.html @@ -123,7 +123,7 @@

                                                                                                                                  Enum DRMIntegrationId

                                                                                                                                   
                                                                                                                                   public enum DRMIntegrationId
                                                                                                                                  -extends Enum<DRMIntegrationId>
                                                                                                                                  +extends Enum<DRMIntegrationId>
                                                                                                                                                       

                                                                                                                                  The identifier of a DRM integration.

                                                                                                                                  @@ -188,19 +188,19 @@

                                                                                                                                  Field Summary

                                                                                                                                  - private final String + private final String integrationId - private final String + private final String name - private final Integer + private final Integer ordinal @@ -347,7 +347,7 @@

                                                                                                                                  Method Summary

                                                                                                                                  final DRMIntegrationId - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -361,7 +361,7 @@

                                                                                                                                  Method Summary

                                                                                                                                  - final String + final String getIntegrationId() @@ -434,7 +434,7 @@

                                                                                                                                  Method Detail

                                                                                                                                  >
                                                                                                                                • valueOf

                                                                                                                                  -
                                                                                                                                   final DRMIntegrationId valueOf(String value)
                                                                                                                                  +
                                                                                                                                   final DRMIntegrationId valueOf(String value)

                                                                                                                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                                                                                  @@ -480,7 +480,7 @@

                                                                                                                                  values

                                                                                                                                  >
                                                                                                                                • getIntegrationId

                                                                                                                                  -
                                                                                                                                   final String getIntegrationId()
                                                                                                                                  +
                                                                                                                                   final String getIntegrationId()

                                                                                                                                  The textual representation of the DRM integration identifier. (NonNull)

                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html index 959e0da44e89..67f9a3c2b2b3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                  Constructor Summary

                                                                                                                                  FairPlayKeySystemConfiguration.Builder(String licenseAcquisitionURL, String certificateURL) + href="#FairPlayKeySystemConfiguration.Builder(java.lang.String,java.lang.String)">FairPlayKeySystemConfiguration.Builder(String licenseAcquisitionURL, String certificateURL) @@ -254,7 +254,7 @@

                                                                                                                                  Method Summary

                                                                                                                                  final <Error class: unknown class> - headers(Map<String, String> headers) + headers(Map<String, String> headers) Sets the map of HTTP headers for the license acquisition request. @@ -262,7 +262,7 @@

                                                                                                                                  Method Summary

                                                                                                                                  final <Error class: unknown class> - useCredentials(Boolean useCredentials) + useCredentials(Boolean useCredentials) Sets whether the player is allowed to use credentials for cross-origin requests. @@ -270,7 +270,7 @@

                                                                                                                                  Method Summary

                                                                                                                                  final <Error class: unknown class> - queryParameters(Map<String, String> queryParameters) + queryParameters(Map<String, String> queryParameters) Sets the map of query parameters for the license acquisition request. @@ -278,7 +278,7 @@

                                                                                                                                  Method Summary

                                                                                                                                  final <Error class: unknown class> - integrationParameters(Map<String, Object> integrationParameters) + integrationParameters(Map<String, Object> integrationParameters) Sets the integration-specific parameters to be used by a ContentProtectionIntegration. @@ -326,7 +326,7 @@

                                                                                                                                  Constructor Detail

                                                                                                                                  • FairPlayKeySystemConfiguration.Builder

                                                                                                                                    -
                                                                                                                                    FairPlayKeySystemConfiguration.Builder(String licenseAcquisitionURL, String certificateURL)
                                                                                                                                    +
                                                                                                                                    FairPlayKeySystemConfiguration.Builder(String licenseAcquisitionURL, String certificateURL)
                                                                                                                                    @@ -366,7 +366,7 @@

                                                                                                                                    Method Detail

                                                                                                                                    >
                                                                                                                                  • headers

                                                                                                                                    -
                                                                                                                                     final <Error class: unknown class> headers(Map<String, String> headers)
                                                                                                                                    +
                                                                                                                                     final <Error class: unknown class> headers(Map<String, String> headers)

                                                                                                                                    Sets the map of HTTP headers for the license acquisition request.

                                                                                                                                    @@ -396,7 +396,7 @@

                                                                                                                                    headers

                                                                                                                                    >
                                                                                                                                  • useCredentials

                                                                                                                                    -
                                                                                                                                     final <Error class: unknown class> useCredentials(Boolean useCredentials)
                                                                                                                                    +
                                                                                                                                     final <Error class: unknown class> useCredentials(Boolean useCredentials)

                                                                                                                                    Sets whether the player is allowed to use credentials for cross-origin requests.

                                                                                                                                    @@ -426,7 +426,7 @@

                                                                                                                                    useCredentials

                                                                                                                                    >
                                                                                                                                  • queryParameters

                                                                                                                                    -
                                                                                                                                     final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
                                                                                                                                    +
                                                                                                                                     final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)

                                                                                                                                    Sets the map of query parameters for the license acquisition request.

                                                                                                                                    @@ -456,7 +456,7 @@

                                                                                                                                    queryParameters

                                                                                                                                    >
                                                                                                                                  • integrationParameters

                                                                                                                                    -
                                                                                                                                     final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)
                                                                                                                                    +
                                                                                                                                     final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)

                                                                                                                                    Sets the integration-specific parameters to be used by a ContentProtectionIntegration.

                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html index 59724ce0e193..8f4a6f468994 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html @@ -180,31 +180,31 @@

                                                                                                                                    Field Summary

                                                                                                                                    - private final String + private final String certificateURL - private final String + private final String licenseAcquisitionURL - private final Map<String, String> + private final Map<String, String> headers - private final Boolean + private final Boolean useCredentials - private final Map<String, String> + private final Map<String, String> queryParameters @@ -222,13 +222,13 @@

                                                                                                                                    Field Summary

                                                                                                                                    - private final Boolean + private final Boolean forceSoftwareDecrypt - private final Map<String, Object> + private final Map<String, Object> integrationParameters @@ -259,7 +259,7 @@

                                                                                                                                    Constructor Summary

                                                                                                                                    FairPlayKeySystemConfiguration(String licenseAcquisitionURL, String certificateURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters) + href="#FairPlayKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)">FairPlayKeySystemConfiguration(String licenseAcquisitionURL, String certificateURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters) @@ -313,7 +313,7 @@

                                                                                                                                    Method Summary

                                                                                                                                    - final String + final String getCertificateURL() @@ -321,15 +321,15 @@

                                                                                                                                    Method Summary

                                                                                                                                    - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -377,7 +377,7 @@

                                                                                                                                    Constructor Detail

                                                                                                                                    • FairPlayKeySystemConfiguration

                                                                                                                                      -
                                                                                                                                      FairPlayKeySystemConfiguration(String licenseAcquisitionURL, String certificateURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)
                                                                                                                                      +
                                                                                                                                      FairPlayKeySystemConfiguration(String licenseAcquisitionURL, String certificateURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)
                                                                                                                                    • @@ -404,7 +404,7 @@

                                                                                                                                      Method Detail

                                                                                                                                      >
                                                                                                                                    • getCertificateURL

                                                                                                                                      -
                                                                                                                                       final String getCertificateURL()
                                                                                                                                      +
                                                                                                                                       final String getCertificateURL()

                                                                                                                                      The URL of the certificate. (NonNull)

                                                                                                                                      @@ -427,7 +427,7 @@

                                                                                                                                      getCertificateURL

                                                                                                                                      >
                                                                                                                                    • equals

                                                                                                                                      -
                                                                                                                                       Boolean equals(Object other)
                                                                                                                                      +
                                                                                                                                       Boolean equals(Object other)
                                                                                                                                      @@ -450,7 +450,7 @@

                                                                                                                                      equals

                                                                                                                                      >
                                                                                                                                    • hashCode

                                                                                                                                      -
                                                                                                                                       Integer hashCode()
                                                                                                                                      +
                                                                                                                                       Integer hashCode()
                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html index 2f08df9570de..e2cea755b1b8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                      Constructor Summary

                                                                                                                                      KeySystemConfiguration.Builder(String licenseAcquisitionURL) + href="#KeySystemConfiguration.Builder(java.lang.String)">KeySystemConfiguration.Builder(String licenseAcquisitionURL) @@ -254,7 +254,7 @@

                                                                                                                                      Method Summary

                                                                                                                                      final <Error class: unknown class> - headers(Map<String, String> headers) + headers(Map<String, String> headers) Sets the map of HTTP headers for the license acquisition request. @@ -262,7 +262,7 @@

                                                                                                                                      Method Summary

                                                                                                                                      final <Error class: unknown class> - useCredentials(Boolean useCredentials) + useCredentials(Boolean useCredentials) Sets whether the player is allowed to use credentials for cross-origin requests. @@ -270,7 +270,7 @@

                                                                                                                                      Method Summary

                                                                                                                                      final <Error class: unknown class> - queryParameters(Map<String, String> queryParameters) + queryParameters(Map<String, String> queryParameters) Sets the map of query parameters for the license acquisition request. @@ -294,7 +294,7 @@

                                                                                                                                      Method Summary

                                                                                                                                      final <Error class: unknown class> - forceSoftwareDecrypt(Boolean forceSoftwareDecrypt) + forceSoftwareDecrypt(Boolean forceSoftwareDecrypt) Sets whether to force decryption to happen in software. @@ -302,7 +302,7 @@

                                                                                                                                      Method Summary

                                                                                                                                      final <Error class: unknown class> - integrationParameters(Map<String, Object> integrationParameters) + integrationParameters(Map<String, Object> integrationParameters) Sets the integration-specific parameters to be used by a ContentProtectionIntegration. @@ -350,7 +350,7 @@

                                                                                                                                      Constructor Detail

                                                                                                                                      • KeySystemConfiguration.Builder

                                                                                                                                        -
                                                                                                                                        KeySystemConfiguration.Builder(String licenseAcquisitionURL)
                                                                                                                                        +
                                                                                                                                        KeySystemConfiguration.Builder(String licenseAcquisitionURL)
                                                                                                                                        @@ -386,7 +386,7 @@

                                                                                                                                        Method Detail

                                                                                                                                        >
                                                                                                                                      • headers

                                                                                                                                        -
                                                                                                                                         final <Error class: unknown class> headers(Map<String, String> headers)
                                                                                                                                        +
                                                                                                                                         final <Error class: unknown class> headers(Map<String, String> headers)

                                                                                                                                        Sets the map of HTTP headers for the license acquisition request.

                                                                                                                                        @@ -416,7 +416,7 @@

                                                                                                                                        headers

                                                                                                                                        >
                                                                                                                                      • useCredentials

                                                                                                                                        -
                                                                                                                                         final <Error class: unknown class> useCredentials(Boolean useCredentials)
                                                                                                                                        +
                                                                                                                                         final <Error class: unknown class> useCredentials(Boolean useCredentials)

                                                                                                                                        Sets whether the player is allowed to use credentials for cross-origin requests.

                                                                                                                                        @@ -446,7 +446,7 @@

                                                                                                                                        useCredentials

                                                                                                                                        >
                                                                                                                                      • queryParameters

                                                                                                                                        -
                                                                                                                                         final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
                                                                                                                                        +
                                                                                                                                         final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)

                                                                                                                                        Sets the map of query parameters for the license acquisition request.

                                                                                                                                        @@ -536,7 +536,7 @@

                                                                                                                                        certificate

                                                                                                                                        >
                                                                                                                                      • forceSoftwareDecrypt

                                                                                                                                        -
                                                                                                                                         final <Error class: unknown class> forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)
                                                                                                                                        +
                                                                                                                                         final <Error class: unknown class> forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)

                                                                                                                                        Sets whether to force decryption to happen in software.

                                                                                                                                        @@ -559,7 +559,7 @@

                                                                                                                                        forceSoftwareDecrypt

                                                                                                                                        >
                                                                                                                                      • integrationParameters

                                                                                                                                        -
                                                                                                                                         final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)
                                                                                                                                        +
                                                                                                                                         final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)

                                                                                                                                        Sets the integration-specific parameters to be used by a ContentProtectionIntegration.

                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/KeySystemConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/KeySystemConfiguration.html index 09df7e79976a..8833e09b3168 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/KeySystemConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/KeySystemConfiguration.html @@ -180,25 +180,25 @@

                                                                                                                                        Field Summary

                                                                                                                                        - private final String + private final String licenseAcquisitionURL - private final Map<String, String> + private final Map<String, String> headers - private final Boolean + private final Boolean useCredentials - private final Map<String, String> + private final Map<String, String> queryParameters @@ -216,13 +216,13 @@

                                                                                                                                        Field Summary

                                                                                                                                        - private final Boolean + private final Boolean forceSoftwareDecrypt - private final Map<String, Object> + private final Map<String, Object> integrationParameters @@ -253,7 +253,7 @@

                                                                                                                                        Constructor Summary

                                                                                                                                        KeySystemConfiguration(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters) + href="#KeySystemConfiguration(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)">KeySystemConfiguration(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters) @@ -307,7 +307,7 @@

                                                                                                                                        Method Summary

                                                                                                                                        - final String + final String getLicenseAcquisitionURL() @@ -315,7 +315,7 @@

                                                                                                                                        Method Summary

                                                                                                                                        - final Map<String, String> + final Map<String, String> getHeaders() @@ -323,7 +323,7 @@

                                                                                                                                        Method Summary

                                                                                                                                        - final Boolean + final Boolean getUseCredentials() @@ -331,7 +331,7 @@

                                                                                                                                        Method Summary

                                                                                                                                        - final Map<String, String> + final Map<String, String> getQueryParameters() @@ -355,7 +355,7 @@

                                                                                                                                        Method Summary

                                                                                                                                        - final Boolean + final Boolean getForceSoftwareDecrypt() @@ -363,7 +363,7 @@

                                                                                                                                        Method Summary

                                                                                                                                        - final Map<String, Object> + final Map<String, Object> getIntegrationParameters() @@ -371,15 +371,15 @@

                                                                                                                                        Method Summary

                                                                                                                                        - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -389,7 +389,7 @@

                                                                                                                                        Method Summary

                                                                                                                                        final KeySystemConfiguration - copy(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters) + copy(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters) Creates a new KeySystemConfiguration with the same properties as this configuration, optionally replacing specific properties with the given values. @@ -429,7 +429,7 @@

                                                                                                                                        Constructor Detail

                                                                                                                                        • KeySystemConfiguration

                                                                                                                                          -
                                                                                                                                          KeySystemConfiguration(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)
                                                                                                                                          +
                                                                                                                                          KeySystemConfiguration(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)
                                                                                                                                        • @@ -456,7 +456,7 @@

                                                                                                                                          Method Detail

                                                                                                                                          >
                                                                                                                                        • getLicenseAcquisitionURL

                                                                                                                                          -
                                                                                                                                           final String getLicenseAcquisitionURL()
                                                                                                                                          +
                                                                                                                                           final String getLicenseAcquisitionURL()

                                                                                                                                          The license acquisition URL. (NonNull)

                                                                                                                                          @@ -479,7 +479,7 @@

                                                                                                                                          getLicenseAcquisitionURL

                                                                                                                                          >
                                                                                                                                        • getHeaders

                                                                                                                                          -
                                                                                                                                           final Map<String, String> getHeaders()
                                                                                                                                          +
                                                                                                                                           final Map<String, String> getHeaders()

                                                                                                                                          Map of HTTP headers for the license acquisition request. (NonNull)

                                                                                                                                          • Each entry contains a header name with associated value.

                                                                                                                                          @@ -502,7 +502,7 @@

                                                                                                                                          getHeaders

                                                                                                                                          >
                                                                                                                                        • getUseCredentials

                                                                                                                                          -
                                                                                                                                           final Boolean getUseCredentials()
                                                                                                                                          +
                                                                                                                                           final Boolean getUseCredentials()

                                                                                                                                          Returns whether the player is allowed to use credentials for cross-origin requests.

                                                                                                                                          • Credentials are cookies, authorization headers or TLS client certificates.

                                                                                                                                          Default: false

                                                                                                                                          @@ -525,7 +525,7 @@

                                                                                                                                          getUseCredentials

                                                                                                                                          >
                                                                                                                                        • getQueryParameters

                                                                                                                                          -
                                                                                                                                           final Map<String, String> getQueryParameters()
                                                                                                                                          +
                                                                                                                                           final Map<String, String> getQueryParameters()

                                                                                                                                          The map of query parameters for the license acquisition request. (NonNull)

                                                                                                                                          • Each entry contains a query parameter name with associated value.

                                                                                                                                          @@ -597,7 +597,7 @@

                                                                                                                                          getCertificate

                                                                                                                                          >
                                                                                                                                        • getForceSoftwareDecrypt

                                                                                                                                          -
                                                                                                                                           final Boolean getForceSoftwareDecrypt()
                                                                                                                                          +
                                                                                                                                           final Boolean getForceSoftwareDecrypt()

                                                                                                                                          Whether to force decryption to happen in software.

                                                                                                                                          • Only supported for Widevine.

                                                                                                                                          • If set, the player will always use Widevine L3 (even if Widevine L1 is supported).

                                                                                                                                          • This may prevent the player from switching to a high-definition quality, and should only be used to work around issues on specific devices.

                                                                                                                                          @@ -620,7 +620,7 @@

                                                                                                                                          getForceSoftwareDecrypt

                                                                                                                                          >
                                                                                                                                        • getIntegrationParameters

                                                                                                                                          -
                                                                                                                                           final Map<String, Object> getIntegrationParameters()
                                                                                                                                          +
                                                                                                                                           final Map<String, Object> getIntegrationParameters()

                                                                                                                                          The integration-specific parameters to be used by a ContentProtectionIntegration.

                                                                                                                                          @@ -643,7 +643,7 @@

                                                                                                                                          getIntegrationParameters

                                                                                                                                          >
                                                                                                                                        • equals

                                                                                                                                          -
                                                                                                                                           Boolean equals(Object other)
                                                                                                                                          +
                                                                                                                                           Boolean equals(Object other)
                                                                                                                                          @@ -666,7 +666,7 @@

                                                                                                                                          equals

                                                                                                                                          >
                                                                                                                                        • hashCode

                                                                                                                                          -
                                                                                                                                           Integer hashCode()
                                                                                                                                          +
                                                                                                                                           Integer hashCode()
                                                                                                                                          @@ -689,7 +689,7 @@

                                                                                                                                          hashCode

                                                                                                                                          >
                                                                                                                                        • copy

                                                                                                                                          -
                                                                                                                                           final KeySystemConfiguration copy(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)
                                                                                                                                          +
                                                                                                                                           final KeySystemConfiguration copy(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)

                                                                                                                                          Creates a new KeySystemConfiguration with the same properties as this configuration, optionally replacing specific properties with the given values.

                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/LicenseType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/LicenseType.html index c7e00a286dd8..1d9d10ad74e5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/LicenseType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/LicenseType.html @@ -123,7 +123,7 @@

                                                                                                                                          Enum LicenseType

                                                                                                                                           
                                                                                                                                           public enum LicenseType
                                                                                                                                          -extends Enum<LicenseType>
                                                                                                                                          +extends Enum<LicenseType>
                                                                                                                                                               

                                                                                                                                          The type of the license.

                                                                                                                                          @@ -181,13 +181,13 @@

                                                                                                                                          Field Summary

                                                                                                                                          - private final String + private final String name - private final Integer + private final Integer ordinal @@ -286,7 +286,7 @@

                                                                                                                                          Method Summary

                                                                                                                                          final LicenseType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -365,7 +365,7 @@

                                                                                                                                          Method Detail

                                                                                                                                          >
                                                                                                                                        • valueOf

                                                                                                                                          -
                                                                                                                                           final LicenseType valueOf(String value)
                                                                                                                                          +
                                                                                                                                           final LicenseType valueOf(String value)

                                                                                                                                          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html index fdbcdd7a8151..37204de8f120 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                          Constructor Summary

                                                                                                                                          AxinomDRMConfiguration.Builder(String token) + href="#AxinomDRMConfiguration.Builder(java.lang.String)">AxinomDRMConfiguration.Builder(String token) @@ -326,7 +326,7 @@

                                                                                                                                          Constructor Detail

                                                                                                                                          • AxinomDRMConfiguration.Builder

                                                                                                                                            -
                                                                                                                                            AxinomDRMConfiguration.Builder(String token)
                                                                                                                                            +
                                                                                                                                            AxinomDRMConfiguration.Builder(String token)
                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html index beadbff092a1..c6e157183e27 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html @@ -180,7 +180,7 @@

                                                                                                                                            Field Summary

                                                                                                                                            - private final String + private final String token @@ -216,31 +216,31 @@

                                                                                                                                            Field Summary

                                                                                                                                            - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -271,7 +271,7 @@

                                                                                                                                            Constructor Summary

                                                                                                                                            AxinomDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay) + href="#AxinomDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)">AxinomDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay) @@ -325,7 +325,7 @@

                                                                                                                                            Method Summary

                                                                                                                                            - final String + final String getToken() @@ -333,15 +333,15 @@

                                                                                                                                            Method Summary

                                                                                                                                            - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -389,7 +389,7 @@

                                                                                                                                            Constructor Detail

                                                                                                                                            • AxinomDRMConfiguration

                                                                                                                                              -
                                                                                                                                              AxinomDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
                                                                                                                                              +
                                                                                                                                              AxinomDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
                                                                                                                                            • @@ -416,7 +416,7 @@

                                                                                                                                              Method Detail

                                                                                                                                              >
                                                                                                                                            • getToken

                                                                                                                                              -
                                                                                                                                               final String getToken()
                                                                                                                                              +
                                                                                                                                               final String getToken()

                                                                                                                                              The Axinom authorization token. (NonNull)

                                                                                                                                              • This token will be attached when the license request (custom data) is retrieved.

                                                                                                                                              @@ -439,7 +439,7 @@

                                                                                                                                              getToken

                                                                                                                                              >
                                                                                                                                            • equals

                                                                                                                                              -
                                                                                                                                               Boolean equals(Object other)
                                                                                                                                              +
                                                                                                                                               Boolean equals(Object other)
                                                                                                                                              @@ -462,7 +462,7 @@

                                                                                                                                              equals

                                                                                                                                              >
                                                                                                                                            • hashCode

                                                                                                                                              -
                                                                                                                                               Integer hashCode()
                                                                                                                                              +
                                                                                                                                               Integer hashCode()
                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html index f8fbef32c267..523c0e3aa060 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                              Constructor Summary

                                                                                                                                              AzureDRMConfiguration.Builder(String certificateURL, String token) + href="#AzureDRMConfiguration.Builder(java.lang.String,java.lang.String)">AzureDRMConfiguration.Builder(String certificateURL, String token) @@ -326,7 +326,7 @@

                                                                                                                                              Constructor Detail

                                                                                                                                              • AzureDRMConfiguration.Builder

                                                                                                                                                -
                                                                                                                                                AzureDRMConfiguration.Builder(String certificateURL, String token)
                                                                                                                                                +
                                                                                                                                                AzureDRMConfiguration.Builder(String certificateURL, String token)
                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html index d696daabc6c7..b53da8980012 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html @@ -180,13 +180,13 @@

                                                                                                                                                Field Summary

                                                                                                                                                - private final String + private final String certificateURL - private final String + private final String token @@ -222,31 +222,31 @@

                                                                                                                                                Field Summary

                                                                                                                                                - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -277,7 +277,7 @@

                                                                                                                                                Constructor Summary

                                                                                                                                                AzureDRMConfiguration(String certificateURL, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay) + href="#AzureDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)">AzureDRMConfiguration(String certificateURL, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay) @@ -331,7 +331,7 @@

                                                                                                                                                Method Summary

                                                                                                                                                - final String + final String getCertificateURL() @@ -339,7 +339,7 @@

                                                                                                                                                Method Summary

                                                                                                                                                - final String + final String getToken() @@ -347,15 +347,15 @@

                                                                                                                                                Method Summary

                                                                                                                                                - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -403,7 +403,7 @@

                                                                                                                                                Constructor Detail

                                                                                                                                                • AzureDRMConfiguration

                                                                                                                                                  -
                                                                                                                                                  AzureDRMConfiguration(String certificateURL, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
                                                                                                                                                  +
                                                                                                                                                  AzureDRMConfiguration(String certificateURL, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
                                                                                                                                                • @@ -430,7 +430,7 @@

                                                                                                                                                  Method Detail

                                                                                                                                                  >
                                                                                                                                                • getCertificateURL

                                                                                                                                                  -
                                                                                                                                                   final String getCertificateURL()
                                                                                                                                                  +
                                                                                                                                                   final String getCertificateURL()

                                                                                                                                                  The Azure certificate URL. (NonNull)

                                                                                                                                                  @@ -453,7 +453,7 @@

                                                                                                                                                  getCertificateURL

                                                                                                                                                  >
                                                                                                                                                • getToken

                                                                                                                                                  -
                                                                                                                                                   final String getToken()
                                                                                                                                                  +
                                                                                                                                                   final String getToken()

                                                                                                                                                  The Azure Media Services Authorization Token. (NonNull)

                                                                                                                                                  • This token will be used for the license request.

                                                                                                                                                  @@ -476,7 +476,7 @@

                                                                                                                                                  getToken

                                                                                                                                                  >
                                                                                                                                                • equals

                                                                                                                                                  -
                                                                                                                                                   Boolean equals(Object other)
                                                                                                                                                  +
                                                                                                                                                   Boolean equals(Object other)
                                                                                                                                                  @@ -499,7 +499,7 @@

                                                                                                                                                  equals

                                                                                                                                                  >
                                                                                                                                                • hashCode

                                                                                                                                                  -
                                                                                                                                                   Integer hashCode()
                                                                                                                                                  +
                                                                                                                                                   Integer hashCode()
                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html index e16dfefbd960..d9e4244078a1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                                  Constructor Summary

                                                                                                                                                  ConaxDRMConfiguration.Builder(String deviceId, String token) + href="#ConaxDRMConfiguration.Builder(java.lang.String,java.lang.String)">ConaxDRMConfiguration.Builder(String deviceId, String token) @@ -326,7 +326,7 @@

                                                                                                                                                  Constructor Detail

                                                                                                                                                  • ConaxDRMConfiguration.Builder

                                                                                                                                                    -
                                                                                                                                                    ConaxDRMConfiguration.Builder(String deviceId, String token)
                                                                                                                                                    +
                                                                                                                                                    ConaxDRMConfiguration.Builder(String deviceId, String token)
                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html index 827f360ad3a8..d3ece04301cc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html @@ -180,13 +180,13 @@

                                                                                                                                                    Field Summary

                                                                                                                                                    - private final String + private final String deviceId - private final String + private final String token @@ -222,31 +222,31 @@

                                                                                                                                                    Field Summary

                                                                                                                                                    - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -277,7 +277,7 @@

                                                                                                                                                    Constructor Summary

                                                                                                                                                    ConaxDRMConfiguration(String deviceId, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay) + href="#ConaxDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)">ConaxDRMConfiguration(String deviceId, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay) @@ -331,7 +331,7 @@

                                                                                                                                                    Method Summary

                                                                                                                                                    - final String + final String getDeviceId() @@ -339,7 +339,7 @@

                                                                                                                                                    Method Summary

                                                                                                                                                    - final String + final String getToken() @@ -387,7 +387,7 @@

                                                                                                                                                    Constructor Detail

                                                                                                                                                    • ConaxDRMConfiguration

                                                                                                                                                      -
                                                                                                                                                      ConaxDRMConfiguration(String deviceId, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
                                                                                                                                                      +
                                                                                                                                                      ConaxDRMConfiguration(String deviceId, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
                                                                                                                                                    • @@ -414,7 +414,7 @@

                                                                                                                                                      Method Detail

                                                                                                                                                      >
                                                                                                                                                    • getDeviceId

                                                                                                                                                      -
                                                                                                                                                       final String getDeviceId()
                                                                                                                                                      +
                                                                                                                                                       final String getDeviceId()

                                                                                                                                                      The identifier of the Conax Device. (NonNull)

                                                                                                                                                      • This identifier will be added to the OTT Account. This is done every time the video is started to simplify the example, adding the same device twice will not result in any changes.

                                                                                                                                                      • The portal will usually handle adding a device to an account.

                                                                                                                                                      @@ -437,7 +437,7 @@

                                                                                                                                                      getDeviceId

                                                                                                                                                      >
                                                                                                                                                    • getToken

                                                                                                                                                      -
                                                                                                                                                       final String getToken()
                                                                                                                                                      +
                                                                                                                                                       final String getToken()

                                                                                                                                                      The Conax authorization token. (NonNull)

                                                                                                                                                      • This token will be attached when the license request (custom data) is retrieved.

                                                                                                                                                      • The token is valid for a limited time and can only be used once.

                                                                                                                                                      • Usually this will be a call to the portal that is integrated with Contego.

                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html index cd72ae01c6c4..ccf942ab27b6 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html @@ -203,31 +203,31 @@

                                                                                                                                                      Field Summary

                                                                                                                                                      - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html index 63cba7abf742..c7c28cde3015 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                                      Constructor Summary

                                                                                                                                                      DRMTodayConfiguration.Builder(String licenseAcquisitionUrl) + href="#DRMTodayConfiguration.Builder(java.lang.String)">DRMTodayConfiguration.Builder(String licenseAcquisitionUrl) Creates a builder for the DRM Today configuration. @@ -260,7 +260,7 @@

                                                                                                                                                      Method Summary

                                                                                                                                                      final <Error class: unknown class> - token(String token) + token(String token) Sets the DRM Today authorization token. @@ -268,7 +268,7 @@

                                                                                                                                                      Method Summary

                                                                                                                                                      final <Error class: unknown class> - userId(String userId) + userId(String userId) Sets the identifier of the user. @@ -276,7 +276,7 @@

                                                                                                                                                      Method Summary

                                                                                                                                                      final <Error class: unknown class> - sessionId(String sessionId) + sessionId(String sessionId) Sets the identifier of the session. @@ -284,7 +284,7 @@

                                                                                                                                                      Method Summary

                                                                                                                                                      final <Error class: unknown class> - merchant(String merchant) + merchant(String merchant) Sets the identifier of the merchant. @@ -332,7 +332,7 @@

                                                                                                                                                      Constructor Detail

                                                                                                                                                      • DRMTodayConfiguration.Builder

                                                                                                                                                        -
                                                                                                                                                        DRMTodayConfiguration.Builder(String licenseAcquisitionUrl)
                                                                                                                                                        +
                                                                                                                                                        DRMTodayConfiguration.Builder(String licenseAcquisitionUrl)
                                                                                                                                                        Creates a builder for the DRM Today configuration.
                                                                                                                                                        @@ -387,7 +387,7 @@

                                                                                                                                                        Method Detail

                                                                                                                                                        >
                                                                                                                                                      • token

                                                                                                                                                        -
                                                                                                                                                         final <Error class: unknown class> token(String token)
                                                                                                                                                        +
                                                                                                                                                         final <Error class: unknown class> token(String token)

                                                                                                                                                        Sets the DRM Today authorization token.

                                                                                                                                                        @@ -417,7 +417,7 @@

                                                                                                                                                        token

                                                                                                                                                        >
                                                                                                                                                      • userId

                                                                                                                                                        -
                                                                                                                                                         final <Error class: unknown class> userId(String userId)
                                                                                                                                                        +
                                                                                                                                                         final <Error class: unknown class> userId(String userId)

                                                                                                                                                        Sets the identifier of the user.

                                                                                                                                                        @@ -447,7 +447,7 @@

                                                                                                                                                        userId

                                                                                                                                                        >
                                                                                                                                                      • sessionId

                                                                                                                                                        -
                                                                                                                                                         final <Error class: unknown class> sessionId(String sessionId)
                                                                                                                                                        +
                                                                                                                                                         final <Error class: unknown class> sessionId(String sessionId)

                                                                                                                                                        Sets the identifier of the session.

                                                                                                                                                        @@ -477,7 +477,7 @@

                                                                                                                                                        sessionId

                                                                                                                                                        >
                                                                                                                                                      • merchant

                                                                                                                                                        -
                                                                                                                                                         final <Error class: unknown class> merchant(String merchant)
                                                                                                                                                        +
                                                                                                                                                         final <Error class: unknown class> merchant(String merchant)

                                                                                                                                                        Sets the identifier of the merchant.

                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html index ce0b72a3c2c4..4f07112a2abc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html @@ -180,25 +180,25 @@

                                                                                                                                                        Field Summary

                                                                                                                                                        - private final String + private final String token - private final String + private final String userId - private final String + private final String sessionId - private final String + private final String merchant @@ -234,31 +234,31 @@

                                                                                                                                                        Field Summary

                                                                                                                                                        - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -289,7 +289,7 @@

                                                                                                                                                        Constructor Summary

                                                                                                                                                        DRMTodayConfiguration(String token, String userId, String sessionId, String merchant, KeySystemConfiguration widevine) + href="#DRMTodayConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)">DRMTodayConfiguration(String token, String userId, String sessionId, String merchant, KeySystemConfiguration widevine) @@ -343,7 +343,7 @@

                                                                                                                                                        Method Summary

                                                                                                                                                        - final String + final String getToken() @@ -351,7 +351,7 @@

                                                                                                                                                        Method Summary

                                                                                                                                                        - final String + final String getUserId() @@ -359,7 +359,7 @@

                                                                                                                                                        Method Summary

                                                                                                                                                        - final String + final String getSessionId() @@ -367,7 +367,7 @@

                                                                                                                                                        Method Summary

                                                                                                                                                        - final String + final String getMerchant() @@ -415,7 +415,7 @@

                                                                                                                                                        Constructor Detail

                                                                                                                                                        • DRMTodayConfiguration

                                                                                                                                                          -
                                                                                                                                                          DRMTodayConfiguration(String token, String userId, String sessionId, String merchant, KeySystemConfiguration widevine)
                                                                                                                                                          +
                                                                                                                                                          DRMTodayConfiguration(String token, String userId, String sessionId, String merchant, KeySystemConfiguration widevine)
                                                                                                                                                        • @@ -442,7 +442,7 @@

                                                                                                                                                          Method Detail

                                                                                                                                                          >
                                                                                                                                                        • getToken

                                                                                                                                                          -
                                                                                                                                                           final String getToken()
                                                                                                                                                          +
                                                                                                                                                           final String getToken()

                                                                                                                                                          The DRM Today authorization token. (Nullable)

                                                                                                                                                          • This attribute is required when you use the User Authentication Callback flow to make the license request.

                                                                                                                                                          @@ -465,7 +465,7 @@

                                                                                                                                                          getToken

                                                                                                                                                          >
                                                                                                                                                        • getUserId

                                                                                                                                                          -
                                                                                                                                                           final String getUserId()
                                                                                                                                                          +
                                                                                                                                                           final String getUserId()

                                                                                                                                                          The identifier of the user. (Nullable)

                                                                                                                                                          • This attribute is required when you use the User Authentication Callback flow to make the license request.

                                                                                                                                                          @@ -488,7 +488,7 @@

                                                                                                                                                          getUserId

                                                                                                                                                          >
                                                                                                                                                        • getSessionId

                                                                                                                                                          -
                                                                                                                                                           final String getSessionId()
                                                                                                                                                          +
                                                                                                                                                           final String getSessionId()

                                                                                                                                                          The identifier of the session. (Nullable)

                                                                                                                                                          • This attribute is required when you use the User Authentication Callback flow to make the license request.

                                                                                                                                                          @@ -511,7 +511,7 @@

                                                                                                                                                          getSessionId

                                                                                                                                                          >
                                                                                                                                                        • getMerchant

                                                                                                                                                          -
                                                                                                                                                           final String getMerchant()
                                                                                                                                                          +
                                                                                                                                                           final String getMerchant()

                                                                                                                                                          The identifier of the merchant. (Nullable)

                                                                                                                                                          • This attribute is required when you use the User Authentication Callback flow to make the license request.

                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html index 544c081d8e6f..92d092ad3aa4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                                          Constructor Summary

                                                                                                                                                          IrdetoConfiguration.Builder(String licenseAcquisitionUrl) + href="#IrdetoConfiguration.Builder(java.lang.String)">IrdetoConfiguration.Builder(String licenseAcquisitionUrl) Creates a builder for the Irdeto DRM configuration. @@ -260,7 +260,7 @@

                                                                                                                                                          Method Summary

                                                                                                                                                          final <Error class: unknown class> - crmId(String crmId) + crmId(String crmId) Sets the identifier of the CRM. @@ -268,7 +268,7 @@

                                                                                                                                                          Method Summary

                                                                                                                                                          final <Error class: unknown class> - accountId(String accountId) + accountId(String accountId) Sets the identifier of the Irdeto account. @@ -276,7 +276,7 @@

                                                                                                                                                          Method Summary

                                                                                                                                                          final <Error class: unknown class> - sessionId(String sessionId) + sessionId(String sessionId) Sets the identifier of the session. @@ -284,7 +284,7 @@

                                                                                                                                                          Method Summary

                                                                                                                                                          final <Error class: unknown class> - contentId(String contentId) + contentId(String contentId) Sets the identifier of the content. @@ -292,7 +292,7 @@

                                                                                                                                                          Method Summary

                                                                                                                                                          final <Error class: unknown class> - ticket(String ticket) + ticket(String ticket) Sets the ticket for registered user flows. @@ -340,7 +340,7 @@

                                                                                                                                                          Constructor Detail

                                                                                                                                                          • IrdetoConfiguration.Builder

                                                                                                                                                            -
                                                                                                                                                            IrdetoConfiguration.Builder(String licenseAcquisitionUrl)
                                                                                                                                                            +
                                                                                                                                                            IrdetoConfiguration.Builder(String licenseAcquisitionUrl)
                                                                                                                                                            Creates a builder for the Irdeto DRM configuration.
                                                                                                                                                            @@ -395,7 +395,7 @@

                                                                                                                                                            Method Detail

                                                                                                                                                            >
                                                                                                                                                          • crmId

                                                                                                                                                            -
                                                                                                                                                             final <Error class: unknown class> crmId(String crmId)
                                                                                                                                                            +
                                                                                                                                                             final <Error class: unknown class> crmId(String crmId)

                                                                                                                                                            Sets the identifier of the CRM.

                                                                                                                                                            @@ -425,7 +425,7 @@

                                                                                                                                                            crmId

                                                                                                                                                            >
                                                                                                                                                          • accountId

                                                                                                                                                            -
                                                                                                                                                             final <Error class: unknown class> accountId(String accountId)
                                                                                                                                                            +
                                                                                                                                                             final <Error class: unknown class> accountId(String accountId)

                                                                                                                                                            Sets the identifier of the Irdeto account.

                                                                                                                                                            @@ -455,7 +455,7 @@

                                                                                                                                                            accountId

                                                                                                                                                            >
                                                                                                                                                          • sessionId

                                                                                                                                                            -
                                                                                                                                                             final <Error class: unknown class> sessionId(String sessionId)
                                                                                                                                                            +
                                                                                                                                                             final <Error class: unknown class> sessionId(String sessionId)

                                                                                                                                                            Sets the identifier of the session.

                                                                                                                                                            @@ -485,7 +485,7 @@

                                                                                                                                                            sessionId

                                                                                                                                                            >
                                                                                                                                                          • contentId

                                                                                                                                                            -
                                                                                                                                                             final <Error class: unknown class> contentId(String contentId)
                                                                                                                                                            +
                                                                                                                                                             final <Error class: unknown class> contentId(String contentId)

                                                                                                                                                            Sets the identifier of the content.

                                                                                                                                                            @@ -515,7 +515,7 @@

                                                                                                                                                            contentId

                                                                                                                                                            >
                                                                                                                                                          • ticket

                                                                                                                                                            -
                                                                                                                                                             final <Error class: unknown class> ticket(String ticket)
                                                                                                                                                            +
                                                                                                                                                             final <Error class: unknown class> ticket(String ticket)

                                                                                                                                                            Sets the ticket for registered user flows.

                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html index ccb86b80f6d2..9693f62e93a0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html @@ -180,31 +180,31 @@

                                                                                                                                                            Field Summary

                                                                                                                                                            - private final String + private final String crmId - private final String + private final String accountId - private final String + private final String contentId - private final String + private final String sessionId - private final String + private final String ticket @@ -240,31 +240,31 @@

                                                                                                                                                            Field Summary

                                                                                                                                                            - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -295,7 +295,7 @@

                                                                                                                                                            Constructor Summary

                                                                                                                                                            IrdetoConfiguration(String crmId, String accountId, String contentId, String sessionId, String ticket, KeySystemConfiguration widevine) + href="#IrdetoConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)">IrdetoConfiguration(String crmId, String accountId, String contentId, String sessionId, String ticket, KeySystemConfiguration widevine) @@ -349,7 +349,7 @@

                                                                                                                                                            Method Summary

                                                                                                                                                            - final String + final String getCrmId() @@ -357,7 +357,7 @@

                                                                                                                                                            Method Summary

                                                                                                                                                            - final String + final String getAccountId() @@ -365,7 +365,7 @@

                                                                                                                                                            Method Summary

                                                                                                                                                            - final String + final String getContentId() @@ -373,7 +373,7 @@

                                                                                                                                                            Method Summary

                                                                                                                                                            - final String + final String getSessionId() @@ -381,7 +381,7 @@

                                                                                                                                                            Method Summary

                                                                                                                                                            - final String + final String getTicket() @@ -429,7 +429,7 @@

                                                                                                                                                            Constructor Detail

                                                                                                                                                            • IrdetoConfiguration

                                                                                                                                                              -
                                                                                                                                                              IrdetoConfiguration(String crmId, String accountId, String contentId, String sessionId, String ticket, KeySystemConfiguration widevine)
                                                                                                                                                              +
                                                                                                                                                              IrdetoConfiguration(String crmId, String accountId, String contentId, String sessionId, String ticket, KeySystemConfiguration widevine)
                                                                                                                                                            • @@ -456,7 +456,7 @@

                                                                                                                                                              Method Detail

                                                                                                                                                              >
                                                                                                                                                            • getCrmId

                                                                                                                                                              -
                                                                                                                                                               final String getCrmId()
                                                                                                                                                              +
                                                                                                                                                               final String getCrmId()

                                                                                                                                                              The identifier of the CRM. (Nullable)

                                                                                                                                                              • This identifier will be added to the license URL requests.

                                                                                                                                                              @@ -479,7 +479,7 @@

                                                                                                                                                              getCrmId

                                                                                                                                                              >
                                                                                                                                                            • getAccountId

                                                                                                                                                              -
                                                                                                                                                               final String getAccountId()
                                                                                                                                                              +
                                                                                                                                                               final String getAccountId()

                                                                                                                                                              The identifier of the Irdeto account. (Nullable)

                                                                                                                                                              • This identifier will be added to the license URL requests.

                                                                                                                                                              @@ -502,7 +502,7 @@

                                                                                                                                                              getAccountId

                                                                                                                                                              >
                                                                                                                                                            • getContentId

                                                                                                                                                              -
                                                                                                                                                               final String getContentId()
                                                                                                                                                              +
                                                                                                                                                               final String getContentId()

                                                                                                                                                              The identifier of the content. (Nullable)

                                                                                                                                                              • This identifier will be added to the license URL requests.

                                                                                                                                                              @@ -525,7 +525,7 @@

                                                                                                                                                              getContentId

                                                                                                                                                              >
                                                                                                                                                            • getSessionId

                                                                                                                                                              -
                                                                                                                                                               final String getSessionId()
                                                                                                                                                              +
                                                                                                                                                               final String getSessionId()

                                                                                                                                                              The identifier of the session. (Nullable)

                                                                                                                                                              • It must be present for registered user flow parameters.

                                                                                                                                                              • This is not mandatory in case of free open streams.

                                                                                                                                                              @@ -548,7 +548,7 @@

                                                                                                                                                              getSessionId

                                                                                                                                                              >
                                                                                                                                                            • getTicket

                                                                                                                                                              -
                                                                                                                                                               final String getTicket()
                                                                                                                                                              +
                                                                                                                                                               final String getTicket()

                                                                                                                                                              The ticket for registered user flows. (Nullable)

                                                                                                                                                              • It must be present for registered user flow parameters.

                                                                                                                                                              • This is not mandatory in case of free open streams.

                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html index 05db00903954..c60e492b404b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html @@ -254,7 +254,7 @@

                                                                                                                                                              Method Summary

                                                                                                                                                              final <Error class: unknown class> - customdata(String customdata) + customdata(String customdata) Sets the custom data which will be used for the license acquisition request. @@ -270,7 +270,7 @@

                                                                                                                                                              Method Summary

                                                                                                                                                              final <Error class: unknown class> - playready(String playready) + playready(String playready) The license acquisition URL used for the PlayReady key system. @@ -286,7 +286,7 @@

                                                                                                                                                              Method Summary

                                                                                                                                                              final <Error class: unknown class> - widevine(String widevine) + widevine(String widevine) The license acquisition URL used for the Widevine key system. @@ -361,7 +361,7 @@

                                                                                                                                                              Method Detail

                                                                                                                                                              >
                                                                                                                                                            • customdata

                                                                                                                                                              -
                                                                                                                                                               final <Error class: unknown class> customdata(String customdata)
                                                                                                                                                              +
                                                                                                                                                               final <Error class: unknown class> customdata(String customdata)

                                                                                                                                                              Sets the custom data which will be used for the license acquisition request.

                                                                                                                                                              • This attribute is required if it is not specified in the separate KeyOSKeySystemConfiguration for Widevine and PlayReady.

                                                                                                                                                              • The value of this attribute should be the value of the customData header that you want to send with license requests to the KeyOS license server.

                                                                                                                                                              • In most cases this will be the base64 encoded KeyOS authentication XML.

                                                                                                                                                              @@ -421,7 +421,7 @@

                                                                                                                                                              playready

                                                                                                                                                              >
                                                                                                                                                            • playready

                                                                                                                                                              -
                                                                                                                                                               final <Error class: unknown class> playready(String playready)
                                                                                                                                                              +
                                                                                                                                                               final <Error class: unknown class> playready(String playready)

                                                                                                                                                              The license acquisition URL used for the PlayReady key system.

                                                                                                                                                              @@ -481,7 +481,7 @@

                                                                                                                                                              widevine

                                                                                                                                                              >
                                                                                                                                                            • widevine

                                                                                                                                                              -
                                                                                                                                                               final <Error class: unknown class> widevine(String widevine)
                                                                                                                                                              +
                                                                                                                                                               final <Error class: unknown class> widevine(String widevine)

                                                                                                                                                              The license acquisition URL used for the Widevine key system.

                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html index f6c055bf6dc5..2235f27aa5c7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html @@ -192,7 +192,7 @@

                                                                                                                                                              Field Summary

                                                                                                                                                              - private final String + private final String customdata @@ -216,31 +216,31 @@

                                                                                                                                                              Field Summary

                                                                                                                                                              - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -271,7 +271,7 @@

                                                                                                                                                              Constructor Summary

                                                                                                                                                              KeyOSDRMConfiguration(String customdata, KeyOSKeySystemConfiguration widevine, KeyOSKeySystemConfiguration playready) + href="#KeyOSDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)">KeyOSDRMConfiguration(String customdata, KeyOSKeySystemConfiguration widevine, KeyOSKeySystemConfiguration playready) @@ -341,7 +341,7 @@

                                                                                                                                                              Method Summary

                                                                                                                                                              - final String + final String getCustomdata() @@ -349,15 +349,15 @@

                                                                                                                                                              Method Summary

                                                                                                                                                              - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -405,7 +405,7 @@

                                                                                                                                                              Constructor Detail

                                                                                                                                                              • KeyOSDRMConfiguration

                                                                                                                                                                -
                                                                                                                                                                KeyOSDRMConfiguration(String customdata, KeyOSKeySystemConfiguration widevine, KeyOSKeySystemConfiguration playready)
                                                                                                                                                                +
                                                                                                                                                                KeyOSDRMConfiguration(String customdata, KeyOSKeySystemConfiguration widevine, KeyOSKeySystemConfiguration playready)
                                                                                                                                                              • @@ -478,7 +478,7 @@

                                                                                                                                                                getWidevine

                                                                                                                                                                >
                                                                                                                                                              • getCustomdata

                                                                                                                                                                -
                                                                                                                                                                 final String getCustomdata()
                                                                                                                                                                +
                                                                                                                                                                 final String getCustomdata()

                                                                                                                                                                The custom data for the license acquisition request. (Nullable)

                                                                                                                                                                • This attribute is required if it is not specified in the separate KeyOSKeySystemConfiguration for Widevine and PlayReady.

                                                                                                                                                                • The value of this attribute should be the value of the customData header that you want to send with license requests to the KeyOS license server.

                                                                                                                                                                • In most cases this will be the base64 encoded KeyOS authentication XML.

                                                                                                                                                                @@ -501,7 +501,7 @@

                                                                                                                                                                getCustomdata

                                                                                                                                                                >
                                                                                                                                                              • equals

                                                                                                                                                                -
                                                                                                                                                                 Boolean equals(Object other)
                                                                                                                                                                +
                                                                                                                                                                 Boolean equals(Object other)
                                                                                                                                                                @@ -524,7 +524,7 @@

                                                                                                                                                                equals

                                                                                                                                                                >
                                                                                                                                                              • hashCode

                                                                                                                                                                -
                                                                                                                                                                 Integer hashCode()
                                                                                                                                                                +
                                                                                                                                                                 Integer hashCode()
                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html index d673d7347538..5c23236f4784 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                                                Constructor Summary

                                                                                                                                                                KeyOSKeySystemConfiguration.Builder(String licenseAcquisitionURL) + href="#KeyOSKeySystemConfiguration.Builder(java.lang.String)">KeyOSKeySystemConfiguration.Builder(String licenseAcquisitionURL) @@ -254,7 +254,7 @@

                                                                                                                                                                Method Summary

                                                                                                                                                                final <Error class: unknown class> - customdata(String customdata) + customdata(String customdata) Sets the custom data for the license acquisition request. @@ -262,7 +262,7 @@

                                                                                                                                                                Method Summary

                                                                                                                                                                final <Error class: unknown class> - headers(Map<String, String> headers) + headers(Map<String, String> headers) The map of HTTP headers for the license acquisition request. @@ -270,7 +270,7 @@

                                                                                                                                                                Method Summary

                                                                                                                                                                final <Error class: unknown class> - useCredentials(Boolean useCredentials) + useCredentials(Boolean useCredentials) Sets whether the player is allowed to use credentials for cross-origin requests. @@ -278,7 +278,7 @@

                                                                                                                                                                Method Summary

                                                                                                                                                                final <Error class: unknown class> - queryParameters(Map<String, String> queryParameters) + queryParameters(Map<String, String> queryParameters) Sets map of query parameters for the license acquisition request. @@ -286,7 +286,7 @@

                                                                                                                                                                Method Summary

                                                                                                                                                                final <Error class: unknown class> - forceSoftwareDecrypt(Boolean forceSoftwareDecrypt) + forceSoftwareDecrypt(Boolean forceSoftwareDecrypt) Sets whether to force decryption to happen in software. @@ -334,7 +334,7 @@

                                                                                                                                                                Constructor Detail

                                                                                                                                                                • KeyOSKeySystemConfiguration.Builder

                                                                                                                                                                  -
                                                                                                                                                                  KeyOSKeySystemConfiguration.Builder(String licenseAcquisitionURL)
                                                                                                                                                                  +
                                                                                                                                                                  KeyOSKeySystemConfiguration.Builder(String licenseAcquisitionURL)
                                                                                                                                                                  @@ -370,7 +370,7 @@

                                                                                                                                                                  Method Detail

                                                                                                                                                                  >
                                                                                                                                                                • customdata

                                                                                                                                                                  -
                                                                                                                                                                   final <Error class: unknown class> customdata(String customdata)
                                                                                                                                                                  +
                                                                                                                                                                   final <Error class: unknown class> customdata(String customdata)

                                                                                                                                                                  Sets the custom data for the license acquisition request.

                                                                                                                                                                  @@ -400,7 +400,7 @@

                                                                                                                                                                  customdata

                                                                                                                                                                  >
                                                                                                                                                                • headers

                                                                                                                                                                  -
                                                                                                                                                                   final <Error class: unknown class> headers(Map<String, String> headers)
                                                                                                                                                                  +
                                                                                                                                                                   final <Error class: unknown class> headers(Map<String, String> headers)

                                                                                                                                                                  The map of HTTP headers for the license acquisition request.

                                                                                                                                                                  @@ -430,7 +430,7 @@

                                                                                                                                                                  headers

                                                                                                                                                                  >
                                                                                                                                                                • useCredentials

                                                                                                                                                                  -
                                                                                                                                                                   final <Error class: unknown class> useCredentials(Boolean useCredentials)
                                                                                                                                                                  +
                                                                                                                                                                   final <Error class: unknown class> useCredentials(Boolean useCredentials)

                                                                                                                                                                  Sets whether the player is allowed to use credentials for cross-origin requests.

                                                                                                                                                                  @@ -460,7 +460,7 @@

                                                                                                                                                                  useCredentials

                                                                                                                                                                  >
                                                                                                                                                                • queryParameters

                                                                                                                                                                  -
                                                                                                                                                                   final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
                                                                                                                                                                  +
                                                                                                                                                                   final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)

                                                                                                                                                                  Sets map of query parameters for the license acquisition request.

                                                                                                                                                                  @@ -490,7 +490,7 @@

                                                                                                                                                                  queryParameters

                                                                                                                                                                  >
                                                                                                                                                                • forceSoftwareDecrypt

                                                                                                                                                                  -
                                                                                                                                                                   final <Error class: unknown class> forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)
                                                                                                                                                                  +
                                                                                                                                                                   final <Error class: unknown class> forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)

                                                                                                                                                                  Sets whether to force decryption to happen in software.

                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html index 045fe86031c4..2961b189239a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html @@ -180,31 +180,31 @@

                                                                                                                                                                  Field Summary

                                                                                                                                                                  - private final String + private final String customdata - private final String + private final String licenseAcquisitionURL - private final Map<String, String> + private final Map<String, String> headers - private final Boolean + private final Boolean useCredentials - private final Map<String, String> + private final Map<String, String> queryParameters @@ -222,13 +222,13 @@

                                                                                                                                                                  Field Summary

                                                                                                                                                                  - private final Boolean + private final Boolean forceSoftwareDecrypt - private final Map<String, Object> + private final Map<String, Object> integrationParameters @@ -259,7 +259,7 @@

                                                                                                                                                                  Constructor Summary

                                                                                                                                                                  KeyOSKeySystemConfiguration(String licenseAcquisitionURL, String customdata, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Boolean forceSoftwareDecrypt) + href="#KeyOSKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.lang.Boolean)">KeyOSKeySystemConfiguration(String licenseAcquisitionURL, String customdata, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Boolean forceSoftwareDecrypt) @@ -313,7 +313,7 @@

                                                                                                                                                                  Method Summary

                                                                                                                                                                  - final String + final String getCustomdata() @@ -321,15 +321,15 @@

                                                                                                                                                                  Method Summary

                                                                                                                                                                  - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -377,7 +377,7 @@

                                                                                                                                                                  Constructor Detail

                                                                                                                                                                  • KeyOSKeySystemConfiguration

                                                                                                                                                                    -
                                                                                                                                                                    KeyOSKeySystemConfiguration(String licenseAcquisitionURL, String customdata, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Boolean forceSoftwareDecrypt)
                                                                                                                                                                    +
                                                                                                                                                                    KeyOSKeySystemConfiguration(String licenseAcquisitionURL, String customdata, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Boolean forceSoftwareDecrypt)
                                                                                                                                                                  • @@ -404,7 +404,7 @@

                                                                                                                                                                    Method Detail

                                                                                                                                                                    >
                                                                                                                                                                  • getCustomdata

                                                                                                                                                                    -
                                                                                                                                                                     final String getCustomdata()
                                                                                                                                                                    +
                                                                                                                                                                     final String getCustomdata()

                                                                                                                                                                    The custom data for the license acquisition request. (Nullable)

                                                                                                                                                                    @@ -427,7 +427,7 @@

                                                                                                                                                                    getCustomdata

                                                                                                                                                                    >
                                                                                                                                                                  • equals

                                                                                                                                                                    -
                                                                                                                                                                     Boolean equals(Object other)
                                                                                                                                                                    +
                                                                                                                                                                     Boolean equals(Object other)
                                                                                                                                                                    @@ -450,7 +450,7 @@

                                                                                                                                                                    equals

                                                                                                                                                                    >
                                                                                                                                                                  • hashCode

                                                                                                                                                                    -
                                                                                                                                                                     Integer hashCode()
                                                                                                                                                                    +
                                                                                                                                                                     Integer hashCode()
                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html index a01b0fe6e2c3..c24cd5bd0c12 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                                                    Constructor Summary

                                                                                                                                                                    TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId) + href="#TitaniumDRMConfiguration.Builder(java.lang.String,java.lang.String,java.lang.String)">TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId) @@ -254,7 +254,7 @@

                                                                                                                                                                    Method Summary

                                                                                                                                                                    final <Error class: unknown class> - friendlyName(String friendlyName) + friendlyName(String friendlyName) Sets the friendly name of the customer. @@ -262,7 +262,7 @@

                                                                                                                                                                    Method Summary

                                                                                                                                                                    final <Error class: unknown class> - authToken(String authToken) + authToken(String authToken) Sets the authentication token. @@ -286,7 +286,7 @@

                                                                                                                                                                    Method Summary

                                                                                                                                                                    final <Error class: unknown class> - version(String version) + version(String version) Sets the Titanium version. @@ -334,7 +334,7 @@

                                                                                                                                                                    Constructor Detail

                                                                                                                                                                    • TitaniumDRMConfiguration.Builder

                                                                                                                                                                      -
                                                                                                                                                                      TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId)
                                                                                                                                                                      +
                                                                                                                                                                      TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId)
                                                                                                                                                                      @@ -378,7 +378,7 @@

                                                                                                                                                                      Method Detail

                                                                                                                                                                      >
                                                                                                                                                                    • friendlyName

                                                                                                                                                                      -
                                                                                                                                                                       final <Error class: unknown class> friendlyName(String friendlyName)
                                                                                                                                                                      +
                                                                                                                                                                       final <Error class: unknown class> friendlyName(String friendlyName)

                                                                                                                                                                      Sets the friendly name of the customer.

                                                                                                                                                                      @@ -408,7 +408,7 @@

                                                                                                                                                                      friendlyName

                                                                                                                                                                      >
                                                                                                                                                                    • authToken

                                                                                                                                                                      -
                                                                                                                                                                       final <Error class: unknown class> authToken(String authToken)
                                                                                                                                                                      +
                                                                                                                                                                       final <Error class: unknown class> authToken(String authToken)

                                                                                                                                                                      Sets the authentication token.

                                                                                                                                                                      @@ -498,7 +498,7 @@

                                                                                                                                                                      widevine

                                                                                                                                                                      >
                                                                                                                                                                    • version

                                                                                                                                                                      -
                                                                                                                                                                       final <Error class: unknown class> version(String version)
                                                                                                                                                                      +
                                                                                                                                                                       final <Error class: unknown class> version(String version)

                                                                                                                                                                      Sets the Titanium version.

                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html index 9a692c70c5f0..1c9f10d4032c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html @@ -180,37 +180,37 @@

                                                                                                                                                                      Field Summary

                                                                                                                                                                      - private final String + private final String accountName - private final String + private final String customerName - private final String + private final String portalId - private final String + private final String friendlyName - private final String + private final String authToken - private final String + private final String version @@ -246,31 +246,31 @@

                                                                                                                                                                      Field Summary

                                                                                                                                                                      - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -301,7 +301,7 @@

                                                                                                                                                                      Constructor Summary

                                                                                                                                                                      TitaniumDRMConfiguration(String accountName, String customerName, String portalId, String friendlyName, String authToken, KeySystemConfiguration widevine, KeySystemConfiguration playready, String version) + href="#TitaniumDRMConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,java.lang.String)">TitaniumDRMConfiguration(String accountName, String customerName, String portalId, String friendlyName, String authToken, KeySystemConfiguration widevine, KeySystemConfiguration playready, String version) @@ -355,7 +355,7 @@

                                                                                                                                                                      Method Summary

                                                                                                                                                                      - final String + final String getAccountName() @@ -363,7 +363,7 @@

                                                                                                                                                                      Method Summary

                                                                                                                                                                      - final String + final String getCustomerName() @@ -371,7 +371,7 @@

                                                                                                                                                                      Method Summary

                                                                                                                                                                      - final String + final String getPortalId() @@ -379,7 +379,7 @@

                                                                                                                                                                      Method Summary

                                                                                                                                                                      - final String + final String getFriendlyName() @@ -387,7 +387,7 @@

                                                                                                                                                                      Method Summary

                                                                                                                                                                      - final String + final String getAuthToken() @@ -395,7 +395,7 @@

                                                                                                                                                                      Method Summary

                                                                                                                                                                      - final String + final String getVersion() @@ -443,7 +443,7 @@

                                                                                                                                                                      Constructor Detail

                                                                                                                                                                      • TitaniumDRMConfiguration

                                                                                                                                                                        -
                                                                                                                                                                        TitaniumDRMConfiguration(String accountName, String customerName, String portalId, String friendlyName, String authToken, KeySystemConfiguration widevine, KeySystemConfiguration playready, String version)
                                                                                                                                                                        +
                                                                                                                                                                        TitaniumDRMConfiguration(String accountName, String customerName, String portalId, String friendlyName, String authToken, KeySystemConfiguration widevine, KeySystemConfiguration playready, String version)
                                                                                                                                                                      • @@ -470,7 +470,7 @@

                                                                                                                                                                        Method Detail

                                                                                                                                                                        >
                                                                                                                                                                      • getAccountName

                                                                                                                                                                        -
                                                                                                                                                                         final String getAccountName()
                                                                                                                                                                        +
                                                                                                                                                                         final String getAccountName()

                                                                                                                                                                        The account name. (NonNull)

                                                                                                                                                                        • Required when doing device-based authentication.

                                                                                                                                                                        @@ -493,7 +493,7 @@

                                                                                                                                                                        getAccountName

                                                                                                                                                                        >
                                                                                                                                                                      • getCustomerName

                                                                                                                                                                        -
                                                                                                                                                                         final String getCustomerName()
                                                                                                                                                                        +
                                                                                                                                                                         final String getCustomerName()

                                                                                                                                                                        The customer name. (NonNull)

                                                                                                                                                                        • Required when doing device-based authentication.

                                                                                                                                                                        @@ -516,7 +516,7 @@

                                                                                                                                                                        getCustomerName

                                                                                                                                                                        >
                                                                                                                                                                      • getPortalId

                                                                                                                                                                        -
                                                                                                                                                                         final String getPortalId()
                                                                                                                                                                        +
                                                                                                                                                                         final String getPortalId()

                                                                                                                                                                        The identifier of the portal. (NonNull)

                                                                                                                                                                        • Required when doing device-based authentication.

                                                                                                                                                                        @@ -539,7 +539,7 @@

                                                                                                                                                                        getPortalId

                                                                                                                                                                        >
                                                                                                                                                                      • getFriendlyName

                                                                                                                                                                        -
                                                                                                                                                                         final String getFriendlyName()
                                                                                                                                                                        +
                                                                                                                                                                         final String getFriendlyName()

                                                                                                                                                                        The customer friendly name. (Nullable)

                                                                                                                                                                        @@ -562,7 +562,7 @@

                                                                                                                                                                        getFriendlyName

                                                                                                                                                                        >
                                                                                                                                                                      • getAuthToken

                                                                                                                                                                        -
                                                                                                                                                                         final String getAuthToken()
                                                                                                                                                                        +
                                                                                                                                                                         final String getAuthToken()

                                                                                                                                                                        The authentication token. (Nullable)

                                                                                                                                                                        • This is a JSON token provided by the Titanium Secure Token Server.

                                                                                                                                                                        • Required when doing token-based authentication.

                                                                                                                                                                        @@ -585,7 +585,7 @@

                                                                                                                                                                        getAuthToken

                                                                                                                                                                        >
                                                                                                                                                                      • getVersion

                                                                                                                                                                        -
                                                                                                                                                                         final String getVersion()
                                                                                                                                                                        +
                                                                                                                                                                         final String getVersion()

                                                                                                                                                                        The version of Titanium. (NonNull)

                                                                                                                                                                        • Only version 2 and 3 are supported.

                                                                                                                                                                        Default: "2"

                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html index 9fffe0761dc5..17df73e87a6e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                                                        Constructor Summary

                                                                                                                                                                        VudrmDRMConfiguration.Builder(String token) + href="#VudrmDRMConfiguration.Builder(java.lang.String)">VudrmDRMConfiguration.Builder(String token) @@ -310,7 +310,7 @@

                                                                                                                                                                        Constructor Detail

                                                                                                                                                                        • VudrmDRMConfiguration.Builder

                                                                                                                                                                          -
                                                                                                                                                                          VudrmDRMConfiguration.Builder(String token)
                                                                                                                                                                          +
                                                                                                                                                                          VudrmDRMConfiguration.Builder(String token)
                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html index b40575b4a341..9bd1f5983a36 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html @@ -180,7 +180,7 @@

                                                                                                                                                                          Field Summary

                                                                                                                                                                          - private final String + private final String token @@ -216,31 +216,31 @@

                                                                                                                                                                          Field Summary

                                                                                                                                                                          - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -271,7 +271,7 @@

                                                                                                                                                                          Constructor Summary

                                                                                                                                                                          VudrmDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready) + href="#VudrmDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration)">VudrmDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready) @@ -325,7 +325,7 @@

                                                                                                                                                                          Method Summary

                                                                                                                                                                          - final String + final String getToken() @@ -373,7 +373,7 @@

                                                                                                                                                                          Constructor Detail

                                                                                                                                                                          • VudrmDRMConfiguration

                                                                                                                                                                            -
                                                                                                                                                                            VudrmDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready)
                                                                                                                                                                            +
                                                                                                                                                                            VudrmDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready)
                                                                                                                                                                          • @@ -400,7 +400,7 @@

                                                                                                                                                                            Method Detail

                                                                                                                                                                            >
                                                                                                                                                                          • getToken

                                                                                                                                                                            -
                                                                                                                                                                             final String getToken()
                                                                                                                                                                            +
                                                                                                                                                                             final String getToken()

                                                                                                                                                                            The authentication token.

                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html index 98397e7db026..b918ca258bf4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                                                            Constructor Summary

                                                                                                                                                                            XstreamConfiguration.Builder(String streamId, String ticketAcquisitionURL) + href="#XstreamConfiguration.Builder(java.lang.String,java.lang.String)">XstreamConfiguration.Builder(String streamId, String ticketAcquisitionURL) @@ -254,7 +254,7 @@

                                                                                                                                                                            Method Summary

                                                                                                                                                                            final <Error class: unknown class> - sessionId(String sessionId) + sessionId(String sessionId) Sets the session identifier. @@ -318,7 +318,7 @@

                                                                                                                                                                            Constructor Detail

                                                                                                                                                                            • XstreamConfiguration.Builder

                                                                                                                                                                              -
                                                                                                                                                                              XstreamConfiguration.Builder(String streamId, String ticketAcquisitionURL)
                                                                                                                                                                              +
                                                                                                                                                                              XstreamConfiguration.Builder(String streamId, String ticketAcquisitionURL)
                                                                                                                                                                              @@ -358,7 +358,7 @@

                                                                                                                                                                              Method Detail

                                                                                                                                                                              >
                                                                                                                                                                            • sessionId

                                                                                                                                                                              -
                                                                                                                                                                               final <Error class: unknown class> sessionId(String sessionId)
                                                                                                                                                                              +
                                                                                                                                                                               final <Error class: unknown class> sessionId(String sessionId)

                                                                                                                                                                              Sets the session identifier. (NonNull)

                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html index 1392d0fa97a0..6a18ef53f33a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html @@ -180,19 +180,19 @@

                                                                                                                                                                              Field Summary

                                                                                                                                                                              - private final String + private final String streamId - private final String + private final String ticketAcquisitionUrl - private final String + private final String sessionId @@ -228,31 +228,31 @@

                                                                                                                                                                              Field Summary

                                                                                                                                                                              - private final String + private final String customIntegrationId - private final Map<String, Object> + private final Map<String, Object> integrationParameters - private final Map<String, String> + private final Map<String, String> queryParameters - private final Boolean + private final Boolean multiSession - private final List<KeySystemId> + private final List<KeySystemId> preferredKeySystems @@ -283,7 +283,7 @@

                                                                                                                                                                              Constructor Summary

                                                                                                                                                                              XstreamConfiguration(String streamId, String ticketAcquisitionUrl, String sessionId, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayKeySystemConfiguration fairplay) + href="#XstreamConfiguration(java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)">XstreamConfiguration(String streamId, String ticketAcquisitionUrl, String sessionId, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayKeySystemConfiguration fairplay) @@ -337,7 +337,7 @@

                                                                                                                                                                              Method Summary

                                                                                                                                                                              - final String + final String getStreamId() @@ -345,7 +345,7 @@

                                                                                                                                                                              Method Summary

                                                                                                                                                                              - final String + final String getTicketAcquisitionUrl() @@ -353,7 +353,7 @@

                                                                                                                                                                              Method Summary

                                                                                                                                                                              - final String + final String getSessionId() @@ -361,15 +361,15 @@

                                                                                                                                                                              Method Summary

                                                                                                                                                                              - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -417,7 +417,7 @@

                                                                                                                                                                              Constructor Detail

                                                                                                                                                                              • XstreamConfiguration

                                                                                                                                                                                -
                                                                                                                                                                                XstreamConfiguration(String streamId, String ticketAcquisitionUrl, String sessionId, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayKeySystemConfiguration fairplay)
                                                                                                                                                                                +
                                                                                                                                                                                XstreamConfiguration(String streamId, String ticketAcquisitionUrl, String sessionId, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayKeySystemConfiguration fairplay)
                                                                                                                                                                              • @@ -444,7 +444,7 @@

                                                                                                                                                                                Method Detail

                                                                                                                                                                                >
                                                                                                                                                                              • getStreamId

                                                                                                                                                                                -
                                                                                                                                                                                 final String getStreamId()
                                                                                                                                                                                +
                                                                                                                                                                                 final String getStreamId()

                                                                                                                                                                                The stream identifier. (NonNull)

                                                                                                                                                                                @@ -467,7 +467,7 @@

                                                                                                                                                                                getStreamId

                                                                                                                                                                                >
                                                                                                                                                                              • getTicketAcquisitionUrl

                                                                                                                                                                                -
                                                                                                                                                                                 final String getTicketAcquisitionUrl()
                                                                                                                                                                                +
                                                                                                                                                                                 final String getTicketAcquisitionUrl()

                                                                                                                                                                                The ticket acquisition URL. (NonNull)

                                                                                                                                                                                @@ -490,7 +490,7 @@

                                                                                                                                                                                getTicketAcquisitionUrl

                                                                                                                                                                                >
                                                                                                                                                                              • getSessionId

                                                                                                                                                                                -
                                                                                                                                                                                 final String getSessionId()
                                                                                                                                                                                +
                                                                                                                                                                                 final String getSessionId()

                                                                                                                                                                                The session identifier. (Nullable)

                                                                                                                                                                                @@ -513,7 +513,7 @@

                                                                                                                                                                                getSessionId

                                                                                                                                                                                >
                                                                                                                                                                              • equals

                                                                                                                                                                                -
                                                                                                                                                                                 Boolean equals(Object other)
                                                                                                                                                                                +
                                                                                                                                                                                 Boolean equals(Object other)
                                                                                                                                                                                @@ -536,7 +536,7 @@

                                                                                                                                                                                equals

                                                                                                                                                                                >
                                                                                                                                                                              • hashCode

                                                                                                                                                                                -
                                                                                                                                                                                 Integer hashCode()
                                                                                                                                                                                +
                                                                                                                                                                                 Integer hashCode()
                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html index 3f6fa178bfea..6a98cf085f83 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html @@ -254,7 +254,7 @@

                                                                                                                                                                                Method Summary

                                                                                                                                                                                final HespPlaybackConfiguration.Builder - addCustomConfigurationProperty(String key, Object value) + addCustomConfigurationProperty(String key, Object value) Add a property to the custom configuration. @@ -329,7 +329,7 @@

                                                                                                                                                                                Method Detail

                                                                                                                                                                                >
                                                                                                                                                                              • addCustomConfigurationProperty

                                                                                                                                                                                -
                                                                                                                                                                                 final HespPlaybackConfiguration.Builder addCustomConfigurationProperty(String key, Object value)
                                                                                                                                                                                +
                                                                                                                                                                                 final HespPlaybackConfiguration.Builder addCustomConfigurationProperty(String key, Object value)

                                                                                                                                                                                Add a property to the custom configuration.

                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html index e655ec92fd5e..978b2d1c554f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html @@ -180,7 +180,7 @@

                                                                                                                                                                                Field Summary

                                                                                                                                                                                - private final Map<String, Object> + private final Map<String, Object> customConfiguration @@ -211,7 +211,7 @@

                                                                                                                                                                                Constructor Summary

                                                                                                                                                                                HespPlaybackConfiguration(Map<String, Object> customConfiguration) + href="#HespPlaybackConfiguration(java.util.Map)">HespPlaybackConfiguration(Map<String, Object> customConfiguration) @@ -265,7 +265,7 @@

                                                                                                                                                                                Method Summary

                                                                                                                                                                                - final Map<String, Object> + final Map<String, Object> getCustomConfiguration() @@ -307,7 +307,7 @@

                                                                                                                                                                                Constructor Detail

                                                                                                                                                                                • HespPlaybackConfiguration

                                                                                                                                                                                  -
                                                                                                                                                                                  HespPlaybackConfiguration(Map<String, Object> customConfiguration)
                                                                                                                                                                                  +
                                                                                                                                                                                  HespPlaybackConfiguration(Map<String, Object> customConfiguration)
                                                                                                                                                                                • @@ -334,7 +334,7 @@

                                                                                                                                                                                  Method Detail

                                                                                                                                                                                  >
                                                                                                                                                                                • getCustomConfiguration

                                                                                                                                                                                  -
                                                                                                                                                                                   final Map<String, Object> getCustomConfiguration()
                                                                                                                                                                                  +
                                                                                                                                                                                   final Map<String, Object> getCustomConfiguration()

                                                                                                                                                                                  The custom configuration.

                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html index 0fde1f32393e..1c220e646997 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html @@ -254,7 +254,7 @@

                                                                                                                                                                                  Method Summary

                                                                                                                                                                                  final HlsPlaybackConfiguration.Builder - delaySubtitlePreload(Boolean delaySubtitlePreload) + delaySubtitlePreload(Boolean delaySubtitlePreload) Flag for delaying preloading of subtitles until after video/audio for HLS streams, intended to be used for MediaTailor streams. @@ -329,7 +329,7 @@

                                                                                                                                                                                  Method Detail

                                                                                                                                                                                  >
                                                                                                                                                                                • delaySubtitlePreload

                                                                                                                                                                                  -
                                                                                                                                                                                   final HlsPlaybackConfiguration.Builder delaySubtitlePreload(Boolean delaySubtitlePreload)
                                                                                                                                                                                  +
                                                                                                                                                                                   final HlsPlaybackConfiguration.Builder delaySubtitlePreload(Boolean delaySubtitlePreload)

                                                                                                                                                                                  Flag for delaying preloading of subtitles until after video/audio for HLS streams, intended to be used for MediaTailor streams.

                                                                                                                                                                                  A bug on the MediaTailor server side is currently causing them to return manifests without ads if the subtitle request is handled before video/audio. Enabling this flag will cause the player to delay starting subtitle loading until after video/audio manifests have successfully been requested, in order to work around the issue.

                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html index 44ba3d1cef5b..74f364951d6d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html @@ -180,7 +180,7 @@

                                                                                                                                                                                  Field Summary

                                                                                                                                                                                  - private final Boolean + private final Boolean isDelaySubtitlePreload @@ -211,7 +211,7 @@

                                                                                                                                                                                  Constructor Summary

                                                                                                                                                                                  HlsPlaybackConfiguration(Boolean isDelaySubtitlePreload) + href="#HlsPlaybackConfiguration(java.lang.Boolean)">HlsPlaybackConfiguration(Boolean isDelaySubtitlePreload) @@ -265,7 +265,7 @@

                                                                                                                                                                                  Method Summary

                                                                                                                                                                                  - final Boolean + final Boolean isDelaySubtitlePreload() @@ -307,7 +307,7 @@

                                                                                                                                                                                  Constructor Detail

                                                                                                                                                                                  • HlsPlaybackConfiguration

                                                                                                                                                                                    -
                                                                                                                                                                                    HlsPlaybackConfiguration(Boolean isDelaySubtitlePreload)
                                                                                                                                                                                    +
                                                                                                                                                                                    HlsPlaybackConfiguration(Boolean isDelaySubtitlePreload)
                                                                                                                                                                                  • @@ -334,7 +334,7 @@

                                                                                                                                                                                    Method Detail

                                                                                                                                                                                    >
                                                                                                                                                                                  • isDelaySubtitlePreload

                                                                                                                                                                                    -
                                                                                                                                                                                     final Boolean isDelaySubtitlePreload()
                                                                                                                                                                                    +
                                                                                                                                                                                     final Boolean isDelaySubtitlePreload()

                                                                                                                                                                                    Flag for delaying preloading of subtitles until after video/audio for HLS streams, intended to be used for MediaTailor streams.

                                                                                                                                                                                    A bug on the MediaTailor server side is currently causing them to return manifests without ads if the subtitle request is handled before video/audio. Enabling this flag will cause the player to delay starting subtitle loading until after video/audio manifests have successfully been requested, in order to work around the issue.

                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html index 02873ff94e95..7291413ab423 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html @@ -185,13 +185,13 @@

                                                                                                                                                                                    Field Summary

                                                                                                                                                                                    - protected Map<String, String> + protected Map<String, String> headers - protected Double + protected Double liveOffset @@ -203,19 +203,19 @@

                                                                                                                                                                                    Field Summary

                                                                                                                                                                                    - protected Boolean + protected Boolean hlsDateRange - protected String + protected String timeServer - protected Boolean + protected Boolean lowLatency @@ -245,7 +245,7 @@

                                                                                                                                                                                    Field Summary

                                                                                                                                                                                    - protected String + protected String src @@ -276,7 +276,7 @@

                                                                                                                                                                                    Constructor Summary

                                                                                                                                                                                    MediaTailorSource.Builder(String src) + href="#MediaTailorSource.Builder(java.lang.String)">MediaTailorSource.Builder(String src) Creates a builder for a simple MediaTailor object containing the given URL as source. @@ -332,7 +332,7 @@

                                                                                                                                                                                    Method Summary

                                                                                                                                                                                    final <Error class: unknown class> - adsParams(Map<String, String> adsParams) + adsParams(Map<String, String> adsParams) Optional Map of ad parameters to perform client-side ad reporting. @@ -386,7 +386,7 @@

                                                                                                                                                                                    Constructor Detail

                                                                                                                                                                                    • MediaTailorSource.Builder

                                                                                                                                                                                      -
                                                                                                                                                                                      MediaTailorSource.Builder(String src)
                                                                                                                                                                                      +
                                                                                                                                                                                      MediaTailorSource.Builder(String src)
                                                                                                                                                                                      Creates a builder for a simple MediaTailor object containing the given URL as source.
                                                                                                                                                                                      @@ -422,7 +422,7 @@

                                                                                                                                                                                      Method Detail

                                                                                                                                                                                      >
                                                                                                                                                                                    • adsParams

                                                                                                                                                                                      -
                                                                                                                                                                                       final <Error class: unknown class> adsParams(Map<String, String> adsParams)
                                                                                                                                                                                      +
                                                                                                                                                                                       final <Error class: unknown class> adsParams(Map<String, String> adsParams)

                                                                                                                                                                                      Optional Map of ad parameters to perform client-side ad reporting. For more information visit MediaTailor documentation.

                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html index d5c0c1017bb7..e8a60b77a424 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html @@ -180,13 +180,13 @@

                                                                                                                                                                                      Field Summary

                                                                                                                                                                                      - private final Map<String, String> + private final Map<String, String> adsParams - private final String + private final String src @@ -204,13 +204,13 @@

                                                                                                                                                                                      Field Summary

                                                                                                                                                                                      - private final Map<String, String> + private final Map<String, String> headers - private final Double + private final Double liveOffset @@ -222,19 +222,19 @@

                                                                                                                                                                                      Field Summary

                                                                                                                                                                                      - private final Boolean + private final Boolean hlsDateRange - private final String + private final String timeServer - private final Boolean + private final Boolean lowLatency @@ -295,7 +295,7 @@

                                                                                                                                                                                      Constructor Summary

                                                                                                                                                                                      MediaTailorSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams) + href="#MediaTailorSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode,java.util.Map)">MediaTailorSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams) @@ -349,7 +349,7 @@

                                                                                                                                                                                      Method Summary

                                                                                                                                                                                      - final Map<String, String> + final Map<String, String> getAdsParams() @@ -359,7 +359,7 @@

                                                                                                                                                                                      Method Summary

                                                                                                                                                                                      final MediaTailorSource - copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams) + copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams) @@ -367,21 +367,21 @@

                                                                                                                                                                                      Method Summary

                                                                                                                                                                                      TypedSource - copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) + copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values. - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -429,7 +429,7 @@

                                                                                                                                                                                      Constructor Detail

                                                                                                                                                                                      • MediaTailorSource

                                                                                                                                                                                        -
                                                                                                                                                                                        MediaTailorSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)
                                                                                                                                                                                        +
                                                                                                                                                                                        MediaTailorSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)
                                                                                                                                                                                      • @@ -456,7 +456,7 @@

                                                                                                                                                                                        Method Detail

                                                                                                                                                                                        >
                                                                                                                                                                                      • getAdsParams

                                                                                                                                                                                        -
                                                                                                                                                                                         final Map<String, String> getAdsParams()
                                                                                                                                                                                        +
                                                                                                                                                                                         final Map<String, String> getAdsParams()

                                                                                                                                                                                        Optional Map of ad parameters to perform client-side ad reporting. For more information visit MediaTailor documentation.

                                                                                                                                                                                        @@ -479,7 +479,7 @@

                                                                                                                                                                                        getAdsParams

                                                                                                                                                                                        >
                                                                                                                                                                                      • copy

                                                                                                                                                                                        -
                                                                                                                                                                                         final MediaTailorSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)
                                                                                                                                                                                        +
                                                                                                                                                                                         final MediaTailorSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)
                                                                                                                                                                                        @@ -502,7 +502,7 @@

                                                                                                                                                                                        copy

                                                                                                                                                                                        >
                                                                                                                                                                                      • copy

                                                                                                                                                                                        -
                                                                                                                                                                                         TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
                                                                                                                                                                                        +
                                                                                                                                                                                         TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)

                                                                                                                                                                                        Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.

                                                                                                                                                                                        @@ -525,7 +525,7 @@

                                                                                                                                                                                        copy

                                                                                                                                                                                        >
                                                                                                                                                                                      • equals

                                                                                                                                                                                        -
                                                                                                                                                                                         Boolean equals(Object other)
                                                                                                                                                                                        +
                                                                                                                                                                                         Boolean equals(Object other)
                                                                                                                                                                                        @@ -548,7 +548,7 @@

                                                                                                                                                                                        equals

                                                                                                                                                                                        >
                                                                                                                                                                                      • hashCode

                                                                                                                                                                                        -
                                                                                                                                                                                         Integer hashCode()
                                                                                                                                                                                        +
                                                                                                                                                                                         Integer hashCode()
                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html index f63574888549..a7f37fbf014f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html @@ -262,7 +262,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        final ChromecastMetadataDescription.Builder - images(String images) + images(String images) Sets one or more URLs of images. @@ -278,7 +278,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        final ChromecastMetadataDescription.Builder - releaseDate(String releaseDate) + releaseDate(String releaseDate) Sets the release date of the current source. @@ -286,7 +286,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        final ChromecastMetadataDescription.Builder - title(String title) + title(String title) Sets the title of the content. @@ -294,7 +294,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        final ChromecastMetadataDescription.Builder - subtitle(String subtitle) + subtitle(String subtitle) Sets the subtitle of the content. @@ -399,7 +399,7 @@

                                                                                                                                                                                        images

                                                                                                                                                                                        >
                                                                                                                                                                                      • images

                                                                                                                                                                                        -
                                                                                                                                                                                         final ChromecastMetadataDescription.Builder images(String images)
                                                                                                                                                                                        +
                                                                                                                                                                                         final ChromecastMetadataDescription.Builder images(String images)

                                                                                                                                                                                        Sets one or more URLs of images.

                                                                                                                                                                                        • The string must be a valid URL.

                                                                                                                                                                                        @@ -459,7 +459,7 @@

                                                                                                                                                                                        type

                                                                                                                                                                                        >
                                                                                                                                                                                      • releaseDate

                                                                                                                                                                                        -
                                                                                                                                                                                         final ChromecastMetadataDescription.Builder releaseDate(String releaseDate)
                                                                                                                                                                                        +
                                                                                                                                                                                         final ChromecastMetadataDescription.Builder releaseDate(String releaseDate)

                                                                                                                                                                                        Sets the release date of the current source.

                                                                                                                                                                                        • The format is "YYYY-MM-DD".

                                                                                                                                                                                        @@ -489,7 +489,7 @@

                                                                                                                                                                                        releaseDate

                                                                                                                                                                                        >
                                                                                                                                                                                      • title

                                                                                                                                                                                        -
                                                                                                                                                                                         final ChromecastMetadataDescription.Builder title(String title)
                                                                                                                                                                                        +
                                                                                                                                                                                         final ChromecastMetadataDescription.Builder title(String title)

                                                                                                                                                                                        Sets the title of the content.

                                                                                                                                                                                        @@ -519,7 +519,7 @@

                                                                                                                                                                                        title

                                                                                                                                                                                        >
                                                                                                                                                                                      • subtitle

                                                                                                                                                                                        -
                                                                                                                                                                                         final ChromecastMetadataDescription.Builder subtitle(String subtitle)
                                                                                                                                                                                        +
                                                                                                                                                                                         final ChromecastMetadataDescription.Builder subtitle(String subtitle)

                                                                                                                                                                                        Sets the subtitle of the content.

                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html index aee1ff727e5a..63c3ed71c6d8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html @@ -180,25 +180,25 @@

                                                                                                                                                                                        Field Summary

                                                                                                                                                                                        - private final List<ChromecastMetadataImage> + private final List<ChromecastMetadataImage> images - private final String + private final String releaseDate - private final String + private final String title - private final String + private final String subtitle @@ -210,7 +210,7 @@

                                                                                                                                                                                        Field Summary

                                                                                                                                                                                        - private final Map<String, Object> + private final Map<String, Object> data @@ -289,7 +289,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        - final List<ChromecastMetadataImage> + final List<ChromecastMetadataImage> getImages() @@ -297,7 +297,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        - final String + final String getReleaseDate() @@ -305,7 +305,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        - final String + final String getTitle() @@ -313,7 +313,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        - final String + final String getSubtitle() @@ -386,7 +386,7 @@

                                                                                                                                                                                        Method Detail

                                                                                                                                                                                        >
                                                                                                                                                                                      • getImages

                                                                                                                                                                                        -
                                                                                                                                                                                         final List<ChromecastMetadataImage> getImages()
                                                                                                                                                                                        +
                                                                                                                                                                                         final List<ChromecastMetadataImage> getImages()
                                                                                                                                                                                        @@ -409,7 +409,7 @@

                                                                                                                                                                                        getImages

                                                                                                                                                                                        >
                                                                                                                                                                                      • getReleaseDate

                                                                                                                                                                                        -
                                                                                                                                                                                         final String getReleaseDate()
                                                                                                                                                                                        +
                                                                                                                                                                                         final String getReleaseDate()
                                                                                                                                                                                        @@ -432,7 +432,7 @@

                                                                                                                                                                                        getReleaseDate

                                                                                                                                                                                        >
                                                                                                                                                                                      • getTitle

                                                                                                                                                                                        -
                                                                                                                                                                                         final String getTitle()
                                                                                                                                                                                        +
                                                                                                                                                                                         final String getTitle()
                                                                                                                                                                                        @@ -455,7 +455,7 @@

                                                                                                                                                                                        getTitle

                                                                                                                                                                                        >
                                                                                                                                                                                      • getSubtitle

                                                                                                                                                                                        -
                                                                                                                                                                                         final String getSubtitle()
                                                                                                                                                                                        +
                                                                                                                                                                                         final String getSubtitle()
                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html index f5eafb1f1971..72c442f72af2 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html @@ -173,19 +173,19 @@

                                                                                                                                                                                        Field Summary

                                                                                                                                                                                        - private final String + private final String src - private final Integer + private final Integer width - private final Integer + private final Integer height @@ -216,13 +216,13 @@

                                                                                                                                                                                        Constructor Summary

                                                                                                                                                                                        ChromecastMetadataImage(String src) + href="#ChromecastMetadataImage(java.lang.String)">ChromecastMetadataImage(String src) Creates a Chromecast metadata image. ChromecastMetadataImage(String src, Integer width, Integer height) + href="#ChromecastMetadataImage(java.lang.String,java.lang.Integer,java.lang.Integer)">ChromecastMetadataImage(String src, Integer width, Integer height) @@ -276,7 +276,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        - final String + final String getSrc() @@ -284,7 +284,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        - final Integer + final Integer getWidth() @@ -292,7 +292,7 @@

                                                                                                                                                                                        Method Summary

                                                                                                                                                                                        - final Integer + final Integer getHeight() @@ -334,7 +334,7 @@

                                                                                                                                                                                        Constructor Detail

                                                                                                                                                                                        • ChromecastMetadataImage

                                                                                                                                                                                          -
                                                                                                                                                                                          ChromecastMetadataImage(String src)
                                                                                                                                                                                          +
                                                                                                                                                                                          ChromecastMetadataImage(String src)
                                                                                                                                                                                          Creates a Chromecast metadata image.
                                                                                                                                                                                          @@ -353,7 +353,7 @@

                                                                                                                                                                                          ChromecastMetadataImage

                                                                                                                                                                                          • ChromecastMetadataImage

                                                                                                                                                                                            -
                                                                                                                                                                                            ChromecastMetadataImage(String src, Integer width, Integer height)
                                                                                                                                                                                            +
                                                                                                                                                                                            ChromecastMetadataImage(String src, Integer width, Integer height)
                                                                                                                                                                                          • @@ -380,7 +380,7 @@

                                                                                                                                                                                            Method Detail

                                                                                                                                                                                            >
                                                                                                                                                                                          • getSrc

                                                                                                                                                                                            -
                                                                                                                                                                                             final String getSrc()
                                                                                                                                                                                            +
                                                                                                                                                                                             final String getSrc()

                                                                                                                                                                                            The URL of the image. (NonNull)

                                                                                                                                                                                            @@ -403,7 +403,7 @@

                                                                                                                                                                                            getSrc

                                                                                                                                                                                            >
                                                                                                                                                                                          • getWidth

                                                                                                                                                                                            -
                                                                                                                                                                                             final Integer getWidth()
                                                                                                                                                                                            +
                                                                                                                                                                                             final Integer getWidth()

                                                                                                                                                                                            The width of the image, in pixels. (Nullable)

                                                                                                                                                                                            @@ -426,7 +426,7 @@

                                                                                                                                                                                            getWidth

                                                                                                                                                                                            >
                                                                                                                                                                                          • getHeight

                                                                                                                                                                                            -
                                                                                                                                                                                             final Integer getHeight()
                                                                                                                                                                                            +
                                                                                                                                                                                             final Integer getHeight()

                                                                                                                                                                                            The height of the image, in pixels. (Nullable)

                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html index 1f10c3a08959..dd277c7d40d8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html @@ -254,7 +254,7 @@

                                                                                                                                                                                            Method Summary

                                                                                                                                                                                            final ChromecastMetadataType - fromName(String metadataType) + fromName(String metadataType) Creates a Chromecast metadata type. @@ -311,7 +311,7 @@

                                                                                                                                                                                            Method Detail

                                                                                                                                                                                            >
                                                                                                                                                                                          • fromName

                                                                                                                                                                                            -
                                                                                                                                                                                             final ChromecastMetadataType fromName(String metadataType)
                                                                                                                                                                                            +
                                                                                                                                                                                             final ChromecastMetadataType fromName(String metadataType)

                                                                                                                                                                                            Creates a Chromecast metadata type.

                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html index f26f31950642..b33d17e5e168 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html @@ -123,7 +123,7 @@

                                                                                                                                                                                            Enum ChromecastMetadataTyp
                                                                                                                                                                                             
                                                                                                                                                                                             public enum ChromecastMetadataType
                                                                                                                                                                                            -extends Enum<ChromecastMetadataType>
                                                                                                                                                                                            +extends Enum<ChromecastMetadataType>
                                                                                                                                                                                                                 

                                                                                                                                                                                            The Chromecast metadata type.

                                                                                                                                                                                            @@ -188,25 +188,25 @@

                                                                                                                                                                                            Field Summary

                                                                                                                                                                                            - private final String + private final String type - private final Integer + private final Integer nativeType - private final String + private final String name - private final Integer + private final Integer ordinal @@ -317,7 +317,7 @@

                                                                                                                                                                                            Method Summary

                                                                                                                                                                                            final ChromecastMetadataType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -331,7 +331,7 @@

                                                                                                                                                                                            Method Summary

                                                                                                                                                                                            - final String + final String getType() @@ -339,7 +339,7 @@

                                                                                                                                                                                            Method Summary

                                                                                                                                                                                            - final Integer + final Integer getNativeType() @@ -412,7 +412,7 @@

                                                                                                                                                                                            Method Detail

                                                                                                                                                                                            >
                                                                                                                                                                                          • valueOf

                                                                                                                                                                                            -
                                                                                                                                                                                             final ChromecastMetadataType valueOf(String value)
                                                                                                                                                                                            +
                                                                                                                                                                                             final ChromecastMetadataType valueOf(String value)

                                                                                                                                                                                            Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                                                                                                                                            @@ -458,7 +458,7 @@

                                                                                                                                                                                            values

                                                                                                                                                                                            >
                                                                                                                                                                                          • getType

                                                                                                                                                                                            -
                                                                                                                                                                                             final String getType()
                                                                                                                                                                                            +
                                                                                                                                                                                             final String getType()

                                                                                                                                                                                            The textual representation of the Chromecast metadata.

                                                                                                                                                                                            @@ -481,7 +481,7 @@

                                                                                                                                                                                            getType

                                                                                                                                                                                            >
                                                                                                                                                                                          • getNativeType

                                                                                                                                                                                            -
                                                                                                                                                                                             final Integer getNativeType()
                                                                                                                                                                                            +
                                                                                                                                                                                             final Integer getNativeType()

                                                                                                                                                                                            The Chromecast MediaMetadata representation.

                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/MetadataDescription.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/MetadataDescription.html index dc563d502496..6c707766e982 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/MetadataDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/metadata/MetadataDescription.html @@ -173,7 +173,7 @@

                                                                                                                                                                                            Field Summary

                                                                                                                                                                                            - private final Map<String, Object> + private final Map<String, Object> data @@ -210,7 +210,7 @@

                                                                                                                                                                                            Constructor Summary

                                                                                                                                                                                            MetadataDescription(Map<String, Object> map) + href="#MetadataDescription(java.util.Map)">MetadataDescription(Map<String, Object> map) Creates a metadata description. @@ -314,7 +314,7 @@

                                                                                                                                                                                            MetadataDescription

                                                                                                                                                                                            • MetadataDescription

                                                                                                                                                                                              -
                                                                                                                                                                                              MetadataDescription(Map<String, Object> map)
                                                                                                                                                                                              +
                                                                                                                                                                                              MetadataDescription(Map<String, Object> map)
                                                                                                                                                                                              Creates a metadata description.
                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html index fa8f8f8b18d5..9eea407d4037 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html @@ -173,7 +173,7 @@

                                                                                                                                                                                              Field Summary

                                                                                                                                                                                              - private final String + private final String customIntegration @@ -264,7 +264,7 @@

                                                                                                                                                                                              Method Summary

                                                                                                                                                                                              - abstract String + abstract String getCustomIntegration() @@ -339,7 +339,7 @@

                                                                                                                                                                                              Method Detail

                                                                                                                                                                                              >
                                                                                                                                                                                            • getCustomIntegration

                                                                                                                                                                                              -
                                                                                                                                                                                               abstract String getCustomIntegration()
                                                                                                                                                                                              +
                                                                                                                                                                                               abstract String getCustomIntegration()

                                                                                                                                                                                              The ID of the custom SSAI integration. (NonNull)

                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html index fdd780f34652..2d0cb0fa098f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html @@ -254,7 +254,7 @@

                                                                                                                                                                                              Method Summary

                                                                                                                                                                                              final static Unit - register(String customIntegration, CustomSsaiDescriptionSerializer serializer) + register(String customIntegration, CustomSsaiDescriptionSerializer serializer) Register the given serializer to handle CustomSsaiDescription objects with the given integration ID. @@ -262,13 +262,13 @@

                                                                                                                                                                                              Method Summary

                                                                                                                                                                                              final static CustomSsaiDescription - deserialize(String integrationId, String json) + deserialize(String integrationId, String json) - final static String + final static String serialize(CustomSsaiDescription value) @@ -327,7 +327,7 @@

                                                                                                                                                                                              Method Detail

                                                                                                                                                                                              >
                                                                                                                                                                                            • register

                                                                                                                                                                                              -
                                                                                                                                                                                               final static Unit register(String customIntegration, CustomSsaiDescriptionSerializer serializer)
                                                                                                                                                                                              +
                                                                                                                                                                                               final static Unit register(String customIntegration, CustomSsaiDescriptionSerializer serializer)

                                                                                                                                                                                              Register the given serializer to handle CustomSsaiDescription objects with the given integration ID.

                                                                                                                                                                                              @@ -350,7 +350,7 @@

                                                                                                                                                                                              register

                                                                                                                                                                                              >
                                                                                                                                                                                            • deserialize

                                                                                                                                                                                              -
                                                                                                                                                                                              @ApiStatus.Internal() final static CustomSsaiDescription deserialize(String integrationId, String json)
                                                                                                                                                                                              +
                                                                                                                                                                                              @ApiStatus.Internal() final static CustomSsaiDescription deserialize(String integrationId, String json)
                                                                                                                                                                                              @@ -373,7 +373,7 @@

                                                                                                                                                                                              deserialize

                                                                                                                                                                                              >
                                                                                                                                                                                            • serialize

                                                                                                                                                                                              -
                                                                                                                                                                                              @ApiStatus.Internal() final static String serialize(CustomSsaiDescription value)
                                                                                                                                                                                              +
                                                                                                                                                                                              @ApiStatus.Internal() final static String serialize(CustomSsaiDescription value)
                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html index d2304dc6ae01..23e801e1a397 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html @@ -248,13 +248,13 @@

                                                                                                                                                                                              Method Summary

                                                                                                                                                                                              abstract CustomSsaiDescription - fromJson(String json) + fromJson(String json) Reads a CustomSsaiDescription from the given JSON string. - abstract String + abstract String toJson(CustomSsaiDescription value) @@ -313,7 +313,7 @@

                                                                                                                                                                                              Method Detail

                                                                                                                                                                                              >
                                                                                                                                                                                            • fromJson

                                                                                                                                                                                              -
                                                                                                                                                                                               abstract CustomSsaiDescription fromJson(String json)
                                                                                                                                                                                              +
                                                                                                                                                                                               abstract CustomSsaiDescription fromJson(String json)

                                                                                                                                                                                              Reads a CustomSsaiDescription from the given JSON string.

                                                                                                                                                                                              The customIntegration property of the returned object must match the integration with which this serializer was registered.

                                                                                                                                                                                              @@ -336,7 +336,7 @@

                                                                                                                                                                                              fromJson

                                                                                                                                                                                              >
                                                                                                                                                                                            • toJson

                                                                                                                                                                                              -
                                                                                                                                                                                               abstract String toJson(CustomSsaiDescription value)
                                                                                                                                                                                              +
                                                                                                                                                                                               abstract String toJson(CustomSsaiDescription value)

                                                                                                                                                                                              Writes the given CustomSsaiDescription as a JSON string.

                                                                                                                                                                                              The returned JSON string must have a string property named "integration" that contains value's customIntegrationId.

                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html index 3a597acb5810..83bf50dfbb11 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html @@ -173,25 +173,25 @@

                                                                                                                                                                                              Field Summary

                                                                                                                                                                                              - protected String + protected String authToken - protected String + protected String streamActivityMonitorID - protected Map<String, String> + protected Map<String, String> adTagParameters - protected String + protected String apiKey @@ -222,7 +222,7 @@

                                                                                                                                                                                              Constructor Summary

                                                                                                                                                                                              GoogleDaiConfiguration.Builder(String apiKey) + href="#GoogleDaiConfiguration.Builder(java.lang.String)">GoogleDaiConfiguration.Builder(String apiKey) @@ -278,7 +278,7 @@

                                                                                                                                                                                              Method Summary

                                                                                                                                                                                              GoogleDaiConfiguration.Builder - authToken(String authToken) + authToken(String authToken) Sets the authorization token for the stream request. @@ -286,7 +286,7 @@

                                                                                                                                                                                              Method Summary

                                                                                                                                                                                              GoogleDaiConfiguration.Builder - streamActivityMonitorID(String streamActivityMonitorID) + streamActivityMonitorID(String streamActivityMonitorID) Sets the identifier for a stream activity monitor session. @@ -294,7 +294,7 @@

                                                                                                                                                                                              Method Summary

                                                                                                                                                                                              GoogleDaiConfiguration.Builder - adTagParameters(Map<String, String> adTagParameters) + adTagParameters(Map<String, String> adTagParameters) Sets the ad tag parameters which are added to the stream request. @@ -334,7 +334,7 @@

                                                                                                                                                                                              Constructor Detail

                                                                                                                                                                                              • GoogleDaiConfiguration.Builder

                                                                                                                                                                                                -
                                                                                                                                                                                                GoogleDaiConfiguration.Builder(String apiKey)
                                                                                                                                                                                                +
                                                                                                                                                                                                GoogleDaiConfiguration.Builder(String apiKey)
                                                                                                                                                                                                @@ -370,7 +370,7 @@

                                                                                                                                                                                                Method Detail

                                                                                                                                                                                                >
                                                                                                                                                                                              • authToken

                                                                                                                                                                                                -
                                                                                                                                                                                                 GoogleDaiConfiguration.Builder authToken(String authToken)
                                                                                                                                                                                                +
                                                                                                                                                                                                 GoogleDaiConfiguration.Builder authToken(String authToken)

                                                                                                                                                                                                Sets the authorization token for the stream request.

                                                                                                                                                                                                • For more information, see GoogleDaiConfiguration.getAuthToken.

                                                                                                                                                                                                @@ -400,7 +400,7 @@

                                                                                                                                                                                                authToken

                                                                                                                                                                                                >
                                                                                                                                                                                              • streamActivityMonitorID

                                                                                                                                                                                                -
                                                                                                                                                                                                 GoogleDaiConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)
                                                                                                                                                                                                +
                                                                                                                                                                                                 GoogleDaiConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)

                                                                                                                                                                                                Sets the identifier for a stream activity monitor session.

                                                                                                                                                                                                @@ -430,7 +430,7 @@

                                                                                                                                                                                                streamActivityMonitorID

                                                                                                                                                                                                >
                                                                                                                                                                                              • adTagParameters

                                                                                                                                                                                                -
                                                                                                                                                                                                 GoogleDaiConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)
                                                                                                                                                                                                +
                                                                                                                                                                                                 GoogleDaiConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)

                                                                                                                                                                                                Sets the ad tag parameters which are added to the stream request.

                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html index 9914ce13ad49..35db03b78752 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html @@ -186,25 +186,25 @@

                                                                                                                                                                                                Field Summary

                                                                                                                                                                                                - private final String + private final String apiKey - private final String + private final String authToken - private final String + private final String streamActivityMonitorID - private final Map<String, String> + private final Map<String, String> adTagParameters @@ -241,7 +241,7 @@

                                                                                                                                                                                                Constructor Summary

                                                                                                                                                                                                GoogleDaiConfiguration(StreamType availabilityType, String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters) + href="#GoogleDaiConfiguration(com.theoplayer.android.api.source.ssai.StreamType,java.lang.String,java.lang.String,java.lang.String,java.util.Map)">GoogleDaiConfiguration(StreamType availabilityType, String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters) @@ -303,7 +303,7 @@

                                                                                                                                                                                                Method Summary

                                                                                                                                                                                                - final String + final String getApiKey() @@ -311,7 +311,7 @@

                                                                                                                                                                                                Method Summary

                                                                                                                                                                                                - final String + final String getAuthToken() @@ -319,7 +319,7 @@

                                                                                                                                                                                                Method Summary

                                                                                                                                                                                                - final String + final String getStreamActivityMonitorID() @@ -327,7 +327,7 @@

                                                                                                                                                                                                Method Summary

                                                                                                                                                                                                - final Map<String, String> + final Map<String, String> getAdTagParameters() @@ -335,15 +335,15 @@

                                                                                                                                                                                                Method Summary

                                                                                                                                                                                                - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -353,7 +353,7 @@

                                                                                                                                                                                                Method Summary

                                                                                                                                                                                                abstract GoogleDaiConfiguration - copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters) + copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters) @@ -399,7 +399,7 @@

                                                                                                                                                                                                Constructor Detail

                                                                                                                                                                                                • GoogleDaiConfiguration

                                                                                                                                                                                                  -
                                                                                                                                                                                                  GoogleDaiConfiguration(StreamType availabilityType, String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
                                                                                                                                                                                                  +
                                                                                                                                                                                                  GoogleDaiConfiguration(StreamType availabilityType, String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
                                                                                                                                                                                                • @@ -449,7 +449,7 @@

                                                                                                                                                                                                  getAvailabilityType

                                                                                                                                                                                                  >
                                                                                                                                                                                                • getApiKey

                                                                                                                                                                                                  -
                                                                                                                                                                                                   final String getApiKey()
                                                                                                                                                                                                  +
                                                                                                                                                                                                   final String getApiKey()

                                                                                                                                                                                                  The API key for the stream request. (NonNull)

                                                                                                                                                                                                  • This key is used to verify applications that are attempting to access the content.

                                                                                                                                                                                                  • This key is configured through the Google Ad Manager UI.

                                                                                                                                                                                                  @@ -472,7 +472,7 @@

                                                                                                                                                                                                  getApiKey

                                                                                                                                                                                                  >
                                                                                                                                                                                                • getAuthToken

                                                                                                                                                                                                  -
                                                                                                                                                                                                   final String getAuthToken()
                                                                                                                                                                                                  +
                                                                                                                                                                                                   final String getAuthToken()

                                                                                                                                                                                                  The authorization token for the stream request. (Nullable)

                                                                                                                                                                                                  • This token is used for stricter content authorization.

                                                                                                                                                                                                  • The publisher can control individual content streams authorizations based on this token.

                                                                                                                                                                                                  @@ -495,7 +495,7 @@

                                                                                                                                                                                                  getAuthToken

                                                                                                                                                                                                  >
                                                                                                                                                                                                • getStreamActivityMonitorID

                                                                                                                                                                                                  -
                                                                                                                                                                                                   final String getStreamActivityMonitorID()
                                                                                                                                                                                                  +
                                                                                                                                                                                                   final String getStreamActivityMonitorID()

                                                                                                                                                                                                  The identifier for a stream activity monitor session. (Nullable)

                                                                                                                                                                                                  @@ -518,7 +518,7 @@

                                                                                                                                                                                                  getStreamActivityMonitorID

                                                                                                                                                                                                  >
                                                                                                                                                                                                • getAdTagParameters

                                                                                                                                                                                                  -
                                                                                                                                                                                                   final Map<String, String> getAdTagParameters()
                                                                                                                                                                                                  +
                                                                                                                                                                                                   final Map<String, String> getAdTagParameters()

                                                                                                                                                                                                  The ad tag parameters added to stream request. (Nullable)

                                                                                                                                                                                                  • Each entry contains the parameter name with associated value.

                                                                                                                                                                                                  @@ -541,7 +541,7 @@

                                                                                                                                                                                                  getAdTagParameters

                                                                                                                                                                                                  >
                                                                                                                                                                                                • equals

                                                                                                                                                                                                  -
                                                                                                                                                                                                   Boolean equals(Object other)
                                                                                                                                                                                                  +
                                                                                                                                                                                                   Boolean equals(Object other)
                                                                                                                                                                                                  @@ -564,7 +564,7 @@

                                                                                                                                                                                                  equals

                                                                                                                                                                                                  >
                                                                                                                                                                                                • hashCode

                                                                                                                                                                                                  -
                                                                                                                                                                                                   Integer hashCode()
                                                                                                                                                                                                  +
                                                                                                                                                                                                   Integer hashCode()
                                                                                                                                                                                                  @@ -587,7 +587,7 @@

                                                                                                                                                                                                  hashCode

                                                                                                                                                                                                  >
                                                                                                                                                                                                • copy

                                                                                                                                                                                                  -
                                                                                                                                                                                                   abstract GoogleDaiConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
                                                                                                                                                                                                  +
                                                                                                                                                                                                   abstract GoogleDaiConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html index 601dd317cc18..468fd8984aa9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html @@ -254,7 +254,7 @@

                                                                                                                                                                                                  Method Summary

                                                                                                                                                                                                  final SsaiIntegration - from(String ssaiIntegrationId) + from(String ssaiIntegrationId) Creates a SSAI integration from a textual representation. @@ -311,7 +311,7 @@

                                                                                                                                                                                                  Method Detail

                                                                                                                                                                                                  >
                                                                                                                                                                                                • from

                                                                                                                                                                                                  -
                                                                                                                                                                                                   final SsaiIntegration from(String ssaiIntegrationId)
                                                                                                                                                                                                  +
                                                                                                                                                                                                   final SsaiIntegration from(String ssaiIntegrationId)

                                                                                                                                                                                                  Creates a SSAI integration from a textual representation.

                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/SsaiIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/SsaiIntegration.html index f2b3272f2ffd..e4aeef1afe8d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/SsaiIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/SsaiIntegration.html @@ -123,7 +123,7 @@

                                                                                                                                                                                                  Enum SsaiIntegration

                                                                                                                                                                                                   
                                                                                                                                                                                                   public enum SsaiIntegration
                                                                                                                                                                                                  -extends Enum<SsaiIntegration>
                                                                                                                                                                                                  +extends Enum<SsaiIntegration>
                                                                                                                                                                                                                       

                                                                                                                                                                                                  The identifier of a server-side ad insertion integration.

                                                                                                                                                                                                  @@ -188,13 +188,13 @@

                                                                                                                                                                                                  Field Summary

                                                                                                                                                                                                  - private final String + private final String name - private final Integer + private final Integer ordinal @@ -293,7 +293,7 @@

                                                                                                                                                                                                  Method Summary

                                                                                                                                                                                                  final SsaiIntegration - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -372,7 +372,7 @@

                                                                                                                                                                                                  Method Detail

                                                                                                                                                                                                  >
                                                                                                                                                                                                • valueOf

                                                                                                                                                                                                  -
                                                                                                                                                                                                   final SsaiIntegration valueOf(String value)
                                                                                                                                                                                                  +
                                                                                                                                                                                                   final SsaiIntegration valueOf(String value)

                                                                                                                                                                                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/StreamType.Companion.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/StreamType.Companion.html index 41b6059bca89..265d614cffcf 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/StreamType.Companion.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/StreamType.Companion.html @@ -254,7 +254,7 @@

                                                                                                                                                                                                  Method Summary

                                                                                                                                                                                                  final StreamType - from(String streamTypeString) + from(String streamTypeString) Creates a stream type from a textual representation. @@ -311,7 +311,7 @@

                                                                                                                                                                                                  Method Detail

                                                                                                                                                                                                  >
                                                                                                                                                                                                • from

                                                                                                                                                                                                  -
                                                                                                                                                                                                   final StreamType from(String streamTypeString)
                                                                                                                                                                                                  +
                                                                                                                                                                                                   final StreamType from(String streamTypeString)

                                                                                                                                                                                                  Creates a stream type from a textual representation.

                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/StreamType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/StreamType.html index 45731c63271c..be37d864f2a7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/StreamType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/StreamType.html @@ -123,7 +123,7 @@

                                                                                                                                                                                                  Enum StreamType

                                                                                                                                                                                                   
                                                                                                                                                                                                   public enum StreamType
                                                                                                                                                                                                  -extends Enum<StreamType>
                                                                                                                                                                                                  +extends Enum<StreamType>
                                                                                                                                                                                                                       

                                                                                                                                                                                                  The type of a stream.

                                                                                                                                                                                                  @@ -188,13 +188,13 @@

                                                                                                                                                                                                  Field Summary

                                                                                                                                                                                                  - private final String + private final String name - private final Integer + private final Integer ordinal @@ -293,7 +293,7 @@

                                                                                                                                                                                                  Method Summary

                                                                                                                                                                                                  final StreamType - valueOf(String value) + valueOf(String value) Returns the enum constant of this type with the specified name. @@ -372,7 +372,7 @@

                                                                                                                                                                                                  Method Detail

                                                                                                                                                                                                  >
                                                                                                                                                                                                • valueOf

                                                                                                                                                                                                  -
                                                                                                                                                                                                   final StreamType valueOf(String value)
                                                                                                                                                                                                  +
                                                                                                                                                                                                   final StreamType valueOf(String value)

                                                                                                                                                                                                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html index 391c43db498c..8ebcb6fd38bc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html @@ -173,25 +173,25 @@

                                                                                                                                                                                                  Field Summary

                                                                                                                                                                                                  - protected String + protected String authToken - protected String + protected String streamActivityMonitorID - protected Map<String, String> + protected Map<String, String> adTagParameters - protected String + protected String apiKey @@ -222,7 +222,7 @@

                                                                                                                                                                                                  Constructor Summary

                                                                                                                                                                                                  GoogleDaiLiveConfiguration.Builder(String apiKey, String assetKey) + href="#GoogleDaiLiveConfiguration.Builder(java.lang.String,java.lang.String)">GoogleDaiLiveConfiguration.Builder(String apiKey, String assetKey) @@ -278,7 +278,7 @@

                                                                                                                                                                                                  Method Summary

                                                                                                                                                                                                  GoogleDaiLiveConfiguration.Builder - authToken(String authToken) + authToken(String authToken) Sets the authorization token for the stream request. @@ -286,7 +286,7 @@

                                                                                                                                                                                                  Method Summary

                                                                                                                                                                                                  GoogleDaiLiveConfiguration.Builder - streamActivityMonitorID(String streamActivityMonitorID) + streamActivityMonitorID(String streamActivityMonitorID) Sets the identifier for a stream activity monitor session. @@ -294,7 +294,7 @@

                                                                                                                                                                                                  Method Summary

                                                                                                                                                                                                  GoogleDaiLiveConfiguration.Builder - adTagParameters(Map<String, String> adTagParameters) + adTagParameters(Map<String, String> adTagParameters) Sets the ad tag parameters which are added to the stream request. @@ -342,7 +342,7 @@

                                                                                                                                                                                                  Constructor Detail

                                                                                                                                                                                                  • GoogleDaiLiveConfiguration.Builder

                                                                                                                                                                                                    -
                                                                                                                                                                                                    GoogleDaiLiveConfiguration.Builder(String apiKey, String assetKey)
                                                                                                                                                                                                    +
                                                                                                                                                                                                    GoogleDaiLiveConfiguration.Builder(String apiKey, String assetKey)
                                                                                                                                                                                                    @@ -382,7 +382,7 @@

                                                                                                                                                                                                    Method Detail

                                                                                                                                                                                                    >
                                                                                                                                                                                                  • authToken

                                                                                                                                                                                                    -
                                                                                                                                                                                                     GoogleDaiLiveConfiguration.Builder authToken(String authToken)
                                                                                                                                                                                                    +
                                                                                                                                                                                                     GoogleDaiLiveConfiguration.Builder authToken(String authToken)

                                                                                                                                                                                                    Sets the authorization token for the stream request.

                                                                                                                                                                                                    • For more information, see GoogleDaiConfiguration.getAuthToken.

                                                                                                                                                                                                    @@ -412,7 +412,7 @@

                                                                                                                                                                                                    authToken

                                                                                                                                                                                                    >
                                                                                                                                                                                                  • streamActivityMonitorID

                                                                                                                                                                                                    -
                                                                                                                                                                                                     GoogleDaiLiveConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)
                                                                                                                                                                                                    +
                                                                                                                                                                                                     GoogleDaiLiveConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)

                                                                                                                                                                                                    Sets the identifier for a stream activity monitor session.

                                                                                                                                                                                                    @@ -442,7 +442,7 @@

                                                                                                                                                                                                    streamActivityMonitorID

                                                                                                                                                                                                    >
                                                                                                                                                                                                  • adTagParameters

                                                                                                                                                                                                    -
                                                                                                                                                                                                     GoogleDaiLiveConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)
                                                                                                                                                                                                    +
                                                                                                                                                                                                     GoogleDaiLiveConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)

                                                                                                                                                                                                    Sets the ad tag parameters which are added to the stream request.

                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html index 8aac630d1c19..00d7a679bc65 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html @@ -180,7 +180,7 @@

                                                                                                                                                                                                    Field Summary

                                                                                                                                                                                                    - private final String + private final String assetKey @@ -192,25 +192,25 @@

                                                                                                                                                                                                    Field Summary

                                                                                                                                                                                                    - private final String + private final String apiKey - private final String + private final String authToken - private final String + private final String streamActivityMonitorID - private final Map<String, String> + private final Map<String, String> adTagParameters @@ -247,7 +247,7 @@

                                                                                                                                                                                                    Constructor Summary

                                                                                                                                                                                                    GoogleDaiLiveConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String assetKey) + href="#GoogleDaiLiveConfiguration(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String)">GoogleDaiLiveConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String assetKey) @@ -301,7 +301,7 @@

                                                                                                                                                                                                    Method Summary

                                                                                                                                                                                                    - final String + final String getAssetKey() @@ -309,15 +309,15 @@

                                                                                                                                                                                                    Method Summary

                                                                                                                                                                                                    - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -327,7 +327,7 @@

                                                                                                                                                                                                    Method Summary

                                                                                                                                                                                                    GoogleDaiLiveConfiguration - copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters) + copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters) @@ -379,7 +379,7 @@

                                                                                                                                                                                                    Constructor Detail

                                                                                                                                                                                                    • GoogleDaiLiveConfiguration

                                                                                                                                                                                                      -
                                                                                                                                                                                                      GoogleDaiLiveConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String assetKey)
                                                                                                                                                                                                      +
                                                                                                                                                                                                      GoogleDaiLiveConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String assetKey)
                                                                                                                                                                                                    • @@ -406,7 +406,7 @@

                                                                                                                                                                                                      Method Detail

                                                                                                                                                                                                      >
                                                                                                                                                                                                    • getAssetKey

                                                                                                                                                                                                      -
                                                                                                                                                                                                       final String getAssetKey()
                                                                                                                                                                                                      +
                                                                                                                                                                                                       final String getAssetKey()

                                                                                                                                                                                                      The identifier for the video content source for live streams.

                                                                                                                                                                                                      • This property is required for live streams.

                                                                                                                                                                                                      • The asset key can be found in the Google Ad Manager UI.

                                                                                                                                                                                                      @@ -429,7 +429,7 @@

                                                                                                                                                                                                      getAssetKey

                                                                                                                                                                                                      >
                                                                                                                                                                                                    • equals

                                                                                                                                                                                                      -
                                                                                                                                                                                                       Boolean equals(Object other)
                                                                                                                                                                                                      +
                                                                                                                                                                                                       Boolean equals(Object other)
                                                                                                                                                                                                      @@ -452,7 +452,7 @@

                                                                                                                                                                                                      equals

                                                                                                                                                                                                      >
                                                                                                                                                                                                    • hashCode

                                                                                                                                                                                                      -
                                                                                                                                                                                                       Integer hashCode()
                                                                                                                                                                                                      +
                                                                                                                                                                                                       Integer hashCode()
                                                                                                                                                                                                      @@ -475,7 +475,7 @@

                                                                                                                                                                                                      hashCode

                                                                                                                                                                                                      >
                                                                                                                                                                                                    • copy

                                                                                                                                                                                                      -
                                                                                                                                                                                                       GoogleDaiLiveConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
                                                                                                                                                                                                      +
                                                                                                                                                                                                       GoogleDaiLiveConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html index 8115a407f43a..6a1081556faf 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html @@ -173,25 +173,25 @@

                                                                                                                                                                                                      Field Summary

                                                                                                                                                                                                      - protected String + protected String authToken - protected String + protected String streamActivityMonitorID - protected Map<String, String> + protected Map<String, String> adTagParameters - protected String + protected String apiKey @@ -222,7 +222,7 @@

                                                                                                                                                                                                      Constructor Summary

                                                                                                                                                                                                      GoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID) + href="#GoogleDaiVodConfiguration.Builder(java.lang.String,java.lang.String,java.lang.String)">GoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID) @@ -278,7 +278,7 @@

                                                                                                                                                                                                      Method Summary

                                                                                                                                                                                                      GoogleDaiVodConfiguration.Builder - authToken(String authToken) + authToken(String authToken) Sets the authorization token for the stream request. @@ -286,7 +286,7 @@

                                                                                                                                                                                                      Method Summary

                                                                                                                                                                                                      GoogleDaiVodConfiguration.Builder - streamActivityMonitorID(String streamActivityMonitorID) + streamActivityMonitorID(String streamActivityMonitorID) Sets the identifier for a stream activity monitor session. @@ -294,7 +294,7 @@

                                                                                                                                                                                                      Method Summary

                                                                                                                                                                                                      GoogleDaiVodConfiguration.Builder - adTagParameters(Map<String, String> adTagParameters) + adTagParameters(Map<String, String> adTagParameters) Sets the ad tag parameters which are added to the stream request. @@ -342,7 +342,7 @@

                                                                                                                                                                                                      Constructor Detail

                                                                                                                                                                                                      • GoogleDaiVodConfiguration.Builder

                                                                                                                                                                                                        -
                                                                                                                                                                                                        GoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID)
                                                                                                                                                                                                        +
                                                                                                                                                                                                        GoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID)
                                                                                                                                                                                                        @@ -386,7 +386,7 @@

                                                                                                                                                                                                        Method Detail

                                                                                                                                                                                                        >
                                                                                                                                                                                                      • authToken

                                                                                                                                                                                                        -
                                                                                                                                                                                                         GoogleDaiVodConfiguration.Builder authToken(String authToken)
                                                                                                                                                                                                        +
                                                                                                                                                                                                         GoogleDaiVodConfiguration.Builder authToken(String authToken)

                                                                                                                                                                                                        Sets the authorization token for the stream request.

                                                                                                                                                                                                        • For more information, see GoogleDaiConfiguration.getAuthToken.

                                                                                                                                                                                                        @@ -416,7 +416,7 @@

                                                                                                                                                                                                        authToken

                                                                                                                                                                                                        >
                                                                                                                                                                                                      • streamActivityMonitorID

                                                                                                                                                                                                        -
                                                                                                                                                                                                         GoogleDaiVodConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)
                                                                                                                                                                                                        +
                                                                                                                                                                                                         GoogleDaiVodConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)

                                                                                                                                                                                                        Sets the identifier for a stream activity monitor session.

                                                                                                                                                                                                        @@ -446,7 +446,7 @@

                                                                                                                                                                                                        streamActivityMonitorID

                                                                                                                                                                                                        >
                                                                                                                                                                                                      • adTagParameters

                                                                                                                                                                                                        -
                                                                                                                                                                                                         GoogleDaiVodConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)
                                                                                                                                                                                                        +
                                                                                                                                                                                                         GoogleDaiVodConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)

                                                                                                                                                                                                        Sets the ad tag parameters which are added to the stream request.

                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html index d309078891af..6605234cba13 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html @@ -180,13 +180,13 @@

                                                                                                                                                                                                        Field Summary

                                                                                                                                                                                                        - private final String + private final String contentSourceID - private final String + private final String videoID @@ -198,25 +198,25 @@

                                                                                                                                                                                                        Field Summary

                                                                                                                                                                                                        - private final String + private final String apiKey - private final String + private final String authToken - private final String + private final String streamActivityMonitorID - private final Map<String, String> + private final Map<String, String> adTagParameters @@ -253,7 +253,7 @@

                                                                                                                                                                                                        Constructor Summary

                                                                                                                                                                                                        GoogleDaiVodConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String contentSourceID, String videoID) + href="#GoogleDaiVodConfiguration(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String,java.lang.String)">GoogleDaiVodConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String contentSourceID, String videoID) @@ -307,7 +307,7 @@

                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                        - final String + final String getContentSourceID() @@ -315,7 +315,7 @@

                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                        - final String + final String getVideoID() @@ -323,15 +323,15 @@

                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                        - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -341,7 +341,7 @@

                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                        GoogleDaiVodConfiguration - copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters) + copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters) @@ -393,7 +393,7 @@

                                                                                                                                                                                                        Constructor Detail

                                                                                                                                                                                                        • GoogleDaiVodConfiguration

                                                                                                                                                                                                          -
                                                                                                                                                                                                          GoogleDaiVodConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String contentSourceID, String videoID)
                                                                                                                                                                                                          +
                                                                                                                                                                                                          GoogleDaiVodConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String contentSourceID, String videoID)
                                                                                                                                                                                                        • @@ -420,7 +420,7 @@

                                                                                                                                                                                                          Method Detail

                                                                                                                                                                                                          >
                                                                                                                                                                                                        • getContentSourceID

                                                                                                                                                                                                          -
                                                                                                                                                                                                           final String getContentSourceID()
                                                                                                                                                                                                          +
                                                                                                                                                                                                           final String getContentSourceID()

                                                                                                                                                                                                          The identifier for the publisher's content for on-demand streams. (NonNull)

                                                                                                                                                                                                          • The publisher's content comes from a CMS.

                                                                                                                                                                                                          • This property is required for on-demand streams.

                                                                                                                                                                                                          @@ -443,7 +443,7 @@

                                                                                                                                                                                                          getContentSourceID

                                                                                                                                                                                                          >
                                                                                                                                                                                                        • getVideoID

                                                                                                                                                                                                          -
                                                                                                                                                                                                           final String getVideoID()
                                                                                                                                                                                                          +
                                                                                                                                                                                                           final String getVideoID()

                                                                                                                                                                                                          The identifier for the video content source for on-demand streams. (NonNull)

                                                                                                                                                                                                          • This property is required for on-demand streams.

                                                                                                                                                                                                          @@ -466,7 +466,7 @@

                                                                                                                                                                                                          getVideoID

                                                                                                                                                                                                          >
                                                                                                                                                                                                        • equals

                                                                                                                                                                                                          -
                                                                                                                                                                                                           Boolean equals(Object other)
                                                                                                                                                                                                          +
                                                                                                                                                                                                           Boolean equals(Object other)
                                                                                                                                                                                                          @@ -489,7 +489,7 @@

                                                                                                                                                                                                          equals

                                                                                                                                                                                                          >
                                                                                                                                                                                                        • hashCode

                                                                                                                                                                                                          -
                                                                                                                                                                                                           Integer hashCode()
                                                                                                                                                                                                          +
                                                                                                                                                                                                           Integer hashCode()
                                                                                                                                                                                                          @@ -512,7 +512,7 @@

                                                                                                                                                                                                          hashCode

                                                                                                                                                                                                          >
                                                                                                                                                                                                        • copy

                                                                                                                                                                                                          -
                                                                                                                                                                                                           GoogleDaiVodConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
                                                                                                                                                                                                          +
                                                                                                                                                                                                           GoogleDaiVodConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html index 3ffc94d126a7..83910d83dc99 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html @@ -173,7 +173,7 @@

                                                                                                                                                                                                          Field Summary

                                                                                                                                                                                                          - private final String + private final String integration @@ -222,7 +222,7 @@

                                                                                                                                                                                                          Constructor Summary

                                                                                                                                                                                                          ContentProtectionConfiguration(String integration, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayConfiguration fairplay) + href="#ContentProtectionConfiguration(java.lang.String,com.theoplayer.android.api.theolive.KeySystemConfiguration,com.theoplayer.android.api.theolive.KeySystemConfiguration,com.theoplayer.android.api.theolive.FairPlayConfiguration)">ContentProtectionConfiguration(String integration, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayConfiguration fairplay) @@ -276,7 +276,7 @@

                                                                                                                                                                                                          Method Summary

                                                                                                                                                                                                          - final String + final String getIntegration() @@ -342,7 +342,7 @@

                                                                                                                                                                                                          Constructor Detail

                                                                                                                                                                                                          • ContentProtectionConfiguration

                                                                                                                                                                                                            -
                                                                                                                                                                                                            ContentProtectionConfiguration(String integration, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayConfiguration fairplay)
                                                                                                                                                                                                            +
                                                                                                                                                                                                            ContentProtectionConfiguration(String integration, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayConfiguration fairplay)
                                                                                                                                                                                                          • @@ -369,7 +369,7 @@

                                                                                                                                                                                                            Method Detail

                                                                                                                                                                                                            >
                                                                                                                                                                                                          • getIntegration

                                                                                                                                                                                                            -
                                                                                                                                                                                                             final String getIntegration()
                                                                                                                                                                                                            +
                                                                                                                                                                                                             final String getIntegration()
                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/Distribution.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/Distribution.html index 8d9ccc80f4c2..27dea70552b3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/Distribution.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/Distribution.html @@ -246,7 +246,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - abstract String + abstract String getId() @@ -254,7 +254,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - abstract String + abstract String getExternalId() @@ -262,7 +262,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - abstract String + abstract String getName() @@ -321,7 +321,7 @@

                                                                                                                                                                                                            Method Detail

                                                                                                                                                                                                            >
                                                                                                                                                                                                          • getId

                                                                                                                                                                                                            -
                                                                                                                                                                                                             abstract String getId()
                                                                                                                                                                                                            +
                                                                                                                                                                                                             abstract String getId()
                                                                                                                                                                                                            @@ -344,7 +344,7 @@

                                                                                                                                                                                                            getId

                                                                                                                                                                                                            >
                                                                                                                                                                                                          • getExternalId

                                                                                                                                                                                                            -
                                                                                                                                                                                                             abstract String getExternalId()
                                                                                                                                                                                                            +
                                                                                                                                                                                                             abstract String getExternalId()
                                                                                                                                                                                                            @@ -367,7 +367,7 @@

                                                                                                                                                                                                            getExternalId

                                                                                                                                                                                                            >
                                                                                                                                                                                                          • getName

                                                                                                                                                                                                            -
                                                                                                                                                                                                             abstract String getName()
                                                                                                                                                                                                            +
                                                                                                                                                                                                             abstract String getName()
                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/Endpoint.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/Endpoint.html index 0e574b1522af..f3d53585b16d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/Endpoint.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/Endpoint.html @@ -173,7 +173,7 @@

                                                                                                                                                                                                            Field Summary

                                                                                                                                                                                                            - private final String + private final String hespSrc @@ -185,43 +185,43 @@

                                                                                                                                                                                                            Field Summary

                                                                                                                                                                                                            - private final String + private final String hlsSrc - private final String + private final String hlsMpegTsSrc - private final String + private final String adSrc - private final String + private final String daiAssetKey - private final String + private final String cdn - private final Integer + private final Integer weight - private final Integer + private final Integer priority @@ -233,19 +233,19 @@

                                                                                                                                                                                                            Field Summary

                                                                                                                                                                                                            - private final String + private final String provider - private final String + private final String adSystem - private Double + private Double targetLatency @@ -276,7 +276,7 @@

                                                                                                                                                                                                            Constructor Summary

                                                                                                                                                                                                            Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, String provider, String adSystem, Double targetLatency) + href="#Endpoint(java.lang.String,com.theoplayer.android.api.theolive.EndpointMillicastSource,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,com.theoplayer.android.api.theolive.ContentProtectionConfiguration,java.lang.String,java.lang.String,java.lang.Double)">Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, String provider, String adSystem, Double targetLatency) @@ -330,7 +330,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final String + final String getHespSrc() @@ -346,7 +346,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final String + final String getHlsSrc() @@ -354,7 +354,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final String + final String getHlsMpegTsSrc() @@ -362,7 +362,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final String + final String getAdSrc() @@ -370,7 +370,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final String + final String getDaiAssetKey() @@ -378,7 +378,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final String + final String getCdn() @@ -386,7 +386,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final Integer + final Integer getWeight() @@ -394,7 +394,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final Integer + final Integer getPriority() @@ -410,7 +410,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final String + final String getProvider() @@ -418,7 +418,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final String + final String getAdSystem() @@ -426,7 +426,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            - final Double + final Double getTargetLatency() @@ -436,7 +436,7 @@

                                                                                                                                                                                                            Method Summary

                                                                                                                                                                                                            final Unit - setTargetLatency(Double targetLatency) + setTargetLatency(Double targetLatency) @@ -476,7 +476,7 @@

                                                                                                                                                                                                            Constructor Detail

                                                                                                                                                                                                            • Endpoint

                                                                                                                                                                                                              -
                                                                                                                                                                                                              Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, String provider, String adSystem, Double targetLatency)
                                                                                                                                                                                                              +
                                                                                                                                                                                                              Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, String provider, String adSystem, Double targetLatency)
                                                                                                                                                                                                            • @@ -503,7 +503,7 @@

                                                                                                                                                                                                              Method Detail

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getHespSrc

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final String getHespSrc()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final String getHespSrc()
                                                                                                                                                                                                              @@ -549,7 +549,7 @@

                                                                                                                                                                                                              getMillicastSrc

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getHlsSrc

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final String getHlsSrc()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final String getHlsSrc()
                                                                                                                                                                                                              @@ -572,7 +572,7 @@

                                                                                                                                                                                                              getHlsSrc

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getHlsMpegTsSrc

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final String getHlsMpegTsSrc()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final String getHlsMpegTsSrc()
                                                                                                                                                                                                              @@ -595,7 +595,7 @@

                                                                                                                                                                                                              getHlsMpegTsSrc

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getAdSrc

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final String getAdSrc()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final String getAdSrc()
                                                                                                                                                                                                              @@ -618,7 +618,7 @@

                                                                                                                                                                                                              getAdSrc

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getDaiAssetKey

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final String getDaiAssetKey()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final String getDaiAssetKey()
                                                                                                                                                                                                              @@ -641,7 +641,7 @@

                                                                                                                                                                                                              getDaiAssetKey

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getCdn

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final String getCdn()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final String getCdn()
                                                                                                                                                                                                              @@ -664,7 +664,7 @@

                                                                                                                                                                                                              getCdn

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getWeight

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final Integer getWeight()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final Integer getWeight()
                                                                                                                                                                                                              @@ -687,7 +687,7 @@

                                                                                                                                                                                                              getWeight

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getPriority

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final Integer getPriority()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final Integer getPriority()
                                                                                                                                                                                                              @@ -733,7 +733,7 @@

                                                                                                                                                                                                              getContentProtection

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getProvider

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final String getProvider()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final String getProvider()
                                                                                                                                                                                                              @@ -756,7 +756,7 @@

                                                                                                                                                                                                              getProvider

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getAdSystem

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final String getAdSystem()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final String getAdSystem()
                                                                                                                                                                                                              @@ -779,7 +779,7 @@

                                                                                                                                                                                                              getAdSystem

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • getTargetLatency

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final Double getTargetLatency()
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final Double getTargetLatency()
                                                                                                                                                                                                              @@ -802,7 +802,7 @@

                                                                                                                                                                                                              getTargetLatency

                                                                                                                                                                                                              >
                                                                                                                                                                                                            • setTargetLatency

                                                                                                                                                                                                              -
                                                                                                                                                                                                               final Unit setTargetLatency(Double targetLatency)
                                                                                                                                                                                                              +
                                                                                                                                                                                                               final Unit setTargetLatency(Double targetLatency)
                                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/EndpointMillicastSource.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/EndpointMillicastSource.html index b7408cf4e5fa..53d7b01b634e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/EndpointMillicastSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/EndpointMillicastSource.html @@ -173,25 +173,25 @@

                                                                                                                                                                                                              Field Summary

                                                                                                                                                                                                              - private final String + private final String name - private final String + private final String accountId - private final String + private final String subscriberToken - private final String + private final String directorUrl @@ -228,7 +228,7 @@

                                                                                                                                                                                                              Constructor Summary

                                                                                                                                                                                                              EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc) + href="#EndpointMillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)">EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc) @@ -282,7 +282,7 @@

                                                                                                                                                                                                              Method Summary

                                                                                                                                                                                                              - final String + final String getName() @@ -290,7 +290,7 @@

                                                                                                                                                                                                              Method Summary

                                                                                                                                                                                                              - final String + final String getAccountId() @@ -298,7 +298,7 @@

                                                                                                                                                                                                              Method Summary

                                                                                                                                                                                                              - final String + final String getSubscriberToken() @@ -306,7 +306,7 @@

                                                                                                                                                                                                              Method Summary

                                                                                                                                                                                                              - final String + final String getDirectorUrl() @@ -356,7 +356,7 @@

                                                                                                                                                                                                              Constructor Detail

                                                                                                                                                                                                              • EndpointMillicastSource

                                                                                                                                                                                                                -
                                                                                                                                                                                                                EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)
                                                                                                                                                                                                                +
                                                                                                                                                                                                                EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)
                                                                                                                                                                                                              • @@ -383,7 +383,7 @@

                                                                                                                                                                                                                Method Detail

                                                                                                                                                                                                                >
                                                                                                                                                                                                              • getName

                                                                                                                                                                                                                -
                                                                                                                                                                                                                 final String getName()
                                                                                                                                                                                                                +
                                                                                                                                                                                                                 final String getName()
                                                                                                                                                                                                                @@ -406,7 +406,7 @@

                                                                                                                                                                                                                getName

                                                                                                                                                                                                                >
                                                                                                                                                                                                              • getAccountId

                                                                                                                                                                                                                -
                                                                                                                                                                                                                 final String getAccountId()
                                                                                                                                                                                                                +
                                                                                                                                                                                                                 final String getAccountId()
                                                                                                                                                                                                                @@ -429,7 +429,7 @@

                                                                                                                                                                                                                getAccountId

                                                                                                                                                                                                                >
                                                                                                                                                                                                              • getSubscriberToken

                                                                                                                                                                                                                -
                                                                                                                                                                                                                 final String getSubscriberToken()
                                                                                                                                                                                                                +
                                                                                                                                                                                                                 final String getSubscriberToken()
                                                                                                                                                                                                                @@ -452,7 +452,7 @@

                                                                                                                                                                                                                getSubscriberToken

                                                                                                                                                                                                                >
                                                                                                                                                                                                              • getDirectorUrl

                                                                                                                                                                                                                -
                                                                                                                                                                                                                 final String getDirectorUrl()
                                                                                                                                                                                                                +
                                                                                                                                                                                                                 final String getDirectorUrl()
                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/FairPlayConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/FairPlayConfiguration.html index 98e11040bcea..6edbde153186 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/FairPlayConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/FairPlayConfiguration.html @@ -173,13 +173,13 @@

                                                                                                                                                                                                                Field Summary

                                                                                                                                                                                                                - private final String + private final String licenseUrl - private final String + private final String certificateUrl @@ -210,7 +210,7 @@

                                                                                                                                                                                                                Constructor Summary

                                                                                                                                                                                                                FairPlayConfiguration(String licenseUrl, String certificateUrl) + href="#FairPlayConfiguration(java.lang.String,java.lang.String)">FairPlayConfiguration(String licenseUrl, String certificateUrl) @@ -264,7 +264,7 @@

                                                                                                                                                                                                                Method Summary

                                                                                                                                                                                                                - final String + final String getLicenseUrl() @@ -272,7 +272,7 @@

                                                                                                                                                                                                                Method Summary

                                                                                                                                                                                                                - final String + final String getCertificateUrl() @@ -314,7 +314,7 @@

                                                                                                                                                                                                                Constructor Detail

                                                                                                                                                                                                                • FairPlayConfiguration

                                                                                                                                                                                                                  -
                                                                                                                                                                                                                  FairPlayConfiguration(String licenseUrl, String certificateUrl)
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                  FairPlayConfiguration(String licenseUrl, String certificateUrl)
                                                                                                                                                                                                                • @@ -341,7 +341,7 @@

                                                                                                                                                                                                                  Method Detail

                                                                                                                                                                                                                  >
                                                                                                                                                                                                                • getLicenseUrl

                                                                                                                                                                                                                  -
                                                                                                                                                                                                                   final String getLicenseUrl()
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                   final String getLicenseUrl()
                                                                                                                                                                                                                  @@ -364,7 +364,7 @@

                                                                                                                                                                                                                  getLicenseUrl

                                                                                                                                                                                                                  >
                                                                                                                                                                                                                • getCertificateUrl

                                                                                                                                                                                                                  -
                                                                                                                                                                                                                   final String getCertificateUrl()
                                                                                                                                                                                                                  +
                                                                                                                                                                                                                   final String getCertificateUrl()
                                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/KeySystemConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/KeySystemConfiguration.html index 305c40f5ee25..5de1b750758d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/KeySystemConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/KeySystemConfiguration.html @@ -173,7 +173,7 @@

                                                                                                                                                                                                                  Field Summary

                                                                                                                                                                                                                  - private final String + private final String licenseUrl @@ -204,7 +204,7 @@

                                                                                                                                                                                                                  Constructor Summary

                                                                                                                                                                                                                  KeySystemConfiguration(String licenseUrl) + href="#KeySystemConfiguration(java.lang.String)">KeySystemConfiguration(String licenseUrl) @@ -258,7 +258,7 @@

                                                                                                                                                                                                                  Method Summary

                                                                                                                                                                                                                  - final String + final String getLicenseUrl() @@ -300,7 +300,7 @@

                                                                                                                                                                                                                  Constructor Detail

                                                                                                                                                                                                                  • KeySystemConfiguration

                                                                                                                                                                                                                    -
                                                                                                                                                                                                                    KeySystemConfiguration(String licenseUrl)
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    KeySystemConfiguration(String licenseUrl)
                                                                                                                                                                                                                  • @@ -327,7 +327,7 @@

                                                                                                                                                                                                                    Method Detail

                                                                                                                                                                                                                    >
                                                                                                                                                                                                                  • getLicenseUrl

                                                                                                                                                                                                                    -
                                                                                                                                                                                                                     final String getLicenseUrl()
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                     final String getLicenseUrl()
                                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/PlayoutDelay.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/PlayoutDelay.html index cc8ab7982588..2957f41e0941 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/PlayoutDelay.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/PlayoutDelay.html @@ -173,13 +173,13 @@

                                                                                                                                                                                                                    Field Summary

                                                                                                                                                                                                                    - private final Integer + private final Integer minimum - private final Integer + private final Integer maximum @@ -210,7 +210,7 @@

                                                                                                                                                                                                                    Constructor Summary

                                                                                                                                                                                                                    PlayoutDelay(Integer minimum, Integer maximum) + href="#PlayoutDelay(java.lang.Integer,java.lang.Integer)">PlayoutDelay(Integer minimum, Integer maximum) @@ -264,7 +264,7 @@

                                                                                                                                                                                                                    Method Summary

                                                                                                                                                                                                                    - final Integer + final Integer getMinimum() @@ -272,7 +272,7 @@

                                                                                                                                                                                                                    Method Summary

                                                                                                                                                                                                                    - final Integer + final Integer getMaximum() @@ -314,7 +314,7 @@

                                                                                                                                                                                                                    Constructor Detail

                                                                                                                                                                                                                    • PlayoutDelay

                                                                                                                                                                                                                      -
                                                                                                                                                                                                                      PlayoutDelay(Integer minimum, Integer maximum)
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      PlayoutDelay(Integer minimum, Integer maximum)
                                                                                                                                                                                                                      @@ -354,7 +354,7 @@

                                                                                                                                                                                                                      Method Detail

                                                                                                                                                                                                                      >
                                                                                                                                                                                                                    • getMinimum

                                                                                                                                                                                                                      -
                                                                                                                                                                                                                       final Integer getMinimum()
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                       final Integer getMinimum()
                                                                                                                                                                                                                      @@ -377,7 +377,7 @@

                                                                                                                                                                                                                      getMinimum

                                                                                                                                                                                                                      >
                                                                                                                                                                                                                    • getMaximum

                                                                                                                                                                                                                      -
                                                                                                                                                                                                                       final Integer getMaximum()
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                       final Integer getMaximum()
                                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html index 2d24b9f5f151..378cf97fefb4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html @@ -198,7 +198,7 @@

                                                                                                                                                                                                                      Constructor Summary

                                                                                                                                                                                                                      THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl) + href="#THEOLiveConfig.Builder(java.lang.String,java.lang.Boolean,java.lang.String)">THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl) @@ -254,7 +254,7 @@

                                                                                                                                                                                                                      Method Summary

                                                                                                                                                                                                                      final THEOLiveConfig.Builder - externalSessionId(String sessionId) + externalSessionId(String sessionId) @@ -262,7 +262,7 @@

                                                                                                                                                                                                                      Method Summary

                                                                                                                                                                                                                      final THEOLiveConfig.Builder - discoveryUrl(String url) + discoveryUrl(String url) @@ -310,7 +310,7 @@

                                                                                                                                                                                                                      Constructor Detail

                                                                                                                                                                                                                      • THEOLiveConfig.Builder

                                                                                                                                                                                                                        -
                                                                                                                                                                                                                        THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                        THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)
                                                                                                                                                                                                                      • @@ -337,7 +337,7 @@

                                                                                                                                                                                                                        Method Detail

                                                                                                                                                                                                                        >
                                                                                                                                                                                                                      • externalSessionId

                                                                                                                                                                                                                        -
                                                                                                                                                                                                                         final THEOLiveConfig.Builder externalSessionId(String sessionId)
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                         final THEOLiveConfig.Builder externalSessionId(String sessionId)
                                                                                                                                                                                                                        @@ -360,7 +360,7 @@

                                                                                                                                                                                                                        externalSessionId

                                                                                                                                                                                                                        >
                                                                                                                                                                                                                      • discoveryUrl

                                                                                                                                                                                                                        -
                                                                                                                                                                                                                         final THEOLiveConfig.Builder discoveryUrl(String url)
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                         final THEOLiveConfig.Builder discoveryUrl(String url)
                                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.html index 9f1d7363091b..7275618a6cf8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.html @@ -253,7 +253,7 @@

                                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                                        - abstract String + abstract String getExternalSessionId() @@ -261,7 +261,7 @@

                                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                                        - abstract Boolean + abstract Boolean getAnalyticsDisabled() @@ -269,7 +269,7 @@

                                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                                        - abstract String + abstract String getDiscoveryUrl() @@ -328,7 +328,7 @@

                                                                                                                                                                                                                        Method Detail

                                                                                                                                                                                                                        >
                                                                                                                                                                                                                      • getExternalSessionId

                                                                                                                                                                                                                        -
                                                                                                                                                                                                                         abstract String getExternalSessionId()
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                         abstract String getExternalSessionId()

                                                                                                                                                                                                                        An id used to report usage analytics.

                                                                                                                                                                                                                        If both this field and THEOplayerConfig.cmcd.externalSessionId are set, the value from cmcd.externalSessionId will take precedence. This field will be removed in the next major release.

                                                                                                                                                                                                                        @@ -351,7 +351,7 @@

                                                                                                                                                                                                                        getExternalSessionId

                                                                                                                                                                                                                        >
                                                                                                                                                                                                                      • getAnalyticsDisabled

                                                                                                                                                                                                                        -
                                                                                                                                                                                                                         abstract Boolean getAnalyticsDisabled()
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                         abstract Boolean getAnalyticsDisabled()

                                                                                                                                                                                                                        Returns whether the Analytics is supported or not.

                                                                                                                                                                                                                        @@ -374,7 +374,7 @@

                                                                                                                                                                                                                        getAnalyticsDisabled

                                                                                                                                                                                                                        >
                                                                                                                                                                                                                      • getDiscoveryUrl

                                                                                                                                                                                                                        -
                                                                                                                                                                                                                         abstract String getDiscoveryUrl()
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                         abstract String getDiscoveryUrl()

                                                                                                                                                                                                                        Override for the discovery URL.

                                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/TheoLiveSource.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/TheoLiveSource.html index 373069404a22..cab30b0562c0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/TheoLiveSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/theolive/TheoLiveSource.html @@ -173,7 +173,7 @@

                                                                                                                                                                                                                        Field Summary

                                                                                                                                                                                                                        - private final String + private final String profile @@ -185,7 +185,7 @@

                                                                                                                                                                                                                        Field Summary

                                                                                                                                                                                                                        - private final String + private final String src @@ -203,13 +203,13 @@

                                                                                                                                                                                                                        Field Summary

                                                                                                                                                                                                                        - private final Map<String, String> + private final Map<String, String> headers - private final Double + private final Double liveOffset @@ -221,19 +221,19 @@

                                                                                                                                                                                                                        Field Summary

                                                                                                                                                                                                                        - private final Boolean + private final Boolean hlsDateRange - private final String + private final String timeServer - private final Boolean + private final Boolean lowLatency @@ -294,7 +294,7 @@

                                                                                                                                                                                                                        Constructor Summary

                                                                                                                                                                                                                        TheoLiveSource(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc) + href="#TheoLiveSource(java.lang.String,java.util.Map,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.drm.DRMConfiguration,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)">TheoLiveSource(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc) @@ -348,7 +348,7 @@

                                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                                        - final String + final String getProfile() @@ -364,15 +364,15 @@

                                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                                        - Boolean + Boolean - equals(Object other) + equals(Object other) - Integer + Integer hashCode() @@ -382,7 +382,7 @@

                                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                                        final TheoLiveSource - copy(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, String profile, WebRTCOptions webrtc) + copy(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, String profile, WebRTCOptions webrtc) Creates a new TheoLiveSource with the same properties as this source, optionally replacing specific properties with the given values. @@ -390,7 +390,7 @@

                                                                                                                                                                                                                        Method Summary

                                                                                                                                                                                                                        TheoLiveSource - copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) + copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode) Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values. @@ -436,7 +436,7 @@

                                                                                                                                                                                                                        Constructor Detail

                                                                                                                                                                                                                        • TheoLiveSource

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          TheoLiveSource(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          TheoLiveSource(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc)
                                                                                                                                                                                                                          @@ -488,7 +488,7 @@

                                                                                                                                                                                                                          Method Detail

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • getProfile

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           final String getProfile()
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           final String getProfile()
                                                                                                                                                                                                                          @@ -534,7 +534,7 @@

                                                                                                                                                                                                                          getWebrtc

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • equals

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           Boolean equals(Object other)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           Boolean equals(Object other)
                                                                                                                                                                                                                          @@ -557,7 +557,7 @@

                                                                                                                                                                                                                          equals

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • hashCode

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           Integer hashCode()
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           Integer hashCode()
                                                                                                                                                                                                                          @@ -580,7 +580,7 @@

                                                                                                                                                                                                                          hashCode

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • copy

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           final TheoLiveSource copy(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, String profile, WebRTCOptions webrtc)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           final TheoLiveSource copy(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, String profile, WebRTCOptions webrtc)

                                                                                                                                                                                                                          Creates a new TheoLiveSource with the same properties as this source, optionally replacing specific properties with the given values.

                                                                                                                                                                                                                          @@ -603,7 +603,7 @@

                                                                                                                                                                                                                          copy

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • copy

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           TheoLiveSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           TheoLiveSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)

                                                                                                                                                                                                                          Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.

                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/timerange/TimeRanges.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/timerange/TimeRanges.html index 1d4a77dd719e..8d91d3fd70ec 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/timerange/TimeRanges.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/timerange/TimeRanges.html @@ -118,7 +118,7 @@

                                                                                                                                                                                                                          Interface TimeRanges

                                                                                                                                                                                                                           
                                                                                                                                                                                                                           public interface TimeRanges
                                                                                                                                                                                                                          - implements Iterable<T>
                                                                                                                                                                                                                          + implements Iterable<T>
                                                                                                                                                                                                                                               

                                                                                                                                                                                                                          The TimeRanges API which can be used to get information regarding multiple periods in the playback.

                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/JavaCallback.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/JavaCallback.html index 446eeed82934..d4149f819b1f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/JavaCallback.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/JavaCallback.html @@ -114,7 +114,7 @@

                                                                                                                                                                                                                          Interface JavaCallback


                                                                                                                                                                                                                           
                                                                                                                                                                                                                          -public interface JavaCallback<T extends Object>
                                                                                                                                                                                                                          +public interface JavaCallback<T extends Object>
                                                                                                                                                                                                                           
                                                                                                                                                                                                                                               
                                                                                                                                                                                                                          @@ -256,7 +256,7 @@

                                                                                                                                                                                                                          Method Summary

                                                                                                                                                                                                                          abstract Unit - onError(Throwable exception) + onError(Throwable exception) @@ -336,7 +336,7 @@

                                                                                                                                                                                                                          onSuccess

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • onError

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           abstract Unit onError(Throwable exception)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           abstract Unit onError(Throwable exception)
                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.Companion.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.Companion.html index ca204b332691..c6cc50a056cc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.Companion.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.Companion.html @@ -173,97 +173,97 @@

                                                                                                                                                                                                                          Field Summary

                                                                                                                                                                                                                          - public final static String + public final static String ContentPlayer - public final static String + public final static String Media3 - public final static String + public final static String HTTP - public final static String + public final static String Cache - public final static String + public final static String License - public final static String + public final static String PictureInPicture - public final static String + public final static String Fullscreen - public final static String + public final static String MediaTailor - public final static String + public final static String Chromecast - public final static String + public final static String GoogleDAI - public final static String + public final static String GoogleIMA - public final static String + public final static String THEOAds - public final static String + public final static String Millicast - public final static String + public final static String TheoLive - public final static String + public final static String CMCD - public final static String + public final static String HESP diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.Listener.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.Listener.html index bb973f9080fb..7bd3e6b58970 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.Listener.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.Listener.html @@ -248,7 +248,7 @@

                                                                                                                                                                                                                          Method Summary

                                                                                                                                                                                                                          Unit - log(Integer logLevel, String tag, String message) + log(Integer logLevel, String tag, String message) Called when the tag would print a message. @@ -256,41 +256,41 @@

                                                                                                                                                                                                                          Method Summary

                                                                                                                                                                                                                          Unit - logVerbose(String tag, String message) + logVerbose(String tag, String message) - Called when the tag would print a Verbose message, same level as Log.VERBOSE. + Called when the tag would print a Verbose message, same level as Log.VERBOSE. Unit - logDebug(String tag, String message) + logDebug(String tag, String message) - Called when the tag would print a Debug message, same level as Log.DEBUG. + Called when the tag would print a Debug message, same level as Log.DEBUG. Unit - logInfo(String tag, String message) + logInfo(String tag, String message) - Called when the tag would print an Info message, same level as Log.INFO. + Called when the tag would print an Info message, same level as Log.INFO. Unit - logWarning(String tag, String message) + logWarning(String tag, String message) - Called when the tag would print a Warning message, same level as Log.WARN. + Called when the tag would print a Warning message, same level as Log.WARN. Unit - logError(String tag, String message) + logError(String tag, String message) - Called when the tag would print an Error message, same level as Log.ERROR. + Called when the tag would print an Error message, same level as Log.ERROR. @@ -345,7 +345,7 @@

                                                                                                                                                                                                                          Method Detail

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • log

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           Unit log(Integer logLevel, String tag, String message)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           Unit log(Integer logLevel, String tag, String message)

                                                                                                                                                                                                                          Called when the tag would print a message.

                                                                                                                                                                                                                          @@ -383,8 +383,8 @@

                                                                                                                                                                                                                          log

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • logVerbose

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           Unit logVerbose(String tag, String message)
                                                                                                                                                                                                                          -

                                                                                                                                                                                                                          Called when the tag would print a Verbose message, same level as Log.VERBOSE.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           Unit logVerbose(String tag, String message)
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Called when the tag would print a Verbose message, same level as Log.VERBOSE.

                                                                                                                                                                                                                          @@ -417,8 +417,8 @@

                                                                                                                                                                                                                          logVerbose

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • logDebug

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           Unit logDebug(String tag, String message)
                                                                                                                                                                                                                          -

                                                                                                                                                                                                                          Called when the tag would print a Debug message, same level as Log.DEBUG.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           Unit logDebug(String tag, String message)
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Called when the tag would print a Debug message, same level as Log.DEBUG.

                                                                                                                                                                                                                          @@ -451,8 +451,8 @@

                                                                                                                                                                                                                          logDebug

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • logInfo

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           Unit logInfo(String tag, String message)
                                                                                                                                                                                                                          -

                                                                                                                                                                                                                          Called when the tag would print an Info message, same level as Log.INFO.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           Unit logInfo(String tag, String message)
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Called when the tag would print an Info message, same level as Log.INFO.

                                                                                                                                                                                                                          @@ -485,8 +485,8 @@

                                                                                                                                                                                                                          logInfo

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • logWarning

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           Unit logWarning(String tag, String message)
                                                                                                                                                                                                                          -

                                                                                                                                                                                                                          Called when the tag would print a Warning message, same level as Log.WARN.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           Unit logWarning(String tag, String message)
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Called when the tag would print a Warning message, same level as Log.WARN.

                                                                                                                                                                                                                          @@ -519,8 +519,8 @@

                                                                                                                                                                                                                          logWarning

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • logError

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           Unit logError(String tag, String message)
                                                                                                                                                                                                                          -

                                                                                                                                                                                                                          Called when the tag would print an Error message, same level as Log.ERROR.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           Unit logError(String tag, String message)
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Called when the tag would print an Error message, same level as Log.ERROR.

                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.html index 6fe14bfd5c19..26accfddabb3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/Logger.html @@ -262,7 +262,7 @@

                                                                                                                                                                                                                          Method Summary

                                                                                                                                                                                                                          abstract Unit - enableTags(String tags) + enableTags(String tags) Enables logs with the provided tags. @@ -278,7 +278,7 @@

                                                                                                                                                                                                                          Method Summary

                                                                                                                                                                                                                          abstract Unit - disableTags(String tags) + disableTags(String tags) Disables logs with the provided tags. @@ -308,7 +308,7 @@

                                                                                                                                                                                                                          Method Summary

                                                                                                                                                                                                                          - abstract Set<String> + abstract Set<String> availableTags() @@ -316,9 +316,9 @@

                                                                                                                                                                                                                          Method Summary

                                                                                                                                                                                                                          - abstract Boolean + abstract Boolean - isTagEnabled(String tag) + isTagEnabled(String tag) Returns whether the given log tag is currently enabled. @@ -375,7 +375,7 @@

                                                                                                                                                                                                                          Method Detail

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • enableTags

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           abstract Unit enableTags(String tags)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           abstract Unit enableTags(String tags)

                                                                                                                                                                                                                          Enables logs with the provided tags.

                                                                                                                                                                                                                          @@ -421,7 +421,7 @@

                                                                                                                                                                                                                          enableAllTags

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • disableTags

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           abstract Unit disableTags(String tags)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           abstract Unit disableTags(String tags)

                                                                                                                                                                                                                          Disables logs with the provided tags.

                                                                                                                                                                                                                          @@ -513,7 +513,7 @@

                                                                                                                                                                                                                          removeListener

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • availableTags

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           abstract Set<String> availableTags()
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           abstract Set<String> availableTags()

                                                                                                                                                                                                                          Returns the set of all available log tags.

                                                                                                                                                                                                                          @@ -536,7 +536,7 @@

                                                                                                                                                                                                                          availableTags

                                                                                                                                                                                                                          >
                                                                                                                                                                                                                        • isTagEnabled

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                           abstract Boolean isTagEnabled(String tag)
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                           abstract Boolean isTagEnabled(String tag)

                                                                                                                                                                                                                          Returns whether the given log tag is currently enabled.

                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/SimpleList.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/SimpleList.html index bf512d862339..2ce5f1e53cd1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/SimpleList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/util/SimpleList.html @@ -118,7 +118,7 @@

                                                                                                                                                                                                                          Interface SimpleList

                                                                                                                                                                                                                           
                                                                                                                                                                                                                           public interface SimpleList<T>
                                                                                                                                                                                                                          - implements Iterable<T>
                                                                                                                                                                                                                          + implements Iterable<T>
                                                                                                                                                                                                                                               

                                                                                                                                                                                                                          A Simple list of items.

                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-1.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-1.html index 63632dc28c75..5f2bf024319e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-1.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-1.html @@ -1361,7 +1361,7 @@

                                                                                                                                                                                                                          A

                                                                                                                                                                                                                          addSuppressed(java.lang.Throwable) - - function in java.lang.Throwable + - function in java.lang.Throwable @@ -1842,7 +1842,7 @@

                                                                                                                                                                                                                          A

                                                                                                                                                                                                                          annotationType() - - function in java.lang.annotation.Annotation + - function in java.lang.annotation.Annotation diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-12.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-12.html index 93b4b4f6ff40..145881d73ead 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-12.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-12.html @@ -806,7 +806,7 @@

                                                                                                                                                                                                                          L

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          Called when the tag would print a Debug message, same level as Log.DEBUG.
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          Called when the tag would print a Debug message, same level as Log.DEBUG.
                                                                                                                                                                                                                          @@ -819,7 +819,7 @@

                                                                                                                                                                                                                          L

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          Called when the tag would print an Error message, same level as Log.ERROR.
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          Called when the tag would print an Error message, same level as Log.ERROR.
                                                                                                                                                                                                                          @@ -871,7 +871,7 @@

                                                                                                                                                                                                                          L

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          Called when the tag would print an Info message, same level as Log.INFO.
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          Called when the tag would print an Info message, same level as Log.INFO.
                                                                                                                                                                                                                          @@ -884,7 +884,7 @@

                                                                                                                                                                                                                          L

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          Called when the tag would print a Verbose message, same level as Log.VERBOSE.
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          Called when the tag would print a Verbose message, same level as Log.VERBOSE.
                                                                                                                                                                                                                          @@ -897,7 +897,7 @@

                                                                                                                                                                                                                          L

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          Called when the tag would print a Warning message, same level as Log.WARN.
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          Called when the tag would print a Warning message, same level as Log.WARN.
                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-16.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-16.html index a5e5fff5b103..42418e3ff7eb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-16.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-16.html @@ -919,7 +919,7 @@

                                                                                                                                                                                                                          P

                                                                                                                                                                                                                          printStackTrace() - - function in java.lang.Throwable + - function in java.lang.Throwable
                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-19.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-19.html index f64c93acf72a..70ca113f9eca 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-19.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-19.html @@ -3987,7 +3987,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          setStackTrace(kotlin.Array) - - function in java.lang.Throwable + - function in java.lang.Throwable @@ -5248,7 +5248,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          spliterator() - - function in java.lang.CachingTaskList + - function in java.lang.CachingTaskList @@ -5261,7 +5261,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          spliterator() - - function in java.lang.MediaTrackList + - function in java.lang.MediaTrackList @@ -5274,7 +5274,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          spliterator() - - function in java.lang.QualityList + - function in java.lang.QualityList @@ -5287,7 +5287,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          spliterator() - - function in java.lang.SimpleList + - function in java.lang.SimpleList @@ -5300,7 +5300,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          spliterator() - - function in java.lang.TextTrackCueList + - function in java.lang.TextTrackCueList @@ -5313,7 +5313,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          spliterator() - - function in java.lang.TextTrackList + - function in java.lang.TextTrackList @@ -5326,7 +5326,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          spliterator() - - function in java.lang.TimeRanges + - function in java.lang.TimeRanges @@ -5339,7 +5339,7 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          spliterator() - - function in java.lang.TrackList + - function in java.lang.TrackList @@ -6386,6 +6386,19 @@

                                                                                                                                                                                                                          S

                                                                                                                                                                                                                          The player will use a SurfaceView to draw the video into.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + + + + switchToHesp() + + - function in com.theoplayer.android.api.player.theolive.TheoLive + + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          Forces the player back to HESP when available: resets the HESP cooldown and re-selects a HESP source.
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          A  diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-20.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-20.html index 46c9913a179b..41148be20c70 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-20.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-20.html @@ -1361,7 +1361,7 @@

                                                                                                                                                                                                                          T

                                                                                                                                                                                                                          toString() - - function in java.lang.Throwable + - function in java.lang.Throwable @@ -1374,7 +1374,7 @@

                                                                                                                                                                                                                          T

                                                                                                                                                                                                                          toString() - - function in java.lang.annotation.Annotation + - function in java.lang.annotation.Annotation diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-5.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-5.html index 27e4d5837f88..ca31ab23c3ce 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-5.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-5.html @@ -724,7 +724,7 @@

                                                                                                                                                                                                                          E

                                                                                                                                                                                                                          equals(Object) - - function in java.lang.annotation.Annotation + - function in java.lang.annotation.Annotation diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-6.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-6.html index de4b30872a2a..7bb00b42d161 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-6.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-6.html @@ -321,7 +321,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          fillInStackTrace() - - function in java.lang.Throwable + - function in java.lang.Throwable @@ -672,7 +672,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          forEach(java.util.function.Consumer) - - function in java.lang.CachingTaskList + - function in java.lang.CachingTaskList @@ -685,7 +685,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          forEach(java.util.function.Consumer) - - function in java.lang.MediaTrackList + - function in java.lang.MediaTrackList @@ -698,7 +698,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          forEach(java.util.function.Consumer) - - function in java.lang.QualityList + - function in java.lang.QualityList @@ -711,7 +711,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          forEach(java.util.function.Consumer) - - function in java.lang.SimpleList + - function in java.lang.SimpleList @@ -724,7 +724,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          forEach(java.util.function.Consumer) - - function in java.lang.TextTrackCueList + - function in java.lang.TextTrackCueList @@ -737,7 +737,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          forEach(java.util.function.Consumer) - - function in java.lang.TextTrackList + - function in java.lang.TextTrackList @@ -750,7 +750,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          forEach(java.util.function.Consumer) - - function in java.lang.TimeRanges + - function in java.lang.TimeRanges @@ -763,7 +763,7 @@

                                                                                                                                                                                                                          F

                                                                                                                                                                                                                          forEach(java.util.function.Consumer) - - function in java.lang.TrackList + - function in java.lang.TrackList diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-7.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-7.html index 2a1ed656a252..f97b3c0dd34f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-7.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-7.html @@ -2427,7 +2427,7 @@

                                                                                                                                                                                                                          G

                                                                                                                                                                                                                          getCause() - - function in java.lang.Throwable + - function in java.lang.Throwable @@ -3656,6 +3656,19 @@

                                                                                                                                                                                                                          G

                                                                                                                                                                                                                          The player's new current source.
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + + + + getCurrentSource() + + - function in com.theoplayer.android.api.player.Player + + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          Returns the source that is currently being played, or null if no source is set.
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          @@ -10513,7 +10526,7 @@

                                                                                                                                                                                                                          G

                                                                                                                                                                                                                          getLocalizedMessage() -
                                                                                                                                                                                                                          - function in java.lang.Throwable + - function in java.lang.Throwable
                                                                                                                                                                                                                          @@ -11111,7 +11124,7 @@

                                                                                                                                                                                                                          G

                                                                                                                                                                                                                          getMessage() - - function in java.lang.Throwable + - function in java.lang.Throwable @@ -14725,7 +14738,7 @@

                                                                                                                                                                                                                          G

                                                                                                                                                                                                                          getStackTrace() - - function in java.lang.Throwable + - function in java.lang.Throwable @@ -15479,7 +15492,7 @@

                                                                                                                                                                                                                          G

                                                                                                                                                                                                                          getSuppressed() - - function in java.lang.Throwable + - function in java.lang.Throwable diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-8.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-8.html index 399927fc120a..60c328d97e79 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-8.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-8.html @@ -451,7 +451,7 @@

                                                                                                                                                                                                                          H

                                                                                                                                                                                                                          hashCode() - - function in java.lang.annotation.Annotation + - function in java.lang.annotation.Annotation diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-9.html b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-9.html index bf967a323214..c0dfa47294b7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-9.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/index-files/index-9.html @@ -438,7 +438,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          initCause(java.lang.Throwable) - - function in java.lang.Throwable + - function in java.lang.Throwable @@ -2635,7 +2635,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          iterator() - - function in java.lang.CachingTaskList + - function in java.lang.CachingTaskList @@ -2648,7 +2648,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          iterator() - - function in java.lang.MediaTrackList + - function in java.lang.MediaTrackList @@ -2661,7 +2661,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          iterator() - - function in java.lang.QualityList + - function in java.lang.QualityList @@ -2674,7 +2674,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          iterator() - - function in java.lang.SimpleList + - function in java.lang.SimpleList @@ -2687,7 +2687,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          iterator() - - function in java.lang.TextTrackCueList + - function in java.lang.TextTrackCueList @@ -2700,7 +2700,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          iterator() - - function in java.lang.TextTrackList + - function in java.lang.TextTrackList @@ -2713,7 +2713,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          iterator() - - function in java.lang.TimeRanges + - function in java.lang.TimeRanges @@ -2726,7 +2726,7 @@

                                                                                                                                                                                                                          I

                                                                                                                                                                                                                          iterator() - - function in java.lang.TrackList + - function in java.lang.TrackList diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/member-search-index.js b/theoplayer/static/theoplayer/v11/api-reference/android/member-search-index.js index 91400af94ffc..d2bb3c1a9c3a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/member-search-index.js +++ b/theoplayer/static/theoplayer/v11/api-reference/android/member-search-index.js @@ -1 +1 @@ -var memberSearchIndex = [{"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"CastConfiguration.Builder()","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#CastConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"castStrategy(CastStrategy)","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#castStrategy(com.theoplayer.android.api.cast.CastStrategy)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"CastConfiguration(CastStrategy)","url":"com/theoplayer/android/api/cast/CastConfiguration.html#CastConfiguration(com.theoplayer.android.api.cast.CastStrategy)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"getCastStrategy()","url":"com/theoplayer/android/api/cast/CastConfiguration.html#getCastStrategy()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"isCasting()","url":"com/theoplayer/android/api/cast/CastIntegration.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getError()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getError()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getReceiverName()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getReceiverName()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getState()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getState()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"start()","url":"com/theoplayer/android/api/cast/CastIntegration.html#start()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"join()","url":"com/theoplayer/android/api/cast/CastIntegration.html#join()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"leave()","url":"com/theoplayer/android/api/cast/CastIntegration.html#leave()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"stop()","url":"com/theoplayer/android/api/cast/CastIntegration.html#stop()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"setConnectionCallback(ChromecastConnectionCallback)","url":"com/theoplayer/android/api/cast/CastIntegration.html#setConnectionCallback(com.theoplayer.android.api.cast.chromecast.ChromecastConnectionCallback)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createCastIntegration(THEOplayerView, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createCastIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createCastIntegration(THEOplayerView)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createCastIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"values()","url":"com/theoplayer/android/api/cast/CastStrategy.html#values()"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/CastStrategy.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast","c":"GlobalCast","l":"getChromeCast()","url":"com/theoplayer/android/api/cast/GlobalCast.html#getChromeCast()"}, {"p":"com.theoplayer.android.api.cast","c":"Cast","l":"getChromecast()","url":"com/theoplayer/android/api/cast/Cast.html#getChromecast()"}, {"p":"com.theoplayer.android.api.cast","c":"Cast","l":"isCasting()","url":"com/theoplayer/android/api/cast/Cast.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"getCast()","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#getCast()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"getCastConfiguration()","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#getCastConfiguration()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"cast(THEOplayerConfig.Builder, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#cast(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"castConfiguration(THEOplayerConfig.Builder, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#castConfiguration(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"createMillicastIntegration()","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#createMillicastIntegration()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"MillicastSource(String, String, String, String, Option)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#MillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.millicast.subscribers.Option)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getStreamAccountId()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getStreamAccountId()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getApiUrl()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getApiUrl()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getSubscriberToken()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getSubscriberToken()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getConnectOptions()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getConnectOptions()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"equals(Object)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hashCode()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"copy(String, String, String, String, Option)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#copy(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.millicast.subscribers.Option)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setTargetBuffer(int)","url":"com/theoplayer/android/api/abr/Abr.html#setTargetBuffer(int)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getTargetBuffer()","url":"com/theoplayer/android/api/abr/Abr.html#getTargetBuffer()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getAbrStrategy()","url":"com/theoplayer/android/api/abr/Abr.html#getAbrStrategy()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setAbrStrategy(AbrStrategyConfiguration)","url":"com/theoplayer/android/api/abr/Abr.html#setAbrStrategy(com.theoplayer.android.api.abr.AbrStrategyConfiguration)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getPreferredMaximumResolution()","url":"com/theoplayer/android/api/abr/Abr.html#getPreferredMaximumResolution()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setPreferredMaximumResolution(Size)","url":"com/theoplayer/android/api/abr/Abr.html#setPreferredMaximumResolution(android.util.Size)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"values()","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#values()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"valueOf(String)","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"AbrStrategyConfiguration.Builder()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#AbrStrategyConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"setType(AbrStrategyType)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#setType(com.theoplayer.android.api.abr.AbrStrategyType)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"setMetadata(AbrStrategyMetadata)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#setMetadata(com.theoplayer.android.api.abr.AbrStrategyMetadata)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"AbrStrategyConfiguration(AbrStrategyType, AbrStrategyMetadata)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#AbrStrategyConfiguration(com.theoplayer.android.api.abr.AbrStrategyType,com.theoplayer.android.api.abr.AbrStrategyMetadata)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"getType()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#getType()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"getMetadata()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#getMetadata()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"AbrStrategyMetadata.Builder()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#AbrStrategyMetadata.Builder()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"setBitrate(Integer)","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#setBitrate(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"build()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#build()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"AbrStrategyMetadata(Integer)","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#AbrStrategyMetadata(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"getBitrate()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#getBitrate()"}, {"p":"com.theoplayer.android.api.settings","c":"SslSettings","l":"setKeyStore(KeyStore)","url":"com/theoplayer/android/api/settings/SslSettings.html#setKeyStore(java.security.KeyStore)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"values()","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#values()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"valueOf(String)","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"CMCDConfiguration(String, String, Boolean, List)","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#CMCDConfiguration(java.lang.String,java.lang.String,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getExternalSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getEventEndpoints()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getEventEndpoints()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"CMCDEndpointConfiguration(String)","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#CMCDEndpointConfiguration(java.lang.String)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"getUrl()","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#getUrl()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"CMCDSourceConfiguration(String, String, String, Boolean, List)","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#CMCDSourceConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getExternalSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getEventEndpoints()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getEventEndpoints()"}, {"p":"com.theoplayer.android.api","c":"Integration","l":"getType()","url":"com/theoplayer/android/api/Integration.html#getType()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerDestroyedException","l":"THEOplayerDestroyedException()","url":"com/theoplayer/android/api/THEOplayerDestroyedException.html#THEOplayerDestroyedException()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerSettings","l":"setAllowBackgroundPlayback(boolean)","url":"com/theoplayer/android/api/THEOplayerSettings.html#setAllowBackgroundPlayback(boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerSettings","l":"allowBackgroundPlayback()","url":"com/theoplayer/android/api/THEOplayerSettings.html#allowBackgroundPlayback()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getSharedInstance(Context)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getSharedInstance(android.content.Context)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getCache()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getCache()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getSsl()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getSsl()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getLogger()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getLogger()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"setApplicationInstance(Application)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#setApplicationInstance(android.app.Application)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"registerContentProtectionIntegration(String, KeySystemId, ContentProtectionIntegrationFactory)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#registerContentProtectionIntegration(java.lang.String,com.theoplayer.android.api.contentprotection.KeySystemId,com.theoplayer.android.api.contentprotection.ContentProtectionIntegrationFactory)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getVersion()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getVersion()"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"values()","url":"com/theoplayer/android/api/IntegrationType.html#values()"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"valueOf(String)","url":"com/theoplayer/android/api/IntegrationType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, AttributeSet, THEOplayerConfig)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,android.util.AttributeSet,com.theoplayer.android.api.THEOplayerConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, AttributeSet)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,android.util.AttributeSet)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, THEOplayerConfig)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,com.theoplayer.android.api.THEOplayerConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getGlobalCast(Activity)","url":"com/theoplayer/android/api/THEOplayerView.html#getGlobalCast(android.app.Activity)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getFullScreenManager()","url":"com/theoplayer/android/api/THEOplayerView.html#getFullScreenManager()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPiPManager()","url":"com/theoplayer/android/api/THEOplayerView.html#getPiPManager()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPresentationMode()","url":"com/theoplayer/android/api/THEOplayerView.html#getPresentationMode()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPlayer()","url":"com/theoplayer/android/api/THEOplayerView.html#getPlayer()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getCast()","url":"com/theoplayer/android/api/THEOplayerView.html#getCast()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getVersion()","url":"com/theoplayer/android/api/THEOplayerView.html#getVersion()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getSettings()","url":"com/theoplayer/android/api/THEOplayerView.html#getSettings()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onPause()","url":"com/theoplayer/android/api/THEOplayerView.html#onPause()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onResume()","url":"com/theoplayer/android/api/THEOplayerView.html#onResume()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onDestroy()","url":"com/theoplayer/android/api/THEOplayerView.html#onDestroy()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"isDestroyed()","url":"com/theoplayer/android/api/THEOplayerView.html#isDestroyed()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"THEOplayerConfig.Builder()","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#THEOplayerConfig.Builder()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"multiSession(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#multiSession(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"license(String)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#license(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"licenseUrl(String)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#licenseUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"pip(PipConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#pip(com.theoplayer.android.api.pip.PipConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"pipConfiguration(PipConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#pipConfiguration(com.theoplayer.android.api.pip.PipConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"network(NetworkConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#network(com.theoplayer.android.api.player.NetworkConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"networkConfiguration(NetworkConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#networkConfiguration(com.theoplayer.android.api.player.NetworkConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"theoLive(THEOLiveConfig)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#theoLive(com.theoplayer.android.api.theolive.THEOLiveConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"theoLiveConfiguration(THEOLiveConfig)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#theoLiveConfiguration(com.theoplayer.android.api.theolive.THEOLiveConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"integrationConfiguration(IntegrationType, Object)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#integrationConfiguration(com.theoplayer.android.api.IntegrationType,java.lang.Object)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"autoIntegrations(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#autoIntegrations(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"tunnelingEnabled(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#tunnelingEnabled(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"useSystemCaptionStyle(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#useSystemCaptionStyle(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"cmcd(CMCDConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#cmcd(com.theoplayer.android.api.cmcd.CMCDConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"hlsDateRange(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#hlsDateRange(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"build()","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#build()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"useSystemCaptionStyle()","url":"com/theoplayer/android/api/THEOplayerConfig.html#useSystemCaptionStyle()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isMultiSession()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isMultiSession()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getLicense()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getLicense()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getLicenseUrl()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getPip()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getPip()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getPipConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getPipConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getNetwork()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getNetwork()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getNetworkConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getNetworkConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getTheoLive()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getTheoLive()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getTHEOLiveConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getTHEOLiveConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isAutoIntegrations()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isAutoIntegrations()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isTunnelingEnabled()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isTunnelingEnabled()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getUseSystemCaptionStyle()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getUseSystemCaptionStyle()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getCmcd()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getCmcd()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getHlsDateRange()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getHlsDateRange()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isHlsDateRange()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isHlsDateRange()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"values()","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#values()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"valueOf(String)","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegrationFactory","l":"build(DRMConfiguration)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegrationFactory.html#build(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"Request(String)","url":"com/theoplayer/android/api/contentprotection/Request.html#Request(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getUrl()","url":"com/theoplayer/android/api/contentprotection/Request.html#getUrl()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setUrl(String)","url":"com/theoplayer/android/api/contentprotection/Request.html#setUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getMethod()","url":"com/theoplayer/android/api/contentprotection/Request.html#getMethod()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setMethod(RequestMethod)","url":"com/theoplayer/android/api/contentprotection/Request.html#setMethod(com.theoplayer.android.api.contentprotection.RequestMethod)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getHeaders()","url":"com/theoplayer/android/api/contentprotection/Request.html#getHeaders()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setHeaders(Map)","url":"com/theoplayer/android/api/contentprotection/Request.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getBody()","url":"com/theoplayer/android/api/contentprotection/Request.html#getBody()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setBody(Array)","url":"com/theoplayer/android/api/contentprotection/Request.html#setBody(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateResponseCallback","l":"respond(Array)","url":"com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html#respond(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateResponseCallback","l":"error(Throwable)","url":"com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"values()","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#values()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"valueOf(String)","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"ContentProtectionIntegration()","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#ContentProtectionIntegration()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onCertificateRequest(Request, CertificateRequestCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onCertificateRequest(com.theoplayer.android.api.contentprotection.Request,com.theoplayer.android.api.contentprotection.CertificateRequestCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onCertificateResponse(Response, CertificateResponseCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onCertificateResponse(com.theoplayer.android.api.contentprotection.Response,com.theoplayer.android.api.contentprotection.CertificateResponseCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onLicenseRequest(Request, LicenseRequestCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onLicenseRequest(com.theoplayer.android.api.contentprotection.Request,com.theoplayer.android.api.contentprotection.LicenseRequestCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onLicenseResponse(Response, LicenseResponseCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onLicenseResponse(com.theoplayer.android.api.contentprotection.Response,com.theoplayer.android.api.contentprotection.LicenseResponseCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getRequest()","url":"com/theoplayer/android/api/contentprotection/Response.html#getRequest()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getUrl()","url":"com/theoplayer/android/api/contentprotection/Response.html#getUrl()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getStatus()","url":"com/theoplayer/android/api/contentprotection/Response.html#getStatus()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getStatusText()","url":"com/theoplayer/android/api/contentprotection/Response.html#getStatusText()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getHeaders()","url":"com/theoplayer/android/api/contentprotection/Response.html#getHeaders()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getBody()","url":"com/theoplayer/android/api/contentprotection/Response.html#getBody()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateRequestCallback","l":"request(Request)","url":"com/theoplayer/android/api/contentprotection/CertificateRequestCallback.html#request(com.theoplayer.android.api.contentprotection.Request)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseResponseCallback","l":"respond(Array)","url":"com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html#respond(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseResponseCallback","l":"error(Throwable)","url":"com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseRequestCallback","l":"request(Request)","url":"com/theoplayer/android/api/contentprotection/LicenseRequestCallback.html#request(com.theoplayer.android.api.contentprotection.Request)"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"enterPiP(PiPType)","url":"com/theoplayer/android/api/pip/PiPManager.html#enterPiP(com.theoplayer.android.api.pip.PiPType)"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"exitPiP()","url":"com/theoplayer/android/api/pip/PiPManager.html#exitPiP()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"isInPiP()","url":"com/theoplayer/android/api/pip/PiPManager.html#isInPiP()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"values()","url":"com/theoplayer/android/api/pip/PiPType.html#values()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"valueOf(String)","url":"com/theoplayer/android/api/pip/PiPType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.pip","c":"PipConfiguration.Builder","l":"PipConfiguration.Builder()","url":"com/theoplayer/android/api/pip/PipConfiguration.Builder.html#PipConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.pip","c":"PipConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/pip/PipConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"fromId(int)","url":"com/theoplayer/android/api/error/ErrorCategory.html#fromId(int)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"fromCode(ErrorCode)","url":"com/theoplayer/android/api/error/ErrorCategory.html#fromCode(com.theoplayer.android.api.error.ErrorCode)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"values()","url":"com/theoplayer/android/api/error/ErrorCategory.html#values()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"valueOf(String)","url":"com/theoplayer/android/api/error/ErrorCategory.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"getId()","url":"com/theoplayer/android/api/error/ErrorCategory.html#getId()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"getCategory()","url":"com/theoplayer/android/api/error/ErrorCode.html#getCategory()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"fromId(int)","url":"com/theoplayer/android/api/error/ErrorCode.html#fromId(int)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"values()","url":"com/theoplayer/android/api/error/ErrorCode.html#values()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"valueOf(String)","url":"com/theoplayer/android/api/error/ErrorCode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"getId()","url":"com/theoplayer/android/api/error/ErrorCode.html#getId()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"ContentProtectionException(ErrorCode, String, String, Integer, String, String, Integer)","url":"com/theoplayer/android/api/error/ContentProtectionException.html#ContentProtectionException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"ContentProtectionException(ErrorCode, String, Throwable, String, Integer, String, String, Integer)","url":"com/theoplayer/android/api/error/ContentProtectionException.html#ContentProtectionException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getUrl()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getUrl()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getStatus()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getStatus()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getStatusText()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getStatusText()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getResponse()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getResponse()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getSystemCode()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getSystemCode()"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"THEOplayerException(ErrorCode, String, Throwable)","url":"com/theoplayer/android/api/error/THEOplayerException.html#THEOplayerException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"THEOplayerException(ErrorCode, String)","url":"com/theoplayer/android/api/error/THEOplayerException.html#THEOplayerException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"getCategory()","url":"com/theoplayer/android/api/error/THEOplayerException.html#getCategory()"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"getCode()","url":"com/theoplayer/android/api/error/THEOplayerException.html#getCode()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getBufferedSegments()","url":"com/theoplayer/android/api/metrics/Metrics.html#getBufferedSegments()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getCorruptedVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getCorruptedVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getCurrentBandwidthEstimate()","url":"com/theoplayer/android/api/metrics/Metrics.html#getCurrentBandwidthEstimate()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getDroppedVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getDroppedVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getTotalVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getTotalVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getTotalBytesLoaded()","url":"com/theoplayer/android/api/metrics/Metrics.html#getTotalBytesLoaded()"}, {"p":"com.theoplayer.android.api.metrics","c":"BufferedSegments","l":"getAmountOfBufferedAudioSegments()","url":"com/theoplayer/android/api/metrics/BufferedSegments.html#getAmountOfBufferedAudioSegments()"}, {"p":"com.theoplayer.android.api.metrics","c":"BufferedSegments","l":"getAmountOfBufferedVideoSegments()","url":"com/theoplayer/android/api/metrics/BufferedSegments.html#getAmountOfBufferedVideoSegments()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"GlobalChromecast","l":"startSession()","url":"com/theoplayer/android/api/cast/chromecast/GlobalChromecast.html#startSession()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"GlobalChromecast","l":"stopSession()","url":"com/theoplayer/android/api/cast/chromecast/GlobalChromecast.html#stopSession()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"isCasting()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getError()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getError()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getReceiverName()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getReceiverName()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getState()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getState()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"start()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#start()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"join()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#join()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"leave()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#leave()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"stop()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#stop()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"setConnectionCallback(ChromecastConnectionCallback)","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#setConnectionCallback(com.theoplayer.android.api.cast.chromecast.ChromecastConnectionCallback)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"values()","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#values()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"DefaultCastOptionsProvider()","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#DefaultCastOptionsProvider()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"getCastOptions(Context)","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#getCastOptions(android.content.Context)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"getAdditionalSessionProviders(Context)","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#getAdditionalSessionProviders(android.content.Context)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"CastError(ErrorCode, String)","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#CastError(com.theoplayer.android.api.cast.chromecast.ErrorCode,java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"getErrorCode()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#getErrorCode()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"getDescription()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#getDescription()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"toString()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#toString()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"values()","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#values()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStartAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStartAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStart(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStart(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStopAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStopAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStop(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStop(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onJoinAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onJoinAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onJoin(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onJoin(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onLeaveAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onLeaveAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onLeave(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onLeave(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getStatus()","url":"com/theoplayer/android/api/cache/CachingTask.html#getStatus()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getSource()","url":"com/theoplayer/android/api/cache/CachingTask.html#getSource()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getParameters()","url":"com/theoplayer/android/api/cache/CachingTask.html#getParameters()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getDuration()","url":"com/theoplayer/android/api/cache/CachingTask.html#getDuration()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getBytes()","url":"com/theoplayer/android/api/cache/CachingTask.html#getBytes()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getBytesCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getBytesCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getSecondsCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getSecondsCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getPercentageCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getPercentageCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getStatusNotificationId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getStatusNotificationId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getProgressNotificationId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getProgressNotificationId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"license()","url":"com/theoplayer/android/api/cache/CachingTask.html#license()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"start()","url":"com/theoplayer/android/api/cache/CachingTask.html#start()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"pause()","url":"com/theoplayer/android/api/cache/CachingTask.html#pause()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"remove()","url":"com/theoplayer/android/api/cache/CachingTask.html#remove()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getError()","url":"com/theoplayer/android/api/cache/CachingTask.html#getError()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"CachingPreferredTrackSelection.Builder()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#CachingPreferredTrackSelection.Builder()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"audioTrackSelection(Array)","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#audioTrackSelection(kotlin.Array)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"textTrackSelection(Array)","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#textTrackSelection(kotlin.Array)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"build()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"getAudioTrackSelection()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#getAudioTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"getTextTrackSelection()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#getTextTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"toString()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#toString()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"values()","url":"com/theoplayer/android/api/cache/CacheStatus.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CacheStatus.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getDuration()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getDuration()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getBytes()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getBytes()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getBytesCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getBytesCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getSecondsCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getSecondsCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getPercentageCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getPercentageCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskList","l":"getTaskById(String)","url":"com/theoplayer/android/api/cache/CachingTaskList.html#getTaskById(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskLicense","l":"renew()","url":"com/theoplayer/android/api/cache/CachingTaskLicense.html#renew()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskLicense","l":"renew(DRMConfiguration)","url":"com/theoplayer/android/api/cache/CachingTaskLicense.html#renew(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getStatus()","url":"com/theoplayer/android/api/cache/Cache.html#getStatus()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getTasks()","url":"com/theoplayer/android/api/cache/Cache.html#getTasks()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"createTask(SourceDescription, CachingParameters)","url":"com/theoplayer/android/api/cache/Cache.html#createTask(com.theoplayer.android.api.source.SourceDescription,com.theoplayer.android.api.cache.CachingParameters)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"setNotificationBuilder(CacheNotificationsBuilder)","url":"com/theoplayer/android/api/cache/Cache.html#setNotificationBuilder(com.theoplayer.android.api.cache.CacheNotificationsBuilder)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getNotificationBuilder()","url":"com/theoplayer/android/api/cache/Cache.html#getNotificationBuilder()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getNetwork()","url":"com/theoplayer/android/api/cache/Cache.html#getNetwork()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"values()","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"CachingParameters.Builder()","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#CachingParameters.Builder()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"amount(String)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#amount(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"expirationDate(Date)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#expirationDate(java.util.Date)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"bandwidth(Long)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#bandwidth(java.lang.Long)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"preferredTrackSelection(CachingPreferredTrackSelection)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#preferredTrackSelection(com.theoplayer.android.api.cache.CachingPreferredTrackSelection)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"storageType(CacheStorageType)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#storageType(com.theoplayer.android.api.cache.CacheStorageType)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"build()","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getAmount()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getAmount()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getExpirationDate()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getExpirationDate()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getBandwidth()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getPreferredTrackSelection()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getPreferredTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getStorageType()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getStorageType()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createProgressNotificationBuilder(CachingTask, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createProgressNotificationBuilder(com.theoplayer.android.api.cache.CachingTask,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createStatusNotificationBuilder(CachingTask, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createStatusNotificationBuilder(com.theoplayer.android.api.cache.CachingTask,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createNotificationChannel(NotificationChannelCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createNotificationChannel(androidx.core.app.NotificationChannelCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createSummaryNotificationBuilder(Integer, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createSummaryNotificationBuilder(java.lang.Integer,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CacheStorageType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"values()","url":"com/theoplayer/android/api/cache/CacheStorageType.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"getEntries()","url":"com/theoplayer/android/api/cache/CacheStorageType.html#getEntries()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"CachingTaskError(ErrorCode, String, Throwable)","url":"com/theoplayer/android/api/cache/CachingTaskError.html#CachingTaskError(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"CachingTaskError(ErrorCode, String)","url":"com/theoplayer/android/api/cache/CachingTaskError.html#CachingTaskError(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"getErrorCode()","url":"com/theoplayer/android/api/cache/CachingTaskError.html#getErrorCode()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"getDescription()","url":"com/theoplayer/android/api/cache/CachingTaskError.html#getDescription()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"addIntegration(Integration)","url":"com/theoplayer/android/api/player/Player.html#addIntegration(com.theoplayer.android.api.Integration)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"removeIntegration(Integration)","url":"com/theoplayer/android/api/player/Player.html#removeIntegration(com.theoplayer.android.api.Integration)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTheoLive()","url":"com/theoplayer/android/api/player/Player.html#getTheoLive()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAds()","url":"com/theoplayer/android/api/player/Player.html#getAds()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAbr()","url":"com/theoplayer/android/api/player/Player.html#getAbr()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoTracks()","url":"com/theoplayer/android/api/player/Player.html#getVideoTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAudioTracks()","url":"com/theoplayer/android/api/player/Player.html#getAudioTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTextTracks()","url":"com/theoplayer/android/api/player/Player.html#getTextTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getDuration()","url":"com/theoplayer/android/api/player/Player.html#getDuration()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isAutoplay()","url":"com/theoplayer/android/api/player/Player.html#isAutoplay()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setAutoplay(boolean)","url":"com/theoplayer/android/api/player/Player.html#setAutoplay(boolean)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVolume()","url":"com/theoplayer/android/api/player/Player.html#getVolume()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setVolume(double)","url":"com/theoplayer/android/api/player/Player.html#setVolume(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPreload()","url":"com/theoplayer/android/api/player/Player.html#getPreload()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPreload(PreloadType)","url":"com/theoplayer/android/api/player/Player.html#setPreload(com.theoplayer.android.api.player.PreloadType)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isMuted()","url":"com/theoplayer/android/api/player/Player.html#isMuted()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setMuted(boolean)","url":"com/theoplayer/android/api/player/Player.html#setMuted(boolean)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isSeeking()","url":"com/theoplayer/android/api/player/Player.html#isSeeking()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSource()","url":"com/theoplayer/android/api/player/Player.html#getSource()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setSource(SourceDescription)","url":"com/theoplayer/android/api/player/Player.html#setSource(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSrc()","url":"com/theoplayer/android/api/player/Player.html#getSrc()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setSrc(String)","url":"com/theoplayer/android/api/player/Player.html#setSrc(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isPaused()","url":"com/theoplayer/android/api/player/Player.html#isPaused()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isEnded()","url":"com/theoplayer/android/api/player/Player.html#isEnded()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"play()","url":"com/theoplayer/android/api/player/Player.html#play()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"pause()","url":"com/theoplayer/android/api/player/Player.html#pause()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"stop()","url":"com/theoplayer/android/api/player/Player.html#stop()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getReadyState()","url":"com/theoplayer/android/api/player/Player.html#getReadyState()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getBuffered()","url":"com/theoplayer/android/api/player/Player.html#getBuffered()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getCurrentTime()","url":"com/theoplayer/android/api/player/Player.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCurrentTime(double)","url":"com/theoplayer/android/api/player/Player.html#setCurrentTime(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getMetrics()","url":"com/theoplayer/android/api/player/Player.html#getMetrics()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getError()","url":"com/theoplayer/android/api/player/Player.html#getError()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPlaybackRate()","url":"com/theoplayer/android/api/player/Player.html#getPlaybackRate()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPlaybackRate(double)","url":"com/theoplayer/android/api/player/Player.html#setPlaybackRate(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPlayed()","url":"com/theoplayer/android/api/player/Player.html#getPlayed()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSeekable()","url":"com/theoplayer/android/api/player/Player.html#getSeekable()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getCurrentProgramDateTime()","url":"com/theoplayer/android/api/player/Player.html#getCurrentProgramDateTime()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCurrentProgramDateTime(Date)","url":"com/theoplayer/android/api/player/Player.html#setCurrentProgramDateTime(java.util.Date)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoHeight()","url":"com/theoplayer/android/api/player/Player.html#getVideoHeight()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoWidth()","url":"com/theoplayer/android/api/player/Player.html#getVideoWidth()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getHespApi()","url":"com/theoplayer/android/api/player/Player.html#getHespApi()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setAspectRatio(AspectRatio)","url":"com/theoplayer/android/api/player/Player.html#setAspectRatio(com.theoplayer.android.api.player.AspectRatio)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setRenderingTarget(RenderingTarget)","url":"com/theoplayer/android/api/player/Player.html#setRenderingTarget(com.theoplayer.android.api.player.RenderingTarget)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCustomSurface(Surface, int, int)","url":"com/theoplayer/android/api/player/Player.html#setCustomSurface(android.view.Surface,int,int)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTextTrackStyle()","url":"com/theoplayer/android/api/player/Player.html#getTextTrackStyle()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getNetwork()","url":"com/theoplayer/android/api/player/Player.html#getNetwork()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getLatencyManager()","url":"com/theoplayer/android/api/player/Player.html#getLatencyManager()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPoster()","url":"com/theoplayer/android/api/player/Player.html#getPoster()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPoster(String)","url":"com/theoplayer/android/api/player/Player.html#setPoster(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"values()","url":"com/theoplayer/android/api/player/AspectRatio.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"valueOf(String)","url":"com/theoplayer/android/api/player/AspectRatio.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"from(int)","url":"com/theoplayer/android/api/player/ReadyState.html#from(int)"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"values()","url":"com/theoplayer/android/api/player/ReadyState.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"valueOf(String)","url":"com/theoplayer/android/api/player/ReadyState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"values()","url":"com/theoplayer/android/api/player/PreloadType.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/PreloadType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"getType()","url":"com/theoplayer/android/api/player/PreloadType.html#getType()"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"values()","url":"com/theoplayer/android/api/player/PresentationMode.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"valueOf(String)","url":"com/theoplayer/android/api/player/PresentationMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"getMode()","url":"com/theoplayer/android/api/player/PresentationMode.html#getMode()"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"values()","url":"com/theoplayer/android/api/player/RenderingTarget.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"valueOf(String)","url":"com/theoplayer/android/api/player/RenderingTarget.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"NetworkConfiguration.Builder()","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#NetworkConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"maxRetries(Integer)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#maxRetries(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"minimumBackOff(Long)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#minimumBackOff(java.lang.Long)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"maximumBackOff(Long)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#maximumBackOff(java.lang.Long)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"useHttpEngine(Boolean)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#useHttpEngine(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMaxRetries()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMaxRetries()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMinimumBackOff()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMinimumBackOff()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMaximumBackOff()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMaximumBackOff()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getUseHttpEngine()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getUseHttpEngine()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"buildUpon()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#buildUpon()"}, {"p":"com.theoplayer.android.api.player.track","c":"TrackList","l":"length()","url":"com/theoplayer/android/api/player/track/TrackList.html#length()"}, {"p":"com.theoplayer.android.api.player.track","c":"TrackList","l":"getItem(int)","url":"com/theoplayer/android/api/player/track/TrackList.html#getItem(int)"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getKind()","url":"com/theoplayer/android/api/player/track/Track.html#getKind()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getId()","url":"com/theoplayer/android/api/player/track/Track.html#getId()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getUid()","url":"com/theoplayer/android/api/player/track/Track.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getLabel()","url":"com/theoplayer/android/api/player/track/Track.html#getLabel()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getLanguage()","url":"com/theoplayer/android/api/player/track/Track.html#getLanguage()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getBandwidth()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getCodecs()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getCodecs()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getId()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getUid()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getName()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getName()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"AudioQuality","l":"getAudioSamplingRate()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/AudioQuality.html#getAudioSamplingRate()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getHeight()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getHeight()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getWidth()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getWidth()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getFrameRate()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getFrameRate()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getFirstFrame()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getFirstFrame()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getActiveQuality()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getActiveQuality()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getQualities()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getQualities()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getTargetQuality()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getTargetQuality()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getTargetQualities()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getTargetQualities()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setTargetQuality(Q)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setTargetQuality(Q)"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setTargetQualities(List)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setTargetQualities(java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"isEnabled()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#isEnabled()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setEnabled(boolean)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setEnabled(boolean)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"from(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#from(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFontColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFontColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setBackgroundColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setBackgroundColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getBackgroundColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getBackgroundColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setWindowColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setWindowColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getWindowColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getWindowColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setEdgeColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setEdgeColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getEdgeColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getEdgeColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setEdgeType(TextTrackStyle.EdgeType)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setEdgeType(com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.EdgeType)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getEdgeType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getEdgeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(Typeface)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(android.graphics.Typeface)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(TextTrackStyle.FontFamily, TextTrackStyle.FontStyle)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontFamily,com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontStyle)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(String, TextTrackStyle.FontStyle)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontStyle)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFont()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFont()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontStyle()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontStyle()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontFamily()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontFamily()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontFile()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontFile()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFontSize(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFontSize(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontSize()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontSize()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginLeft(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginLeft(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginRight(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginRight(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginTop(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginTop(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginBottom(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginBottom(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginLeft()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginLeft()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginRight()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginRight()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginTop()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginTop()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginBottom()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginBottom()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"reset()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#reset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"from(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"toString()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#toString()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"getMode()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#getMode()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getKind()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getKind()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getInBandMetadataTrackDispatchType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getInBandMetadataTrackDispatchType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getMode()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getMode()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"setMode(TextTrackMode)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#setMode(com.theoplayer.android.api.player.track.texttrack.TextTrackMode)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getReadyState()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getReadyState()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getCues()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getCues()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getActiveCues()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getActiveCues()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getSource()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getSource()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"isForced()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#isForced()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getCaptionChannel()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getCaptionChannel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"getEntries()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType.Companion","l":"from(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"toString()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#toString()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"getEntries()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Cue","l":"getFrame()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Cue.html#getFrame()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"ID3Frame.Unknown(String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#ID3Frame.Unknown(java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"ID3Frame.AttachedPicture(String, String, Byte, String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#ID3Frame.AttachedPicture(java.lang.String,java.lang.String,java.lang.Byte,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getUrl()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getMimeType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getMimeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getPictureType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getPictureType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"ID3Frame.Comments(String, String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#ID3Frame.Comments(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getLanguage()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getLanguage()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"ID3Frame.Chapter(String, Integer, Integer, Long, Long, List)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#ID3Frame.Chapter(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Long,java.lang.Long,java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getElementId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getElementId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getStartTimeMs()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getStartTimeMs()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getEndTimeMs()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getEndTimeMs()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getStartOffset()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getStartOffset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getEndOffset()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getEndOffset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getSubFrames()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getSubFrames()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"ID3Frame.ChapterToc(String, Boolean, Boolean, List, List)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#ID3Frame.ChapterToc(java.lang.String,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getElementId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getElementId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isTopLevel()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isTopLevel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isOrdered()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isOrdered()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getChildren()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getChildren()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getSubFrames()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getSubFrames()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"ID3Frame.GeneralEncapsulatedObject(String, String, String, String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#ID3Frame.GeneralEncapsulatedObject(java.lang.String,java.lang.String,java.lang.String,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getMimeType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getMimeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getFileName()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getFileName()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"ID3Frame.Private(String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#ID3Frame.Private(java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"getOwnerIdentifier()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#getOwnerIdentifier()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"ID3Frame.Text(String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#ID3Frame.Text(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"ID3Frame.Url(String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#ID3Frame.Url(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"getUrl()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"ID3Frame.Yospace(String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#ID3Frame.Yospace(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame","l":"getId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getDouble(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getDouble(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getString(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getString(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getBytes(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getBytes(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"asMap()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#asMap()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getAttributeClass()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getAttributeClass()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getStartDate()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getStartDate()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getEndDate()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getEndDate()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getDuration()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getDuration()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getPlannedDuration()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getPlannedDuration()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"isEndOnNext()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#isEndOnNext()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35Cmd()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35Cmd()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35Out()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35Out()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35In()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35In()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getCustomAttributes()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getCustomAttributes()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getId()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getUid()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getStartTime()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getStartTime()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"setStartTime(double)","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#setStartTime(double)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getEndTime()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getEndTime()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"setEndTime(double)","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#setEndTime(double)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getContent()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getContent()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getTrack()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getTrack()"}, {"p":"com.theoplayer.android.api.util","c":"SimpleList","l":"length()","url":"com/theoplayer/android/api/util/SimpleList.html#length()"}, {"p":"com.theoplayer.android.api.util","c":"SimpleList","l":"getItem(int)","url":"com/theoplayer/android/api/util/SimpleList.html#getItem(int)"}, {"p":"com.theoplayer.android.api.util","c":"JavaCallback","l":"onSuccess(T)","url":"com/theoplayer/android/api/util/JavaCallback.html#onSuccess(T)"}, {"p":"com.theoplayer.android.api.util","c":"JavaCallback","l":"onError(Throwable)","url":"com/theoplayer/android/api/util/JavaCallback.html#onError(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"log(Integer, String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#log(java.lang.Integer,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logVerbose(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logVerbose(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logDebug(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logDebug(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logInfo(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logInfo(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logWarning(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logWarning(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logError(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logError(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"enableTags(String)","url":"com/theoplayer/android/api/util/Logger.html#enableTags(java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"enableAllTags()","url":"com/theoplayer/android/api/util/Logger.html#enableAllTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"disableTags(String)","url":"com/theoplayer/android/api/util/Logger.html#disableTags(java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"disableAllTags()","url":"com/theoplayer/android/api/util/Logger.html#disableAllTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"addListener(Logger.Listener)","url":"com/theoplayer/android/api/util/Logger.html#addListener(com.theoplayer.android.api.util.Logger.Listener)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"removeListener(Logger.Listener)","url":"com/theoplayer/android/api/util/Logger.html#removeListener(com.theoplayer.android.api.util.Logger.Listener)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"availableTags()","url":"com/theoplayer/android/api/util/Logger.html#availableTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"isTagEnabled(String)","url":"com/theoplayer/android/api/util/Logger.html#isTagEnabled(java.lang.String)"}, {"p":"com.theoplayer.android.api.event","c":"EventDispatcher","l":"addEventListener(EventType, EventListener)","url":"com/theoplayer/android/api/event/EventDispatcher.html#addEventListener(com.theoplayer.android.api.event.EventType,com.theoplayer.android.api.event.EventListener)"}, {"p":"com.theoplayer.android.api.event","c":"EventDispatcher","l":"removeEventListener(EventType, EventListener)","url":"com/theoplayer/android/api/event/EventDispatcher.html#removeEventListener(com.theoplayer.android.api.event.EventType,com.theoplayer.android.api.event.EventListener)"}, {"p":"com.theoplayer.android.api.event","c":"EventType","l":"getName()","url":"com/theoplayer/android/api/event/EventType.html#getName()"}, {"p":"com.theoplayer.android.api.event","c":"Event","l":"getType()","url":"com/theoplayer/android/api/event/Event.html#getType()"}, {"p":"com.theoplayer.android.api.event","c":"Event","l":"getDate()","url":"com/theoplayer/android/api/event/Event.html#getDate()"}, {"p":"com.theoplayer.android.api.event","c":"EventListener","l":"handleEvent(E)","url":"com/theoplayer/android/api/event/EventListener.html#handleEvent(E)"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"CastErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/chromecast/CastErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"CastStateChangeEvent","l":"getState()","url":"com/theoplayer/android/api/event/chromecast/CastStateChangeEvent.html#getState()"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"ChromecastEventTypes()","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ChromecastEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.tracklist","c":"TrackListEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/tracklist/TrackListEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","c":"QualityEventTypes","l":"QualityEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#QualityEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"VideoTrackEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#VideoTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/mediatrack/video/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"VideoTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#VideoTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"QualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/QualityChangedEvent.html#getQuality()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"AudioTrackEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#AudioTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"AudioTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#AudioTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","c":"AbstractTargetQualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html#getQuality()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","c":"AbstractTargetQualityChangedEvent","l":"getQualities()","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html#getQualities()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"RemoveCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"RemoveCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"UpdateCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"UpdateCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"EnterCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"EnterCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"CueChangeEvent","l":"getTextTrack()","url":"com/theoplayer/android/api/event/track/texttrack/CueChangeEvent.html#getTextTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"TextTrackEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#TextTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"AddCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"AddCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ExitCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ExitCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"TextTrackCueEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#TextTrackCueEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"TextTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#TextTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskProgressEvent","l":"getProgress()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskProgressEvent.html#getProgress()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskStateChangeEvent.html#getStatus()"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/CacheStateChangeEvent.html#getStatus()"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"CacheEventTypes(String)","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#CacheEventTypes(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEvent","l":"getTask()","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEvent.html#getTask()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getInitData()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getInitData()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getInitDataType()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getInitDataType()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getSegmentStartTime()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getSegmentStartTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getError()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getRetryCount()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getRetryCount()"}, {"p":"com.theoplayer.android.api.event.player","c":"TimeUpdateEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"TimeUpdateEvent","l":"getCurrentProgramDateTime()","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html#getCurrentProgramDateTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"EndedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/EndedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ContentProtectionErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ContentProtectionErrorEvent.html#getErrorObject()"}, {"p":"com.theoplayer.android.api.event.player","c":"CanPlayEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ContentProtectionSuccessEvent","l":"getMediaTrackType()","url":"com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html#getMediaTrackType()"}, {"p":"com.theoplayer.android.api.event.player","c":"LoadedMetadataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedMetadataEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"SeekingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"LoadedDataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedDataEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ProgressEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ProgressEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"LicenseRequestGeneratedEvent","l":"getKeySystemId()","url":"com/theoplayer/android/api/event/player/LicenseRequestGeneratedEvent.html#getKeySystemId()"}, {"p":"com.theoplayer.android.api.event.player","c":"SourceChangeEvent","l":"getSource()","url":"com/theoplayer/android/api/event/player/SourceChangeEvent.html#getSource()"}, {"p":"com.theoplayer.android.api.event.player","c":"RateChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"RateChangeEvent","l":"getPlaybackRate()","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html#getPlaybackRate()"}, {"p":"com.theoplayer.android.api.event.player","c":"WaitingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/WaitingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PauseEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PauseEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PresentationModeChange","l":"getPresentationMode()","url":"com/theoplayer/android/api/event/player/PresentationModeChange.html#getPresentationMode()"}, {"p":"com.theoplayer.android.api.event.player","c":"ErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ErrorEvent.html#getErrorObject()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PlayEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PlayingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"DurationChangeEvent","l":"getDuration()","url":"com/theoplayer/android/api/event/player/DurationChangeEvent.html#getDuration()"}, {"p":"com.theoplayer.android.api.event.player","c":"VolumeChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"VolumeChangeEvent","l":"getVolume()","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html#getVolume()"}, {"p":"com.theoplayer.android.api.event.player","c":"ReadyStateChangeEvent","l":"getReadyState()","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html#getReadyState()"}, {"p":"com.theoplayer.android.api.event.player","c":"ReadyStateChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getWidth()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getWidth()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getHeight()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getHeight()"}, {"p":"com.theoplayer.android.api.event.player","c":"SeekedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PlayerEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PlayerEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PlayerEventTypes()","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PlayerEventTypes()"}, {"p":"com.theoplayer.android.api.event.player","c":"CanPlayThroughEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayThroughEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"CurrentSourceChangeEvent","l":"getCurrentSource()","url":"com/theoplayer/android/api/event/player/CurrentSourceChangeEvent.html#getCurrentSource()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"TheoLiveEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#TheoLiveEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"TheoLiveEventTypes()","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#TheoLiveEventTypes()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionLoadStartEvent","l":"getDistributionId()","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html#getDistributionId()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionLoadedEvent","l":"getDistribution()","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadedEvent.html#getDistribution()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionOfflineEvent","l":"getDistributionId()","url":"com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html#getDistributionId()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"EndpointLoadedEvent","l":"getEndpoint()","url":"com/theoplayer/android/api/event/player/theolive/EndpointLoadedEvent.html#getEndpoint()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"IntentToFallbackEvent","l":"getReason()","url":"com/theoplayer/android/api/event/player/theolive/IntentToFallbackEvent.html#getReason()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AdsEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AdsEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AdsEventTypes()","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AdsEventTypes()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdBreakEvent","l":"getAdBreak()","url":"com/theoplayer/android/api/event/ads/AdBreakEvent.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.event.ads","c":"SingleAdEvent","l":"getAd()","url":"com/theoplayer/android/api/event/ads/SingleAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/ads/AdErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"from(String)","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"toString()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#toString()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"values()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#values()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"valueOf(String)","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"getType()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#getType()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"getStart(int)","url":"com/theoplayer/android/api/timerange/TimeRanges.html#getStart(int)"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"getEnd(int)","url":"com/theoplayer/android/api/timerange/TimeRanges.html#getEnd(int)"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"length()","url":"com/theoplayer/android/api/timerange/TimeRanges.html#length()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRange","l":"getStart()","url":"com/theoplayer/android/api/timerange/TimeRange.html#getStart()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRange","l":"getEnd()","url":"com/theoplayer/android/api/timerange/TimeRange.html#getEnd()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"IntentCreationListener","l":"onCreateIntent(Intent)","url":"com/theoplayer/android/api/fullscreen/IntentCreationListener.html#onCreateIntent(android.content.Intent)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FullScreenActivity()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FullScreenActivity()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"getFullScreenVisibilityFlags()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#getFullScreenVisibilityFlags()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"getTHEOplayerView()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#getTHEOplayerView()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenChangeListener","l":"onEnterFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html#onEnterFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenChangeListener","l":"onExitFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html#onExitFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullScreenOrientationCoupled(boolean)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullScreenOrientationCoupled(boolean)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreenOrientationCoupled()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreenOrientationCoupled()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullscreenOrientation(int)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullscreenOrientation(int)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"getFullscreenOrientation()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#getFullscreenOrientation()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"requestFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#requestFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"exitFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#exitFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreenToggleInProgress()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreenToggleInProgress()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullscreenActivity(Class)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullscreenActivity(java.lang.Class)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"getFullscreenActivity()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#getFullscreenActivity()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"addFullScreenChangeListener(FullScreenChangeListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#addFullScreenChangeListener(com.theoplayer.android.api.fullscreen.FullScreenChangeListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"removeFullScreenChangeListener(FullScreenChangeListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#removeFullScreenChangeListener(com.theoplayer.android.api.fullscreen.FullScreenChangeListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"addFullScreenIntentCreationListener(IntentCreationListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#addFullScreenIntentCreationListener(com.theoplayer.android.api.fullscreen.IntentCreationListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"removeFullScreenIntentCreationListener(IntentCreationListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#removeFullScreenIntentCreationListener(com.theoplayer.android.api.fullscreen.IntentCreationListener)"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"values()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#values()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"Omid","l":"addFriendlyObstruction(OmidFriendlyObstruction)","url":"com/theoplayer/android/api/ads/Omid.html#addFriendlyObstruction(com.theoplayer.android.api.ads.OmidFriendlyObstruction)"}, {"p":"com.theoplayer.android.api.ads","c":"Omid","l":"removeAllFriendlyObstructions()","url":"com/theoplayer/android/api/ads/Omid.html#removeAllFriendlyObstructions()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getAds()","url":"com/theoplayer/android/api/ads/AdBreak.html#getAds()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getMaxRemainingDuration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getMaxRemainingDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdBreak.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getIntegration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getId()","url":"com/theoplayer/android/api/ads/AdBreak.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getIdAsString()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getIdAsString()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"isPlaying()","url":"com/theoplayer/android/api/ads/Ads.html#isPlaying()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getCurrentAds()","url":"com/theoplayer/android/api/ads/Ads.html#getCurrentAds()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getCurrentAdBreak()","url":"com/theoplayer/android/api/ads/Ads.html#getCurrentAdBreak()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getScheduledAds()","url":"com/theoplayer/android/api/ads/Ads.html#getScheduledAds()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"schedule(AdDescription)","url":"com/theoplayer/android/api/ads/Ads.html#schedule(com.theoplayer.android.api.source.addescription.AdDescription)"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"skip()","url":"com/theoplayer/android/api/ads/Ads.html#skip()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getOmid()","url":"com/theoplayer/android/api/ads/Ads.html#getOmid()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"registerServerSideIntegration(String, ServerSideAdIntegrationFactory)","url":"com/theoplayer/android/api/ads/Ads.html#registerServerSideIntegration(java.lang.String,com.theoplayer.android.api.ads.ServerSideAdIntegrationFactory)"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getId()","url":"com/theoplayer/android/api/ads/Ad.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCompanions()","url":"com/theoplayer/android/api/ads/Ad.html#getCompanions()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getType()","url":"com/theoplayer/android/api/ads/Ad.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getAdBreak()","url":"com/theoplayer/android/api/ads/Ad.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/Ad.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getIntegration()","url":"com/theoplayer/android/api/ads/Ad.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/Ad.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCustomData()","url":"com/theoplayer/android/api/ads/Ad.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"NonLinearAd","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/NonLinearAd.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"NonLinearAd","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/NonLinearAd.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/LinearAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getDurationAsDouble()","url":"com/theoplayer/android/api/ads/LinearAd.html#getDurationAsDouble()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/LinearAd.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getAdSlotId()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getAdSlotId()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getAltText()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getAltText()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getHeight()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getWidth()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getType()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"UniversalAdId","l":"getUniversalAdIdRegistry()","url":"com/theoplayer/android/api/ads/UniversalAdId.html#getUniversalAdIdRegistry()"}, {"p":"com.theoplayer.android.api.ads","c":"UniversalAdId","l":"getUniversalAdIdValue()","url":"com/theoplayer/android/api/ads/UniversalAdId.html#getUniversalAdIdValue()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"OmidFriendlyObstruction(View, OmidFriendlyObstructionPurpose, String)","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#OmidFriendlyObstruction(android.view.View,com.theoplayer.android.api.ads.OmidFriendlyObstructionPurpose,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getView()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getView()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getPurpose()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getPurpose()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getReasonString()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getReasonString()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"MediaFile.Builder()","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#MediaFile.Builder()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"resourceURI(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#resourceURI(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"type(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#type(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"delivery(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#delivery(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"width(Integer)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#width(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"height(Integer)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#height(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"build()","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#build()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getDelivery()","url":"com/theoplayer/android/api/ads/MediaFile.html#getDelivery()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/MediaFile.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getType()","url":"com/theoplayer/android/api/ads/MediaFile.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getHeight()","url":"com/theoplayer/android/api/ads/MediaFile.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getWidth()","url":"com/theoplayer/android/api/ads/MediaFile.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"setSource(SourceDescription)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#setSource(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"skipAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#skipAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"resetSource()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#resetSource()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"destroy()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#destroy()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"createAd(AdInit, AdBreak)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#createAd(com.theoplayer.android.api.ads.AdInit,com.theoplayer.android.api.ads.AdBreak)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAd(Ad, AdInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAd(com.theoplayer.android.api.ads.Ad,com.theoplayer.android.api.ads.AdInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAdProgress(Ad, Double)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAdProgress(com.theoplayer.android.api.ads.Ad,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"beginAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#beginAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"endAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#endAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"skipAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#skipAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"createAdBreak(AdBreakInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#createAdBreak(com.theoplayer.android.api.ads.AdBreakInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAdBreak(AdBreak, AdBreakInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAdBreak(com.theoplayer.android.api.ads.AdBreak,com.theoplayer.android.api.ads.AdBreakInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAdBreak(AdBreak)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAdBreak(com.theoplayer.android.api.ads.AdBreak)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAllAds()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAllAds()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"error(Throwable)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"fatalError(Throwable, ErrorCode)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#fatalError(java.lang.Throwable,com.theoplayer.android.api.error.ErrorCode)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getIntegration()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getAds()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getAds()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getAdBreaks()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getAdBreaks()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String, List, Object)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String, List)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit()","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getType()","url":"com/theoplayer/android/api/ads/AdInit.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setType(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setType(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdInit.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setTimeOffset(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setTimeOffset(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/AdInit.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setSkipOffset(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setSkipOffset(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getId()","url":"com/theoplayer/android/api/ads/AdInit.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setId(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setId(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getDuration()","url":"com/theoplayer/android/api/ads/AdInit.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setDuration(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setDuration(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/AdInit.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setClickThrough(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setClickThrough(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/AdInit.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setResourceURI(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setResourceURI(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/AdInit.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setMediaFiles(List)","url":"com/theoplayer/android/api/ads/AdInit.html#setMediaFiles(java.util.List)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdInit.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setCustomData(Object)","url":"com/theoplayer/android/api/ads/AdInit.html#setCustomData(java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String, Integer, Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String, Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getId()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"setCustomData(Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#setCustomData(java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationFactory","l":"build(ServerSideAdIntegrationController)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationFactory.html#build(com.theoplayer.android.api.ads.ServerSideAdIntegrationController)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"LatencyConfiguration.Builder()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#LatencyConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMinimumOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMinimumOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMaximumOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMaximumOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setTargetOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setTargetOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setForceSeekOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setForceSeekOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMinimumPlaybackRate(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMinimumPlaybackRate(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMaximumPlaybackRate(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMaximumPlaybackRate(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"LatencyConfiguration(Double, Double, Double, Double, Double, Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#LatencyConfiguration(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getTargetOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getTargetOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMinimumOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMinimumOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMaximumOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMaximumOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getForceSeekOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getForceSeekOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMinimumPlaybackRate()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMinimumPlaybackRate()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMaximumPlaybackRate()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMaximumPlaybackRate()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"buildUpon()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#buildUpon()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"isEnabled()","url":"com/theoplayer/android/api/latency/LatencyManager.html#isEnabled()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"setEnabled(Boolean)","url":"com/theoplayer/android/api/latency/LatencyManager.html#setEnabled(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"isMonitoringLivePlayback()","url":"com/theoplayer/android/api/latency/LatencyManager.html#isMonitoringLivePlayback()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"getCurrentLatency()","url":"com/theoplayer/android/api/latency/LatencyManager.html#getCurrentLatency()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"getCurrentLatencyConfiguration()","url":"com/theoplayer/android/api/latency/LatencyManager.html#getCurrentLatencyConfiguration()"}, {"p":"com.theoplayer.android.api.network","c":"Network","l":"addHTTPInterceptor(HTTPInterceptor)","url":"com/theoplayer/android/api/network/Network.html#addHTTPInterceptor(com.theoplayer.android.api.network.http.HTTPInterceptor)"}, {"p":"com.theoplayer.android.api.network","c":"Network","l":"removeHTTPInterceptor(HTTPInterceptor)","url":"com/theoplayer/android/api/network/Network.html#removeHTTPInterceptor(com.theoplayer.android.api.network.http.HTTPInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPInterceptor","l":"onRequest(InterceptableHTTPRequest)","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html#onRequest(com.theoplayer.android.api.network.http.InterceptableHTTPRequest)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPInterceptor","l":"onResponse(InterceptableHTTPResponse)","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html#onResponse(com.theoplayer.android.api.network.http.InterceptableHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getMethod()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getMethod()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getUrl()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getBody()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getSubType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getSubType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getMediaType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getMediaType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getResponseType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getResponseType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getConnectTimeout()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getConnectTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getReadTimeout()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getReadTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"respondWith(CompleteHTTPResponse)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#respondWith(com.theoplayer.android.api.network.http.CompleteHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getMethod()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getMethod()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setMethod(String)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setMethod(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getUrl()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setUrl(URL)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setUrl(java.net.URL)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setHeaders(Map)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getBody()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setBody(ByteArray)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getConnectTimeout()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getConnectTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setConnectTimeout(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setConnectTimeout(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getReadTimeout()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getReadTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setReadTimeout(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setReadTimeout(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"ChunkInterceptor","l":"onChunk(ByteArray)","url":"com/theoplayer/android/api/network/http/ChunkInterceptor.html#onChunk(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"BodyInterceptor","l":"onBody(ByteArray)","url":"com/theoplayer/android/api/network/http/BodyInterceptor.html#onBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getRequest()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getRequest()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"CompleteHTTPResponse(HTTPRequest, URL, Map, Integer, String, ByteArray)","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#CompleteHTTPResponse(com.theoplayer.android.api.network.http.HTTPRequest,java.net.URL,java.util.Map,java.lang.Integer,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getRequest()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getRequest()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getBody()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"onChunk(ChunkInterceptor)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#onChunk(com.theoplayer.android.api.network.http.ChunkInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"onBody(BodyInterceptor)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#onBody(com.theoplayer.android.api.network.http.BodyInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setUrl(URL)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setUrl(java.net.URL)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setHeaders(Map)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setStatus(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setStatus(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setStatusText(String)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setStatusText(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onRequestAsync(InterceptableHTTPRequest, JavaCallback)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onRequestAsync(com.theoplayer.android.api.network.http.InterceptableHTTPRequest,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onResponseAsync(InterceptableHTTPResponse, JavaCallback)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onResponseAsync(com.theoplayer.android.api.network.http.InterceptableHTTPResponse,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onRequest(InterceptableHTTPRequest)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onRequest(com.theoplayer.android.api.network.http.InterceptableHTTPRequest)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onResponse(InterceptableHTTPResponse)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onResponse(com.theoplayer.android.api.network.http.InterceptableHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaChunkInterceptor","l":"onChunkAsync(ByteArray, JavaCallback)","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html#onChunkAsync(kotlin.ByteArray,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaChunkInterceptor","l":"onChunk(ByteArray)","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html#onChunk(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaBodyInterceptor","l":"onBodyAsync(ByteArray, JavaCallback)","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html#onBodyAsync(kotlin.ByteArray,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaBodyInterceptor","l":"onBody(ByteArray)","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html#onBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestSubType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestSubType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestSubType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/ResponseType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"values()","url":"com/theoplayer/android/api/network/http/ResponseType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/ResponseType.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getId()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getId()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getName()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getName()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getUrl()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"getId()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#getId()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"getBandwidth()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"isBadNetworkOnly()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#isBadNetworkOnly()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"goLive()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#goLive()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"getAuthToken()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"setAuthToken(String)","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#setAuthToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/AdIntegration.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"valueOf(String)","url":"com/theoplayer/android/api/source/AdIntegration.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"values()","url":"com/theoplayer/android/api/source/AdIntegration.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"getAdIntegration()","url":"com/theoplayer/android/api/source/AdIntegration.html#getAdIntegration()"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"getEntries()","url":"com/theoplayer/android/api/source/AdIntegration.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"GoogleDaiTypedSource.Builder(GoogleDaiConfiguration)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#GoogleDaiTypedSource.Builder(com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai(GoogleDaiConfiguration)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai(SsaiDescription)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.SsaiDescription)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"GoogleDaiTypedSource(String, DRMConfiguration, SourceType, Map, Double, GoogleDaiConfiguration, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#GoogleDaiTypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"getType()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#getType()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"getSsai()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#getSsai()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer, List, List)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer, List)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getMaxBitrate()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getMaxBitrate()"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getPreferredVideoCodecs()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getPreferredVideoCodecs()"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getPreferredAudioCodecs()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getPreferredAudioCodecs()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"SourceDescription.Builder(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#SourceDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"SourceDescription.Builder(TypedSource)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#SourceDescription.Builder(com.theoplayer.android.api.source.TypedSource)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"ads(AdDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#ads(com.theoplayer.android.api.source.addescription.AdDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"textTracks(TextTrackDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#textTracks(com.theoplayer.android.api.source.TextTrackDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"textTracks(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#textTracks(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"poster(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#poster(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"metadata(MetadataDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#metadata(com.theoplayer.android.api.source.metadata.MetadataDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"timeServer(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#timeServer(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"abr(SourceAbrConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#abr(com.theoplayer.android.api.source.SourceAbrConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"streamType(StreamType)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#streamType(com.theoplayer.android.api.source.StreamType)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"cmcd(CMCDSourceConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#cmcd(com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"SourceDescription(List, List, List, String, MetadataDescription, String, SourceAbrConfiguration, StreamType, SourceDVRConfiguration, CMCDSourceConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.html#SourceDescription(java.util.List,java.util.List,java.util.List,java.lang.String,com.theoplayer.android.api.source.metadata.MetadataDescription,java.lang.String,com.theoplayer.android.api.source.SourceAbrConfiguration,com.theoplayer.android.api.source.StreamType,com.theoplayer.android.api.source.dvr.SourceDVRConfiguration,com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getSources()","url":"com/theoplayer/android/api/source/SourceDescription.html#getSources()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getAds()","url":"com/theoplayer/android/api/source/SourceDescription.html#getAds()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getTextTracks()","url":"com/theoplayer/android/api/source/SourceDescription.html#getTextTracks()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getPoster()","url":"com/theoplayer/android/api/source/SourceDescription.html#getPoster()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getMetadata()","url":"com/theoplayer/android/api/source/SourceDescription.html#getMetadata()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getTimeServer()","url":"com/theoplayer/android/api/source/SourceDescription.html#getTimeServer()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getAbr()","url":"com/theoplayer/android/api/source/SourceDescription.html#getAbr()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getStreamType()","url":"com/theoplayer/android/api/source/SourceDescription.html#getStreamType()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getCmcd()","url":"com/theoplayer/android/api/source/SourceDescription.html#getCmcd()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/SourceType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"values()","url":"com/theoplayer/android/api/source/SourceType.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"getMimeType()","url":"com/theoplayer/android/api/source/SourceType.html#getMimeType()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"getEntries()","url":"com/theoplayer/android/api/source/SourceType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"isLive()","url":"com/theoplayer/android/api/source/StreamType.html#isLive()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/StreamType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"values()","url":"com/theoplayer/android/api/source/StreamType.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"getEntries()","url":"com/theoplayer/android/api/source/StreamType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"TextTrackDescription.Builder(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#TextTrackDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"isDefault(Boolean)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#isDefault(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"kind(TextTrackKind)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#kind(com.theoplayer.android.api.player.track.texttrack.TextTrackKind)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"srclang(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#srclang(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"label(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#label(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"format(TextTrackType)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#format(com.theoplayer.android.api.player.track.texttrack.TextTrackType)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"TextTrackDescription(String, Boolean, TextTrackKind, String, String, TextTrackType)","url":"com/theoplayer/android/api/source/TextTrackDescription.html#TextTrackDescription(java.lang.String,java.lang.Boolean,com.theoplayer.android.api.player.track.texttrack.TextTrackKind,java.lang.String,java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackType)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getSrc()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getSrc()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"isDefault()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#isDefault()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getKind()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getKind()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getSrclang()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getSrclang()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getLabel()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getLabel()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getFormat()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getFormat()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"TypedSource.Builder(String)","url":"com/theoplayer/android/api/source/TypedSource.Builder.html#TypedSource.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"drm(DRMConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"type(SourceType)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type(com.theoplayer.android.api.source.SourceType)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"liveOffset(Double)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"ssai(SsaiDescription)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.SsaiDescription)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hlsDateRange(Boolean)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"timeServer(String)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"lowLatency(Boolean)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"latencyConfiguration(LatencyConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration(com.theoplayer.android.api.latency.LatencyConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hls(HlsPlaybackConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls(com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"dash(DashPlaybackConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash(com.theoplayer.android.api.source.dash.DashPlaybackConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"cmcdTransmissionMode(CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode(com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/TypedSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"TypedSource(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, HespPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/TypedSource.html#TypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.source.hesp.HespPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getSrc()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getSrc()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getDrm()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getDrm()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getType()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getType()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHeaders()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHeaders()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getLiveOffset()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getLiveOffset()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getSsai()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getSsai()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"isHlsDateRange()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#isHlsDateRange()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getTimeServer()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getTimeServer()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"isLowLatency()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#isLowLatency()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getLatencyConfiguration()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getLatencyConfiguration()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHls()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHls()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getDash()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getDash()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHesp()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHesp()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getCmcdTransmissionMode()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getCmcdTransmissionMode()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"equals(Object)","url":"com/theoplayer/android/api/source/TypedSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hashCode()","url":"com/theoplayer/android/api/source/TypedSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/TypedSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"AdDescription(AdIntegration)","url":"com/theoplayer/android/api/source/addescription/AdDescription.html#AdDescription(com.theoplayer.android.api.source.AdIntegration)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"CustomAdDescription(String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#CustomAdDescription(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"getCustomIntegration()","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionSerializer","l":"fromJson(String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html#fromJson(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionSerializer","l":"toJson(CustomAdDescription)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html#toJson(com.theoplayer.android.api.source.addescription.CustomAdDescription)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"register(String, CustomAdDescriptionSerializer)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#register(java.lang.String,com.theoplayer.android.api.source.addescription.CustomAdDescriptionSerializer)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"deserialize(String, String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#deserialize(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"serialize(CustomAdDescription)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#serialize(com.theoplayer.android.api.source.addescription.CustomAdDescription)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"GoogleImaAdDescription.Builder(String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#GoogleImaAdDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"timeOffset(String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#timeOffset(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"GoogleImaAdDescription(String, String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#GoogleImaAdDescription(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"getSources()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#getSources()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"getTimeOffset()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"DashPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#DashPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"ignoreAvailabilityWindow(Boolean)","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#ignoreAvailabilityWindow(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"DashPlaybackConfiguration(Boolean)","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#DashPlaybackConfiguration(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"getIgnoreAvailabilityWindow()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#getIgnoreAvailabilityWindow()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String, String)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"getId()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#getId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"getValue()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#getValue()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"ClearkeyKeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#ClearkeyKeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"keys(Array)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#keys(kotlin.Array)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"integrationParameters(Map)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"ClearkeyKeySystemConfiguration(String, Array, Map, Boolean, Map, Map)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#ClearkeyKeySystemConfiguration(java.lang.String,kotlin.Array,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"getKeys()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#getKeys()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"DRMConfiguration.Builder()","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#DRMConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"customIntegrationId(String)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#customIntegrationId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"integrationParameters(Map)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"multiSession(Boolean)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#multiSession(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"preferredKeySystems(List)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#preferredKeySystems(java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, String, Map, Map, Boolean, List)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map, Map, Boolean, List)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getClearkey()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getClearkey()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getFairplay()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getFairplay()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getIntegration()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getCustomIntegrationId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getCustomIntegrationId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getIntegrationParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getIntegrationParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getQueryParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getQueryParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"isMultiSession()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#isMultiSession()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getPreferredKeySystems()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getPreferredKeySystems()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"copy(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map, Map, Boolean, List)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#copy(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"valueOf(String)","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"values()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#values()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"getIntegrationId()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#getIntegrationId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"getEntries()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"FairPlayKeySystemConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#FairPlayKeySystemConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"integrationParameters(Map)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"FairPlayKeySystemConfiguration(String, String, Map, Boolean, Map, Map)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#FairPlayKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"getCertificateURL()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#getCertificateURL()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"KeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#KeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"licenseType(LicenseType)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#licenseType(com.theoplayer.android.api.source.drm.LicenseType)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"certificate(ByteArray)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#certificate(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"forceSoftwareDecrypt(Boolean)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#forceSoftwareDecrypt(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"integrationParameters(Map)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"KeySystemConfiguration(String, Map, Boolean, Map, LicenseType, ByteArray, Boolean, Map)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#KeySystemConfiguration(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getLicenseAcquisitionURL()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getLicenseAcquisitionURL()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getHeaders()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getHeaders()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getUseCredentials()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getUseCredentials()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getQueryParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getQueryParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getLicenseType()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getLicenseType()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getCertificate()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getCertificate()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getForceSoftwareDecrypt()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getForceSoftwareDecrypt()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getIntegrationParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getIntegrationParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"copy(String, Map, Boolean, Map, LicenseType, ByteArray, Boolean, Map)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#copy(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/drm/LicenseType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"values()","url":"com/theoplayer/android/api/source/drm/LicenseType.html#values()"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"getEntries()","url":"com/theoplayer/android/api/source/drm/LicenseType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"AxinomDRMConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#AxinomDRMConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"AxinomDRMConfiguration(String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#AxinomDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"AzureDRMConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#AzureDRMConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"AzureDRMConfiguration(String, String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#AzureDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"getCertificateURL()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#getCertificateURL()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"ConaxDRMConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#ConaxDRMConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"ConaxDRMConfiguration(String, String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#ConaxDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"getDeviceId()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#getDeviceId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"DRMPreIntegrationConfiguration(DRMIntegrationId, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html#DRMPreIntegrationConfiguration(com.theoplayer.android.api.source.drm.DRMIntegrationId,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"DRMTodayConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#DRMTodayConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"DRMTodayConfiguration.Builder(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#DRMTodayConfiguration.Builder(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"token(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#token(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"userId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#userId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"merchant(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#merchant(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"DRMTodayConfiguration(String, String, String, String, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#DRMTodayConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getMerchant()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getMerchant()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"IrdetoConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#IrdetoConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"IrdetoConfiguration.Builder(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#IrdetoConfiguration.Builder(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"crmId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#crmId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"accountId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#accountId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"contentId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#contentId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"ticket(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#ticket(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"IrdetoConfiguration(String, String, String, String, String, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#IrdetoConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getCrmId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getCrmId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getAccountId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getAccountId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getContentId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getContentId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getTicket()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getTicket()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"KeyOSDRMConfiguration.Builder()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#KeyOSDRMConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"customdata(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#customdata(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"playready(KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"playready(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#playready(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"widevine(KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"widevine(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#widevine(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"KeyOSDRMConfiguration(String, KeyOSKeySystemConfiguration, KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#KeyOSDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getCustomdata()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getCustomdata()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"KeyOSKeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#KeyOSKeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"customdata(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#customdata(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"forceSoftwareDecrypt(Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#forceSoftwareDecrypt(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"KeyOSKeySystemConfiguration(String, String, Map, Boolean, Map, Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#KeyOSKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"getCustomdata()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getCustomdata()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"TitaniumDRMConfiguration.Builder(String, String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#TitaniumDRMConfiguration.Builder(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"friendlyName(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#friendlyName(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"version(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#version(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"TitaniumDRMConfiguration(String, String, String, String, String, KeySystemConfiguration, KeySystemConfiguration, String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#TitaniumDRMConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getAccountName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getAccountName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getCustomerName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getCustomerName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getPortalId()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getPortalId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getFriendlyName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getFriendlyName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getAuthToken()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getVersion()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getVersion()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"VudrmDRMConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#VudrmDRMConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"VudrmDRMConfiguration(String, KeySystemConfiguration, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#VudrmDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"XstreamConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#XstreamConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"XstreamConfiguration(String, String, String, KeySystemConfiguration, KeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#XstreamConfiguration(java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getStreamId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getStreamId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getTicketAcquisitionUrl()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getTicketAcquisitionUrl()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"HespPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#HespPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"addCustomConfigurationProperty(String, Object)","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#addCustomConfigurationProperty(java.lang.String,java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"HespPlaybackConfiguration(Map)","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#HespPlaybackConfiguration(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"getCustomConfiguration()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#getCustomConfiguration()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"HlsPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#HlsPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"delaySubtitlePreload(Boolean)","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#delaySubtitlePreload(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"HlsPlaybackConfiguration(Boolean)","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#HlsPlaybackConfiguration(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"isDelaySubtitlePreload()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#isDelaySubtitlePreload()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"MediaTailorSource.Builder(String)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#MediaTailorSource.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"adsParams(Map)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#adsParams(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"MediaTailorSource(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode, Map)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#MediaTailorSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"getAdsParams()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#getAdsParams()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode, Map)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"equals(Object)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hashCode()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"ChromecastMetadataDescription.Builder()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#ChromecastMetadataDescription.Builder()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"images(ChromecastMetadataImage)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#images(com.theoplayer.android.api.source.metadata.ChromecastMetadataImage)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"images(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#images(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"type(ChromecastMetadataType)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#type(com.theoplayer.android.api.source.metadata.ChromecastMetadataType)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"releaseDate(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#releaseDate(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"title(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#title(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"subtitle(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#subtitle(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getImages()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getImages()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getReleaseDate()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getReleaseDate()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getTitle()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getTitle()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getSubtitle()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getSubtitle()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"ChromecastMetadataImage(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#ChromecastMetadataImage(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"ChromecastMetadataImage(String, Integer, Integer)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#ChromecastMetadataImage(java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getSrc()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getSrc()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getWidth()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getWidth()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getHeight()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getHeight()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType.Companion","l":"fromName(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html#fromName(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"values()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#values()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getNativeType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getNativeType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getEntries()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"MetadataDescription()","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#MetadataDescription()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"MetadataDescription(Map)","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#MetadataDescription(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"CustomSsaiDescription()","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#CustomSsaiDescription()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"getCustomIntegration()","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionSerializer","l":"fromJson(String)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html#fromJson(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionSerializer","l":"toJson(CustomSsaiDescription)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html#toJson(com.theoplayer.android.api.source.ssai.CustomSsaiDescription)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"register(String, CustomSsaiDescriptionSerializer)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#register(java.lang.String,com.theoplayer.android.api.source.ssai.CustomSsaiDescriptionSerializer)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"deserialize(String, String)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#deserialize(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"serialize(CustomSsaiDescription)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#serialize(com.theoplayer.android.api.source.ssai.CustomSsaiDescription)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"GoogleDaiConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#GoogleDaiConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"adTagParameters(Map)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"GoogleDaiConfiguration(StreamType, String, String, String, Map)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#GoogleDaiConfiguration(com.theoplayer.android.api.source.ssai.StreamType,java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAvailabilityType()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAvailabilityType()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getApiKey()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getApiKey()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAuthToken()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getStreamActivityMonitorID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getStreamActivityMonitorID()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAdTagParameters()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"copy(String, String, String, Map)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiDescription","l":"getIntegration()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"valueOf(String)","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"values()","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#values()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"getEntries()","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/ssai/StreamType.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/ssai/StreamType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"values()","url":"com/theoplayer/android/api/source/ssai/StreamType.html#values()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"getEntries()","url":"com/theoplayer/android/api/source/ssai/StreamType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"GoogleDaiLiveConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#GoogleDaiLiveConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"adTagParameters(Map)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"GoogleDaiLiveConfiguration(String, String, String, Map, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#GoogleDaiLiveConfiguration(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"getAssetKey()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#getAssetKey()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"copy(String, String, String, Map)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"GoogleDaiVodConfiguration.Builder(String, String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#GoogleDaiVodConfiguration.Builder(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"adTagParameters(Map)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"GoogleDaiVodConfiguration(String, String, String, Map, String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#GoogleDaiVodConfiguration(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"getContentSourceID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getContentSourceID()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"getVideoID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getVideoID()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"copy(String, String, String, Map)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getId()","url":"com/theoplayer/android/api/theolive/Distribution.html#getId()"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getExternalId()","url":"com/theoplayer/android/api/theolive/Distribution.html#getExternalId()"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getName()","url":"com/theoplayer/android/api/theolive/Distribution.html#getName()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"Endpoint(String, EndpointMillicastSource, String, String, String, String, String, Integer, Integer, ContentProtectionConfiguration, String, String, Double)","url":"com/theoplayer/android/api/theolive/Endpoint.html#Endpoint(java.lang.String,com.theoplayer.android.api.theolive.EndpointMillicastSource,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,com.theoplayer.android.api.theolive.ContentProtectionConfiguration,java.lang.String,java.lang.String,java.lang.Double)"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHespSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHespSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getMillicastSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getMillicastSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHlsSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHlsSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHlsMpegTsSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHlsMpegTsSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getAdSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getAdSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getDaiAssetKey()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getDaiAssetKey()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getCdn()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getCdn()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getWeight()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getWeight()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getPriority()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getPriority()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getContentProtection()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getContentProtection()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getProvider()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getProvider()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getAdSystem()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getTargetLatency()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getTargetLatency()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"setTargetLatency(Double)","url":"com/theoplayer/android/api/theolive/Endpoint.html#setTargetLatency(java.lang.Double)"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"ContentProtectionConfiguration(String, KeySystemConfiguration, KeySystemConfiguration, FairPlayConfiguration)","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#ContentProtectionConfiguration(java.lang.String,com.theoplayer.android.api.theolive.KeySystemConfiguration,com.theoplayer.android.api.theolive.KeySystemConfiguration,com.theoplayer.android.api.theolive.FairPlayConfiguration)"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getIntegration()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getFairplay()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getFairplay()"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"FairPlayConfiguration(String, String)","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#FairPlayConfiguration(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"getLicenseUrl()","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"getCertificateUrl()","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#getCertificateUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"KeySystemConfiguration(String)","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#KeySystemConfiguration(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"getLicenseUrl()","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"EndpointMillicastSource(String, String, String, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#EndpointMillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getName()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getName()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getAccountId()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getAccountId()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getSubscriberToken()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getSubscriberToken()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getDirectorUrl()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getDirectorUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getWebrtc()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getWebrtc()"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"WebRTCOptions(PlayoutDelay)","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#WebRTCOptions(com.theoplayer.android.api.theolive.PlayoutDelay)"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"getPlayoutDelayMs()","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#getPlayoutDelayMs()"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"PlayoutDelay(Integer, Integer)","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#PlayoutDelay(java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"getMinimum()","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#getMinimum()"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"getMaximum()","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#getMaximum()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"THEOLiveConfig.Builder(String, Boolean, String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#THEOLiveConfig.Builder(java.lang.String,java.lang.Boolean,java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"externalSessionId(String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#externalSessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"discoveryUrl(String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#discoveryUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"build()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#build()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getExternalSessionId()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getAnalyticsDisabled()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getAnalyticsDisabled()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getDiscoveryUrl()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getDiscoveryUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"TheoLiveSource(String, Map, LatencyConfiguration, DRMConfiguration, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#TheoLiveSource(java.lang.String,java.util.Map,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.drm.DRMConfiguration,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"getProfile()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getProfile()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"getWebrtc()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getWebrtc()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"equals(Object)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hashCode()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"copy(String, Map, LatencyConfiguration, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#copy(java.lang.String,java.util.Map,com.theoplayer.android.api.latency.LatencyConfiguration,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getImaAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getImaAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getAdSystem()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getCreativeId()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getCreativeId()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperAdIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperAdIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperAdSystems()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperAdSystems()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperCreativeIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperCreativeIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getVastMediaBitrate()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getVastMediaBitrate()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getUniversalAdIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getUniversalAdIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getTraffickingParameters()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getTraffickingParameters()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdBreak","l":"getImaAdPodInfo()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdBreak.html#getImaAdPodInfo()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdErrorEvent","l":"getAdError()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdErrorEvent.html#getAdError()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getType()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getAdData()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getAdData()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"getName()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"values()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaCompanionAd","l":"getImaCompanionAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaCompanionAd.html#getImaCompanionAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"GoogleImaConfiguration(ImaSdkSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#GoogleImaConfiguration(com.google.ads.interactivemedia.v3.api.ImaSdkSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"getImaSdkSettings()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#getImaSdkSettings()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"setAdsRenderingSettings(AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#setAdsRenderingSettings(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"getAdsRenderingSettings()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#getAdsRenderingSettings()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"requestAds(AdsRequest, AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#requestAds(com.google.ads.interactivemedia.v3.api.AdsRequest,com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"schedule(GoogleImaAdDescription)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#schedule(com.theoplayer.android.api.source.addescription.GoogleImaAdDescription)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"focus()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#focus()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createGoogleImaIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createGoogleImaIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createGoogleImaIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createGoogleImaIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaUniversalAdId","l":"getImaUniversalAdId()","url":"com/theoplayer/android/api/ads/ima/GoogleImaUniversalAdId.html#getImaUniversalAdId()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"getGoogleIma()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#getGoogleIma()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"getGoogleImaConfiguration()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#getGoogleImaConfiguration()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleIma(THEOplayerConfig.Builder, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleIma(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleImaConfiguration(THEOplayerConfig.Builder, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleImaConfiguration(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationKt","l":"getIma()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationKt.html#getIma()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getStartTime()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getTrackingEvents()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getTrackingEvents()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getId()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getId()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getDuration()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getStartTime()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEvent","l":"getType()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEvent","l":"getAdAvail()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEvent.html#getAdAvail()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"getName()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"values()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEvent","l":"getType()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEvent","l":"getAd()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"getName()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"values()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"createMediaTailorIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#createMediaTailorIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"THEOAd(String, THEOAdBreak, Double, List, String, String)","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#THEOAd(java.lang.String,com.theoplayer.android.api.ads.theoads.THEOAdBreak,java.lang.Double,java.util.List,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCreativeId()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCreativeId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getAdSystem()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCompanions()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCompanions()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getAdBreak()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCustomData()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getDurationAsDouble()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getDurationAsDouble()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"THEOAdBreak(String, Integer, Integer)","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#THEOAdBreak(java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getAds()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getAds()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getMaxRemainingDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getMaxRemainingDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getCustomData()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"TheoAdDescription(String, String, String, String, TheoAdsLayoutOverride, Map, String, String, String, Boolean, Boolean, Double, String, String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#TheoAdDescription(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.ads.theoads.TheoAdsLayoutOverride,java.util.Map,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Double,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getNetworkCode()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getNetworkCode()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getCustomAssetKey()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getCustomAssetKey()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBackdropDoubleBox()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBackdropDoubleBox()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBackdropLShape()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBackdropLShape()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getOverrideLayout()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getOverrideLayout()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getAdTagParameters()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getStreamActivityMonitorId()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getStreamActivityMonitorId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getSseEndpoint()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getSseEndpoint()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getRetrievePodIdURI()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getRetrievePodIdURI()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getUseId3()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getUseId3()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getUseEMSG()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getUseEMSG()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getInitializationDelay()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getInitializationDelay()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getDaiAssetKey()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getDaiAssetKey()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBreakManifestUrl()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBreakManifestUrl()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"values()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"replaceAdTagParameters(Map)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#replaceAdTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"getCurrentInterstitials()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#getCurrentInterstitials()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"getScheduledInterstitials()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#getScheduledInterstitials()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"values()","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getStartTime()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getDuration()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getAdTagParameters()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"setAdTagParameters(Map)","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#setAdTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"values()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getLayout()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getLayout()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getBackdropUri()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getBackdropUri()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getAds()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getAds()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getImageUrl()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getImageUrl()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getPosition()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getPosition()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getSize()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getSize()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"OverlayPosition(Double, Double, Double, Double)","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#OverlayPosition(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getLeft()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getLeft()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getRight()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getRight()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getTop()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getTop()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getBottom()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getBottom()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"OverlaySize(Double, Double)","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#OverlaySize(java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"getWidth()","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"getHeight()","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createTheoAdsIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createTheoAdsIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createTheoAdsIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createTheoAdsIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationKt","l":"getTheoAds()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationKt.html#getTheoAds()"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"InterstitialEvent","l":"getInterstitial()","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialEvent.html#getInterstitial()"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"InterstitialErrorEvent","l":"getMessage()","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html#getMessage()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"setAdsRenderingSettings(AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#setAdsRenderingSettings(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getAdsRenderingSettings()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getAdsRenderingSettings()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"requestStream(StreamRequest, AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#requestStream(com.google.ads.interactivemedia.v3.api.StreamRequest,com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"contentTimeForStreamTime(Double)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#contentTimeForStreamTime(java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"streamTimeForContentTime(Double)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#streamTimeForContentTime(java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getCuePoints()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getCuePoints()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"focus()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#focus()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getEnableSnapback()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getEnableSnapback()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"setEnableSnapback(Boolean)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#setEnableSnapback(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createGoogleDaiIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createGoogleDaiIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createGoogleDaiIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createGoogleDaiIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationKt","l":"getDai()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationKt.html#getDai()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"castStrategy","url":"com/theoplayer/android/api/cast/CastConfiguration.html#castStrategy"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"cast","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#cast"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"castConfiguration","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#castConfiguration"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"DEFAULT_API_URL","url":"com/theoplayer/android/api/millicast/MillicastSource.html#DEFAULT_API_URL"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"streamAccountId","url":"com/theoplayer/android/api/millicast/MillicastSource.html#streamAccountId"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"apiUrl","url":"com/theoplayer/android/api/millicast/MillicastSource.html#apiUrl"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"subscriberToken","url":"com/theoplayer/android/api/millicast/MillicastSource.html#subscriberToken"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"connectOptions","url":"com/theoplayer/android/api/millicast/MillicastSource.html#connectOptions"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"type","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#type"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"metadata","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#metadata"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"bitrate","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#bitrate"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"externalSessionId","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#externalSessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"userId","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"eventEndpoints","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#eventEndpoints"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"url","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#url"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"sessionId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"externalSessionId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#externalSessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"userId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"eventEndpoints","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#eventEndpoints"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOPLAYERVIEW_TAG","url":"com/theoplayer/android/api/THEOplayerView.html#THEOPLAYERVIEW_TAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CLIP_TO_PADDING_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#CLIP_TO_PADDING_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_AFTER_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_ALL_CACHES","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_ALL_CACHES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_ANIMATION_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_NO_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_NO_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_SCROLLING_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_NO","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_YES","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ALPHA","url":"com/theoplayer/android/api/THEOplayerView.html#ALPHA"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_NAME","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_NAME"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_PASSWORD","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_PHONE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_PHONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_USERNAME","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_DATE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_DATE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_LIST","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_LIST"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_TEXT","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_TOGGLE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_NOT_SENSITIVE","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_NOT_SENSITIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_SENSITIVE","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_SENSITIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_ACCESSIBILITY_ACTION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_ACCESSIBILITY_ACTION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_SAME_APPLICATION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_SAME_APPLICATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_OPAQUE","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_OPAQUE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"EMPTY_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#EMPTY_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/theoplayer/android/api/THEOplayerView.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FIND_VIEWS_WITH_TEXT","url":"com/theoplayer/android/api/THEOplayerView.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLE","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLES_ALL","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLES_ALL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLES_TOUCH_MODE","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BACKWARD","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BACKWARD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_DOWN","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_DOWN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_FORWARD","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_FORWARD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_UP","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_UP"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"GONE","url":"com/theoplayer/android/api/THEOplayerView.html#GONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/theoplayer/android/api/THEOplayerView.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"INVISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#INVISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"KEEP_SCREEN_ON","url":"com/theoplayer/android/api/THEOplayerView.html#KEEP_SCREEN_ON"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_HARDWARE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_HARDWARE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_SOFTWARE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_LOCALE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_SIZE_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_SIZE_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_STATE_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_STATE_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_STATE_TOO_SMALL","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"NOT_FOCUSABLE","url":"com/theoplayer/android/api/THEOplayerView.html#NOT_FOCUSABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"NO_ID","url":"com/theoplayer/android/api/THEOplayerView.html#NO_ID"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_ALWAYS","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_ALWAYS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_NEVER","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_NEVER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_DEFAULT","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_DEFAULT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_HIGH","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_HIGH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_LOW","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_LOW"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_NORMAL","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_NORMAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION_X","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION_Y","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCALE_X","url":"com/theoplayer/android/api/THEOplayerView.html#SCALE_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCALE_Y","url":"com/theoplayer/android/api/THEOplayerView.html#SCALE_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCREEN_STATE_OFF","url":"com/theoplayer/android/api/THEOplayerView.html#SCREEN_STATE_OFF"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCREEN_STATE_ON","url":"com/theoplayer/android/api/THEOplayerView.html#SCREEN_STATE_ON"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_INSIDE_INSET","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_HORIZONTAL","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_VERTICAL","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_EXCLUDE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_EXCLUDE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_INCLUDE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_INCLUDE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_BOTTOM","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_END","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_START","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_TOP","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_TOP"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SOUND_EFFECTS_ENABLED","url":"com/theoplayer/android/api/THEOplayerView.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"STATUS_BAR_HIDDEN","url":"com/theoplayer/android/api/THEOplayerView.html#STATUS_BAR_HIDDEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"STATUS_BAR_VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#STATUS_BAR_VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_CENTER","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_ANY_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_LOCALE","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_X","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_Y","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_Z","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_Z"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"VIEW_LOG_TAG","url":"com/theoplayer/android/api/THEOplayerView.html#VIEW_LOG_TAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"X","url":"com/theoplayer/android/api/THEOplayerView.html#X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"Y","url":"com/theoplayer/android/api/THEOplayerView.html#Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"Z","url":"com/theoplayer/android/api/THEOplayerView.html#Z"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"url","url":"com/theoplayer/android/api/contentprotection/Request.html#url"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"method","url":"com/theoplayer/android/api/contentprotection/Request.html#method"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"headers","url":"com/theoplayer/android/api/contentprotection/Request.html#headers"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"body","url":"com/theoplayer/android/api/contentprotection/Request.html#body"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"id","url":"com/theoplayer/android/api/error/ErrorCategory.html#id"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"id","url":"com/theoplayer/android/api/error/ErrorCode.html#id"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"url","url":"com/theoplayer/android/api/error/ContentProtectionException.html#url"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"status","url":"com/theoplayer/android/api/error/ContentProtectionException.html#status"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"statusText","url":"com/theoplayer/android/api/error/ContentProtectionException.html#statusText"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"response","url":"com/theoplayer/android/api/error/ContentProtectionException.html#response"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"systemCode","url":"com/theoplayer/android/api/error/ContentProtectionException.html#systemCode"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"category","url":"com/theoplayer/android/api/error/THEOplayerException.html#category"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"code","url":"com/theoplayer/android/api/error/THEOplayerException.html#code"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"category","url":"com/theoplayer/android/api/error/THEOplayerException.html#category"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"code","url":"com/theoplayer/android/api/error/THEOplayerException.html#code"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"DEFAULT_APP_ID","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#DEFAULT_APP_ID"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"errorCode","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#errorCode"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"description","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#description"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"audioTrackSelection","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#audioTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"textTrackSelection","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#textTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"amount","url":"com/theoplayer/android/api/cache/CachingParameters.html#amount"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"expirationDate","url":"com/theoplayer/android/api/cache/CachingParameters.html#expirationDate"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"bandwidth","url":"com/theoplayer/android/api/cache/CachingParameters.html#bandwidth"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"preferredTrackSelection","url":"com/theoplayer/android/api/cache/CachingParameters.html#preferredTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"storageType","url":"com/theoplayer/android/api/cache/CachingParameters.html#storageType"}, {"p":"com.theoplayer.android.api.cache","c":"NoChangeBuilder","l":"INSTANCE","url":"com/theoplayer/android/api/cache/NoChangeBuilder.html#INSTANCE"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"entries","url":"com/theoplayer/android/api/cache/CacheStorageType.html#entries"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"errorCode","url":"com/theoplayer/android/api/cache/CachingTaskError.html#errorCode"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"description","url":"com/theoplayer/android/api/cache/CachingTaskError.html#description"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"type","url":"com/theoplayer/android/api/player/PreloadType.html#type"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"mode","url":"com/theoplayer/android/api/player/PresentationMode.html#mode"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"maxRetries","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#maxRetries"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"minimumBackOff","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#minimumBackOff"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"maximumBackOff","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#maximumBackOff"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"useHttpEngine","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#useHttpEngine"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"mode","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#mode"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"type","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#type"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"entries","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#entries"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"type","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#type"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"entries","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#entries"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"url","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#url"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"mimeType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#mimeType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"pictureType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#pictureType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"language","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#language"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"elementId","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#elementId"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"startTimeMs","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#startTimeMs"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"endTimeMs","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#endTimeMs"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"startOffset","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#startOffset"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"endOffset","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#endOffset"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"subFrames","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#subFrames"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"elementId","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#elementId"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isTopLevel","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isTopLevel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isOrdered","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isOrdered()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"children","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#children"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"subFrames","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#subFrames"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"mimeType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#mimeType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"fileName","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#fileName"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"ownerIdentifier","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#ownerIdentifier"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"url","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#url"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"ContentPlayer","url":"com/theoplayer/android/api/util/Logger.Companion.html#ContentPlayer"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Media3","url":"com/theoplayer/android/api/util/Logger.Companion.html#Media3"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"HTTP","url":"com/theoplayer/android/api/util/Logger.Companion.html#HTTP"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Cache","url":"com/theoplayer/android/api/util/Logger.Companion.html#Cache"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"License","url":"com/theoplayer/android/api/util/Logger.Companion.html#License"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"PictureInPicture","url":"com/theoplayer/android/api/util/Logger.Companion.html#PictureInPicture"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Fullscreen","url":"com/theoplayer/android/api/util/Logger.Companion.html#Fullscreen"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"MediaTailor","url":"com/theoplayer/android/api/util/Logger.Companion.html#MediaTailor"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Chromecast","url":"com/theoplayer/android/api/util/Logger.Companion.html#Chromecast"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"GoogleDAI","url":"com/theoplayer/android/api/util/Logger.Companion.html#GoogleDAI"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"GoogleIMA","url":"com/theoplayer/android/api/util/Logger.Companion.html#GoogleIMA"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"THEOAds","url":"com/theoplayer/android/api/util/Logger.Companion.html#THEOAds"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Millicast","url":"com/theoplayer/android/api/util/Logger.Companion.html#Millicast"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"TheoLive","url":"com/theoplayer/android/api/util/Logger.Companion.html#TheoLive"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"CMCD","url":"com/theoplayer/android/api/util/Logger.Companion.html#CMCD"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"HESP","url":"com/theoplayer/android/api/util/Logger.Companion.html#HESP"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/util/Logger.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"STATECHANGE","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#STATECHANGE"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"ERROR","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ERROR"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","c":"QualityEventTypes","l":"UPDATE","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#UPDATE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"TARGETQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#TARGETQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"ACTIVEQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#ACTIVEQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"TARGETQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#TARGETQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"ACTIVEQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#ACTIVEQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"CUECHANGE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#CUECHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"ADDCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#ADDCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"REMOVECUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#REMOVECUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"UPDATECUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#UPDATECUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"ENTERCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#ENTERCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"EXITCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#EXITCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"ENTER","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#ENTER"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"EXIT","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#EXIT"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"UPDATE","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#UPDATE"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_STATE_CHANGE","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_STATE_CHANGE"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_PROGRESS","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_PROGRESS"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_ERROR","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_ERROR"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"CACHE_STATE_CHANGE","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#CACHE_STATE_CHANGE"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"ADD_TASK","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#ADD_TASK"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"REMOVE_TASK","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#REMOVE_TASK"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PAUSE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PAUSE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"RATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#RATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"VOLUMECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#VOLUMECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PROGRESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PROGRESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"DURATIONCHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#DURATIONCHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CURRENTSOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CURRENTSOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"READYSTATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#READYSTATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"TIMEUPDATE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#TIMEUPDATE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"WAITING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#WAITING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PLAYING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PLAYING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ENDED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ENDED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADEDMETADATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADEDMETADATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADEDDATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADEDDATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CANPLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CANPLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CANPLAYTHROUGH","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CANPLAYTHROUGH"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEGMENTNOTFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEGMENTNOTFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ENCRYPTED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ENCRYPTED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CONTENTPROTECTIONERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CONTENTPROTECTIONERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CONTENTPROTECTIONSUCCESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CONTENTPROTECTIONSUCCESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LICENSEREQUESTGENERATED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LICENSEREQUESTGENERATED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"NOSUPPORTEDREPRESENTATIONFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#NOSUPPORTEDREPRESENTATIONFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEEKING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEEKING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEEKED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEEKED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PRESENTATIONMODECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PRESENTATIONMODECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"DESTROY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#DESTROY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADSTART","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADSTART"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"RESIZE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#RESIZE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PAUSE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PAUSE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"RATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#RATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"VOLUMECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#VOLUMECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PROGRESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PROGRESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"DURATIONCHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#DURATIONCHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CURRENTSOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CURRENTSOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"READYSTATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#READYSTATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"TIMEUPDATE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#TIMEUPDATE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"WAITING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#WAITING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PLAYING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PLAYING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ENDED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ENDED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADEDMETADATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADEDMETADATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADEDDATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADEDDATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CANPLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CANPLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CANPLAYTHROUGH","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CANPLAYTHROUGH"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEGMENTNOTFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEGMENTNOTFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ENCRYPTED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ENCRYPTED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CONTENTPROTECTIONERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CONTENTPROTECTIONERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CONTENTPROTECTIONSUCCESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CONTENTPROTECTIONSUCCESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LICENSEREQUESTGENERATED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LICENSEREQUESTGENERATED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"NOSUPPORTEDREPRESENTATIONFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#NOSUPPORTEDREPRESENTATIONFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEEKING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEEKING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEEKED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEEKED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PRESENTATIONMODECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PRESENTATIONMODECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"DESTROY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#DESTROY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADSTART","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADSTART"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"RESIZE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#RESIZE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"INTENTTOFALLBACK","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#INTENTTOFALLBACK"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"ENTERBADNETWORKMODE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#ENTERBADNETWORKMODE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"EXITBADNETWORKMODE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#EXITBADNETWORKMODE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"ENDPOINTLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#ENDPOINTLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONLOADSTART","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONLOADSTART"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONOFFLINE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONOFFLINE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"INTENTTOFALLBACK","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#INTENTTOFALLBACK"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONLOADSTART","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONLOADSTART"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONOFFLINE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONOFFLINE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"ENDPOINTLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#ENDPOINTLOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_SKIP","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_SKIP"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_ERROR","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_LOADED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_LOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_IMPRESSION","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_IMPRESSION"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"ADD_AD","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#ADD_AD"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"ADD_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#ADD_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_CHANGE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_CHANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"REMOVE_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#REMOVE_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_TAPPED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_TAPPED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_CLICKED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_CLICKED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_SKIP","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_SKIP"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_ERROR","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_LOADED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_LOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_IMPRESSION","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_IMPRESSION"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"ADD_AD","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#ADD_AD"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"ADD_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#ADD_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_CHANGE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_CHANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"REMOVE_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#REMOVE_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_TAPPED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_TAPPED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_CLICKED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_CLICKED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"type","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#type"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAYOUT_PARAMS_MATCH","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAYOUT_PARAMS_MATCH"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_DIALER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_DIALER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_DISABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_DISABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SEARCH_GLOBAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SEARCH_GLOBAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SEARCH_LOCAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SEARCH_LOCAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SHORTCUT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SHORTCUT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FOCUSED_STATE_SET","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FULLSCREEN_MODE_REQUEST_ENTER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FULLSCREEN_MODE_REQUEST_ENTER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FULLSCREEN_MODE_REQUEST_EXIT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FULLSCREEN_MODE_REQUEST_EXIT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERRIDE_TRANSITION_CLOSE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERRIDE_TRANSITION_CLOSE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERRIDE_TRANSITION_OPEN","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERRIDE_TRANSITION_OPEN"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_CANCELED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_CANCELED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_FIRST_USER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_FIRST_USER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_OK","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_OK"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_BACKGROUND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_BACKGROUND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_COMPLETE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_COMPLETE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_MODERATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_MODERATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_CRITICAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_CRITICAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_LOW","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_LOW"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_MODERATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_MODERATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_UI_HIDDEN","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_UI_HIDDEN"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACCESSIBILITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACCESSIBILITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACCOUNT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACCOUNT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACTIVITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACTIVITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ADVANCED_PROTECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ADVANCED_PROTECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ALARM_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ALARM_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APPWIDGET_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APPWIDGET_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_FUNCTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_FUNCTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_OPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_OPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_SEARCH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_SEARCH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"AUDIO_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#AUDIO_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BATTERY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BATTERY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ABOVE_CLIENT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ABOVE_CLIENT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ADJUST_WITH_ACTIVITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ADJUST_WITH_ACTIVITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ALLOW_ACTIVITY_STARTS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ALLOW_ACTIVITY_STARTS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ALLOW_OOM_MANAGEMENT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ALLOW_OOM_MANAGEMENT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_AUTO_CREATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_AUTO_CREATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_DEBUG_UNBIND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_DEBUG_UNBIND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_EXTERNAL_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_EXTERNAL_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_EXTERNAL_SERVICE_LONG","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_EXTERNAL_SERVICE_LONG"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_IMPORTANT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_IMPORTANT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_INCLUDE_CAPABILITIES","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_INCLUDE_CAPABILITIES"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_NOT_FOREGROUND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_NOT_FOREGROUND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_NOT_PERCEPTIBLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_NOT_PERCEPTIBLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_PACKAGE_ISOLATED_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_PACKAGE_ISOLATED_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_SHARED_ISOLATED_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_SHARED_ISOLATED_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_WAIVE_PRIORITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_WAIVE_PRIORITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIOMETRIC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIOMETRIC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BLOB_STORE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BLOB_STORE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BLUETOOTH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BLUETOOTH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BUGREPORT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BUGREPORT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CAMERA_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CAMERA_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CAPTIONING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CAPTIONING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CARRIER_CONFIG_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CARRIER_CONFIG_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CLIPBOARD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CLIPBOARD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"COMPANION_DEVICE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#COMPANION_DEVICE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONNECTIVITY_DIAGNOSTICS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONNECTIVITY_DIAGNOSTICS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONNECTIVITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONNECTIVITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONSUMER_IR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONSUMER_IR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTACT_KEYS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTACT_KEYS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_IGNORE_SECURITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_IGNORE_SECURITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_INCLUDE_CODE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_INCLUDE_CODE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_RESTRICTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_RESTRICTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CREDENTIAL_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CREDENTIAL_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CROSS_PROFILE_APPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CROSS_PROFILE_APPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_ID_DEFAULT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_ID_DEFAULT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_ID_INVALID","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_ID_INVALID"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_LOCK_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_LOCK_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_POLICY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_POLICY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DISPLAY_HASH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DISPLAY_HASH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DISPLAY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DISPLAY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DOMAIN_VERIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DOMAIN_VERIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DOWNLOAD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DOWNLOAD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DROPBOX_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DROPBOX_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"EUICC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#EUICC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FILE_INTEGRITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FILE_INTEGRITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FINGERPRINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FINGERPRINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"GAME_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#GAME_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"GRAMMATICAL_INFLECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#GRAMMATICAL_INFLECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"HARDWARE_PROPERTIES_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#HARDWARE_PROPERTIES_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"HEALTHCONNECT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#HEALTHCONNECT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"INPUT_METHOD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#INPUT_METHOD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"INPUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#INPUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"IPSEC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#IPSEC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"JOB_SCHEDULER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#JOB_SCHEDULER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"KEYGUARD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#KEYGUARD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"KEYSTORE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#KEYSTORE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAUNCHER_APPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAUNCHER_APPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAYOUT_INFLATER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAYOUT_INFLATER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LOCALE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LOCALE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LOCATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LOCATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_COMMUNICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_COMMUNICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_METRICS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_METRICS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_PROJECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_PROJECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_QUALITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_QUALITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_ROUTER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_ROUTER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_SESSION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_SESSION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MIDI_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MIDI_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_APPEND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_APPEND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_ENABLE_WRITE_AHEAD_LOGGING","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_ENABLE_WRITE_AHEAD_LOGGING"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_MULTI_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_MULTI_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_NO_LOCALIZED_COLLATORS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_NO_LOCALIZED_COLLATORS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_PRIVATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_PRIVATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_WORLD_READABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_WORLD_READABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_WORLD_WRITEABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_WORLD_WRITEABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NETWORK_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NETWORK_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NFC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NFC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NOTIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NOTIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NSD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NSD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERLAY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERLAY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PEOPLE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PEOPLE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PERFORMANCE_HINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PERFORMANCE_HINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PERSISTENT_DATA_BLOCK_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PERSISTENT_DATA_BLOCK_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"POWER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#POWER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PRINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PRINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PROFILING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PROFILING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_EXPORTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_EXPORTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_NOT_EXPORTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_NOT_EXPORTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_VISIBLE_TO_INSTANT_APPS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_VISIBLE_TO_INSTANT_APPS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESTRICTIONS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESTRICTIONS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ROLE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ROLE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SATELLITE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SATELLITE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SEARCH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SEARCH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SECURITY_STATE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SECURITY_STATE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SENSOR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SENSOR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SHORTCUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SHORTCUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STATUS_BAR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STATUS_BAR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STORAGE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STORAGE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STORAGE_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STORAGE_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SYSTEM_HEALTH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SYSTEM_HEALTH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELECOM_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELECOM_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_IMS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_IMS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_SUBSCRIPTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_SUBSCRIPTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TETHERING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TETHERING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TEXT_CLASSIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TEXT_CLASSIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TEXT_SERVICES_MANAGER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TEXT_SERVICES_MANAGER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_AD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_AD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_INPUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_INPUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_INTERACTIVE_APP_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_INTERACTIVE_APP_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"UI_MODE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#UI_MODE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USAGE_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USAGE_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USB_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USB_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIBRATOR_MANAGER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIBRATOR_MANAGER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIBRATOR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIBRATOR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIRTUAL_DEVICE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIRTUAL_DEVICE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VPN_MANAGEMENT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VPN_MANAGEMENT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WALLPAPER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WALLPAPER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_AWARE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_AWARE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_P2P_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_P2P_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_RTT_RANGING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_RTT_RANGING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WINDOW_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WINDOW_SERVICE"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"view","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#view"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"purpose","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#purpose"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"type","url":"com/theoplayer/android/api/ads/AdInit.html#type"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"timeOffset","url":"com/theoplayer/android/api/ads/AdInit.html#timeOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"skipOffset","url":"com/theoplayer/android/api/ads/AdInit.html#skipOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"id","url":"com/theoplayer/android/api/ads/AdInit.html#id"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"duration","url":"com/theoplayer/android/api/ads/AdInit.html#duration"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"clickThrough","url":"com/theoplayer/android/api/ads/AdInit.html#clickThrough"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"resourceURI","url":"com/theoplayer/android/api/ads/AdInit.html#resourceURI"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"mediaFiles","url":"com/theoplayer/android/api/ads/AdInit.html#mediaFiles"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"customData","url":"com/theoplayer/android/api/ads/AdInit.html#customData"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"timeOffset","url":"com/theoplayer/android/api/ads/AdBreakInit.html#timeOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"id","url":"com/theoplayer/android/api/ads/AdBreakInit.html#id"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"maxDuration","url":"com/theoplayer/android/api/ads/AdBreakInit.html#maxDuration"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"customData","url":"com/theoplayer/android/api/ads/AdBreakInit.html#customData"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"targetOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#targetOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"minimumOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#minimumOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"maximumOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#maximumOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"forceSeekOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#forceSeekOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"minimumPlaybackRate","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#minimumPlaybackRate"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"maximumPlaybackRate","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#maximumPlaybackRate"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"request","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#request"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"url","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#url"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"headers","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#headers"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"status","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#status"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"statusText","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#statusText"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"body","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#body"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestSubType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"entries","url":"com/theoplayer/android/api/network/http/ResponseType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/AdIntegration.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"adIntegration","url":"com/theoplayer/android/api/source/AdIntegration.html#adIntegration"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"entries","url":"com/theoplayer/android/api/source/AdIntegration.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"type","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#type"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"ssai","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"maxBitrate","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#maxBitrate"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"preferredVideoCodecs","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#preferredVideoCodecs"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"preferredAudioCodecs","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#preferredAudioCodecs"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"sources","url":"com/theoplayer/android/api/source/SourceDescription.html#sources"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"ads","url":"com/theoplayer/android/api/source/SourceDescription.html#ads"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"textTracks","url":"com/theoplayer/android/api/source/SourceDescription.html#textTracks"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"poster","url":"com/theoplayer/android/api/source/SourceDescription.html#poster"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"metadata","url":"com/theoplayer/android/api/source/SourceDescription.html#metadata"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"timeServer","url":"com/theoplayer/android/api/source/SourceDescription.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"abr","url":"com/theoplayer/android/api/source/SourceDescription.html#abr"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"streamType","url":"com/theoplayer/android/api/source/SourceDescription.html#streamType"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"cmcd","url":"com/theoplayer/android/api/source/SourceDescription.html#cmcd"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"mimeType","url":"com/theoplayer/android/api/source/SourceType.html#mimeType"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"entries","url":"com/theoplayer/android/api/source/SourceType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"entries","url":"com/theoplayer/android/api/source/StreamType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"src","url":"com/theoplayer/android/api/source/TextTrackDescription.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"isDefault","url":"com/theoplayer/android/api/source/TextTrackDescription.html#isDefault()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"kind","url":"com/theoplayer/android/api/source/TextTrackDescription.html#kind"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"srclang","url":"com/theoplayer/android/api/source/TextTrackDescription.html#srclang"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"label","url":"com/theoplayer/android/api/source/TextTrackDescription.html#label"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"format","url":"com/theoplayer/android/api/source/TextTrackDescription.html#format"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"customIntegration","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#customIntegration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"INSTANCE","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"sources","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#sources"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"timeOffset","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#timeOffset"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"ignoreAvailabilityWindow","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#ignoreAvailabilityWindow"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"id","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#id"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"value","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#value"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"keys","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#keys"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"integrationId","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#integrationId"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"entries","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#entries"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"certificateURL","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#certificateURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"entries","url":"com/theoplayer/android/api/source/drm/LicenseType.html#entries"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"certificateURL","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#certificateURL"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"deviceId","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#deviceId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"userId","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"merchant","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#merchant"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"crmId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#crmId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"accountId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#accountId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"contentId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#contentId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"ticket","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#ticket"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"customdata","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#customdata"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"customdata","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#customdata"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"accountName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#accountName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"customerName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#customerName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"portalId","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#portalId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"friendlyName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#friendlyName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"version","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#version"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"streamId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#streamId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"ticketAcquisitionUrl","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#ticketAcquisitionUrl"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"customConfiguration","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#customConfiguration"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"isDelaySubtitlePreload","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#isDelaySubtitlePreload()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"adsParams","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#adsParams"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"images","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#images"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"releaseDate","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#releaseDate"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"title","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#title"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"subtitle","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#subtitle"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"type","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#type"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"data","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#data"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"src","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#src"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"width","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#width"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"height","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#height"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"type","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#type"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"nativeType","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#nativeType"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"entries","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#entries"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"data","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#data"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"customIntegration","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#customIntegration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiDescription","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"entries","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#entries"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/StreamType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"entries","url":"com/theoplayer/android/api/source/ssai/StreamType.html#entries"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"assetKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#assetKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"contentSourceID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#contentSourceID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"videoID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#videoID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hespSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hespSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"millicastSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#millicastSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hlsSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hlsSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hlsMpegTsSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hlsMpegTsSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"adSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#adSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"daiAssetKey","url":"com/theoplayer/android/api/theolive/Endpoint.html#daiAssetKey"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"cdn","url":"com/theoplayer/android/api/theolive/Endpoint.html#cdn"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"weight","url":"com/theoplayer/android/api/theolive/Endpoint.html#weight"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"priority","url":"com/theoplayer/android/api/theolive/Endpoint.html#priority"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"contentProtection","url":"com/theoplayer/android/api/theolive/Endpoint.html#contentProtection"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"provider","url":"com/theoplayer/android/api/theolive/Endpoint.html#provider"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"adSystem","url":"com/theoplayer/android/api/theolive/Endpoint.html#adSystem"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"targetLatency","url":"com/theoplayer/android/api/theolive/Endpoint.html#targetLatency"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"integration","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"widevine","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"playready","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"fairplay","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"licenseUrl","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#licenseUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"certificateUrl","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#certificateUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"licenseUrl","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#licenseUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"name","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#name"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"accountId","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#accountId"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"subscriberToken","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#subscriberToken"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"directorUrl","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#directorUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"webrtc","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#webrtc"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"playoutDelayMs","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#playoutDelayMs"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"minimum","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#minimum"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"maximum","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#maximum"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"profile","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#profile"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"webrtc","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#webrtc"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"entries","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"imaSdkSettings","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#imaSdkSettings"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleIma","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleIma"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleImaConfiguration","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleImaConfiguration"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationKt","l":"ima","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationKt.html#ima"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"entries","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"entries","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"creativeId","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#creativeId"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"adSystem","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#adSystem"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"networkCode","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#networkCode"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"customAssetKey","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#customAssetKey"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"backdropDoubleBox","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#backdropDoubleBox"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"backdropLShape","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#backdropLShape"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"overrideLayout","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#overrideLayout"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"adTagParameters","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#adTagParameters"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"streamActivityMonitorId","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#streamActivityMonitorId"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"sseEndpoint","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#sseEndpoint"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"retrievePodIdURI","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#retrievePodIdURI"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"useId3","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#useId3"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"useEMSG","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#useEMSG"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"initializationDelay","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#initializationDelay"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"daiAssetKey","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#daiAssetKey"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"breakManifestUrl","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#breakManifestUrl"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"entries","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"entries","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"entries","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"left","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#left"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"right","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#right"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"top","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#top"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"bottom","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#bottom"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"width","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#width"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"height","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#height"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationKt","l":"theoAds","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationKt.html#theoAds"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"ADD_INTERSTITIAL","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#ADD_INTERSTITIAL"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_BEGIN","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_BEGIN"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_END","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_END"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_ERROR"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_UPDATE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_UPDATE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"FALLBACK","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#FALLBACK"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"ADD_INTERSTITIAL","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#ADD_INTERSTITIAL"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_BEGIN","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_BEGIN"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_END","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_END"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_ERROR"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_UPDATE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_UPDATE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"FALLBACK","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#FALLBACK"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationKt","l":"dai","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationKt.html#dai"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"MANUAL","url":"com/theoplayer/android/api/cast/CastStrategy.html#MANUAL"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"DISABLED","url":"com/theoplayer/android/api/cast/CastStrategy.html#DISABLED"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"AUTO","url":"com/theoplayer/android/api/cast/CastStrategy.html#AUTO"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"PERFORMANCE","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#PERFORMANCE"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"QUALITY","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#QUALITY"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"BANDWIDTH","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#BANDWIDTH"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"DISABLED","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#DISABLED"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"HTTP_HEADER","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#HTTP_HEADER"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"QUERY_ARGUMENT","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#QUERY_ARGUMENT"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/IntegrationType.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/IntegrationType.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"AWS_MEDIATAILOR","url":"com/theoplayer/android/api/IntegrationType.html#AWS_MEDIATAILOR"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"ANALYTICS","url":"com/theoplayer/android/api/IntegrationType.html#ANALYTICS"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"CAST","url":"com/theoplayer/android/api/IntegrationType.html#CAST"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"THEO_ADS","url":"com/theoplayer/android/api/IntegrationType.html#THEO_ADS"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"MEDIA3","url":"com/theoplayer/android/api/IntegrationType.html#MEDIA3"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"MILLICAST","url":"com/theoplayer/android/api/IntegrationType.html#MILLICAST"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"THEO_LIVE","url":"com/theoplayer/android/api/IntegrationType.html#THEO_LIVE"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"DVR","url":"com/theoplayer/android/api/IntegrationType.html#DVR"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"WIDEVINE","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#WIDEVINE"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"PLAYREADY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#PLAYREADY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"FAIRPLAY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#FAIRPLAY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"CLEAR_KEY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#CLEAR_KEY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"GET","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#GET"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"PUT","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#PUT"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"POST","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#POST"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"DELETE","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#DELETE"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"HEAD","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#HEAD"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"OPTIONS","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#OPTIONS"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"ACTIVITY","url":"com/theoplayer/android/api/pip/PiPType.html#ACTIVITY"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"DIALOG","url":"com/theoplayer/android/api/pip/PiPType.html#DIALOG"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"CUSTOM","url":"com/theoplayer/android/api/pip/PiPType.html#CUSTOM"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CONFIGURATION","url":"com/theoplayer/android/api/error/ErrorCategory.html#CONFIGURATION"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"LICENSE","url":"com/theoplayer/android/api/error/ErrorCategory.html#LICENSE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"SOURCE","url":"com/theoplayer/android/api/error/ErrorCategory.html#SOURCE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"MANIFEST","url":"com/theoplayer/android/api/error/ErrorCategory.html#MANIFEST"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"MEDIA","url":"com/theoplayer/android/api/error/ErrorCategory.html#MEDIA"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"NETWORK","url":"com/theoplayer/android/api/error/ErrorCategory.html#NETWORK"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CONTENT_PROTECTION","url":"com/theoplayer/android/api/error/ErrorCategory.html#CONTENT_PROTECTION"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"SUBTITLE","url":"com/theoplayer/android/api/error/ErrorCategory.html#SUBTITLE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"VR","url":"com/theoplayer/android/api/error/ErrorCategory.html#VR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"AD","url":"com/theoplayer/android/api/error/ErrorCategory.html#AD"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"FULLSCREEN","url":"com/theoplayer/android/api/error/ErrorCategory.html#FULLSCREEN"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CACHE","url":"com/theoplayer/android/api/error/ErrorCategory.html#CACHE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"THEOLIVE","url":"com/theoplayer/android/api/error/ErrorCategory.html#THEOLIVE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONFIGURATION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONFIGURATION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_DOMAIN","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_DOMAIN"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_SOURCE","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_SOURCE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_EXPIRED","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_EXPIRED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_FEATURE","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_FEATURE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SOURCE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#SOURCE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SOURCE_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#SOURCE_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_CORS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_CORS_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_PARSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_PARSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_DECODE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_DECODE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_AVPLAYER_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_AVPLAYER_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_ABORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_ABORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_INTERNAL_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_INTERNAL_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"NETWORK_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#NETWORK_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"NETWORK_TIMEOUT","url":"com/theoplayer/android/api/error/ErrorCode.html#NETWORK_TIMEOUT"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CONFIGURATION_MISSING","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CONFIGURATION_MISSING"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CONFIGURATION_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CONFIGURATION_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_INITIALIZATION_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_INITIALIZATION_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CERTIFICATE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CERTIFICATE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CERTIFICATE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CERTIFICATE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_LICENSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_LICENSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_LICENSE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_LICENSE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_KEY_EXPIRED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_KEY_EXPIRED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_KEY_MISSING","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_KEY_MISSING"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_OUTPUT_RESTRICTED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_OUTPUT_RESTRICTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_INTERNAL_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_INTERNAL_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_DEVICE_REVOKED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_DEVICE_REVOKED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_PROVISIONING_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_PROVISIONING_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_CORS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_CORS_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_PARSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_PARSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"VR_PLATFORM_UNSUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#VR_PLATFORM_UNSUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"VR_PRESENTATION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#VR_PRESENTATION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"AD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"AD_BLOCKER_DETECTED","url":"com/theoplayer/android/api/error/ErrorCode.html#AD_BLOCKER_DETECTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"FULLSCREEN_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#FULLSCREEN_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CACHE_SOURCE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CACHE_SOURCE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CACHE_CONTENT_PROTECTION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CACHE_CONTENT_PROTECTION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_UNKNOWN_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_UNKNOWN_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_CHANNEL_NOT_FOUND","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_CHANNEL_NOT_FOUND"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_END_OF_DEMO","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_END_OF_DEMO"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_ANALYTICS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_ANALYTICS_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"CANCEL","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#CANCEL"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"TIMEOUT","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#TIMEOUT"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"API_NOT_INITIALIZED","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#API_NOT_INITIALIZED"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"INVALID_PARAMETER","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#INVALID_PARAMETER"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"EXTENSION_NOT_COMPATIBLE","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#EXTENSION_NOT_COMPATIBLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"EXTENSION_MISSING","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#EXTENSION_MISSING"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"RECEIVER_UNAVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#RECEIVER_UNAVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"SESSION_ERROR","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#SESSION_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"CHANNEL_ERROR","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#CHANNEL_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"LOAD_MEDIA_FAILED","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#LOAD_MEDIA_FAILED"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"UNAVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#UNAVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"AVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#AVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"CONNECTING","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#CONNECTING"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"CONNECTED","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#CONNECTED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"UNINITIALISED","url":"com/theoplayer/android/api/cache/CacheStatus.html#UNINITIALISED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"INITIALISED","url":"com/theoplayer/android/api/cache/CacheStatus.html#INITIALISED"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"IDLE","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#IDLE"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"LOADING","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#LOADING"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"DONE","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#DONE"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"ERROR","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#ERROR"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"EVICTED","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#EVICTED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"LEGACY","url":"com/theoplayer/android/api/cache/CacheStorageType.html#LEGACY"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"MEDIA3","url":"com/theoplayer/android/api/cache/CacheStorageType.html#MEDIA3"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"FIT","url":"com/theoplayer/android/api/player/AspectRatio.html#FIT"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"FILL","url":"com/theoplayer/android/api/player/AspectRatio.html#FILL"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"ASPECT_FILL","url":"com/theoplayer/android/api/player/AspectRatio.html#ASPECT_FILL"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_NOTHING","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_NOTHING"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_METADATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_METADATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_CURRENT_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_CURRENT_DATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_FUTURE_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_FUTURE_DATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_ENOUGH_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_ENOUGH_DATA"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"NONE","url":"com/theoplayer/android/api/player/PreloadType.html#NONE"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"AUTO","url":"com/theoplayer/android/api/player/PreloadType.html#AUTO"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"METADATA","url":"com/theoplayer/android/api/player/PreloadType.html#METADATA"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"INLINE","url":"com/theoplayer/android/api/player/PresentationMode.html#INLINE"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"FULLSCREEN","url":"com/theoplayer/android/api/player/PresentationMode.html#FULLSCREEN"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"PICTURE_IN_PICTURE","url":"com/theoplayer/android/api/player/PresentationMode.html#PICTURE_IN_PICTURE"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"SURFACE_VIEW","url":"com/theoplayer/android/api/player/RenderingTarget.html#SURFACE_VIEW"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"SURFACE_CONTROL","url":"com/theoplayer/android/api/player/RenderingTarget.html#SURFACE_CONTROL"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"TEXTURE_VIEW","url":"com/theoplayer/android/api/player/RenderingTarget.html#TEXTURE_VIEW"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"CUSTOM","url":"com/theoplayer/android/api/player/RenderingTarget.html#CUSTOM"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"LOADING","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#LOADING"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"LOADED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#LOADED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"ERROR","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#ERROR"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_DEPRESSED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_DEPRESSED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_OUTLINE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_OUTLINE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_RAISED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_RAISED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_DROP_SHADOW","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_DROP_SHADOW"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"NORMAL","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#NORMAL"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"BOLD","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#BOLD"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"ITALIC","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#ITALIC"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"BOLD_ITALIC","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#BOLD_ITALIC"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"DEFAULT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#DEFAULT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"DEFAULT_BOLD","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#DEFAULT_BOLD"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"MONOSPACE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#MONOSPACE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"SANS_SERIF","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#SANS_SERIF"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"SERIF","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#SERIF"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"DISABLED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#DISABLED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"HIDDEN","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#HIDDEN"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"SHOWING","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#SHOWING"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"SUBTITLES","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#SUBTITLES"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"CAPTIONS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#CAPTIONS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"DESCRIPTIONS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#DESCRIPTIONS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"CHAPTERS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#CHAPTERS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"METADATA","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#METADATA"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"SRT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#SRT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"TTML","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#TTML"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"WEBVTT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#WEBVTT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"EMSG","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#EMSG"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"EVENTSTREAM","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#EVENTSTREAM"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"ID3","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#ID3"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"CEA608","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#CEA608"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"TIMECODE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#TIMECODE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"DATERANGE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#DATERANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"THEO_ADS","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#THEO_ADS"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"MEDIATAILOR","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#MEDIATAILOR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"CUSTOM","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#CUSTOM"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"VIDEO_CONTROLS","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#VIDEO_CONTROLS"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"CLOSE_AD","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#CLOSE_AD"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"NOT_VISIBLE","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#NOT_VISIBLE"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"OTHER","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#OTHER"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"MANIFEST","url":"com/theoplayer/android/api/network/http/RequestType.html#MANIFEST"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"SEGMENT","url":"com/theoplayer/android/api/network/http/RequestType.html#SEGMENT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"PRELOAD_HINT","url":"com/theoplayer/android/api/network/http/RequestType.html#PRELOAD_HINT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"CONTENT_PROTECTION","url":"com/theoplayer/android/api/network/http/RequestType.html#CONTENT_PROTECTION"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestSubType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"INITIALIZATION_SEGMENT","url":"com/theoplayer/android/api/network/http/RequestSubType.html#INITIALIZATION_SEGMENT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"FAIRPLAY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#FAIRPLAY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"FAIRPLAY_CERTIFICATE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#FAIRPLAY_CERTIFICATE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"WIDEVINE_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#WIDEVINE_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"WIDEVINE_CERTIFICATE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#WIDEVINE_CERTIFICATE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"PLAYREADY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#PLAYREADY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"CLEARKEY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#CLEARKEY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"AES128_KEY","url":"com/theoplayer/android/api/network/http/RequestSubType.html#AES128_KEY"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"AUDIO","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#AUDIO"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"VIDEO","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#VIDEO"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"TEXT","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#TEXT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"IMAGE","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#IMAGE"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/ResponseType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"ARRAY_BUFFER","url":"com/theoplayer/android/api/network/http/ResponseType.html#ARRAY_BUFFER"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"JSON","url":"com/theoplayer/android/api/network/http/ResponseType.html#JSON"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"STREAM","url":"com/theoplayer/android/api/network/http/ResponseType.html#STREAM"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"TEXT","url":"com/theoplayer/android/api/network/http/ResponseType.html#TEXT"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/source/AdIntegration.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"THEO_ADS","url":"com/theoplayer/android/api/source/AdIntegration.html#THEO_ADS"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"CUSTOM","url":"com/theoplayer/android/api/source/AdIntegration.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"DASH","url":"com/theoplayer/android/api/source/SourceType.html#DASH"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HLS","url":"com/theoplayer/android/api/source/SourceType.html#HLS"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HLSX","url":"com/theoplayer/android/api/source/SourceType.html#HLSX"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MP4","url":"com/theoplayer/android/api/source/SourceType.html#MP4"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"AAC","url":"com/theoplayer/android/api/source/SourceType.html#AAC"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MKV","url":"com/theoplayer/android/api/source/SourceType.html#MKV"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MP3","url":"com/theoplayer/android/api/source/SourceType.html#MP3"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"M4A","url":"com/theoplayer/android/api/source/SourceType.html#M4A"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"WAV","url":"com/theoplayer/android/api/source/SourceType.html#WAV"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HESP","url":"com/theoplayer/android/api/source/SourceType.html#HESP"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MILLICAST","url":"com/theoplayer/android/api/source/SourceType.html#MILLICAST"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"THEOLIVE","url":"com/theoplayer/android/api/source/SourceType.html#THEOLIVE"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"LIVE","url":"com/theoplayer/android/api/source/StreamType.html#LIVE"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"DVR","url":"com/theoplayer/android/api/source/StreamType.html#DVR"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"VOD","url":"com/theoplayer/android/api/source/StreamType.html#VOD"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"TITANIUM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#TITANIUM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"VUDRM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#VUDRM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"KEYOS","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#KEYOS"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"CONAX","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#CONAX"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"DRMTODAY","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#DRMTODAY"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"IRDETO","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#IRDETO"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"XSTREAM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#XSTREAM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"AXINOM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#AXINOM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"AZURE","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#AZURE"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"CUSTOM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"PERSISTENT","url":"com/theoplayer/android/api/source/drm/LicenseType.html#PERSISTENT"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"TEMPORARY","url":"com/theoplayer/android/api/source/drm/LicenseType.html#TEMPORARY"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"MOVIE","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#MOVIE"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"AUDIO","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#AUDIO"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"TV_SHOW","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#TV_SHOW"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"GENERIC","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#GENERIC"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"CUSTOM","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"LIVE","url":"com/theoplayer/android/api/source/ssai/StreamType.html#LIVE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"VOD","url":"com/theoplayer/android/api/source/ssai/StreamType.html#VOD"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ALL_ADS_COMPLETED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ALL_ADS_COMPLETED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_FETCH_ERROR","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_FETCH_ERROR"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CLICKED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CLICKED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"COMPLETED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#COMPLETED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CUEPOINTS_CHANGED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CUEPOINTS_CHANGED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CONTENT_PAUSE_REQUESTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CONTENT_PAUSE_REQUESTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CONTENT_RESUME_REQUESTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CONTENT_RESUME_REQUESTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"FIRST_QUARTILE","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"LOG","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#LOG"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_READY","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_READY"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"MIDPOINT","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#MIDPOINT"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"PAUSED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#PAUSED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"RESUMED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#RESUMED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"SKIPPABLE_STATE_CHANGED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#SKIPPABLE_STATE_CHANGED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"SKIPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#SKIPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"TAPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#TAPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ICON_TAPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ICON_TAPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ICON_FALLBACK_IMAGE_CLOSED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ICON_FALLBACK_IMAGE_CLOSED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"THIRD_QUARTILE","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"LOADED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#LOADED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PROGRESS","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PROGRESS"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BUFFERING","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BUFFERING"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_ENDED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_ENDED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PERIOD_STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PERIOD_STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PERIOD_ENDED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PERIOD_ENDED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_ERROR","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"PAUSE_AD_READY","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#PAUSE_AD_READY"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"UNKNOWN","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"AD_BREAK_END","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_BEGIN","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_END","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_END"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_CLICK_THROUGH","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_CLICK_THROUGH"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_CLICK_TRACKING","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_CLICK_TRACKING"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"SINGLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#SINGLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"LSHAPE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#LSHAPE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"DOUBLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#DOUBLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"ADBREAK","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#ADBREAK"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"OVERLAY","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#OVERLAY"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"SINGLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#SINGLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"L_SHAPE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#L_SHAPE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"DOUBLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#DOUBLE"}] +var memberSearchIndex = [{"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"CastConfiguration.Builder()","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#CastConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"castStrategy(CastStrategy)","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#castStrategy(com.theoplayer.android.api.cast.CastStrategy)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"CastConfiguration(CastStrategy)","url":"com/theoplayer/android/api/cast/CastConfiguration.html#CastConfiguration(com.theoplayer.android.api.cast.CastStrategy)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"getCastStrategy()","url":"com/theoplayer/android/api/cast/CastConfiguration.html#getCastStrategy()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"isCasting()","url":"com/theoplayer/android/api/cast/CastIntegration.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getError()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getError()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getReceiverName()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getReceiverName()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getState()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getState()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"start()","url":"com/theoplayer/android/api/cast/CastIntegration.html#start()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"join()","url":"com/theoplayer/android/api/cast/CastIntegration.html#join()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"leave()","url":"com/theoplayer/android/api/cast/CastIntegration.html#leave()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"stop()","url":"com/theoplayer/android/api/cast/CastIntegration.html#stop()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"setConnectionCallback(ChromecastConnectionCallback)","url":"com/theoplayer/android/api/cast/CastIntegration.html#setConnectionCallback(com.theoplayer.android.api.cast.chromecast.ChromecastConnectionCallback)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createCastIntegration(THEOplayerView, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createCastIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createCastIntegration(THEOplayerView)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createCastIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"values()","url":"com/theoplayer/android/api/cast/CastStrategy.html#values()"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/CastStrategy.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast","c":"GlobalCast","l":"getChromeCast()","url":"com/theoplayer/android/api/cast/GlobalCast.html#getChromeCast()"}, {"p":"com.theoplayer.android.api.cast","c":"Cast","l":"getChromecast()","url":"com/theoplayer/android/api/cast/Cast.html#getChromecast()"}, {"p":"com.theoplayer.android.api.cast","c":"Cast","l":"isCasting()","url":"com/theoplayer/android/api/cast/Cast.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"getCast()","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#getCast()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"getCastConfiguration()","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#getCastConfiguration()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"cast(THEOplayerConfig.Builder, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#cast(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"castConfiguration(THEOplayerConfig.Builder, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#castConfiguration(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"createMillicastIntegration()","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#createMillicastIntegration()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"MillicastSource(String, String, String, String, Option)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#MillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.millicast.subscribers.Option)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getStreamAccountId()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getStreamAccountId()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getApiUrl()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getApiUrl()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getSubscriberToken()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getSubscriberToken()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getConnectOptions()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getConnectOptions()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"equals(Object)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hashCode()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"copy(String, String, String, String, Option)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#copy(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.millicast.subscribers.Option)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setTargetBuffer(int)","url":"com/theoplayer/android/api/abr/Abr.html#setTargetBuffer(int)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getTargetBuffer()","url":"com/theoplayer/android/api/abr/Abr.html#getTargetBuffer()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getAbrStrategy()","url":"com/theoplayer/android/api/abr/Abr.html#getAbrStrategy()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setAbrStrategy(AbrStrategyConfiguration)","url":"com/theoplayer/android/api/abr/Abr.html#setAbrStrategy(com.theoplayer.android.api.abr.AbrStrategyConfiguration)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getPreferredMaximumResolution()","url":"com/theoplayer/android/api/abr/Abr.html#getPreferredMaximumResolution()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setPreferredMaximumResolution(Size)","url":"com/theoplayer/android/api/abr/Abr.html#setPreferredMaximumResolution(android.util.Size)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"values()","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#values()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"valueOf(String)","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"AbrStrategyConfiguration.Builder()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#AbrStrategyConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"setType(AbrStrategyType)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#setType(com.theoplayer.android.api.abr.AbrStrategyType)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"setMetadata(AbrStrategyMetadata)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#setMetadata(com.theoplayer.android.api.abr.AbrStrategyMetadata)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"AbrStrategyConfiguration(AbrStrategyType, AbrStrategyMetadata)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#AbrStrategyConfiguration(com.theoplayer.android.api.abr.AbrStrategyType,com.theoplayer.android.api.abr.AbrStrategyMetadata)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"getType()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#getType()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"getMetadata()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#getMetadata()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"AbrStrategyMetadata.Builder()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#AbrStrategyMetadata.Builder()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"setBitrate(Integer)","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#setBitrate(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"build()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#build()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"AbrStrategyMetadata(Integer)","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#AbrStrategyMetadata(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"getBitrate()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#getBitrate()"}, {"p":"com.theoplayer.android.api.settings","c":"SslSettings","l":"setKeyStore(KeyStore)","url":"com/theoplayer/android/api/settings/SslSettings.html#setKeyStore(java.security.KeyStore)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"values()","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#values()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"valueOf(String)","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"CMCDConfiguration(String, String, Boolean, List)","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#CMCDConfiguration(java.lang.String,java.lang.String,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getExternalSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getEventEndpoints()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getEventEndpoints()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"CMCDEndpointConfiguration(String)","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#CMCDEndpointConfiguration(java.lang.String)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"getUrl()","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#getUrl()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"CMCDSourceConfiguration(String, String, String, Boolean, List)","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#CMCDSourceConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getExternalSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getEventEndpoints()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getEventEndpoints()"}, {"p":"com.theoplayer.android.api","c":"Integration","l":"getType()","url":"com/theoplayer/android/api/Integration.html#getType()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerDestroyedException","l":"THEOplayerDestroyedException()","url":"com/theoplayer/android/api/THEOplayerDestroyedException.html#THEOplayerDestroyedException()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerSettings","l":"setAllowBackgroundPlayback(boolean)","url":"com/theoplayer/android/api/THEOplayerSettings.html#setAllowBackgroundPlayback(boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerSettings","l":"allowBackgroundPlayback()","url":"com/theoplayer/android/api/THEOplayerSettings.html#allowBackgroundPlayback()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getSharedInstance(Context)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getSharedInstance(android.content.Context)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getCache()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getCache()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getSsl()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getSsl()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getLogger()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getLogger()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"setApplicationInstance(Application)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#setApplicationInstance(android.app.Application)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"registerContentProtectionIntegration(String, KeySystemId, ContentProtectionIntegrationFactory)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#registerContentProtectionIntegration(java.lang.String,com.theoplayer.android.api.contentprotection.KeySystemId,com.theoplayer.android.api.contentprotection.ContentProtectionIntegrationFactory)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getVersion()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getVersion()"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"values()","url":"com/theoplayer/android/api/IntegrationType.html#values()"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"valueOf(String)","url":"com/theoplayer/android/api/IntegrationType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, AttributeSet, THEOplayerConfig)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,android.util.AttributeSet,com.theoplayer.android.api.THEOplayerConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, AttributeSet)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,android.util.AttributeSet)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, THEOplayerConfig)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,com.theoplayer.android.api.THEOplayerConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getGlobalCast(Activity)","url":"com/theoplayer/android/api/THEOplayerView.html#getGlobalCast(android.app.Activity)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getFullScreenManager()","url":"com/theoplayer/android/api/THEOplayerView.html#getFullScreenManager()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPiPManager()","url":"com/theoplayer/android/api/THEOplayerView.html#getPiPManager()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPresentationMode()","url":"com/theoplayer/android/api/THEOplayerView.html#getPresentationMode()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPlayer()","url":"com/theoplayer/android/api/THEOplayerView.html#getPlayer()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getCast()","url":"com/theoplayer/android/api/THEOplayerView.html#getCast()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getVersion()","url":"com/theoplayer/android/api/THEOplayerView.html#getVersion()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getSettings()","url":"com/theoplayer/android/api/THEOplayerView.html#getSettings()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onPause()","url":"com/theoplayer/android/api/THEOplayerView.html#onPause()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onResume()","url":"com/theoplayer/android/api/THEOplayerView.html#onResume()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onDestroy()","url":"com/theoplayer/android/api/THEOplayerView.html#onDestroy()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"isDestroyed()","url":"com/theoplayer/android/api/THEOplayerView.html#isDestroyed()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"THEOplayerConfig.Builder()","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#THEOplayerConfig.Builder()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"multiSession(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#multiSession(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"license(String)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#license(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"licenseUrl(String)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#licenseUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"pip(PipConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#pip(com.theoplayer.android.api.pip.PipConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"pipConfiguration(PipConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#pipConfiguration(com.theoplayer.android.api.pip.PipConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"network(NetworkConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#network(com.theoplayer.android.api.player.NetworkConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"networkConfiguration(NetworkConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#networkConfiguration(com.theoplayer.android.api.player.NetworkConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"theoLive(THEOLiveConfig)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#theoLive(com.theoplayer.android.api.theolive.THEOLiveConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"theoLiveConfiguration(THEOLiveConfig)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#theoLiveConfiguration(com.theoplayer.android.api.theolive.THEOLiveConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"integrationConfiguration(IntegrationType, Object)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#integrationConfiguration(com.theoplayer.android.api.IntegrationType,java.lang.Object)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"autoIntegrations(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#autoIntegrations(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"tunnelingEnabled(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#tunnelingEnabled(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"useSystemCaptionStyle(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#useSystemCaptionStyle(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"cmcd(CMCDConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#cmcd(com.theoplayer.android.api.cmcd.CMCDConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"hlsDateRange(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#hlsDateRange(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"build()","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#build()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"useSystemCaptionStyle()","url":"com/theoplayer/android/api/THEOplayerConfig.html#useSystemCaptionStyle()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isMultiSession()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isMultiSession()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getLicense()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getLicense()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getLicenseUrl()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getPip()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getPip()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getPipConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getPipConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getNetwork()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getNetwork()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getNetworkConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getNetworkConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getTheoLive()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getTheoLive()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getTHEOLiveConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getTHEOLiveConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isAutoIntegrations()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isAutoIntegrations()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isTunnelingEnabled()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isTunnelingEnabled()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getUseSystemCaptionStyle()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getUseSystemCaptionStyle()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getCmcd()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getCmcd()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getHlsDateRange()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getHlsDateRange()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isHlsDateRange()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isHlsDateRange()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"values()","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#values()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"valueOf(String)","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegrationFactory","l":"build(DRMConfiguration)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegrationFactory.html#build(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"Request(String)","url":"com/theoplayer/android/api/contentprotection/Request.html#Request(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getUrl()","url":"com/theoplayer/android/api/contentprotection/Request.html#getUrl()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setUrl(String)","url":"com/theoplayer/android/api/contentprotection/Request.html#setUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getMethod()","url":"com/theoplayer/android/api/contentprotection/Request.html#getMethod()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setMethod(RequestMethod)","url":"com/theoplayer/android/api/contentprotection/Request.html#setMethod(com.theoplayer.android.api.contentprotection.RequestMethod)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getHeaders()","url":"com/theoplayer/android/api/contentprotection/Request.html#getHeaders()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setHeaders(Map)","url":"com/theoplayer/android/api/contentprotection/Request.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getBody()","url":"com/theoplayer/android/api/contentprotection/Request.html#getBody()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setBody(Array)","url":"com/theoplayer/android/api/contentprotection/Request.html#setBody(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateResponseCallback","l":"respond(Array)","url":"com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html#respond(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateResponseCallback","l":"error(Throwable)","url":"com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"values()","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#values()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"valueOf(String)","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"ContentProtectionIntegration()","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#ContentProtectionIntegration()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onCertificateRequest(Request, CertificateRequestCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onCertificateRequest(com.theoplayer.android.api.contentprotection.Request,com.theoplayer.android.api.contentprotection.CertificateRequestCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onCertificateResponse(Response, CertificateResponseCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onCertificateResponse(com.theoplayer.android.api.contentprotection.Response,com.theoplayer.android.api.contentprotection.CertificateResponseCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onLicenseRequest(Request, LicenseRequestCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onLicenseRequest(com.theoplayer.android.api.contentprotection.Request,com.theoplayer.android.api.contentprotection.LicenseRequestCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onLicenseResponse(Response, LicenseResponseCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onLicenseResponse(com.theoplayer.android.api.contentprotection.Response,com.theoplayer.android.api.contentprotection.LicenseResponseCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getRequest()","url":"com/theoplayer/android/api/contentprotection/Response.html#getRequest()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getUrl()","url":"com/theoplayer/android/api/contentprotection/Response.html#getUrl()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getStatus()","url":"com/theoplayer/android/api/contentprotection/Response.html#getStatus()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getStatusText()","url":"com/theoplayer/android/api/contentprotection/Response.html#getStatusText()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getHeaders()","url":"com/theoplayer/android/api/contentprotection/Response.html#getHeaders()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getBody()","url":"com/theoplayer/android/api/contentprotection/Response.html#getBody()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateRequestCallback","l":"request(Request)","url":"com/theoplayer/android/api/contentprotection/CertificateRequestCallback.html#request(com.theoplayer.android.api.contentprotection.Request)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseResponseCallback","l":"respond(Array)","url":"com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html#respond(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseResponseCallback","l":"error(Throwable)","url":"com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseRequestCallback","l":"request(Request)","url":"com/theoplayer/android/api/contentprotection/LicenseRequestCallback.html#request(com.theoplayer.android.api.contentprotection.Request)"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"enterPiP(PiPType)","url":"com/theoplayer/android/api/pip/PiPManager.html#enterPiP(com.theoplayer.android.api.pip.PiPType)"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"exitPiP()","url":"com/theoplayer/android/api/pip/PiPManager.html#exitPiP()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"isInPiP()","url":"com/theoplayer/android/api/pip/PiPManager.html#isInPiP()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"values()","url":"com/theoplayer/android/api/pip/PiPType.html#values()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"valueOf(String)","url":"com/theoplayer/android/api/pip/PiPType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.pip","c":"PipConfiguration.Builder","l":"PipConfiguration.Builder()","url":"com/theoplayer/android/api/pip/PipConfiguration.Builder.html#PipConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.pip","c":"PipConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/pip/PipConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"fromId(int)","url":"com/theoplayer/android/api/error/ErrorCategory.html#fromId(int)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"fromCode(ErrorCode)","url":"com/theoplayer/android/api/error/ErrorCategory.html#fromCode(com.theoplayer.android.api.error.ErrorCode)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"values()","url":"com/theoplayer/android/api/error/ErrorCategory.html#values()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"valueOf(String)","url":"com/theoplayer/android/api/error/ErrorCategory.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"getId()","url":"com/theoplayer/android/api/error/ErrorCategory.html#getId()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"getCategory()","url":"com/theoplayer/android/api/error/ErrorCode.html#getCategory()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"fromId(int)","url":"com/theoplayer/android/api/error/ErrorCode.html#fromId(int)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"values()","url":"com/theoplayer/android/api/error/ErrorCode.html#values()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"valueOf(String)","url":"com/theoplayer/android/api/error/ErrorCode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"getId()","url":"com/theoplayer/android/api/error/ErrorCode.html#getId()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"ContentProtectionException(ErrorCode, String, String, Integer, String, String, Integer)","url":"com/theoplayer/android/api/error/ContentProtectionException.html#ContentProtectionException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"ContentProtectionException(ErrorCode, String, Throwable, String, Integer, String, String, Integer)","url":"com/theoplayer/android/api/error/ContentProtectionException.html#ContentProtectionException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getUrl()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getUrl()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getStatus()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getStatus()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getStatusText()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getStatusText()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getResponse()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getResponse()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getSystemCode()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getSystemCode()"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"THEOplayerException(ErrorCode, String, Throwable)","url":"com/theoplayer/android/api/error/THEOplayerException.html#THEOplayerException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"THEOplayerException(ErrorCode, String)","url":"com/theoplayer/android/api/error/THEOplayerException.html#THEOplayerException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"getCategory()","url":"com/theoplayer/android/api/error/THEOplayerException.html#getCategory()"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"getCode()","url":"com/theoplayer/android/api/error/THEOplayerException.html#getCode()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getBufferedSegments()","url":"com/theoplayer/android/api/metrics/Metrics.html#getBufferedSegments()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getCorruptedVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getCorruptedVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getCurrentBandwidthEstimate()","url":"com/theoplayer/android/api/metrics/Metrics.html#getCurrentBandwidthEstimate()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getDroppedVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getDroppedVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getTotalVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getTotalVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getTotalBytesLoaded()","url":"com/theoplayer/android/api/metrics/Metrics.html#getTotalBytesLoaded()"}, {"p":"com.theoplayer.android.api.metrics","c":"BufferedSegments","l":"getAmountOfBufferedAudioSegments()","url":"com/theoplayer/android/api/metrics/BufferedSegments.html#getAmountOfBufferedAudioSegments()"}, {"p":"com.theoplayer.android.api.metrics","c":"BufferedSegments","l":"getAmountOfBufferedVideoSegments()","url":"com/theoplayer/android/api/metrics/BufferedSegments.html#getAmountOfBufferedVideoSegments()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"GlobalChromecast","l":"startSession()","url":"com/theoplayer/android/api/cast/chromecast/GlobalChromecast.html#startSession()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"GlobalChromecast","l":"stopSession()","url":"com/theoplayer/android/api/cast/chromecast/GlobalChromecast.html#stopSession()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"isCasting()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getError()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getError()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getReceiverName()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getReceiverName()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getState()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getState()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"start()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#start()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"join()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#join()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"leave()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#leave()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"stop()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#stop()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"setConnectionCallback(ChromecastConnectionCallback)","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#setConnectionCallback(com.theoplayer.android.api.cast.chromecast.ChromecastConnectionCallback)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"values()","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#values()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"DefaultCastOptionsProvider()","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#DefaultCastOptionsProvider()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"getCastOptions(Context)","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#getCastOptions(android.content.Context)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"getAdditionalSessionProviders(Context)","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#getAdditionalSessionProviders(android.content.Context)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"CastError(ErrorCode, String)","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#CastError(com.theoplayer.android.api.cast.chromecast.ErrorCode,java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"getErrorCode()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#getErrorCode()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"getDescription()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#getDescription()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"toString()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#toString()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"values()","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#values()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStartAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStartAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStart(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStart(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStopAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStopAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStop(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStop(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onJoinAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onJoinAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onJoin(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onJoin(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onLeaveAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onLeaveAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onLeave(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onLeave(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getStatus()","url":"com/theoplayer/android/api/cache/CachingTask.html#getStatus()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getSource()","url":"com/theoplayer/android/api/cache/CachingTask.html#getSource()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getParameters()","url":"com/theoplayer/android/api/cache/CachingTask.html#getParameters()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getDuration()","url":"com/theoplayer/android/api/cache/CachingTask.html#getDuration()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getBytes()","url":"com/theoplayer/android/api/cache/CachingTask.html#getBytes()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getBytesCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getBytesCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getSecondsCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getSecondsCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getPercentageCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getPercentageCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getStatusNotificationId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getStatusNotificationId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getProgressNotificationId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getProgressNotificationId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"license()","url":"com/theoplayer/android/api/cache/CachingTask.html#license()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"start()","url":"com/theoplayer/android/api/cache/CachingTask.html#start()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"pause()","url":"com/theoplayer/android/api/cache/CachingTask.html#pause()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"remove()","url":"com/theoplayer/android/api/cache/CachingTask.html#remove()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getError()","url":"com/theoplayer/android/api/cache/CachingTask.html#getError()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"CachingPreferredTrackSelection.Builder()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#CachingPreferredTrackSelection.Builder()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"audioTrackSelection(Array)","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#audioTrackSelection(kotlin.Array)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"textTrackSelection(Array)","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#textTrackSelection(kotlin.Array)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"build()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"getAudioTrackSelection()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#getAudioTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"getTextTrackSelection()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#getTextTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"toString()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#toString()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"values()","url":"com/theoplayer/android/api/cache/CacheStatus.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CacheStatus.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getDuration()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getDuration()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getBytes()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getBytes()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getBytesCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getBytesCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getSecondsCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getSecondsCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getPercentageCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getPercentageCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskList","l":"getTaskById(String)","url":"com/theoplayer/android/api/cache/CachingTaskList.html#getTaskById(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskLicense","l":"renew()","url":"com/theoplayer/android/api/cache/CachingTaskLicense.html#renew()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskLicense","l":"renew(DRMConfiguration)","url":"com/theoplayer/android/api/cache/CachingTaskLicense.html#renew(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getStatus()","url":"com/theoplayer/android/api/cache/Cache.html#getStatus()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getTasks()","url":"com/theoplayer/android/api/cache/Cache.html#getTasks()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"createTask(SourceDescription, CachingParameters)","url":"com/theoplayer/android/api/cache/Cache.html#createTask(com.theoplayer.android.api.source.SourceDescription,com.theoplayer.android.api.cache.CachingParameters)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"setNotificationBuilder(CacheNotificationsBuilder)","url":"com/theoplayer/android/api/cache/Cache.html#setNotificationBuilder(com.theoplayer.android.api.cache.CacheNotificationsBuilder)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getNotificationBuilder()","url":"com/theoplayer/android/api/cache/Cache.html#getNotificationBuilder()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getNetwork()","url":"com/theoplayer/android/api/cache/Cache.html#getNetwork()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"values()","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"CachingParameters.Builder()","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#CachingParameters.Builder()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"amount(String)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#amount(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"expirationDate(Date)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#expirationDate(java.util.Date)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"bandwidth(Long)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#bandwidth(java.lang.Long)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"preferredTrackSelection(CachingPreferredTrackSelection)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#preferredTrackSelection(com.theoplayer.android.api.cache.CachingPreferredTrackSelection)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"storageType(CacheStorageType)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#storageType(com.theoplayer.android.api.cache.CacheStorageType)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"build()","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getAmount()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getAmount()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getExpirationDate()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getExpirationDate()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getBandwidth()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getPreferredTrackSelection()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getPreferredTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getStorageType()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getStorageType()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createProgressNotificationBuilder(CachingTask, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createProgressNotificationBuilder(com.theoplayer.android.api.cache.CachingTask,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createStatusNotificationBuilder(CachingTask, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createStatusNotificationBuilder(com.theoplayer.android.api.cache.CachingTask,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createNotificationChannel(NotificationChannelCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createNotificationChannel(androidx.core.app.NotificationChannelCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createSummaryNotificationBuilder(Integer, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createSummaryNotificationBuilder(java.lang.Integer,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CacheStorageType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"values()","url":"com/theoplayer/android/api/cache/CacheStorageType.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"getEntries()","url":"com/theoplayer/android/api/cache/CacheStorageType.html#getEntries()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"CachingTaskError(ErrorCode, String, Throwable)","url":"com/theoplayer/android/api/cache/CachingTaskError.html#CachingTaskError(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"CachingTaskError(ErrorCode, String)","url":"com/theoplayer/android/api/cache/CachingTaskError.html#CachingTaskError(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"getErrorCode()","url":"com/theoplayer/android/api/cache/CachingTaskError.html#getErrorCode()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"getDescription()","url":"com/theoplayer/android/api/cache/CachingTaskError.html#getDescription()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getCurrentSource()","url":"com/theoplayer/android/api/player/Player.html#getCurrentSource()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"addIntegration(Integration)","url":"com/theoplayer/android/api/player/Player.html#addIntegration(com.theoplayer.android.api.Integration)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"removeIntegration(Integration)","url":"com/theoplayer/android/api/player/Player.html#removeIntegration(com.theoplayer.android.api.Integration)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTheoLive()","url":"com/theoplayer/android/api/player/Player.html#getTheoLive()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAds()","url":"com/theoplayer/android/api/player/Player.html#getAds()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAbr()","url":"com/theoplayer/android/api/player/Player.html#getAbr()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoTracks()","url":"com/theoplayer/android/api/player/Player.html#getVideoTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAudioTracks()","url":"com/theoplayer/android/api/player/Player.html#getAudioTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTextTracks()","url":"com/theoplayer/android/api/player/Player.html#getTextTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getDuration()","url":"com/theoplayer/android/api/player/Player.html#getDuration()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isAutoplay()","url":"com/theoplayer/android/api/player/Player.html#isAutoplay()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setAutoplay(boolean)","url":"com/theoplayer/android/api/player/Player.html#setAutoplay(boolean)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVolume()","url":"com/theoplayer/android/api/player/Player.html#getVolume()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setVolume(double)","url":"com/theoplayer/android/api/player/Player.html#setVolume(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPreload()","url":"com/theoplayer/android/api/player/Player.html#getPreload()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPreload(PreloadType)","url":"com/theoplayer/android/api/player/Player.html#setPreload(com.theoplayer.android.api.player.PreloadType)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isMuted()","url":"com/theoplayer/android/api/player/Player.html#isMuted()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setMuted(boolean)","url":"com/theoplayer/android/api/player/Player.html#setMuted(boolean)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isSeeking()","url":"com/theoplayer/android/api/player/Player.html#isSeeking()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSource()","url":"com/theoplayer/android/api/player/Player.html#getSource()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setSource(SourceDescription)","url":"com/theoplayer/android/api/player/Player.html#setSource(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSrc()","url":"com/theoplayer/android/api/player/Player.html#getSrc()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setSrc(String)","url":"com/theoplayer/android/api/player/Player.html#setSrc(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isPaused()","url":"com/theoplayer/android/api/player/Player.html#isPaused()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isEnded()","url":"com/theoplayer/android/api/player/Player.html#isEnded()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"play()","url":"com/theoplayer/android/api/player/Player.html#play()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"pause()","url":"com/theoplayer/android/api/player/Player.html#pause()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"stop()","url":"com/theoplayer/android/api/player/Player.html#stop()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getReadyState()","url":"com/theoplayer/android/api/player/Player.html#getReadyState()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getBuffered()","url":"com/theoplayer/android/api/player/Player.html#getBuffered()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getCurrentTime()","url":"com/theoplayer/android/api/player/Player.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCurrentTime(double)","url":"com/theoplayer/android/api/player/Player.html#setCurrentTime(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getMetrics()","url":"com/theoplayer/android/api/player/Player.html#getMetrics()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getError()","url":"com/theoplayer/android/api/player/Player.html#getError()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPlaybackRate()","url":"com/theoplayer/android/api/player/Player.html#getPlaybackRate()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPlaybackRate(double)","url":"com/theoplayer/android/api/player/Player.html#setPlaybackRate(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPlayed()","url":"com/theoplayer/android/api/player/Player.html#getPlayed()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSeekable()","url":"com/theoplayer/android/api/player/Player.html#getSeekable()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getCurrentProgramDateTime()","url":"com/theoplayer/android/api/player/Player.html#getCurrentProgramDateTime()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCurrentProgramDateTime(Date)","url":"com/theoplayer/android/api/player/Player.html#setCurrentProgramDateTime(java.util.Date)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoHeight()","url":"com/theoplayer/android/api/player/Player.html#getVideoHeight()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoWidth()","url":"com/theoplayer/android/api/player/Player.html#getVideoWidth()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getHespApi()","url":"com/theoplayer/android/api/player/Player.html#getHespApi()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setAspectRatio(AspectRatio)","url":"com/theoplayer/android/api/player/Player.html#setAspectRatio(com.theoplayer.android.api.player.AspectRatio)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setRenderingTarget(RenderingTarget)","url":"com/theoplayer/android/api/player/Player.html#setRenderingTarget(com.theoplayer.android.api.player.RenderingTarget)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCustomSurface(Surface, int, int)","url":"com/theoplayer/android/api/player/Player.html#setCustomSurface(android.view.Surface,int,int)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTextTrackStyle()","url":"com/theoplayer/android/api/player/Player.html#getTextTrackStyle()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getNetwork()","url":"com/theoplayer/android/api/player/Player.html#getNetwork()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getLatencyManager()","url":"com/theoplayer/android/api/player/Player.html#getLatencyManager()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPoster()","url":"com/theoplayer/android/api/player/Player.html#getPoster()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPoster(String)","url":"com/theoplayer/android/api/player/Player.html#setPoster(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"values()","url":"com/theoplayer/android/api/player/AspectRatio.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"valueOf(String)","url":"com/theoplayer/android/api/player/AspectRatio.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"from(int)","url":"com/theoplayer/android/api/player/ReadyState.html#from(int)"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"values()","url":"com/theoplayer/android/api/player/ReadyState.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"valueOf(String)","url":"com/theoplayer/android/api/player/ReadyState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"values()","url":"com/theoplayer/android/api/player/PreloadType.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/PreloadType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"getType()","url":"com/theoplayer/android/api/player/PreloadType.html#getType()"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"values()","url":"com/theoplayer/android/api/player/PresentationMode.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"valueOf(String)","url":"com/theoplayer/android/api/player/PresentationMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"getMode()","url":"com/theoplayer/android/api/player/PresentationMode.html#getMode()"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"values()","url":"com/theoplayer/android/api/player/RenderingTarget.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"valueOf(String)","url":"com/theoplayer/android/api/player/RenderingTarget.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"NetworkConfiguration.Builder()","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#NetworkConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"maxRetries(Integer)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#maxRetries(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"minimumBackOff(Long)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#minimumBackOff(java.lang.Long)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"maximumBackOff(Long)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#maximumBackOff(java.lang.Long)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"useHttpEngine(Boolean)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#useHttpEngine(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMaxRetries()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMaxRetries()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMinimumBackOff()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMinimumBackOff()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMaximumBackOff()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMaximumBackOff()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getUseHttpEngine()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getUseHttpEngine()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"buildUpon()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#buildUpon()"}, {"p":"com.theoplayer.android.api.player.track","c":"TrackList","l":"length()","url":"com/theoplayer/android/api/player/track/TrackList.html#length()"}, {"p":"com.theoplayer.android.api.player.track","c":"TrackList","l":"getItem(int)","url":"com/theoplayer/android/api/player/track/TrackList.html#getItem(int)"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getKind()","url":"com/theoplayer/android/api/player/track/Track.html#getKind()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getId()","url":"com/theoplayer/android/api/player/track/Track.html#getId()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getUid()","url":"com/theoplayer/android/api/player/track/Track.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getLabel()","url":"com/theoplayer/android/api/player/track/Track.html#getLabel()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getLanguage()","url":"com/theoplayer/android/api/player/track/Track.html#getLanguage()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getBandwidth()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getCodecs()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getCodecs()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getId()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getUid()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getName()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getName()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"AudioQuality","l":"getAudioSamplingRate()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/AudioQuality.html#getAudioSamplingRate()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getHeight()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getHeight()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getWidth()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getWidth()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getFrameRate()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getFrameRate()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getFirstFrame()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getFirstFrame()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getActiveQuality()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getActiveQuality()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getQualities()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getQualities()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getTargetQuality()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getTargetQuality()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getTargetQualities()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getTargetQualities()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setTargetQuality(Q)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setTargetQuality(Q)"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setTargetQualities(List)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setTargetQualities(java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"isEnabled()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#isEnabled()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setEnabled(boolean)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setEnabled(boolean)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"from(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#from(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFontColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFontColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setBackgroundColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setBackgroundColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getBackgroundColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getBackgroundColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setWindowColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setWindowColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getWindowColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getWindowColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setEdgeColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setEdgeColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getEdgeColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getEdgeColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setEdgeType(TextTrackStyle.EdgeType)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setEdgeType(com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.EdgeType)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getEdgeType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getEdgeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(Typeface)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(android.graphics.Typeface)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(TextTrackStyle.FontFamily, TextTrackStyle.FontStyle)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontFamily,com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontStyle)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(String, TextTrackStyle.FontStyle)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontStyle)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFont()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFont()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontStyle()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontStyle()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontFamily()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontFamily()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontFile()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontFile()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFontSize(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFontSize(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontSize()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontSize()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginLeft(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginLeft(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginRight(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginRight(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginTop(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginTop(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginBottom(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginBottom(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginLeft()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginLeft()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginRight()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginRight()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginTop()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginTop()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginBottom()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginBottom()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"reset()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#reset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"from(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"toString()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#toString()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"getMode()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#getMode()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getKind()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getKind()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getInBandMetadataTrackDispatchType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getInBandMetadataTrackDispatchType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getMode()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getMode()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"setMode(TextTrackMode)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#setMode(com.theoplayer.android.api.player.track.texttrack.TextTrackMode)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getReadyState()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getReadyState()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getCues()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getCues()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getActiveCues()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getActiveCues()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getSource()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getSource()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"isForced()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#isForced()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getCaptionChannel()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getCaptionChannel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"getEntries()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType.Companion","l":"from(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"toString()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#toString()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"getEntries()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Cue","l":"getFrame()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Cue.html#getFrame()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"ID3Frame.Unknown(String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#ID3Frame.Unknown(java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"ID3Frame.AttachedPicture(String, String, Byte, String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#ID3Frame.AttachedPicture(java.lang.String,java.lang.String,java.lang.Byte,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getUrl()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getMimeType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getMimeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getPictureType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getPictureType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"ID3Frame.Comments(String, String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#ID3Frame.Comments(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getLanguage()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getLanguage()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"ID3Frame.Chapter(String, Integer, Integer, Long, Long, List)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#ID3Frame.Chapter(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Long,java.lang.Long,java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getElementId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getElementId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getStartTimeMs()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getStartTimeMs()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getEndTimeMs()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getEndTimeMs()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getStartOffset()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getStartOffset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getEndOffset()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getEndOffset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getSubFrames()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getSubFrames()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"ID3Frame.ChapterToc(String, Boolean, Boolean, List, List)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#ID3Frame.ChapterToc(java.lang.String,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getElementId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getElementId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isTopLevel()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isTopLevel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isOrdered()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isOrdered()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getChildren()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getChildren()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getSubFrames()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getSubFrames()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"ID3Frame.GeneralEncapsulatedObject(String, String, String, String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#ID3Frame.GeneralEncapsulatedObject(java.lang.String,java.lang.String,java.lang.String,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getMimeType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getMimeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getFileName()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getFileName()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"ID3Frame.Private(String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#ID3Frame.Private(java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"getOwnerIdentifier()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#getOwnerIdentifier()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"ID3Frame.Text(String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#ID3Frame.Text(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"ID3Frame.Url(String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#ID3Frame.Url(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"getUrl()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"ID3Frame.Yospace(String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#ID3Frame.Yospace(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame","l":"getId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getDouble(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getDouble(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getString(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getString(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getBytes(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getBytes(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"asMap()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#asMap()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getAttributeClass()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getAttributeClass()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getStartDate()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getStartDate()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getEndDate()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getEndDate()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getDuration()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getDuration()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getPlannedDuration()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getPlannedDuration()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"isEndOnNext()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#isEndOnNext()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35Cmd()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35Cmd()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35Out()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35Out()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35In()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35In()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getCustomAttributes()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getCustomAttributes()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getId()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getUid()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getStartTime()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getStartTime()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"setStartTime(double)","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#setStartTime(double)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getEndTime()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getEndTime()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"setEndTime(double)","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#setEndTime(double)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getContent()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getContent()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getTrack()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getTrack()"}, {"p":"com.theoplayer.android.api.util","c":"SimpleList","l":"length()","url":"com/theoplayer/android/api/util/SimpleList.html#length()"}, {"p":"com.theoplayer.android.api.util","c":"SimpleList","l":"getItem(int)","url":"com/theoplayer/android/api/util/SimpleList.html#getItem(int)"}, {"p":"com.theoplayer.android.api.util","c":"JavaCallback","l":"onSuccess(T)","url":"com/theoplayer/android/api/util/JavaCallback.html#onSuccess(T)"}, {"p":"com.theoplayer.android.api.util","c":"JavaCallback","l":"onError(Throwable)","url":"com/theoplayer/android/api/util/JavaCallback.html#onError(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"log(Integer, String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#log(java.lang.Integer,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logVerbose(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logVerbose(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logDebug(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logDebug(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logInfo(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logInfo(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logWarning(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logWarning(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logError(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logError(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"enableTags(String)","url":"com/theoplayer/android/api/util/Logger.html#enableTags(java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"enableAllTags()","url":"com/theoplayer/android/api/util/Logger.html#enableAllTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"disableTags(String)","url":"com/theoplayer/android/api/util/Logger.html#disableTags(java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"disableAllTags()","url":"com/theoplayer/android/api/util/Logger.html#disableAllTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"addListener(Logger.Listener)","url":"com/theoplayer/android/api/util/Logger.html#addListener(com.theoplayer.android.api.util.Logger.Listener)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"removeListener(Logger.Listener)","url":"com/theoplayer/android/api/util/Logger.html#removeListener(com.theoplayer.android.api.util.Logger.Listener)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"availableTags()","url":"com/theoplayer/android/api/util/Logger.html#availableTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"isTagEnabled(String)","url":"com/theoplayer/android/api/util/Logger.html#isTagEnabled(java.lang.String)"}, {"p":"com.theoplayer.android.api.event","c":"EventDispatcher","l":"addEventListener(EventType, EventListener)","url":"com/theoplayer/android/api/event/EventDispatcher.html#addEventListener(com.theoplayer.android.api.event.EventType,com.theoplayer.android.api.event.EventListener)"}, {"p":"com.theoplayer.android.api.event","c":"EventDispatcher","l":"removeEventListener(EventType, EventListener)","url":"com/theoplayer/android/api/event/EventDispatcher.html#removeEventListener(com.theoplayer.android.api.event.EventType,com.theoplayer.android.api.event.EventListener)"}, {"p":"com.theoplayer.android.api.event","c":"EventType","l":"getName()","url":"com/theoplayer/android/api/event/EventType.html#getName()"}, {"p":"com.theoplayer.android.api.event","c":"Event","l":"getType()","url":"com/theoplayer/android/api/event/Event.html#getType()"}, {"p":"com.theoplayer.android.api.event","c":"Event","l":"getDate()","url":"com/theoplayer/android/api/event/Event.html#getDate()"}, {"p":"com.theoplayer.android.api.event","c":"EventListener","l":"handleEvent(E)","url":"com/theoplayer/android/api/event/EventListener.html#handleEvent(E)"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"CastErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/chromecast/CastErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"CastStateChangeEvent","l":"getState()","url":"com/theoplayer/android/api/event/chromecast/CastStateChangeEvent.html#getState()"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"ChromecastEventTypes()","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ChromecastEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.tracklist","c":"TrackListEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/tracklist/TrackListEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","c":"QualityEventTypes","l":"QualityEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#QualityEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"VideoTrackEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#VideoTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/mediatrack/video/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"VideoTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#VideoTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"QualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/QualityChangedEvent.html#getQuality()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"AudioTrackEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#AudioTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"AudioTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#AudioTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","c":"AbstractTargetQualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html#getQuality()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","c":"AbstractTargetQualityChangedEvent","l":"getQualities()","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html#getQualities()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"RemoveCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"RemoveCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"UpdateCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"UpdateCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"EnterCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"EnterCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"CueChangeEvent","l":"getTextTrack()","url":"com/theoplayer/android/api/event/track/texttrack/CueChangeEvent.html#getTextTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"TextTrackEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#TextTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"AddCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"AddCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ExitCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ExitCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"TextTrackCueEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#TextTrackCueEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"TextTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#TextTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskProgressEvent","l":"getProgress()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskProgressEvent.html#getProgress()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskStateChangeEvent.html#getStatus()"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/CacheStateChangeEvent.html#getStatus()"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"CacheEventTypes(String)","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#CacheEventTypes(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEvent","l":"getTask()","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEvent.html#getTask()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getInitData()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getInitData()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getInitDataType()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getInitDataType()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getSegmentStartTime()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getSegmentStartTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getError()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getRetryCount()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getRetryCount()"}, {"p":"com.theoplayer.android.api.event.player","c":"TimeUpdateEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"TimeUpdateEvent","l":"getCurrentProgramDateTime()","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html#getCurrentProgramDateTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"EndedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/EndedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ContentProtectionErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ContentProtectionErrorEvent.html#getErrorObject()"}, {"p":"com.theoplayer.android.api.event.player","c":"CanPlayEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ContentProtectionSuccessEvent","l":"getMediaTrackType()","url":"com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html#getMediaTrackType()"}, {"p":"com.theoplayer.android.api.event.player","c":"LoadedMetadataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedMetadataEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"SeekingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"LoadedDataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedDataEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ProgressEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ProgressEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"LicenseRequestGeneratedEvent","l":"getKeySystemId()","url":"com/theoplayer/android/api/event/player/LicenseRequestGeneratedEvent.html#getKeySystemId()"}, {"p":"com.theoplayer.android.api.event.player","c":"SourceChangeEvent","l":"getSource()","url":"com/theoplayer/android/api/event/player/SourceChangeEvent.html#getSource()"}, {"p":"com.theoplayer.android.api.event.player","c":"RateChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"RateChangeEvent","l":"getPlaybackRate()","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html#getPlaybackRate()"}, {"p":"com.theoplayer.android.api.event.player","c":"WaitingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/WaitingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PauseEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PauseEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PresentationModeChange","l":"getPresentationMode()","url":"com/theoplayer/android/api/event/player/PresentationModeChange.html#getPresentationMode()"}, {"p":"com.theoplayer.android.api.event.player","c":"ErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ErrorEvent.html#getErrorObject()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PlayEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PlayingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"DurationChangeEvent","l":"getDuration()","url":"com/theoplayer/android/api/event/player/DurationChangeEvent.html#getDuration()"}, {"p":"com.theoplayer.android.api.event.player","c":"VolumeChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"VolumeChangeEvent","l":"getVolume()","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html#getVolume()"}, {"p":"com.theoplayer.android.api.event.player","c":"ReadyStateChangeEvent","l":"getReadyState()","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html#getReadyState()"}, {"p":"com.theoplayer.android.api.event.player","c":"ReadyStateChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getWidth()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getWidth()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getHeight()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getHeight()"}, {"p":"com.theoplayer.android.api.event.player","c":"SeekedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PlayerEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PlayerEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PlayerEventTypes()","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PlayerEventTypes()"}, {"p":"com.theoplayer.android.api.event.player","c":"CanPlayThroughEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayThroughEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"CurrentSourceChangeEvent","l":"getCurrentSource()","url":"com/theoplayer/android/api/event/player/CurrentSourceChangeEvent.html#getCurrentSource()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"TheoLiveEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#TheoLiveEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"TheoLiveEventTypes()","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#TheoLiveEventTypes()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionLoadStartEvent","l":"getDistributionId()","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html#getDistributionId()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionLoadedEvent","l":"getDistribution()","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadedEvent.html#getDistribution()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionOfflineEvent","l":"getDistributionId()","url":"com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html#getDistributionId()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"EndpointLoadedEvent","l":"getEndpoint()","url":"com/theoplayer/android/api/event/player/theolive/EndpointLoadedEvent.html#getEndpoint()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"IntentToFallbackEvent","l":"getReason()","url":"com/theoplayer/android/api/event/player/theolive/IntentToFallbackEvent.html#getReason()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AdsEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AdsEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AdsEventTypes()","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AdsEventTypes()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdBreakEvent","l":"getAdBreak()","url":"com/theoplayer/android/api/event/ads/AdBreakEvent.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.event.ads","c":"SingleAdEvent","l":"getAd()","url":"com/theoplayer/android/api/event/ads/SingleAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/ads/AdErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"from(String)","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"toString()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#toString()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"values()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#values()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"valueOf(String)","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"getType()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#getType()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"getStart(int)","url":"com/theoplayer/android/api/timerange/TimeRanges.html#getStart(int)"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"getEnd(int)","url":"com/theoplayer/android/api/timerange/TimeRanges.html#getEnd(int)"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"length()","url":"com/theoplayer/android/api/timerange/TimeRanges.html#length()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRange","l":"getStart()","url":"com/theoplayer/android/api/timerange/TimeRange.html#getStart()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRange","l":"getEnd()","url":"com/theoplayer/android/api/timerange/TimeRange.html#getEnd()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"IntentCreationListener","l":"onCreateIntent(Intent)","url":"com/theoplayer/android/api/fullscreen/IntentCreationListener.html#onCreateIntent(android.content.Intent)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FullScreenActivity()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FullScreenActivity()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"getFullScreenVisibilityFlags()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#getFullScreenVisibilityFlags()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"getTHEOplayerView()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#getTHEOplayerView()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenChangeListener","l":"onEnterFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html#onEnterFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenChangeListener","l":"onExitFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html#onExitFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullScreenOrientationCoupled(boolean)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullScreenOrientationCoupled(boolean)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreenOrientationCoupled()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreenOrientationCoupled()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullscreenOrientation(int)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullscreenOrientation(int)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"getFullscreenOrientation()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#getFullscreenOrientation()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"requestFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#requestFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"exitFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#exitFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreenToggleInProgress()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreenToggleInProgress()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullscreenActivity(Class)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullscreenActivity(java.lang.Class)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"getFullscreenActivity()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#getFullscreenActivity()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"addFullScreenChangeListener(FullScreenChangeListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#addFullScreenChangeListener(com.theoplayer.android.api.fullscreen.FullScreenChangeListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"removeFullScreenChangeListener(FullScreenChangeListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#removeFullScreenChangeListener(com.theoplayer.android.api.fullscreen.FullScreenChangeListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"addFullScreenIntentCreationListener(IntentCreationListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#addFullScreenIntentCreationListener(com.theoplayer.android.api.fullscreen.IntentCreationListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"removeFullScreenIntentCreationListener(IntentCreationListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#removeFullScreenIntentCreationListener(com.theoplayer.android.api.fullscreen.IntentCreationListener)"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"values()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#values()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"Omid","l":"addFriendlyObstruction(OmidFriendlyObstruction)","url":"com/theoplayer/android/api/ads/Omid.html#addFriendlyObstruction(com.theoplayer.android.api.ads.OmidFriendlyObstruction)"}, {"p":"com.theoplayer.android.api.ads","c":"Omid","l":"removeAllFriendlyObstructions()","url":"com/theoplayer/android/api/ads/Omid.html#removeAllFriendlyObstructions()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getAds()","url":"com/theoplayer/android/api/ads/AdBreak.html#getAds()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getMaxRemainingDuration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getMaxRemainingDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdBreak.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getIntegration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getId()","url":"com/theoplayer/android/api/ads/AdBreak.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getIdAsString()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getIdAsString()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"isPlaying()","url":"com/theoplayer/android/api/ads/Ads.html#isPlaying()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getCurrentAds()","url":"com/theoplayer/android/api/ads/Ads.html#getCurrentAds()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getCurrentAdBreak()","url":"com/theoplayer/android/api/ads/Ads.html#getCurrentAdBreak()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getScheduledAds()","url":"com/theoplayer/android/api/ads/Ads.html#getScheduledAds()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"schedule(AdDescription)","url":"com/theoplayer/android/api/ads/Ads.html#schedule(com.theoplayer.android.api.source.addescription.AdDescription)"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"skip()","url":"com/theoplayer/android/api/ads/Ads.html#skip()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getOmid()","url":"com/theoplayer/android/api/ads/Ads.html#getOmid()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"registerServerSideIntegration(String, ServerSideAdIntegrationFactory)","url":"com/theoplayer/android/api/ads/Ads.html#registerServerSideIntegration(java.lang.String,com.theoplayer.android.api.ads.ServerSideAdIntegrationFactory)"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getId()","url":"com/theoplayer/android/api/ads/Ad.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCompanions()","url":"com/theoplayer/android/api/ads/Ad.html#getCompanions()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getType()","url":"com/theoplayer/android/api/ads/Ad.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getAdBreak()","url":"com/theoplayer/android/api/ads/Ad.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/Ad.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getIntegration()","url":"com/theoplayer/android/api/ads/Ad.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/Ad.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCustomData()","url":"com/theoplayer/android/api/ads/Ad.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"NonLinearAd","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/NonLinearAd.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"NonLinearAd","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/NonLinearAd.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/LinearAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getDurationAsDouble()","url":"com/theoplayer/android/api/ads/LinearAd.html#getDurationAsDouble()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/LinearAd.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getAdSlotId()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getAdSlotId()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getAltText()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getAltText()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getHeight()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getWidth()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getType()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"UniversalAdId","l":"getUniversalAdIdRegistry()","url":"com/theoplayer/android/api/ads/UniversalAdId.html#getUniversalAdIdRegistry()"}, {"p":"com.theoplayer.android.api.ads","c":"UniversalAdId","l":"getUniversalAdIdValue()","url":"com/theoplayer/android/api/ads/UniversalAdId.html#getUniversalAdIdValue()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"OmidFriendlyObstruction(View, OmidFriendlyObstructionPurpose, String)","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#OmidFriendlyObstruction(android.view.View,com.theoplayer.android.api.ads.OmidFriendlyObstructionPurpose,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getView()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getView()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getPurpose()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getPurpose()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getReasonString()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getReasonString()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"MediaFile.Builder()","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#MediaFile.Builder()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"resourceURI(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#resourceURI(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"type(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#type(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"delivery(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#delivery(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"width(Integer)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#width(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"height(Integer)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#height(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"build()","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#build()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getDelivery()","url":"com/theoplayer/android/api/ads/MediaFile.html#getDelivery()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/MediaFile.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getType()","url":"com/theoplayer/android/api/ads/MediaFile.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getHeight()","url":"com/theoplayer/android/api/ads/MediaFile.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getWidth()","url":"com/theoplayer/android/api/ads/MediaFile.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"setSource(SourceDescription)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#setSource(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"skipAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#skipAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"resetSource()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#resetSource()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"destroy()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#destroy()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"createAd(AdInit, AdBreak)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#createAd(com.theoplayer.android.api.ads.AdInit,com.theoplayer.android.api.ads.AdBreak)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAd(Ad, AdInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAd(com.theoplayer.android.api.ads.Ad,com.theoplayer.android.api.ads.AdInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAdProgress(Ad, Double)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAdProgress(com.theoplayer.android.api.ads.Ad,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"beginAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#beginAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"endAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#endAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"skipAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#skipAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"createAdBreak(AdBreakInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#createAdBreak(com.theoplayer.android.api.ads.AdBreakInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAdBreak(AdBreak, AdBreakInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAdBreak(com.theoplayer.android.api.ads.AdBreak,com.theoplayer.android.api.ads.AdBreakInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAdBreak(AdBreak)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAdBreak(com.theoplayer.android.api.ads.AdBreak)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAllAds()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAllAds()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"error(Throwable)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"fatalError(Throwable, ErrorCode)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#fatalError(java.lang.Throwable,com.theoplayer.android.api.error.ErrorCode)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getIntegration()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getAds()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getAds()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getAdBreaks()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getAdBreaks()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String, List, Object)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String, List)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit()","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getType()","url":"com/theoplayer/android/api/ads/AdInit.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setType(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setType(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdInit.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setTimeOffset(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setTimeOffset(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/AdInit.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setSkipOffset(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setSkipOffset(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getId()","url":"com/theoplayer/android/api/ads/AdInit.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setId(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setId(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getDuration()","url":"com/theoplayer/android/api/ads/AdInit.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setDuration(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setDuration(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/AdInit.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setClickThrough(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setClickThrough(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/AdInit.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setResourceURI(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setResourceURI(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/AdInit.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setMediaFiles(List)","url":"com/theoplayer/android/api/ads/AdInit.html#setMediaFiles(java.util.List)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdInit.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setCustomData(Object)","url":"com/theoplayer/android/api/ads/AdInit.html#setCustomData(java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String, Integer, Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String, Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getId()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"setCustomData(Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#setCustomData(java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationFactory","l":"build(ServerSideAdIntegrationController)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationFactory.html#build(com.theoplayer.android.api.ads.ServerSideAdIntegrationController)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"LatencyConfiguration.Builder()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#LatencyConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMinimumOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMinimumOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMaximumOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMaximumOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setTargetOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setTargetOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setForceSeekOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setForceSeekOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMinimumPlaybackRate(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMinimumPlaybackRate(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMaximumPlaybackRate(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMaximumPlaybackRate(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"LatencyConfiguration(Double, Double, Double, Double, Double, Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#LatencyConfiguration(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getTargetOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getTargetOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMinimumOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMinimumOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMaximumOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMaximumOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getForceSeekOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getForceSeekOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMinimumPlaybackRate()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMinimumPlaybackRate()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMaximumPlaybackRate()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMaximumPlaybackRate()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"buildUpon()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#buildUpon()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"isEnabled()","url":"com/theoplayer/android/api/latency/LatencyManager.html#isEnabled()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"setEnabled(Boolean)","url":"com/theoplayer/android/api/latency/LatencyManager.html#setEnabled(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"isMonitoringLivePlayback()","url":"com/theoplayer/android/api/latency/LatencyManager.html#isMonitoringLivePlayback()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"getCurrentLatency()","url":"com/theoplayer/android/api/latency/LatencyManager.html#getCurrentLatency()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"getCurrentLatencyConfiguration()","url":"com/theoplayer/android/api/latency/LatencyManager.html#getCurrentLatencyConfiguration()"}, {"p":"com.theoplayer.android.api.network","c":"Network","l":"addHTTPInterceptor(HTTPInterceptor)","url":"com/theoplayer/android/api/network/Network.html#addHTTPInterceptor(com.theoplayer.android.api.network.http.HTTPInterceptor)"}, {"p":"com.theoplayer.android.api.network","c":"Network","l":"removeHTTPInterceptor(HTTPInterceptor)","url":"com/theoplayer/android/api/network/Network.html#removeHTTPInterceptor(com.theoplayer.android.api.network.http.HTTPInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPInterceptor","l":"onRequest(InterceptableHTTPRequest)","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html#onRequest(com.theoplayer.android.api.network.http.InterceptableHTTPRequest)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPInterceptor","l":"onResponse(InterceptableHTTPResponse)","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html#onResponse(com.theoplayer.android.api.network.http.InterceptableHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getMethod()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getMethod()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getUrl()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getBody()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getSubType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getSubType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getMediaType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getMediaType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getResponseType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getResponseType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getConnectTimeout()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getConnectTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getReadTimeout()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getReadTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"respondWith(CompleteHTTPResponse)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#respondWith(com.theoplayer.android.api.network.http.CompleteHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getMethod()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getMethod()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setMethod(String)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setMethod(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getUrl()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setUrl(URL)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setUrl(java.net.URL)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setHeaders(Map)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getBody()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setBody(ByteArray)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getConnectTimeout()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getConnectTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setConnectTimeout(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setConnectTimeout(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getReadTimeout()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getReadTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setReadTimeout(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setReadTimeout(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"ChunkInterceptor","l":"onChunk(ByteArray)","url":"com/theoplayer/android/api/network/http/ChunkInterceptor.html#onChunk(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"BodyInterceptor","l":"onBody(ByteArray)","url":"com/theoplayer/android/api/network/http/BodyInterceptor.html#onBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getRequest()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getRequest()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"CompleteHTTPResponse(HTTPRequest, URL, Map, Integer, String, ByteArray)","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#CompleteHTTPResponse(com.theoplayer.android.api.network.http.HTTPRequest,java.net.URL,java.util.Map,java.lang.Integer,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getRequest()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getRequest()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getBody()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"onChunk(ChunkInterceptor)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#onChunk(com.theoplayer.android.api.network.http.ChunkInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"onBody(BodyInterceptor)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#onBody(com.theoplayer.android.api.network.http.BodyInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setUrl(URL)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setUrl(java.net.URL)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setHeaders(Map)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setStatus(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setStatus(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setStatusText(String)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setStatusText(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onRequestAsync(InterceptableHTTPRequest, JavaCallback)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onRequestAsync(com.theoplayer.android.api.network.http.InterceptableHTTPRequest,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onResponseAsync(InterceptableHTTPResponse, JavaCallback)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onResponseAsync(com.theoplayer.android.api.network.http.InterceptableHTTPResponse,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onRequest(InterceptableHTTPRequest)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onRequest(com.theoplayer.android.api.network.http.InterceptableHTTPRequest)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onResponse(InterceptableHTTPResponse)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onResponse(com.theoplayer.android.api.network.http.InterceptableHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaChunkInterceptor","l":"onChunkAsync(ByteArray, JavaCallback)","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html#onChunkAsync(kotlin.ByteArray,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaChunkInterceptor","l":"onChunk(ByteArray)","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html#onChunk(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaBodyInterceptor","l":"onBodyAsync(ByteArray, JavaCallback)","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html#onBodyAsync(kotlin.ByteArray,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaBodyInterceptor","l":"onBody(ByteArray)","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html#onBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestSubType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestSubType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestSubType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/ResponseType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"values()","url":"com/theoplayer/android/api/network/http/ResponseType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/ResponseType.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getId()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getId()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getName()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getName()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getUrl()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"getId()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#getId()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"getBandwidth()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"isBadNetworkOnly()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#isBadNetworkOnly()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"goLive()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#goLive()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"switchToHesp()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#switchToHesp()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"getAuthToken()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"setAuthToken(String)","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#setAuthToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/AdIntegration.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"valueOf(String)","url":"com/theoplayer/android/api/source/AdIntegration.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"values()","url":"com/theoplayer/android/api/source/AdIntegration.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"getAdIntegration()","url":"com/theoplayer/android/api/source/AdIntegration.html#getAdIntegration()"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"getEntries()","url":"com/theoplayer/android/api/source/AdIntegration.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"GoogleDaiTypedSource.Builder(GoogleDaiConfiguration)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#GoogleDaiTypedSource.Builder(com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai(GoogleDaiConfiguration)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai(SsaiDescription)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.SsaiDescription)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"GoogleDaiTypedSource(String, DRMConfiguration, SourceType, Map, Double, GoogleDaiConfiguration, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#GoogleDaiTypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"getType()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#getType()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"getSsai()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#getSsai()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer, List, List)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer, List)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getMaxBitrate()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getMaxBitrate()"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getPreferredVideoCodecs()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getPreferredVideoCodecs()"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getPreferredAudioCodecs()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getPreferredAudioCodecs()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"SourceDescription.Builder(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#SourceDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"SourceDescription.Builder(TypedSource)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#SourceDescription.Builder(com.theoplayer.android.api.source.TypedSource)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"ads(AdDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#ads(com.theoplayer.android.api.source.addescription.AdDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"textTracks(TextTrackDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#textTracks(com.theoplayer.android.api.source.TextTrackDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"textTracks(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#textTracks(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"poster(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#poster(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"metadata(MetadataDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#metadata(com.theoplayer.android.api.source.metadata.MetadataDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"timeServer(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#timeServer(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"abr(SourceAbrConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#abr(com.theoplayer.android.api.source.SourceAbrConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"streamType(StreamType)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#streamType(com.theoplayer.android.api.source.StreamType)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"cmcd(CMCDSourceConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#cmcd(com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"SourceDescription(List, List, List, String, MetadataDescription, String, SourceAbrConfiguration, StreamType, SourceDVRConfiguration, CMCDSourceConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.html#SourceDescription(java.util.List,java.util.List,java.util.List,java.lang.String,com.theoplayer.android.api.source.metadata.MetadataDescription,java.lang.String,com.theoplayer.android.api.source.SourceAbrConfiguration,com.theoplayer.android.api.source.StreamType,com.theoplayer.android.api.source.dvr.SourceDVRConfiguration,com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getSources()","url":"com/theoplayer/android/api/source/SourceDescription.html#getSources()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getAds()","url":"com/theoplayer/android/api/source/SourceDescription.html#getAds()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getTextTracks()","url":"com/theoplayer/android/api/source/SourceDescription.html#getTextTracks()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getPoster()","url":"com/theoplayer/android/api/source/SourceDescription.html#getPoster()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getMetadata()","url":"com/theoplayer/android/api/source/SourceDescription.html#getMetadata()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getTimeServer()","url":"com/theoplayer/android/api/source/SourceDescription.html#getTimeServer()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getAbr()","url":"com/theoplayer/android/api/source/SourceDescription.html#getAbr()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getStreamType()","url":"com/theoplayer/android/api/source/SourceDescription.html#getStreamType()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getCmcd()","url":"com/theoplayer/android/api/source/SourceDescription.html#getCmcd()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/SourceType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"values()","url":"com/theoplayer/android/api/source/SourceType.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"getMimeType()","url":"com/theoplayer/android/api/source/SourceType.html#getMimeType()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"getEntries()","url":"com/theoplayer/android/api/source/SourceType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"isLive()","url":"com/theoplayer/android/api/source/StreamType.html#isLive()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/StreamType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"values()","url":"com/theoplayer/android/api/source/StreamType.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"getEntries()","url":"com/theoplayer/android/api/source/StreamType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"TextTrackDescription.Builder(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#TextTrackDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"isDefault(Boolean)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#isDefault(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"kind(TextTrackKind)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#kind(com.theoplayer.android.api.player.track.texttrack.TextTrackKind)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"srclang(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#srclang(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"label(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#label(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"format(TextTrackType)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#format(com.theoplayer.android.api.player.track.texttrack.TextTrackType)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"TextTrackDescription(String, Boolean, TextTrackKind, String, String, TextTrackType)","url":"com/theoplayer/android/api/source/TextTrackDescription.html#TextTrackDescription(java.lang.String,java.lang.Boolean,com.theoplayer.android.api.player.track.texttrack.TextTrackKind,java.lang.String,java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackType)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getSrc()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getSrc()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"isDefault()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#isDefault()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getKind()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getKind()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getSrclang()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getSrclang()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getLabel()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getLabel()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getFormat()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getFormat()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"TypedSource.Builder(String)","url":"com/theoplayer/android/api/source/TypedSource.Builder.html#TypedSource.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"drm(DRMConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"type(SourceType)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type(com.theoplayer.android.api.source.SourceType)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"liveOffset(Double)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"ssai(SsaiDescription)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.SsaiDescription)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hlsDateRange(Boolean)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"timeServer(String)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"lowLatency(Boolean)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"latencyConfiguration(LatencyConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration(com.theoplayer.android.api.latency.LatencyConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hls(HlsPlaybackConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls(com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"dash(DashPlaybackConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash(com.theoplayer.android.api.source.dash.DashPlaybackConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"cmcdTransmissionMode(CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode(com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/TypedSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"TypedSource(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, HespPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/TypedSource.html#TypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.source.hesp.HespPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getSrc()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getSrc()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getDrm()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getDrm()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getType()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getType()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHeaders()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHeaders()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getLiveOffset()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getLiveOffset()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getSsai()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getSsai()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"isHlsDateRange()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#isHlsDateRange()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getTimeServer()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getTimeServer()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"isLowLatency()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#isLowLatency()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getLatencyConfiguration()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getLatencyConfiguration()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHls()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHls()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getDash()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getDash()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHesp()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHesp()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getCmcdTransmissionMode()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getCmcdTransmissionMode()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"equals(Object)","url":"com/theoplayer/android/api/source/TypedSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hashCode()","url":"com/theoplayer/android/api/source/TypedSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/TypedSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"AdDescription(AdIntegration)","url":"com/theoplayer/android/api/source/addescription/AdDescription.html#AdDescription(com.theoplayer.android.api.source.AdIntegration)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"CustomAdDescription(String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#CustomAdDescription(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"getCustomIntegration()","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionSerializer","l":"fromJson(String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html#fromJson(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionSerializer","l":"toJson(CustomAdDescription)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html#toJson(com.theoplayer.android.api.source.addescription.CustomAdDescription)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"register(String, CustomAdDescriptionSerializer)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#register(java.lang.String,com.theoplayer.android.api.source.addescription.CustomAdDescriptionSerializer)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"deserialize(String, String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#deserialize(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"serialize(CustomAdDescription)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#serialize(com.theoplayer.android.api.source.addescription.CustomAdDescription)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"GoogleImaAdDescription.Builder(String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#GoogleImaAdDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"timeOffset(String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#timeOffset(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"GoogleImaAdDescription(String, String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#GoogleImaAdDescription(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"getSources()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#getSources()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"getTimeOffset()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"DashPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#DashPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"ignoreAvailabilityWindow(Boolean)","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#ignoreAvailabilityWindow(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"DashPlaybackConfiguration(Boolean)","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#DashPlaybackConfiguration(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"getIgnoreAvailabilityWindow()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#getIgnoreAvailabilityWindow()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String, String)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"getId()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#getId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"getValue()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#getValue()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"ClearkeyKeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#ClearkeyKeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"keys(Array)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#keys(kotlin.Array)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"integrationParameters(Map)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"ClearkeyKeySystemConfiguration(String, Array, Map, Boolean, Map, Map)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#ClearkeyKeySystemConfiguration(java.lang.String,kotlin.Array,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"getKeys()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#getKeys()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"DRMConfiguration.Builder()","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#DRMConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"customIntegrationId(String)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#customIntegrationId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"integrationParameters(Map)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"multiSession(Boolean)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#multiSession(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"preferredKeySystems(List)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#preferredKeySystems(java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, String, Map, Map, Boolean, List)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map, Map, Boolean, List)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getClearkey()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getClearkey()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getFairplay()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getFairplay()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getIntegration()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getCustomIntegrationId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getCustomIntegrationId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getIntegrationParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getIntegrationParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getQueryParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getQueryParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"isMultiSession()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#isMultiSession()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getPreferredKeySystems()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getPreferredKeySystems()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"copy(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map, Map, Boolean, List)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#copy(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"valueOf(String)","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"values()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#values()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"getIntegrationId()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#getIntegrationId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"getEntries()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"FairPlayKeySystemConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#FairPlayKeySystemConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"integrationParameters(Map)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"FairPlayKeySystemConfiguration(String, String, Map, Boolean, Map, Map)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#FairPlayKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"getCertificateURL()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#getCertificateURL()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"KeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#KeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"licenseType(LicenseType)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#licenseType(com.theoplayer.android.api.source.drm.LicenseType)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"certificate(ByteArray)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#certificate(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"forceSoftwareDecrypt(Boolean)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#forceSoftwareDecrypt(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"integrationParameters(Map)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"KeySystemConfiguration(String, Map, Boolean, Map, LicenseType, ByteArray, Boolean, Map)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#KeySystemConfiguration(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getLicenseAcquisitionURL()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getLicenseAcquisitionURL()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getHeaders()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getHeaders()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getUseCredentials()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getUseCredentials()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getQueryParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getQueryParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getLicenseType()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getLicenseType()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getCertificate()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getCertificate()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getForceSoftwareDecrypt()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getForceSoftwareDecrypt()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getIntegrationParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getIntegrationParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"copy(String, Map, Boolean, Map, LicenseType, ByteArray, Boolean, Map)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#copy(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/drm/LicenseType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"values()","url":"com/theoplayer/android/api/source/drm/LicenseType.html#values()"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"getEntries()","url":"com/theoplayer/android/api/source/drm/LicenseType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"AxinomDRMConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#AxinomDRMConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"AxinomDRMConfiguration(String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#AxinomDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"AzureDRMConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#AzureDRMConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"AzureDRMConfiguration(String, String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#AzureDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"getCertificateURL()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#getCertificateURL()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"ConaxDRMConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#ConaxDRMConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"ConaxDRMConfiguration(String, String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#ConaxDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"getDeviceId()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#getDeviceId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"DRMPreIntegrationConfiguration(DRMIntegrationId, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html#DRMPreIntegrationConfiguration(com.theoplayer.android.api.source.drm.DRMIntegrationId,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"DRMTodayConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#DRMTodayConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"DRMTodayConfiguration.Builder(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#DRMTodayConfiguration.Builder(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"token(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#token(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"userId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#userId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"merchant(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#merchant(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"DRMTodayConfiguration(String, String, String, String, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#DRMTodayConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getMerchant()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getMerchant()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"IrdetoConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#IrdetoConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"IrdetoConfiguration.Builder(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#IrdetoConfiguration.Builder(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"crmId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#crmId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"accountId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#accountId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"contentId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#contentId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"ticket(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#ticket(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"IrdetoConfiguration(String, String, String, String, String, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#IrdetoConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getCrmId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getCrmId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getAccountId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getAccountId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getContentId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getContentId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getTicket()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getTicket()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"KeyOSDRMConfiguration.Builder()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#KeyOSDRMConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"customdata(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#customdata(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"playready(KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"playready(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#playready(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"widevine(KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"widevine(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#widevine(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"KeyOSDRMConfiguration(String, KeyOSKeySystemConfiguration, KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#KeyOSDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getCustomdata()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getCustomdata()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"KeyOSKeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#KeyOSKeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"customdata(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#customdata(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"headers(Map)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"queryParameters(Map)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"forceSoftwareDecrypt(Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#forceSoftwareDecrypt(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"KeyOSKeySystemConfiguration(String, String, Map, Boolean, Map, Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#KeyOSKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"getCustomdata()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getCustomdata()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"TitaniumDRMConfiguration.Builder(String, String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#TitaniumDRMConfiguration.Builder(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"friendlyName(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#friendlyName(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"version(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#version(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"TitaniumDRMConfiguration(String, String, String, String, String, KeySystemConfiguration, KeySystemConfiguration, String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#TitaniumDRMConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getAccountName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getAccountName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getCustomerName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getCustomerName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getPortalId()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getPortalId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getFriendlyName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getFriendlyName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getAuthToken()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getVersion()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getVersion()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"VudrmDRMConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#VudrmDRMConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"VudrmDRMConfiguration(String, KeySystemConfiguration, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#VudrmDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"XstreamConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#XstreamConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"XstreamConfiguration(String, String, String, KeySystemConfiguration, KeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#XstreamConfiguration(java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getStreamId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getStreamId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getTicketAcquisitionUrl()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getTicketAcquisitionUrl()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"HespPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#HespPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"addCustomConfigurationProperty(String, Object)","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#addCustomConfigurationProperty(java.lang.String,java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"HespPlaybackConfiguration(Map)","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#HespPlaybackConfiguration(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"getCustomConfiguration()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#getCustomConfiguration()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"HlsPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#HlsPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"delaySubtitlePreload(Boolean)","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#delaySubtitlePreload(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"HlsPlaybackConfiguration(Boolean)","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#HlsPlaybackConfiguration(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"isDelaySubtitlePreload()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#isDelaySubtitlePreload()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"MediaTailorSource.Builder(String)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#MediaTailorSource.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"adsParams(Map)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#adsParams(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"MediaTailorSource(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode, Map)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#MediaTailorSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"getAdsParams()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#getAdsParams()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode, Map)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"equals(Object)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hashCode()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"ChromecastMetadataDescription.Builder()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#ChromecastMetadataDescription.Builder()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"images(ChromecastMetadataImage)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#images(com.theoplayer.android.api.source.metadata.ChromecastMetadataImage)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"images(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#images(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"type(ChromecastMetadataType)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#type(com.theoplayer.android.api.source.metadata.ChromecastMetadataType)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"releaseDate(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#releaseDate(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"title(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#title(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"subtitle(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#subtitle(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getImages()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getImages()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getReleaseDate()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getReleaseDate()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getTitle()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getTitle()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getSubtitle()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getSubtitle()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"ChromecastMetadataImage(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#ChromecastMetadataImage(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"ChromecastMetadataImage(String, Integer, Integer)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#ChromecastMetadataImage(java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getSrc()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getSrc()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getWidth()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getWidth()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getHeight()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getHeight()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType.Companion","l":"fromName(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html#fromName(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"values()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#values()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getNativeType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getNativeType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getEntries()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"MetadataDescription()","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#MetadataDescription()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"MetadataDescription(Map)","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#MetadataDescription(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"CustomSsaiDescription()","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#CustomSsaiDescription()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"getCustomIntegration()","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionSerializer","l":"fromJson(String)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html#fromJson(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionSerializer","l":"toJson(CustomSsaiDescription)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html#toJson(com.theoplayer.android.api.source.ssai.CustomSsaiDescription)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"register(String, CustomSsaiDescriptionSerializer)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#register(java.lang.String,com.theoplayer.android.api.source.ssai.CustomSsaiDescriptionSerializer)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"deserialize(String, String)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#deserialize(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"serialize(CustomSsaiDescription)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#serialize(com.theoplayer.android.api.source.ssai.CustomSsaiDescription)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"GoogleDaiConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#GoogleDaiConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"adTagParameters(Map)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"GoogleDaiConfiguration(StreamType, String, String, String, Map)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#GoogleDaiConfiguration(com.theoplayer.android.api.source.ssai.StreamType,java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAvailabilityType()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAvailabilityType()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getApiKey()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getApiKey()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAuthToken()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getStreamActivityMonitorID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getStreamActivityMonitorID()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAdTagParameters()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"copy(String, String, String, Map)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiDescription","l":"getIntegration()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"valueOf(String)","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"values()","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#values()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"getEntries()","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/ssai/StreamType.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/ssai/StreamType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"values()","url":"com/theoplayer/android/api/source/ssai/StreamType.html#values()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"getEntries()","url":"com/theoplayer/android/api/source/ssai/StreamType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"GoogleDaiLiveConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#GoogleDaiLiveConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"adTagParameters(Map)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"GoogleDaiLiveConfiguration(String, String, String, Map, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#GoogleDaiLiveConfiguration(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"getAssetKey()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#getAssetKey()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"copy(String, String, String, Map)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"GoogleDaiVodConfiguration.Builder(String, String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#GoogleDaiVodConfiguration.Builder(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"adTagParameters(Map)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"GoogleDaiVodConfiguration(String, String, String, Map, String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#GoogleDaiVodConfiguration(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"getContentSourceID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getContentSourceID()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"getVideoID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getVideoID()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"copy(String, String, String, Map)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getId()","url":"com/theoplayer/android/api/theolive/Distribution.html#getId()"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getExternalId()","url":"com/theoplayer/android/api/theolive/Distribution.html#getExternalId()"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getName()","url":"com/theoplayer/android/api/theolive/Distribution.html#getName()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"Endpoint(String, EndpointMillicastSource, String, String, String, String, String, Integer, Integer, ContentProtectionConfiguration, String, String, Double)","url":"com/theoplayer/android/api/theolive/Endpoint.html#Endpoint(java.lang.String,com.theoplayer.android.api.theolive.EndpointMillicastSource,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,com.theoplayer.android.api.theolive.ContentProtectionConfiguration,java.lang.String,java.lang.String,java.lang.Double)"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHespSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHespSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getMillicastSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getMillicastSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHlsSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHlsSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHlsMpegTsSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHlsMpegTsSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getAdSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getAdSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getDaiAssetKey()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getDaiAssetKey()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getCdn()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getCdn()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getWeight()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getWeight()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getPriority()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getPriority()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getContentProtection()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getContentProtection()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getProvider()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getProvider()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getAdSystem()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getTargetLatency()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getTargetLatency()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"setTargetLatency(Double)","url":"com/theoplayer/android/api/theolive/Endpoint.html#setTargetLatency(java.lang.Double)"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"ContentProtectionConfiguration(String, KeySystemConfiguration, KeySystemConfiguration, FairPlayConfiguration)","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#ContentProtectionConfiguration(java.lang.String,com.theoplayer.android.api.theolive.KeySystemConfiguration,com.theoplayer.android.api.theolive.KeySystemConfiguration,com.theoplayer.android.api.theolive.FairPlayConfiguration)"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getIntegration()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getFairplay()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getFairplay()"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"FairPlayConfiguration(String, String)","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#FairPlayConfiguration(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"getLicenseUrl()","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"getCertificateUrl()","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#getCertificateUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"KeySystemConfiguration(String)","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#KeySystemConfiguration(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"getLicenseUrl()","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"EndpointMillicastSource(String, String, String, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#EndpointMillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getName()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getName()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getAccountId()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getAccountId()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getSubscriberToken()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getSubscriberToken()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getDirectorUrl()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getDirectorUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getWebrtc()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getWebrtc()"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"WebRTCOptions(PlayoutDelay)","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#WebRTCOptions(com.theoplayer.android.api.theolive.PlayoutDelay)"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"getPlayoutDelayMs()","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#getPlayoutDelayMs()"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"PlayoutDelay(Integer, Integer)","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#PlayoutDelay(java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"getMinimum()","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#getMinimum()"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"getMaximum()","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#getMaximum()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"THEOLiveConfig.Builder(String, Boolean, String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#THEOLiveConfig.Builder(java.lang.String,java.lang.Boolean,java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"externalSessionId(String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#externalSessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"discoveryUrl(String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#discoveryUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"build()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#build()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getExternalSessionId()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getAnalyticsDisabled()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getAnalyticsDisabled()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getDiscoveryUrl()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getDiscoveryUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"TheoLiveSource(String, Map, LatencyConfiguration, DRMConfiguration, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#TheoLiveSource(java.lang.String,java.util.Map,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.drm.DRMConfiguration,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"getProfile()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getProfile()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"getWebrtc()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getWebrtc()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"equals(Object)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hashCode()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"copy(String, Map, LatencyConfiguration, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#copy(java.lang.String,java.util.Map,com.theoplayer.android.api.latency.LatencyConfiguration,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"copy(String, DRMConfiguration, SourceType, Map, Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getImaAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getImaAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getAdSystem()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getCreativeId()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getCreativeId()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperAdIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperAdIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperAdSystems()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperAdSystems()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperCreativeIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperCreativeIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getVastMediaBitrate()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getVastMediaBitrate()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getUniversalAdIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getUniversalAdIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getTraffickingParameters()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getTraffickingParameters()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdBreak","l":"getImaAdPodInfo()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdBreak.html#getImaAdPodInfo()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdErrorEvent","l":"getAdError()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdErrorEvent.html#getAdError()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getType()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getAdData()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getAdData()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"getName()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"values()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaCompanionAd","l":"getImaCompanionAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaCompanionAd.html#getImaCompanionAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"GoogleImaConfiguration(ImaSdkSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#GoogleImaConfiguration(com.google.ads.interactivemedia.v3.api.ImaSdkSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"getImaSdkSettings()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#getImaSdkSettings()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"setAdsRenderingSettings(AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#setAdsRenderingSettings(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"getAdsRenderingSettings()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#getAdsRenderingSettings()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"requestAds(AdsRequest, AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#requestAds(com.google.ads.interactivemedia.v3.api.AdsRequest,com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"schedule(GoogleImaAdDescription)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#schedule(com.theoplayer.android.api.source.addescription.GoogleImaAdDescription)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"focus()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#focus()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createGoogleImaIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createGoogleImaIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createGoogleImaIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createGoogleImaIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaUniversalAdId","l":"getImaUniversalAdId()","url":"com/theoplayer/android/api/ads/ima/GoogleImaUniversalAdId.html#getImaUniversalAdId()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"getGoogleIma()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#getGoogleIma()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"getGoogleImaConfiguration()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#getGoogleImaConfiguration()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleIma(THEOplayerConfig.Builder, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleIma(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleImaConfiguration(THEOplayerConfig.Builder, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleImaConfiguration(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationKt","l":"getIma()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationKt.html#getIma()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getStartTime()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getTrackingEvents()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getTrackingEvents()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getId()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getId()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getDuration()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getStartTime()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEvent","l":"getType()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEvent","l":"getAdAvail()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEvent.html#getAdAvail()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"getName()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"values()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEvent","l":"getType()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEvent","l":"getAd()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"getName()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"values()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"createMediaTailorIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#createMediaTailorIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"THEOAd(String, THEOAdBreak, Double, List, String, String)","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#THEOAd(java.lang.String,com.theoplayer.android.api.ads.theoads.THEOAdBreak,java.lang.Double,java.util.List,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCreativeId()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCreativeId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getAdSystem()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCompanions()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCompanions()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getAdBreak()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCustomData()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getDurationAsDouble()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getDurationAsDouble()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"THEOAdBreak(String, Integer, Integer)","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#THEOAdBreak(java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getAds()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getAds()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getMaxRemainingDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getMaxRemainingDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getCustomData()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"TheoAdDescription(String, String, String, String, TheoAdsLayoutOverride, Map, String, String, String, Boolean, Boolean, Double, String, String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#TheoAdDescription(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.ads.theoads.TheoAdsLayoutOverride,java.util.Map,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Double,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getNetworkCode()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getNetworkCode()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getCustomAssetKey()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getCustomAssetKey()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBackdropDoubleBox()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBackdropDoubleBox()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBackdropLShape()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBackdropLShape()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getOverrideLayout()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getOverrideLayout()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getAdTagParameters()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getStreamActivityMonitorId()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getStreamActivityMonitorId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getSseEndpoint()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getSseEndpoint()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getRetrievePodIdURI()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getRetrievePodIdURI()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getUseId3()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getUseId3()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getUseEMSG()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getUseEMSG()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getInitializationDelay()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getInitializationDelay()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getDaiAssetKey()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getDaiAssetKey()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBreakManifestUrl()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBreakManifestUrl()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"values()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"replaceAdTagParameters(Map)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#replaceAdTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"getCurrentInterstitials()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#getCurrentInterstitials()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"getScheduledInterstitials()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#getScheduledInterstitials()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"values()","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getStartTime()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getDuration()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getAdTagParameters()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"setAdTagParameters(Map)","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#setAdTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"values()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getLayout()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getLayout()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getBackdropUri()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getBackdropUri()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getAds()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getAds()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getImageUrl()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getImageUrl()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getPosition()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getPosition()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getSize()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getSize()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"OverlayPosition(Double, Double, Double, Double)","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#OverlayPosition(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getLeft()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getLeft()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getRight()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getRight()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getTop()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getTop()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getBottom()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getBottom()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"OverlaySize(Double, Double)","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#OverlaySize(java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"getWidth()","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"getHeight()","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createTheoAdsIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createTheoAdsIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createTheoAdsIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createTheoAdsIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationKt","l":"getTheoAds()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationKt.html#getTheoAds()"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"InterstitialEvent","l":"getInterstitial()","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialEvent.html#getInterstitial()"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"InterstitialErrorEvent","l":"getMessage()","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html#getMessage()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"setAdsRenderingSettings(AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#setAdsRenderingSettings(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getAdsRenderingSettings()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getAdsRenderingSettings()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"requestStream(StreamRequest, AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#requestStream(com.google.ads.interactivemedia.v3.api.StreamRequest,com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"contentTimeForStreamTime(Double)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#contentTimeForStreamTime(java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"streamTimeForContentTime(Double)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#streamTimeForContentTime(java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getCuePoints()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getCuePoints()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"focus()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#focus()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getEnableSnapback()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getEnableSnapback()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"setEnableSnapback(Boolean)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#setEnableSnapback(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createGoogleDaiIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createGoogleDaiIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createGoogleDaiIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createGoogleDaiIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationKt","l":"getDai()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationKt.html#getDai()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"castStrategy","url":"com/theoplayer/android/api/cast/CastConfiguration.html#castStrategy"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"cast","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#cast"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"castConfiguration","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#castConfiguration"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"DEFAULT_API_URL","url":"com/theoplayer/android/api/millicast/MillicastSource.html#DEFAULT_API_URL"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"streamAccountId","url":"com/theoplayer/android/api/millicast/MillicastSource.html#streamAccountId"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"apiUrl","url":"com/theoplayer/android/api/millicast/MillicastSource.html#apiUrl"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"subscriberToken","url":"com/theoplayer/android/api/millicast/MillicastSource.html#subscriberToken"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"connectOptions","url":"com/theoplayer/android/api/millicast/MillicastSource.html#connectOptions"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"type","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#type"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"metadata","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#metadata"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"bitrate","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#bitrate"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"externalSessionId","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#externalSessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"userId","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"eventEndpoints","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#eventEndpoints"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"url","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#url"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"sessionId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"externalSessionId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#externalSessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"userId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"eventEndpoints","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#eventEndpoints"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOPLAYERVIEW_TAG","url":"com/theoplayer/android/api/THEOplayerView.html#THEOPLAYERVIEW_TAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CLIP_TO_PADDING_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#CLIP_TO_PADDING_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_AFTER_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_ALL_CACHES","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_ALL_CACHES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_ANIMATION_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_NO_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_NO_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_SCROLLING_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_NO","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_YES","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ALPHA","url":"com/theoplayer/android/api/THEOplayerView.html#ALPHA"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_NAME","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_NAME"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_PASSWORD","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_PHONE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_PHONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_USERNAME","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_DATE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_DATE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_LIST","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_LIST"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_TEXT","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_TOGGLE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_NOT_SENSITIVE","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_NOT_SENSITIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_SENSITIVE","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_SENSITIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_ACCESSIBILITY_ACTION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_ACCESSIBILITY_ACTION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_SAME_APPLICATION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_SAME_APPLICATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_OPAQUE","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_OPAQUE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"EMPTY_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#EMPTY_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/theoplayer/android/api/THEOplayerView.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FIND_VIEWS_WITH_TEXT","url":"com/theoplayer/android/api/THEOplayerView.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLE","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLES_ALL","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLES_ALL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLES_TOUCH_MODE","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BACKWARD","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BACKWARD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_DOWN","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_DOWN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_FORWARD","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_FORWARD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_UP","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_UP"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"GONE","url":"com/theoplayer/android/api/THEOplayerView.html#GONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/theoplayer/android/api/THEOplayerView.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"INVISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#INVISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"KEEP_SCREEN_ON","url":"com/theoplayer/android/api/THEOplayerView.html#KEEP_SCREEN_ON"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_HARDWARE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_HARDWARE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_SOFTWARE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_LOCALE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_SIZE_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_SIZE_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_STATE_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_STATE_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_STATE_TOO_SMALL","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"NOT_FOCUSABLE","url":"com/theoplayer/android/api/THEOplayerView.html#NOT_FOCUSABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"NO_ID","url":"com/theoplayer/android/api/THEOplayerView.html#NO_ID"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_ALWAYS","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_ALWAYS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_NEVER","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_NEVER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_DEFAULT","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_DEFAULT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_HIGH","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_HIGH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_LOW","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_LOW"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_NORMAL","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_NORMAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION_X","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION_Y","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCALE_X","url":"com/theoplayer/android/api/THEOplayerView.html#SCALE_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCALE_Y","url":"com/theoplayer/android/api/THEOplayerView.html#SCALE_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCREEN_STATE_OFF","url":"com/theoplayer/android/api/THEOplayerView.html#SCREEN_STATE_OFF"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCREEN_STATE_ON","url":"com/theoplayer/android/api/THEOplayerView.html#SCREEN_STATE_ON"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_INSIDE_INSET","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_HORIZONTAL","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_VERTICAL","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_EXCLUDE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_EXCLUDE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_INCLUDE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_INCLUDE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_BOTTOM","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_END","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_START","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_TOP","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_TOP"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SOUND_EFFECTS_ENABLED","url":"com/theoplayer/android/api/THEOplayerView.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"STATUS_BAR_HIDDEN","url":"com/theoplayer/android/api/THEOplayerView.html#STATUS_BAR_HIDDEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"STATUS_BAR_VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#STATUS_BAR_VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_CENTER","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_ANY_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_LOCALE","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_X","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_Y","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_Z","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_Z"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"VIEW_LOG_TAG","url":"com/theoplayer/android/api/THEOplayerView.html#VIEW_LOG_TAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"X","url":"com/theoplayer/android/api/THEOplayerView.html#X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"Y","url":"com/theoplayer/android/api/THEOplayerView.html#Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"Z","url":"com/theoplayer/android/api/THEOplayerView.html#Z"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"url","url":"com/theoplayer/android/api/contentprotection/Request.html#url"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"method","url":"com/theoplayer/android/api/contentprotection/Request.html#method"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"headers","url":"com/theoplayer/android/api/contentprotection/Request.html#headers"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"body","url":"com/theoplayer/android/api/contentprotection/Request.html#body"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"id","url":"com/theoplayer/android/api/error/ErrorCategory.html#id"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"id","url":"com/theoplayer/android/api/error/ErrorCode.html#id"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"url","url":"com/theoplayer/android/api/error/ContentProtectionException.html#url"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"status","url":"com/theoplayer/android/api/error/ContentProtectionException.html#status"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"statusText","url":"com/theoplayer/android/api/error/ContentProtectionException.html#statusText"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"response","url":"com/theoplayer/android/api/error/ContentProtectionException.html#response"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"systemCode","url":"com/theoplayer/android/api/error/ContentProtectionException.html#systemCode"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"category","url":"com/theoplayer/android/api/error/THEOplayerException.html#category"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"code","url":"com/theoplayer/android/api/error/THEOplayerException.html#code"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"category","url":"com/theoplayer/android/api/error/THEOplayerException.html#category"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"code","url":"com/theoplayer/android/api/error/THEOplayerException.html#code"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"DEFAULT_APP_ID","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#DEFAULT_APP_ID"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"errorCode","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#errorCode"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"description","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#description"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"audioTrackSelection","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#audioTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"textTrackSelection","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#textTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"amount","url":"com/theoplayer/android/api/cache/CachingParameters.html#amount"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"expirationDate","url":"com/theoplayer/android/api/cache/CachingParameters.html#expirationDate"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"bandwidth","url":"com/theoplayer/android/api/cache/CachingParameters.html#bandwidth"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"preferredTrackSelection","url":"com/theoplayer/android/api/cache/CachingParameters.html#preferredTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"storageType","url":"com/theoplayer/android/api/cache/CachingParameters.html#storageType"}, {"p":"com.theoplayer.android.api.cache","c":"NoChangeBuilder","l":"INSTANCE","url":"com/theoplayer/android/api/cache/NoChangeBuilder.html#INSTANCE"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"entries","url":"com/theoplayer/android/api/cache/CacheStorageType.html#entries"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"errorCode","url":"com/theoplayer/android/api/cache/CachingTaskError.html#errorCode"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"description","url":"com/theoplayer/android/api/cache/CachingTaskError.html#description"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"type","url":"com/theoplayer/android/api/player/PreloadType.html#type"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"mode","url":"com/theoplayer/android/api/player/PresentationMode.html#mode"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"maxRetries","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#maxRetries"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"minimumBackOff","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#minimumBackOff"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"maximumBackOff","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#maximumBackOff"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"useHttpEngine","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#useHttpEngine"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"mode","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#mode"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"type","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#type"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"entries","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#entries"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"type","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#type"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"entries","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#entries"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"url","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#url"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"mimeType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#mimeType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"pictureType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#pictureType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"language","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#language"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"elementId","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#elementId"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"startTimeMs","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#startTimeMs"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"endTimeMs","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#endTimeMs"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"startOffset","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#startOffset"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"endOffset","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#endOffset"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"subFrames","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#subFrames"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"elementId","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#elementId"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isTopLevel","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isTopLevel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isOrdered","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isOrdered()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"children","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#children"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"subFrames","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#subFrames"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"mimeType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#mimeType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"fileName","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#fileName"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"ownerIdentifier","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#ownerIdentifier"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"url","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#url"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"ContentPlayer","url":"com/theoplayer/android/api/util/Logger.Companion.html#ContentPlayer"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Media3","url":"com/theoplayer/android/api/util/Logger.Companion.html#Media3"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"HTTP","url":"com/theoplayer/android/api/util/Logger.Companion.html#HTTP"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Cache","url":"com/theoplayer/android/api/util/Logger.Companion.html#Cache"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"License","url":"com/theoplayer/android/api/util/Logger.Companion.html#License"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"PictureInPicture","url":"com/theoplayer/android/api/util/Logger.Companion.html#PictureInPicture"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Fullscreen","url":"com/theoplayer/android/api/util/Logger.Companion.html#Fullscreen"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"MediaTailor","url":"com/theoplayer/android/api/util/Logger.Companion.html#MediaTailor"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Chromecast","url":"com/theoplayer/android/api/util/Logger.Companion.html#Chromecast"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"GoogleDAI","url":"com/theoplayer/android/api/util/Logger.Companion.html#GoogleDAI"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"GoogleIMA","url":"com/theoplayer/android/api/util/Logger.Companion.html#GoogleIMA"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"THEOAds","url":"com/theoplayer/android/api/util/Logger.Companion.html#THEOAds"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Millicast","url":"com/theoplayer/android/api/util/Logger.Companion.html#Millicast"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"TheoLive","url":"com/theoplayer/android/api/util/Logger.Companion.html#TheoLive"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"CMCD","url":"com/theoplayer/android/api/util/Logger.Companion.html#CMCD"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"HESP","url":"com/theoplayer/android/api/util/Logger.Companion.html#HESP"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/util/Logger.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"STATECHANGE","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#STATECHANGE"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"ERROR","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ERROR"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","c":"QualityEventTypes","l":"UPDATE","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#UPDATE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"TARGETQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#TARGETQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"ACTIVEQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#ACTIVEQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"TARGETQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#TARGETQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"ACTIVEQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#ACTIVEQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"CUECHANGE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#CUECHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"ADDCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#ADDCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"REMOVECUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#REMOVECUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"UPDATECUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#UPDATECUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"ENTERCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#ENTERCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"EXITCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#EXITCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"ENTER","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#ENTER"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"EXIT","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#EXIT"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"UPDATE","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#UPDATE"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_STATE_CHANGE","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_STATE_CHANGE"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_PROGRESS","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_PROGRESS"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_ERROR","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_ERROR"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"CACHE_STATE_CHANGE","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#CACHE_STATE_CHANGE"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"ADD_TASK","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#ADD_TASK"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"REMOVE_TASK","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#REMOVE_TASK"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PAUSE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PAUSE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"RATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#RATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"VOLUMECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#VOLUMECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PROGRESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PROGRESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"DURATIONCHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#DURATIONCHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CURRENTSOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CURRENTSOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"READYSTATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#READYSTATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"TIMEUPDATE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#TIMEUPDATE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"WAITING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#WAITING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PLAYING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PLAYING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ENDED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ENDED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADEDMETADATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADEDMETADATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADEDDATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADEDDATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CANPLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CANPLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CANPLAYTHROUGH","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CANPLAYTHROUGH"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEGMENTNOTFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEGMENTNOTFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ENCRYPTED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ENCRYPTED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CONTENTPROTECTIONERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CONTENTPROTECTIONERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CONTENTPROTECTIONSUCCESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CONTENTPROTECTIONSUCCESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LICENSEREQUESTGENERATED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LICENSEREQUESTGENERATED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"NOSUPPORTEDREPRESENTATIONFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#NOSUPPORTEDREPRESENTATIONFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEEKING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEEKING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEEKED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEEKED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PRESENTATIONMODECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PRESENTATIONMODECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"DESTROY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#DESTROY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADSTART","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADSTART"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"RESIZE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#RESIZE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PAUSE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PAUSE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"RATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#RATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"VOLUMECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#VOLUMECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PROGRESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PROGRESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"DURATIONCHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#DURATIONCHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CURRENTSOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CURRENTSOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"READYSTATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#READYSTATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"TIMEUPDATE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#TIMEUPDATE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"WAITING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#WAITING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PLAYING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PLAYING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ENDED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ENDED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADEDMETADATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADEDMETADATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADEDDATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADEDDATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CANPLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CANPLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CANPLAYTHROUGH","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CANPLAYTHROUGH"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEGMENTNOTFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEGMENTNOTFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ENCRYPTED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ENCRYPTED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CONTENTPROTECTIONERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CONTENTPROTECTIONERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CONTENTPROTECTIONSUCCESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CONTENTPROTECTIONSUCCESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LICENSEREQUESTGENERATED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LICENSEREQUESTGENERATED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"NOSUPPORTEDREPRESENTATIONFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#NOSUPPORTEDREPRESENTATIONFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEEKING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEEKING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEEKED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEEKED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PRESENTATIONMODECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PRESENTATIONMODECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"DESTROY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#DESTROY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADSTART","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADSTART"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"RESIZE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#RESIZE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"INTENTTOFALLBACK","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#INTENTTOFALLBACK"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"ENTERBADNETWORKMODE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#ENTERBADNETWORKMODE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"EXITBADNETWORKMODE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#EXITBADNETWORKMODE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"ENDPOINTLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#ENDPOINTLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONLOADSTART","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONLOADSTART"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONOFFLINE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONOFFLINE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"INTENTTOFALLBACK","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#INTENTTOFALLBACK"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONLOADSTART","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONLOADSTART"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONOFFLINE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONOFFLINE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"ENDPOINTLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#ENDPOINTLOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_SKIP","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_SKIP"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_ERROR","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_LOADED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_LOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_IMPRESSION","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_IMPRESSION"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"ADD_AD","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#ADD_AD"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"ADD_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#ADD_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_CHANGE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_CHANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"REMOVE_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#REMOVE_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_TAPPED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_TAPPED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_CLICKED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_CLICKED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_SKIP","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_SKIP"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_ERROR","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_LOADED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_LOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_IMPRESSION","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_IMPRESSION"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"ADD_AD","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#ADD_AD"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"ADD_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#ADD_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_CHANGE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_CHANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"REMOVE_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#REMOVE_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_TAPPED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_TAPPED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_CLICKED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_CLICKED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"type","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#type"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAYOUT_PARAMS_MATCH","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAYOUT_PARAMS_MATCH"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_DIALER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_DIALER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_DISABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_DISABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SEARCH_GLOBAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SEARCH_GLOBAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SEARCH_LOCAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SEARCH_LOCAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SHORTCUT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SHORTCUT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FOCUSED_STATE_SET","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FULLSCREEN_MODE_REQUEST_ENTER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FULLSCREEN_MODE_REQUEST_ENTER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FULLSCREEN_MODE_REQUEST_EXIT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FULLSCREEN_MODE_REQUEST_EXIT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERRIDE_TRANSITION_CLOSE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERRIDE_TRANSITION_CLOSE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERRIDE_TRANSITION_OPEN","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERRIDE_TRANSITION_OPEN"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_CANCELED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_CANCELED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_FIRST_USER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_FIRST_USER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_OK","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_OK"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_BACKGROUND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_BACKGROUND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_COMPLETE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_COMPLETE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_MODERATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_MODERATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_CRITICAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_CRITICAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_LOW","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_LOW"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_MODERATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_MODERATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_UI_HIDDEN","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_UI_HIDDEN"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACCESSIBILITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACCESSIBILITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACCOUNT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACCOUNT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACTIVITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACTIVITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ADVANCED_PROTECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ADVANCED_PROTECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ALARM_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ALARM_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APPWIDGET_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APPWIDGET_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_FUNCTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_FUNCTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_OPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_OPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_SEARCH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_SEARCH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"AUDIO_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#AUDIO_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BATTERY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BATTERY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ABOVE_CLIENT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ABOVE_CLIENT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ADJUST_WITH_ACTIVITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ADJUST_WITH_ACTIVITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ALLOW_ACTIVITY_STARTS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ALLOW_ACTIVITY_STARTS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ALLOW_OOM_MANAGEMENT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ALLOW_OOM_MANAGEMENT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_AUTO_CREATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_AUTO_CREATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_DEBUG_UNBIND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_DEBUG_UNBIND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_EXTERNAL_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_EXTERNAL_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_EXTERNAL_SERVICE_LONG","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_EXTERNAL_SERVICE_LONG"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_IMPORTANT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_IMPORTANT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_INCLUDE_CAPABILITIES","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_INCLUDE_CAPABILITIES"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_NOT_FOREGROUND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_NOT_FOREGROUND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_NOT_PERCEPTIBLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_NOT_PERCEPTIBLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_PACKAGE_ISOLATED_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_PACKAGE_ISOLATED_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_SHARED_ISOLATED_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_SHARED_ISOLATED_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_WAIVE_PRIORITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_WAIVE_PRIORITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIOMETRIC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIOMETRIC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BLOB_STORE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BLOB_STORE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BLUETOOTH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BLUETOOTH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BUGREPORT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BUGREPORT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CAMERA_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CAMERA_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CAPTIONING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CAPTIONING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CARRIER_CONFIG_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CARRIER_CONFIG_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CLIPBOARD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CLIPBOARD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"COMPANION_DEVICE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#COMPANION_DEVICE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONNECTIVITY_DIAGNOSTICS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONNECTIVITY_DIAGNOSTICS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONNECTIVITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONNECTIVITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONSUMER_IR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONSUMER_IR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTACT_KEYS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTACT_KEYS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_IGNORE_SECURITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_IGNORE_SECURITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_INCLUDE_CODE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_INCLUDE_CODE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_RESTRICTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_RESTRICTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CREDENTIAL_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CREDENTIAL_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CROSS_PROFILE_APPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CROSS_PROFILE_APPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_ID_DEFAULT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_ID_DEFAULT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_ID_INVALID","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_ID_INVALID"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_LOCK_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_LOCK_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_POLICY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_POLICY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DISPLAY_HASH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DISPLAY_HASH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DISPLAY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DISPLAY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DOMAIN_VERIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DOMAIN_VERIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DOWNLOAD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DOWNLOAD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DROPBOX_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DROPBOX_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"EUICC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#EUICC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FILE_INTEGRITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FILE_INTEGRITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FINGERPRINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FINGERPRINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"GAME_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#GAME_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"GRAMMATICAL_INFLECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#GRAMMATICAL_INFLECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"HARDWARE_PROPERTIES_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#HARDWARE_PROPERTIES_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"HEALTHCONNECT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#HEALTHCONNECT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"INPUT_METHOD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#INPUT_METHOD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"INPUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#INPUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"IPSEC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#IPSEC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"JOB_SCHEDULER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#JOB_SCHEDULER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"KEYGUARD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#KEYGUARD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"KEYSTORE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#KEYSTORE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAUNCHER_APPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAUNCHER_APPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAYOUT_INFLATER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAYOUT_INFLATER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LOCALE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LOCALE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LOCATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LOCATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_COMMUNICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_COMMUNICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_METRICS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_METRICS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_PROJECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_PROJECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_QUALITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_QUALITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_ROUTER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_ROUTER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_SESSION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_SESSION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MIDI_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MIDI_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_APPEND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_APPEND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_ENABLE_WRITE_AHEAD_LOGGING","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_ENABLE_WRITE_AHEAD_LOGGING"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_MULTI_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_MULTI_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_NO_LOCALIZED_COLLATORS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_NO_LOCALIZED_COLLATORS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_PRIVATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_PRIVATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_WORLD_READABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_WORLD_READABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_WORLD_WRITEABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_WORLD_WRITEABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NETWORK_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NETWORK_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NFC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NFC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NOTIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NOTIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NSD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NSD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERLAY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERLAY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PEOPLE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PEOPLE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PERFORMANCE_HINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PERFORMANCE_HINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PERSISTENT_DATA_BLOCK_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PERSISTENT_DATA_BLOCK_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"POWER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#POWER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PRINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PRINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PROFILING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PROFILING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_EXPORTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_EXPORTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_NOT_EXPORTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_NOT_EXPORTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_VISIBLE_TO_INSTANT_APPS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_VISIBLE_TO_INSTANT_APPS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESTRICTIONS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESTRICTIONS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ROLE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ROLE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SATELLITE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SATELLITE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SEARCH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SEARCH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SECURITY_STATE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SECURITY_STATE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SENSOR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SENSOR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SHORTCUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SHORTCUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STATUS_BAR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STATUS_BAR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STORAGE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STORAGE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STORAGE_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STORAGE_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SYSTEM_HEALTH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SYSTEM_HEALTH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELECOM_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELECOM_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_IMS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_IMS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_SUBSCRIPTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_SUBSCRIPTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TETHERING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TETHERING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TEXT_CLASSIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TEXT_CLASSIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TEXT_SERVICES_MANAGER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TEXT_SERVICES_MANAGER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_AD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_AD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_INPUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_INPUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_INTERACTIVE_APP_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_INTERACTIVE_APP_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"UI_MODE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#UI_MODE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USAGE_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USAGE_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USB_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USB_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIBRATOR_MANAGER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIBRATOR_MANAGER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIBRATOR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIBRATOR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIRTUAL_DEVICE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIRTUAL_DEVICE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VPN_MANAGEMENT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VPN_MANAGEMENT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WALLPAPER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WALLPAPER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_AWARE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_AWARE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_P2P_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_P2P_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_RTT_RANGING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_RTT_RANGING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WINDOW_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WINDOW_SERVICE"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"view","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#view"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"purpose","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#purpose"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"type","url":"com/theoplayer/android/api/ads/AdInit.html#type"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"timeOffset","url":"com/theoplayer/android/api/ads/AdInit.html#timeOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"skipOffset","url":"com/theoplayer/android/api/ads/AdInit.html#skipOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"id","url":"com/theoplayer/android/api/ads/AdInit.html#id"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"duration","url":"com/theoplayer/android/api/ads/AdInit.html#duration"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"clickThrough","url":"com/theoplayer/android/api/ads/AdInit.html#clickThrough"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"resourceURI","url":"com/theoplayer/android/api/ads/AdInit.html#resourceURI"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"mediaFiles","url":"com/theoplayer/android/api/ads/AdInit.html#mediaFiles"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"customData","url":"com/theoplayer/android/api/ads/AdInit.html#customData"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"timeOffset","url":"com/theoplayer/android/api/ads/AdBreakInit.html#timeOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"id","url":"com/theoplayer/android/api/ads/AdBreakInit.html#id"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"maxDuration","url":"com/theoplayer/android/api/ads/AdBreakInit.html#maxDuration"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"customData","url":"com/theoplayer/android/api/ads/AdBreakInit.html#customData"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"targetOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#targetOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"minimumOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#minimumOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"maximumOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#maximumOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"forceSeekOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#forceSeekOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"minimumPlaybackRate","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#minimumPlaybackRate"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"maximumPlaybackRate","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#maximumPlaybackRate"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"request","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#request"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"url","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#url"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"headers","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#headers"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"status","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#status"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"statusText","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#statusText"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"body","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#body"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestSubType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"entries","url":"com/theoplayer/android/api/network/http/ResponseType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/AdIntegration.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"adIntegration","url":"com/theoplayer/android/api/source/AdIntegration.html#adIntegration"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"entries","url":"com/theoplayer/android/api/source/AdIntegration.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"type","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#type"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"ssai","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"maxBitrate","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#maxBitrate"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"preferredVideoCodecs","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#preferredVideoCodecs"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"preferredAudioCodecs","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#preferredAudioCodecs"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"sources","url":"com/theoplayer/android/api/source/SourceDescription.html#sources"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"ads","url":"com/theoplayer/android/api/source/SourceDescription.html#ads"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"textTracks","url":"com/theoplayer/android/api/source/SourceDescription.html#textTracks"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"poster","url":"com/theoplayer/android/api/source/SourceDescription.html#poster"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"metadata","url":"com/theoplayer/android/api/source/SourceDescription.html#metadata"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"timeServer","url":"com/theoplayer/android/api/source/SourceDescription.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"abr","url":"com/theoplayer/android/api/source/SourceDescription.html#abr"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"streamType","url":"com/theoplayer/android/api/source/SourceDescription.html#streamType"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"cmcd","url":"com/theoplayer/android/api/source/SourceDescription.html#cmcd"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"mimeType","url":"com/theoplayer/android/api/source/SourceType.html#mimeType"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"entries","url":"com/theoplayer/android/api/source/SourceType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"entries","url":"com/theoplayer/android/api/source/StreamType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"src","url":"com/theoplayer/android/api/source/TextTrackDescription.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"isDefault","url":"com/theoplayer/android/api/source/TextTrackDescription.html#isDefault()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"kind","url":"com/theoplayer/android/api/source/TextTrackDescription.html#kind"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"srclang","url":"com/theoplayer/android/api/source/TextTrackDescription.html#srclang"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"label","url":"com/theoplayer/android/api/source/TextTrackDescription.html#label"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"format","url":"com/theoplayer/android/api/source/TextTrackDescription.html#format"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"customIntegration","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#customIntegration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"INSTANCE","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"sources","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#sources"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"timeOffset","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#timeOffset"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"ignoreAvailabilityWindow","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#ignoreAvailabilityWindow"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"id","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#id"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"value","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#value"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"keys","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#keys"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"integrationId","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#integrationId"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"entries","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#entries"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"certificateURL","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#certificateURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"entries","url":"com/theoplayer/android/api/source/drm/LicenseType.html#entries"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"certificateURL","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#certificateURL"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"deviceId","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#deviceId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"userId","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"merchant","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#merchant"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"crmId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#crmId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"accountId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#accountId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"contentId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#contentId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"ticket","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#ticket"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"customdata","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#customdata"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"customdata","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#customdata"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"accountName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#accountName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"customerName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#customerName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"portalId","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#portalId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"friendlyName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#friendlyName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"version","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#version"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"streamId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#streamId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"ticketAcquisitionUrl","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#ticketAcquisitionUrl"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"customConfiguration","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#customConfiguration"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"isDelaySubtitlePreload","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#isDelaySubtitlePreload()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"adsParams","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#adsParams"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"images","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#images"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"releaseDate","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#releaseDate"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"title","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#title"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"subtitle","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#subtitle"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"type","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#type"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"data","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#data"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"src","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#src"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"width","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#width"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"height","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#height"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"type","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#type"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"nativeType","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#nativeType"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"entries","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#entries"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"data","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#data"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"customIntegration","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#customIntegration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiDescription","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"entries","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#entries"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/StreamType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"entries","url":"com/theoplayer/android/api/source/ssai/StreamType.html#entries"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"assetKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#assetKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"contentSourceID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#contentSourceID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"videoID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#videoID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hespSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hespSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"millicastSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#millicastSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hlsSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hlsSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hlsMpegTsSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hlsMpegTsSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"adSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#adSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"daiAssetKey","url":"com/theoplayer/android/api/theolive/Endpoint.html#daiAssetKey"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"cdn","url":"com/theoplayer/android/api/theolive/Endpoint.html#cdn"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"weight","url":"com/theoplayer/android/api/theolive/Endpoint.html#weight"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"priority","url":"com/theoplayer/android/api/theolive/Endpoint.html#priority"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"contentProtection","url":"com/theoplayer/android/api/theolive/Endpoint.html#contentProtection"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"provider","url":"com/theoplayer/android/api/theolive/Endpoint.html#provider"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"adSystem","url":"com/theoplayer/android/api/theolive/Endpoint.html#adSystem"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"targetLatency","url":"com/theoplayer/android/api/theolive/Endpoint.html#targetLatency"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"integration","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"widevine","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"playready","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"fairplay","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"licenseUrl","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#licenseUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"certificateUrl","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#certificateUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"licenseUrl","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#licenseUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"name","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#name"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"accountId","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#accountId"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"subscriberToken","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#subscriberToken"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"directorUrl","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#directorUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"webrtc","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#webrtc"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"playoutDelayMs","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#playoutDelayMs"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"minimum","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#minimum"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"maximum","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#maximum"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"profile","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#profile"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"webrtc","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#webrtc"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"entries","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"imaSdkSettings","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#imaSdkSettings"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleIma","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleIma"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleImaConfiguration","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleImaConfiguration"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationKt","l":"ima","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationKt.html#ima"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"entries","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"entries","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"creativeId","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#creativeId"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"adSystem","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#adSystem"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"networkCode","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#networkCode"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"customAssetKey","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#customAssetKey"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"backdropDoubleBox","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#backdropDoubleBox"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"backdropLShape","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#backdropLShape"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"overrideLayout","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#overrideLayout"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"adTagParameters","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#adTagParameters"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"streamActivityMonitorId","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#streamActivityMonitorId"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"sseEndpoint","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#sseEndpoint"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"retrievePodIdURI","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#retrievePodIdURI"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"useId3","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#useId3"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"useEMSG","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#useEMSG"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"initializationDelay","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#initializationDelay"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"daiAssetKey","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#daiAssetKey"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"breakManifestUrl","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#breakManifestUrl"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"entries","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"entries","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"entries","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"left","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#left"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"right","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#right"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"top","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#top"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"bottom","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#bottom"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"width","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#width"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"height","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#height"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationKt","l":"theoAds","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationKt.html#theoAds"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"ADD_INTERSTITIAL","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#ADD_INTERSTITIAL"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_BEGIN","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_BEGIN"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_END","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_END"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_ERROR"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_UPDATE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_UPDATE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"FALLBACK","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#FALLBACK"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"ADD_INTERSTITIAL","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#ADD_INTERSTITIAL"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_BEGIN","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_BEGIN"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_END","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_END"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_ERROR"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_UPDATE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_UPDATE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"FALLBACK","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#FALLBACK"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationKt","l":"dai","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationKt.html#dai"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"MANUAL","url":"com/theoplayer/android/api/cast/CastStrategy.html#MANUAL"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"DISABLED","url":"com/theoplayer/android/api/cast/CastStrategy.html#DISABLED"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"AUTO","url":"com/theoplayer/android/api/cast/CastStrategy.html#AUTO"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"PERFORMANCE","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#PERFORMANCE"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"QUALITY","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#QUALITY"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"BANDWIDTH","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#BANDWIDTH"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"DISABLED","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#DISABLED"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"HTTP_HEADER","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#HTTP_HEADER"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"QUERY_ARGUMENT","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#QUERY_ARGUMENT"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/IntegrationType.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/IntegrationType.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"AWS_MEDIATAILOR","url":"com/theoplayer/android/api/IntegrationType.html#AWS_MEDIATAILOR"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"ANALYTICS","url":"com/theoplayer/android/api/IntegrationType.html#ANALYTICS"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"CAST","url":"com/theoplayer/android/api/IntegrationType.html#CAST"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"THEO_ADS","url":"com/theoplayer/android/api/IntegrationType.html#THEO_ADS"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"MEDIA3","url":"com/theoplayer/android/api/IntegrationType.html#MEDIA3"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"MILLICAST","url":"com/theoplayer/android/api/IntegrationType.html#MILLICAST"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"THEO_LIVE","url":"com/theoplayer/android/api/IntegrationType.html#THEO_LIVE"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"DVR","url":"com/theoplayer/android/api/IntegrationType.html#DVR"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"WIDEVINE","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#WIDEVINE"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"PLAYREADY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#PLAYREADY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"FAIRPLAY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#FAIRPLAY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"CLEAR_KEY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#CLEAR_KEY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"GET","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#GET"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"PUT","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#PUT"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"POST","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#POST"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"DELETE","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#DELETE"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"HEAD","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#HEAD"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"OPTIONS","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#OPTIONS"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"ACTIVITY","url":"com/theoplayer/android/api/pip/PiPType.html#ACTIVITY"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"DIALOG","url":"com/theoplayer/android/api/pip/PiPType.html#DIALOG"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"CUSTOM","url":"com/theoplayer/android/api/pip/PiPType.html#CUSTOM"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CONFIGURATION","url":"com/theoplayer/android/api/error/ErrorCategory.html#CONFIGURATION"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"LICENSE","url":"com/theoplayer/android/api/error/ErrorCategory.html#LICENSE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"SOURCE","url":"com/theoplayer/android/api/error/ErrorCategory.html#SOURCE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"MANIFEST","url":"com/theoplayer/android/api/error/ErrorCategory.html#MANIFEST"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"MEDIA","url":"com/theoplayer/android/api/error/ErrorCategory.html#MEDIA"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"NETWORK","url":"com/theoplayer/android/api/error/ErrorCategory.html#NETWORK"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CONTENT_PROTECTION","url":"com/theoplayer/android/api/error/ErrorCategory.html#CONTENT_PROTECTION"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"SUBTITLE","url":"com/theoplayer/android/api/error/ErrorCategory.html#SUBTITLE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"VR","url":"com/theoplayer/android/api/error/ErrorCategory.html#VR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"AD","url":"com/theoplayer/android/api/error/ErrorCategory.html#AD"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"FULLSCREEN","url":"com/theoplayer/android/api/error/ErrorCategory.html#FULLSCREEN"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CACHE","url":"com/theoplayer/android/api/error/ErrorCategory.html#CACHE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"THEOLIVE","url":"com/theoplayer/android/api/error/ErrorCategory.html#THEOLIVE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONFIGURATION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONFIGURATION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_DOMAIN","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_DOMAIN"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_SOURCE","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_SOURCE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_EXPIRED","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_EXPIRED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_FEATURE","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_FEATURE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SOURCE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#SOURCE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SOURCE_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#SOURCE_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_CORS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_CORS_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_PARSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_PARSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_DECODE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_DECODE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_AVPLAYER_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_AVPLAYER_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_ABORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_ABORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_INTERNAL_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_INTERNAL_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"NETWORK_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#NETWORK_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"NETWORK_TIMEOUT","url":"com/theoplayer/android/api/error/ErrorCode.html#NETWORK_TIMEOUT"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CONFIGURATION_MISSING","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CONFIGURATION_MISSING"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CONFIGURATION_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CONFIGURATION_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_INITIALIZATION_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_INITIALIZATION_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CERTIFICATE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CERTIFICATE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CERTIFICATE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CERTIFICATE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_LICENSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_LICENSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_LICENSE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_LICENSE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_KEY_EXPIRED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_KEY_EXPIRED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_KEY_MISSING","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_KEY_MISSING"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_OUTPUT_RESTRICTED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_OUTPUT_RESTRICTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_INTERNAL_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_INTERNAL_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_DEVICE_REVOKED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_DEVICE_REVOKED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_PROVISIONING_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_PROVISIONING_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_CORS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_CORS_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_PARSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_PARSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"VR_PLATFORM_UNSUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#VR_PLATFORM_UNSUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"VR_PRESENTATION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#VR_PRESENTATION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"AD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"AD_BLOCKER_DETECTED","url":"com/theoplayer/android/api/error/ErrorCode.html#AD_BLOCKER_DETECTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"FULLSCREEN_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#FULLSCREEN_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CACHE_SOURCE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CACHE_SOURCE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CACHE_CONTENT_PROTECTION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CACHE_CONTENT_PROTECTION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_UNKNOWN_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_UNKNOWN_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_CHANNEL_NOT_FOUND","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_CHANNEL_NOT_FOUND"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_END_OF_DEMO","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_END_OF_DEMO"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_ANALYTICS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_ANALYTICS_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"CANCEL","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#CANCEL"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"TIMEOUT","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#TIMEOUT"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"API_NOT_INITIALIZED","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#API_NOT_INITIALIZED"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"INVALID_PARAMETER","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#INVALID_PARAMETER"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"EXTENSION_NOT_COMPATIBLE","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#EXTENSION_NOT_COMPATIBLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"EXTENSION_MISSING","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#EXTENSION_MISSING"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"RECEIVER_UNAVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#RECEIVER_UNAVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"SESSION_ERROR","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#SESSION_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"CHANNEL_ERROR","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#CHANNEL_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"LOAD_MEDIA_FAILED","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#LOAD_MEDIA_FAILED"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"UNAVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#UNAVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"AVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#AVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"CONNECTING","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#CONNECTING"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"CONNECTED","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#CONNECTED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"UNINITIALISED","url":"com/theoplayer/android/api/cache/CacheStatus.html#UNINITIALISED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"INITIALISED","url":"com/theoplayer/android/api/cache/CacheStatus.html#INITIALISED"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"IDLE","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#IDLE"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"LOADING","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#LOADING"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"DONE","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#DONE"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"ERROR","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#ERROR"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"EVICTED","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#EVICTED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"LEGACY","url":"com/theoplayer/android/api/cache/CacheStorageType.html#LEGACY"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"MEDIA3","url":"com/theoplayer/android/api/cache/CacheStorageType.html#MEDIA3"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"FIT","url":"com/theoplayer/android/api/player/AspectRatio.html#FIT"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"FILL","url":"com/theoplayer/android/api/player/AspectRatio.html#FILL"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"ASPECT_FILL","url":"com/theoplayer/android/api/player/AspectRatio.html#ASPECT_FILL"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_NOTHING","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_NOTHING"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_METADATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_METADATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_CURRENT_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_CURRENT_DATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_FUTURE_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_FUTURE_DATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_ENOUGH_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_ENOUGH_DATA"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"NONE","url":"com/theoplayer/android/api/player/PreloadType.html#NONE"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"AUTO","url":"com/theoplayer/android/api/player/PreloadType.html#AUTO"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"METADATA","url":"com/theoplayer/android/api/player/PreloadType.html#METADATA"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"INLINE","url":"com/theoplayer/android/api/player/PresentationMode.html#INLINE"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"FULLSCREEN","url":"com/theoplayer/android/api/player/PresentationMode.html#FULLSCREEN"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"PICTURE_IN_PICTURE","url":"com/theoplayer/android/api/player/PresentationMode.html#PICTURE_IN_PICTURE"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"SURFACE_VIEW","url":"com/theoplayer/android/api/player/RenderingTarget.html#SURFACE_VIEW"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"SURFACE_CONTROL","url":"com/theoplayer/android/api/player/RenderingTarget.html#SURFACE_CONTROL"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"TEXTURE_VIEW","url":"com/theoplayer/android/api/player/RenderingTarget.html#TEXTURE_VIEW"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"CUSTOM","url":"com/theoplayer/android/api/player/RenderingTarget.html#CUSTOM"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"LOADING","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#LOADING"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"LOADED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#LOADED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"ERROR","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#ERROR"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_DEPRESSED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_DEPRESSED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_OUTLINE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_OUTLINE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_RAISED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_RAISED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_DROP_SHADOW","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_DROP_SHADOW"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"NORMAL","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#NORMAL"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"BOLD","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#BOLD"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"ITALIC","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#ITALIC"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"BOLD_ITALIC","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#BOLD_ITALIC"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"DEFAULT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#DEFAULT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"DEFAULT_BOLD","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#DEFAULT_BOLD"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"MONOSPACE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#MONOSPACE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"SANS_SERIF","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#SANS_SERIF"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"SERIF","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#SERIF"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"DISABLED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#DISABLED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"HIDDEN","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#HIDDEN"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"SHOWING","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#SHOWING"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"SUBTITLES","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#SUBTITLES"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"CAPTIONS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#CAPTIONS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"DESCRIPTIONS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#DESCRIPTIONS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"CHAPTERS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#CHAPTERS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"METADATA","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#METADATA"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"SRT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#SRT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"TTML","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#TTML"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"WEBVTT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#WEBVTT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"EMSG","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#EMSG"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"EVENTSTREAM","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#EVENTSTREAM"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"ID3","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#ID3"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"CEA608","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#CEA608"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"TIMECODE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#TIMECODE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"DATERANGE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#DATERANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"THEO_ADS","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#THEO_ADS"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"MEDIATAILOR","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#MEDIATAILOR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"CUSTOM","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#CUSTOM"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"VIDEO_CONTROLS","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#VIDEO_CONTROLS"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"CLOSE_AD","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#CLOSE_AD"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"NOT_VISIBLE","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#NOT_VISIBLE"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"OTHER","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#OTHER"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"MANIFEST","url":"com/theoplayer/android/api/network/http/RequestType.html#MANIFEST"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"SEGMENT","url":"com/theoplayer/android/api/network/http/RequestType.html#SEGMENT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"PRELOAD_HINT","url":"com/theoplayer/android/api/network/http/RequestType.html#PRELOAD_HINT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"CONTENT_PROTECTION","url":"com/theoplayer/android/api/network/http/RequestType.html#CONTENT_PROTECTION"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestSubType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"INITIALIZATION_SEGMENT","url":"com/theoplayer/android/api/network/http/RequestSubType.html#INITIALIZATION_SEGMENT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"FAIRPLAY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#FAIRPLAY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"FAIRPLAY_CERTIFICATE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#FAIRPLAY_CERTIFICATE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"WIDEVINE_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#WIDEVINE_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"WIDEVINE_CERTIFICATE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#WIDEVINE_CERTIFICATE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"PLAYREADY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#PLAYREADY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"CLEARKEY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#CLEARKEY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"AES128_KEY","url":"com/theoplayer/android/api/network/http/RequestSubType.html#AES128_KEY"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"AUDIO","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#AUDIO"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"VIDEO","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#VIDEO"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"TEXT","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#TEXT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"IMAGE","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#IMAGE"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/ResponseType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"ARRAY_BUFFER","url":"com/theoplayer/android/api/network/http/ResponseType.html#ARRAY_BUFFER"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"JSON","url":"com/theoplayer/android/api/network/http/ResponseType.html#JSON"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"STREAM","url":"com/theoplayer/android/api/network/http/ResponseType.html#STREAM"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"TEXT","url":"com/theoplayer/android/api/network/http/ResponseType.html#TEXT"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/source/AdIntegration.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"THEO_ADS","url":"com/theoplayer/android/api/source/AdIntegration.html#THEO_ADS"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"CUSTOM","url":"com/theoplayer/android/api/source/AdIntegration.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"DASH","url":"com/theoplayer/android/api/source/SourceType.html#DASH"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HLS","url":"com/theoplayer/android/api/source/SourceType.html#HLS"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HLSX","url":"com/theoplayer/android/api/source/SourceType.html#HLSX"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MP4","url":"com/theoplayer/android/api/source/SourceType.html#MP4"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"AAC","url":"com/theoplayer/android/api/source/SourceType.html#AAC"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MKV","url":"com/theoplayer/android/api/source/SourceType.html#MKV"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MP3","url":"com/theoplayer/android/api/source/SourceType.html#MP3"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"M4A","url":"com/theoplayer/android/api/source/SourceType.html#M4A"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"WAV","url":"com/theoplayer/android/api/source/SourceType.html#WAV"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HESP","url":"com/theoplayer/android/api/source/SourceType.html#HESP"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MILLICAST","url":"com/theoplayer/android/api/source/SourceType.html#MILLICAST"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"THEOLIVE","url":"com/theoplayer/android/api/source/SourceType.html#THEOLIVE"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"LIVE","url":"com/theoplayer/android/api/source/StreamType.html#LIVE"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"DVR","url":"com/theoplayer/android/api/source/StreamType.html#DVR"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"VOD","url":"com/theoplayer/android/api/source/StreamType.html#VOD"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"TITANIUM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#TITANIUM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"VUDRM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#VUDRM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"KEYOS","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#KEYOS"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"CONAX","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#CONAX"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"DRMTODAY","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#DRMTODAY"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"IRDETO","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#IRDETO"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"XSTREAM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#XSTREAM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"AXINOM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#AXINOM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"AZURE","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#AZURE"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"CUSTOM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"PERSISTENT","url":"com/theoplayer/android/api/source/drm/LicenseType.html#PERSISTENT"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"TEMPORARY","url":"com/theoplayer/android/api/source/drm/LicenseType.html#TEMPORARY"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"MOVIE","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#MOVIE"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"AUDIO","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#AUDIO"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"TV_SHOW","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#TV_SHOW"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"GENERIC","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#GENERIC"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"CUSTOM","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"LIVE","url":"com/theoplayer/android/api/source/ssai/StreamType.html#LIVE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"VOD","url":"com/theoplayer/android/api/source/ssai/StreamType.html#VOD"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ALL_ADS_COMPLETED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ALL_ADS_COMPLETED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_FETCH_ERROR","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_FETCH_ERROR"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CLICKED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CLICKED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"COMPLETED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#COMPLETED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CUEPOINTS_CHANGED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CUEPOINTS_CHANGED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CONTENT_PAUSE_REQUESTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CONTENT_PAUSE_REQUESTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CONTENT_RESUME_REQUESTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CONTENT_RESUME_REQUESTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"FIRST_QUARTILE","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"LOG","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#LOG"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_READY","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_READY"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"MIDPOINT","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#MIDPOINT"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"PAUSED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#PAUSED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"RESUMED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#RESUMED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"SKIPPABLE_STATE_CHANGED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#SKIPPABLE_STATE_CHANGED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"SKIPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#SKIPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"TAPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#TAPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ICON_TAPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ICON_TAPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ICON_FALLBACK_IMAGE_CLOSED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ICON_FALLBACK_IMAGE_CLOSED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"THIRD_QUARTILE","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"LOADED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#LOADED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PROGRESS","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PROGRESS"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BUFFERING","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BUFFERING"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_ENDED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_ENDED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PERIOD_STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PERIOD_STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PERIOD_ENDED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PERIOD_ENDED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_ERROR","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"PAUSE_AD_READY","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#PAUSE_AD_READY"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"UNKNOWN","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"AD_BREAK_END","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_BEGIN","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_END","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_END"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_CLICK_THROUGH","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_CLICK_THROUGH"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_CLICK_TRACKING","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_CLICK_TRACKING"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"SINGLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#SINGLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"LSHAPE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#LSHAPE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"DOUBLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#DOUBLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"ADBREAK","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#ADBREAK"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"OVERLAY","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#OVERLAY"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"SINGLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#SINGLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"L_SHAPE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#L_SHAPE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"DOUBLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#DOUBLE"}] diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/Metrics.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/Metrics.html index 9b8a7c2780d3..5caa88053282 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/Metrics.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/Metrics.html @@ -1025,6 +1025,33 @@

                                                                                                                                                                                                                          Metrics

                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            The bandwidth in bits per second estimated to be currently available, as used for ABR decisions.

                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            Declaration

                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            Swift

                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            public internal(set) var currentBandwidthEstimate: Double { get set }
                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • @@ -1045,7 +1072,7 @@

                                                                                                                                                                                                                            Metrics

                                                                                                                                                                                                                            Declaration

                                                                                                                                                                                                                            Swift

                                                                                                                                                                                                                            -
                                                                                                                                                                                                                            internal(set) public var droppedVideoFrames: Int { get set }
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            public internal(set) var droppedVideoFrames: Int { get set }
                                                                                                                                                                                                                            @@ -1072,7 +1099,7 @@

                                                                                                                                                                                                                            Declaration

                                                                                                                                                                                                                            Declaration

                                                                                                                                                                                                                            Swift

                                                                                                                                                                                                                            -
                                                                                                                                                                                                                            internal(set) public var renderedFramerate: Double { get set }
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            public internal(set) var renderedFramerate: Double { get set }
                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayer.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayer.html index 75fe10b4e9d8..0b074e297e93 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayer.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayer.html @@ -1578,6 +1578,34 @@

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                          + + + + manageContentMatching + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Sets or returns whether the player manages the display criteria of the TV to match the content. Defaults to false.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Remark

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • When enabled, and while the player is presented fullscreen, the player sets the display’s preferred frame rate and dynamic range to match the content before playback starts.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          • The display only follows these criteria when the user enabled content matching on tvOS in “Settings” > “Video and Audio” > “Match Content”.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          • A display mode switch may briefly blank the screen; only enable this on a single, fullscreen-presented player instance.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                        • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Structs/THEOliveConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Structs/THEOliveConfiguration.html index a0a73c5fa52b..bccdde162c90 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Structs/THEOliveConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Structs/THEOliveConfiguration.html @@ -273,9 +273,45 @@

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Override (in seconds) for how long HESP is not offered after a HESP source failure/fallback.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Remark

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • When set, this takes precedence over any value supplied by discovery.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          • A value of nil means no override (discovery decides); a non-positive value disables the cooldown.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          • Intended for testing and validation.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Swift

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          public let hespFallbackCooldown: Double?
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                          @@ -290,7 +326,7 @@

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                          Swift

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          public init(externalSessionId: String?, discoveryUrl: String? = nil, discoveryUrls: [String] = [])
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          public init(externalSessionId: String?, discoveryUrl: String? = nil, discoveryUrls: [String] = [], hespFallbackCooldown: Double? = nil)
                                                                                                                                                                                                                          @@ -334,6 +370,18 @@

                                                                                                                                                                                                                          Parameters

                                                                                                                                                                                                                          + + + + hespFallbackCooldown + + + +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          An optional override (in seconds) for the HESP-after-fallback cooldown, defaults to nil (discovery decides).

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + + diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Structs/THEOliveConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Structs/THEOliveConfiguration.html index a0a73c5fa52b..bccdde162c90 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Structs/THEOliveConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Structs/THEOliveConfiguration.html @@ -273,9 +273,45 @@

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Override (in seconds) for how long HESP is not offered after a HESP source failure/fallback.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Remark

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • When set, this takes precedence over any value supplied by discovery.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          • A value of nil means no override (discovery decides); a non-positive value disables the cooldown.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          • Intended for testing and validation.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Swift

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          public let hespFallbackCooldown: Double?
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                          @@ -290,7 +326,7 @@

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                          Swift

                                                                                                                                                                                                                          -
                                                                                                                                                                                                                          public init(externalSessionId: String?, discoveryUrl: String? = nil, discoveryUrls: [String] = [])
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          public init(externalSessionId: String?, discoveryUrl: String? = nil, discoveryUrls: [String] = [], hespFallbackCooldown: Double? = nil)
                                                                                                                                                                                                                          @@ -334,6 +370,18 @@

                                                                                                                                                                                                                          Parameters

                                                                                                                                                                                                                          + + + + hespFallbackCooldown + + + +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          An optional override (in seconds) for the HESP-after-fallback cooldown, defaults to nil (discovery decides).

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          + + diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/search.json b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/search.json index 5bc01a6116e2..6a913136671f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/search.json +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/search.json @@ -1 +1 @@ -{"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7minimumSivp":{"name":"minimum","parent_name":"PlayoutDelay"},"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7maximumSivp":{"name":"maximum","parent_name":"PlayoutDelay"},"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7minimum7maximumACSi_Sitcfc":{"name":"init(minimum:maximum:)","parent_name":"PlayoutDelay"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An id used to report usage analytics

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV12discoveryUrlSSSgvp":{"name":"discoveryUrl","abstract":"

                                                                                                                                                                                                                          Override for the discovery URL.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV13discoveryUrlsSaySSGvp":{"name":"discoveryUrls","abstract":"

                                                                                                                                                                                                                          Override for the discovery URL.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV17externalSessionId12discoveryUrl0H4UrlsACSSSg_AGSaySSGtcfc":{"name":"init(externalSessionId:discoveryUrl:discoveryUrls:)","abstract":"

                                                                                                                                                                                                                          Create a new instance of THEOliveConfiguration that can be used with THEOliveIntegrationFactory.create()

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV23DISTRIBUTION_LOAD_START0A3SDK0D4TypeCyAA021DistributionLoadStartD0CGvpZ":{"name":"DISTRIBUTION_LOAD_START","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive distribution starts.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV19DISTRIBUTION_LOADED0A3SDK0D4TypeCyAA018DistributionLoadedD0CGvpZ":{"name":"DISTRIBUTION_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV15ENDPOINT_LOADED0A3SDK0D4TypeCyAA014EndpointLoadedD0CGvpZ":{"name":"ENDPOINT_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV20DISTRIBUTION_OFFLINE0A3SDK0D4TypeCyAA019DistributionOfflineD0CGvpZ":{"name":"DISTRIBUTION_OFFLINE","abstract":"

                                                                                                                                                                                                                          Fired when loading a THEOlive distribution that cannot be played, for example because the publication is stopped or is still starting up.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV18INTENT_TO_FALLBACK0A3SDK0D4TypeCyAA016IntentToFallbackD0CGvpZ":{"name":"INTENT_TO_FALLBACK","abstract":"

                                                                                                                                                                                                                          Fired when IntentToFallbackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV5ERROR0A3SDK0D4TypeCyAA0b5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when an unrecoverable error occurs.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV4nameSSvp":{"name":"name","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV9accountIdSSvp":{"name":"accountId","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV11directorUrlSSSgvp":{"name":"directorUrl","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV6webrtcAA13WebrtcOptionsCSgvp":{"name":"webrtc","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"EndpointMillicastSource"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13engineLatencySdvp":{"name":"engineLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV19distributionLatencySdvp":{"name":"distributionLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13serverLatencySdvp":{"name":"serverLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV19synchroniserLatencySdvp":{"name":"synchroniserLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13bufferLatencySdvp":{"name":"bufferLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13playerLatencySdvp":{"name":"playerLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV15theoliveLatencySdvp":{"name":"theoliveLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html":{"name":"HESPLatencies"},"Structs/EndpointMillicastSource.html":{"name":"EndpointMillicastSource"},"Structs/THEOliveEventTypes.html":{"name":"THEOliveEventTypes"},"Structs/THEOliveConfiguration.html":{"name":"THEOliveConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for THEOlive

                                                                                                                                                                                                                          "},"Structs/PlayoutDelay.html":{"name":"PlayoutDelay","abstract":"

                                                                                                                                                                                                                          The playout delay configuration.

                                                                                                                                                                                                                          "},"Protocols/THEOlive.html#/s:29THEOplayerTHEOliveIntegration0B0P16addEventListener4type8listener0A3SDK0eF0_pAG0E4TypeCyqd__G_yqd__ctAG0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given THEOliveEventTypes.

                                                                                                                                                                                                                          ","parent_name":"THEOlive"},"Protocols/THEOlive.html#/s:29THEOplayerTHEOliveIntegration0B0P19removeEventListener4type8listenery0A3SDK0E4TypeCyqd__G_AG0eF0_ptAG0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given THEOliveEventTypes.

                                                                                                                                                                                                                          ","parent_name":"THEOlive"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP6goLiveyyF":{"name":"goLive()","abstract":"

                                                                                                                                                                                                                          Seek to the live edge.

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP9latenciesAA13HESPLatenciesVSgvp":{"name":"latencies","abstract":"

                                                                                                                                                                                                                          Calculated latency values for the different parts of the HESP pipeline

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP14currentLatencySdSgvp":{"name":"currentLatency","abstract":"

                                                                                                                                                                                                                          The current measured streaming latency

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP9authTokenSSSgvp":{"name":"authToken","abstract":"

                                                                                                                                                                                                                          The authentication token that will be used when requesting a manifest or segment.

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP7hespSrcSSSgvp":{"name":"hespSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP6hlsSrcSSSgvp":{"name":"hlsSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP12hlsMpegTsSrcSSSgvp":{"name":"hlsMpegTsSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP12millicastSrcAA0D15MillicastSourceVSgvp":{"name":"millicastSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP3cdnSSSgvp":{"name":"cdn","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP5adSrcSSSgvp":{"name":"adSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP11daiAssetKeySSSgvp":{"name":"daiAssetKey","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP6weightSdvp":{"name":"weight","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP8prioritySivp":{"name":"priority","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP24channelContentProtectionAA07ChannelgH0_pSgvp":{"name":"channelContentProtection","parent_name":"EndpointAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP2idSSvp":{"name":"id","parent_name":"DistributionAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP10externalIdSSSgvp":{"name":"externalId","parent_name":"DistributionAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP4nameSSvp":{"name":"name","parent_name":"DistributionAPI"},"Protocols/LicenseConfiguration.html#/s:29THEOplayerTHEOliveIntegration20LicenseConfigurationP10licenseUrlSSvp":{"name":"licenseUrl","parent_name":"LicenseConfiguration"},"Protocols/KeySystemConfiguration.html#/s:29THEOplayerTHEOliveIntegration22KeySystemConfigurationP14certificateUrlSSvp":{"name":"certificateUrl","parent_name":"KeySystemConfiguration"},"Protocols/KeySystemConfiguration.html#/s:29THEOplayerTHEOliveIntegration22KeySystemConfigurationP10licenseUrlSSvp":{"name":"licenseUrl","parent_name":"KeySystemConfiguration"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP9KeySystemQa":{"name":"KeySystem","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP7LicenseQa":{"name":"License","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP11integrationSSvp":{"name":"integration","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP8fairplay9KeySystemQzSgvp":{"name":"fairplay","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP8widevine7LicenseQzSgvp":{"name":"widevine","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP9playready7LicenseQzSgvp":{"name":"playready","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP15queryParametersSDyS2SGSgvp":{"name":"queryParameters","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP7headersSDyS2SGSgvp":{"name":"headers","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html":{"name":"ChannelContentProtection"},"Protocols/KeySystemConfiguration.html":{"name":"KeySystemConfiguration"},"Protocols/LicenseConfiguration.html":{"name":"LicenseConfiguration"},"Protocols/DistributionAPI.html":{"name":"DistributionAPI"},"Protocols/EndpointAPI.html":{"name":"EndpointAPI"},"Protocols/THEOliveAPI.html":{"name":"THEOliveAPI","abstract":"

                                                                                                                                                                                                                          API for the THEOliveContentPlayer to provide access to the underlying THEOlive SDK.

                                                                                                                                                                                                                          "},"Protocols/THEOlive.html":{"name":"THEOlive","abstract":"

                                                                                                                                                                                                                          API to access THEOlive specific functionality.

                                                                                                                                                                                                                          "},"Protocols.html#/s:29THEOplayerTHEOliveIntegration0bC0P":{"name":"THEOliveIntegration"},"Extensions/THEOliveIntegrationImplementation.html#/s:29THEOplayerTHEOliveIntegration0bC14ImplementationC4kind0A3SDK0C4KindOvp":{"name":"kind","parent_name":"THEOliveIntegrationImplementation"},"Extensions/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC0A19THEOliveIntegrationE03seteC0yyAD0eC0VF":{"name":"setTHEOliveConfiguration(_:)","abstract":"

                                                                                                                                                                                                                          Sets a THEOliveConfiguration to the builder.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Extensions/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC0A19THEOliveIntegrationE08theoliveC0AD0dC0VSgvp":{"name":"theoliveConfiguration","abstract":"

                                                                                                                                                                                                                          Returns the associated THEOliveConfiguration to the THEOplayerConfiguration if it exists.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Extensions/THEOplayerSDK/THEOplayer.html#/s:13THEOplayerSDK0A0C0A19THEOliveIntegrationE8theoLiveAD0C0_pSgvp":{"name":"theoLive","abstract":"

                                                                                                                                                                                                                          The THEOlive API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Extensions/THEOplayerSDK/THEOplayer.html":{"name":"THEOplayer","parent_name":"THEOplayerSDK"},"Extensions/DiscoveryErrors.html#/s:29THEOplayerTHEOliveIntegration15DiscoveryErrorsO15ChannelNotFoundV":{"name":"ChannelNotFound","parent_name":"DiscoveryErrors"},"Extensions.html#/Task":{"name":"Task"},"Extensions.html#/s:ScT":{"name":"Task"},"Extensions.html#/c:@M@THEOplayerTHEOliveIntegration@objc(cs)ProxiedHespContentPlayer":{"name":"ProxiedHespContentPlayer"},"Extensions/DiscoveryErrors.html":{"name":"DiscoveryErrors"},"Extensions/THEOplayerSDK.html":{"name":"THEOplayerSDK"},"Extensions/THEOplayerConfiguration.html":{"name":"THEOplayerConfiguration"},"Extensions/THEOplayerConfigurationBuilder.html":{"name":"THEOplayerConfigurationBuilder"},"Extensions/THEOliveIntegrationImplementation.html":{"name":"THEOliveIntegrationImplementation"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC13targetLatencySdSgvp":{"name":"targetLatency","abstract":"

                                                                                                                                                                                                                          The amount of seconds from live that the player will aim for.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC7profileSSSgvp":{"name":"profile","abstract":"

                                                                                                                                                                                                                          The profile identifier is included as a query parameter in the discovery request to obtain a response specific to that profile.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC6webrtcAA13WebrtcOptionsCSgvp":{"name":"webrtc","abstract":"

                                                                                                                                                                                                                          WebRTC configuration for a THEOlive Millicast source.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC9channelId7headers13targetLatency3drm7profile6webrtcACSS_SDyS2SGSgSdSg0A3SDK16DRMConfiguration_pSgSSSgAA13WebrtcOptionsCSgtcfc":{"name":"init(channelId:headers:targetLatency:drm:profile:webrtc:)","abstract":"

                                                                                                                                                                                                                          Creates a new typed source with a theo.live channel ID

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC4fromACs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"TheoLiveSource"},"Classes/WebrtcOptions.html#/s:29THEOplayerTHEOliveIntegration13WebrtcOptionsC14playoutDelayMsAA07PlayoutG0VSgvp":{"name":"playoutDelayMs","parent_name":"WebrtcOptions"},"Classes/WebrtcOptions.html#/s:29THEOplayerTHEOliveIntegration13WebrtcOptionsC14playoutDelayMsAcA07PlayoutG0VSg_tcfc":{"name":"init(playoutDelayMs:)","parent_name":"WebrtcOptions"},"Classes/THEOliveIntegrationFactory.html#/s:29THEOplayerTHEOliveIntegration0bC7FactoryC06createC04withAA0bC0_pAA0B13ConfigurationVSg_tFZ":{"name":"createIntegration(with:)","parent_name":"THEOliveIntegrationFactory"},"Classes/THEOliveIntegrationFactory.html#/s:s17CustomReflectableP12customMirrors0D0Vvp":{"name":"customMirror","parent_name":"THEOliveIntegrationFactory"},"Classes/IntentToFallbackEvent.html#/s:29THEOplayerTHEOliveIntegration21IntentToFallbackEventC6reason0A3SDK9THEOError_pSgvp":{"name":"reason","abstract":"

                                                                                                                                                                                                                          The reason why the player chose to fallback.

                                                                                                                                                                                                                          ","parent_name":"IntentToFallbackEvent"},"Classes/DistributionOfflineEvent.html#/s:29THEOplayerTHEOliveIntegration24DistributionOfflineEventC14distributionIdSSvp":{"name":"distributionId","parent_name":"DistributionOfflineEvent"},"Classes/EndpointLoadedEvent.html#/s:29THEOplayerTHEOliveIntegration19EndpointLoadedEventC8endpointAA0D3API_pvp":{"name":"endpoint","abstract":"

                                                                                                                                                                                                                          The endpoint that has been loaded.

                                                                                                                                                                                                                          ","parent_name":"EndpointLoadedEvent"},"Classes/DistributionLoadedEvent.html#/s:29THEOplayerTHEOliveIntegration23DistributionLoadedEventC12distributionAA0D3API_pvp":{"name":"distribution","parent_name":"DistributionLoadedEvent"},"Classes/DistributionLoadStartEvent.html#/s:29THEOplayerTHEOliveIntegration26DistributionLoadStartEventC14distributionIdSSvp":{"name":"distributionId","parent_name":"DistributionLoadStartEvent"},"Classes/THEOliveErrorEvent.html#/s:29THEOplayerTHEOliveIntegration0B10ErrorEventC5errorSSvp":{"name":"error","parent_name":"THEOliveErrorEvent"},"Classes/THEOliveEvent.html#/s:29THEOplayerTHEOliveIntegration0B5EventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event

                                                                                                                                                                                                                          ","parent_name":"THEOliveEvent"},"Classes/THEOliveEvent.html#/s:29THEOplayerTHEOliveIntegration0B5EventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEvent"},"Classes/THEOliveEvent.html":{"name":"THEOliveEvent"},"Classes/THEOliveErrorEvent.html":{"name":"THEOliveErrorEvent"},"Classes/DistributionLoadStartEvent.html":{"name":"DistributionLoadStartEvent"},"Classes/DistributionLoadedEvent.html":{"name":"DistributionLoadedEvent","abstract":"

                                                                                                                                                                                                                          Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                          "},"Classes/EndpointLoadedEvent.html":{"name":"EndpointLoadedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error"},"Classes/DistributionOfflineEvent.html":{"name":"DistributionOfflineEvent"},"Classes/IntentToFallbackEvent.html":{"name":"IntentToFallbackEvent"},"Classes/THEOliveIntegrationFactory.html":{"name":"THEOliveIntegrationFactory","abstract":"

                                                                                                                                                                                                                          Utility to instantiate a THEOlive Integration.

                                                                                                                                                                                                                          "},"Classes/WebrtcOptions.html":{"name":"WebrtcOptions","abstract":"

                                                                                                                                                                                                                          WebRTC configuration for a Millicast source.

                                                                                                                                                                                                                          "},"Classes/TheoLiveSource.html":{"name":"TheoLiveSource","abstract":"

                                                                                                                                                                                                                          Source that points to a channel on theo.live

                                                                                                                                                                                                                          "},"Classes.html":{"name":"Classes","abstract":"

                                                                                                                                                                                                                          The following classes are available globally.

                                                                                                                                                                                                                          "},"Extensions.html":{"name":"Extensions","abstract":"

                                                                                                                                                                                                                          The following extensions are available globally.

                                                                                                                                                                                                                          "},"Protocols.html":{"name":"Protocols","abstract":"

                                                                                                                                                                                                                          The following protocols are available globally.

                                                                                                                                                                                                                          "},"Structs.html":{"name":"Structures","abstract":"

                                                                                                                                                                                                                          The following structures are available globally.

                                                                                                                                                                                                                          "}} \ No newline at end of file +{"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7minimumSivp":{"name":"minimum","parent_name":"PlayoutDelay"},"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7maximumSivp":{"name":"maximum","parent_name":"PlayoutDelay"},"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7minimum7maximumACSi_Sitcfc":{"name":"init(minimum:maximum:)","parent_name":"PlayoutDelay"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An id used to report usage analytics

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV12discoveryUrlSSSgvp":{"name":"discoveryUrl","abstract":"

                                                                                                                                                                                                                          Override for the discovery URL.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV13discoveryUrlsSaySSGvp":{"name":"discoveryUrls","abstract":"

                                                                                                                                                                                                                          Override for the discovery URL.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV20hespFallbackCooldownSdSgvp":{"name":"hespFallbackCooldown","abstract":"

                                                                                                                                                                                                                          Override (in seconds) for how long HESP is not offered after a HESP source failure/fallback.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV17externalSessionId12discoveryUrl0H4Urls20hespFallbackCooldownACSSSg_AHSaySSGSdSgtcfc":{"name":"init(externalSessionId:discoveryUrl:discoveryUrls:hespFallbackCooldown:)","abstract":"

                                                                                                                                                                                                                          Create a new instance of THEOliveConfiguration that can be used with THEOliveIntegrationFactory.create()

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV23DISTRIBUTION_LOAD_START0A3SDK0D4TypeCyAA021DistributionLoadStartD0CGvpZ":{"name":"DISTRIBUTION_LOAD_START","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive distribution starts.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV19DISTRIBUTION_LOADED0A3SDK0D4TypeCyAA018DistributionLoadedD0CGvpZ":{"name":"DISTRIBUTION_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV15ENDPOINT_LOADED0A3SDK0D4TypeCyAA014EndpointLoadedD0CGvpZ":{"name":"ENDPOINT_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV20DISTRIBUTION_OFFLINE0A3SDK0D4TypeCyAA019DistributionOfflineD0CGvpZ":{"name":"DISTRIBUTION_OFFLINE","abstract":"

                                                                                                                                                                                                                          Fired when loading a THEOlive distribution that cannot be played, for example because the publication is stopped or is still starting up.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV18INTENT_TO_FALLBACK0A3SDK0D4TypeCyAA016IntentToFallbackD0CGvpZ":{"name":"INTENT_TO_FALLBACK","abstract":"

                                                                                                                                                                                                                          Fired when IntentToFallbackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV5ERROR0A3SDK0D4TypeCyAA0b5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when an unrecoverable error occurs.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV4nameSSvp":{"name":"name","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV9accountIdSSvp":{"name":"accountId","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV11directorUrlSSSgvp":{"name":"directorUrl","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV6webrtcAA13WebrtcOptionsCSgvp":{"name":"webrtc","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"EndpointMillicastSource"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13engineLatencySdvp":{"name":"engineLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV19distributionLatencySdvp":{"name":"distributionLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13serverLatencySdvp":{"name":"serverLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV19synchroniserLatencySdvp":{"name":"synchroniserLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13bufferLatencySdvp":{"name":"bufferLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13playerLatencySdvp":{"name":"playerLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV15theoliveLatencySdvp":{"name":"theoliveLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html":{"name":"HESPLatencies"},"Structs/EndpointMillicastSource.html":{"name":"EndpointMillicastSource"},"Structs/THEOliveEventTypes.html":{"name":"THEOliveEventTypes"},"Structs/THEOliveConfiguration.html":{"name":"THEOliveConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for THEOlive

                                                                                                                                                                                                                          "},"Structs/PlayoutDelay.html":{"name":"PlayoutDelay","abstract":"

                                                                                                                                                                                                                          The playout delay configuration.

                                                                                                                                                                                                                          "},"Protocols/THEOlive.html#/s:29THEOplayerTHEOliveIntegration0B0P16addEventListener4type8listener0A3SDK0eF0_pAG0E4TypeCyqd__G_yqd__ctAG0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given THEOliveEventTypes.

                                                                                                                                                                                                                          ","parent_name":"THEOlive"},"Protocols/THEOlive.html#/s:29THEOplayerTHEOliveIntegration0B0P19removeEventListener4type8listenery0A3SDK0E4TypeCyqd__G_AG0eF0_ptAG0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given THEOliveEventTypes.

                                                                                                                                                                                                                          ","parent_name":"THEOlive"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP6goLiveyyF":{"name":"goLive()","abstract":"

                                                                                                                                                                                                                          Seek to the live edge.

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP9latenciesAA13HESPLatenciesVSgvp":{"name":"latencies","abstract":"

                                                                                                                                                                                                                          Calculated latency values for the different parts of the HESP pipeline

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP14currentLatencySdSgvp":{"name":"currentLatency","abstract":"

                                                                                                                                                                                                                          The current measured streaming latency

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP9authTokenSSSgvp":{"name":"authToken","abstract":"

                                                                                                                                                                                                                          The authentication token that will be used when requesting a manifest or segment.

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP7hespSrcSSSgvp":{"name":"hespSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP6hlsSrcSSSgvp":{"name":"hlsSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP12hlsMpegTsSrcSSSgvp":{"name":"hlsMpegTsSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP12millicastSrcAA0D15MillicastSourceVSgvp":{"name":"millicastSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP3cdnSSSgvp":{"name":"cdn","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP5adSrcSSSgvp":{"name":"adSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP11daiAssetKeySSSgvp":{"name":"daiAssetKey","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP6weightSdvp":{"name":"weight","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP8prioritySivp":{"name":"priority","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP24channelContentProtectionAA07ChannelgH0_pSgvp":{"name":"channelContentProtection","parent_name":"EndpointAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP2idSSvp":{"name":"id","parent_name":"DistributionAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP10externalIdSSSgvp":{"name":"externalId","parent_name":"DistributionAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP4nameSSvp":{"name":"name","parent_name":"DistributionAPI"},"Protocols/LicenseConfiguration.html#/s:29THEOplayerTHEOliveIntegration20LicenseConfigurationP10licenseUrlSSvp":{"name":"licenseUrl","parent_name":"LicenseConfiguration"},"Protocols/KeySystemConfiguration.html#/s:29THEOplayerTHEOliveIntegration22KeySystemConfigurationP14certificateUrlSSvp":{"name":"certificateUrl","parent_name":"KeySystemConfiguration"},"Protocols/KeySystemConfiguration.html#/s:29THEOplayerTHEOliveIntegration22KeySystemConfigurationP10licenseUrlSSvp":{"name":"licenseUrl","parent_name":"KeySystemConfiguration"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP9KeySystemQa":{"name":"KeySystem","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP7LicenseQa":{"name":"License","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP11integrationSSvp":{"name":"integration","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP8fairplay9KeySystemQzSgvp":{"name":"fairplay","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP8widevine7LicenseQzSgvp":{"name":"widevine","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP9playready7LicenseQzSgvp":{"name":"playready","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP15queryParametersSDyS2SGSgvp":{"name":"queryParameters","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP7headersSDyS2SGSgvp":{"name":"headers","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html":{"name":"ChannelContentProtection"},"Protocols/KeySystemConfiguration.html":{"name":"KeySystemConfiguration"},"Protocols/LicenseConfiguration.html":{"name":"LicenseConfiguration"},"Protocols/DistributionAPI.html":{"name":"DistributionAPI"},"Protocols/EndpointAPI.html":{"name":"EndpointAPI"},"Protocols/THEOliveAPI.html":{"name":"THEOliveAPI","abstract":"

                                                                                                                                                                                                                          API for the THEOliveContentPlayer to provide access to the underlying THEOlive SDK.

                                                                                                                                                                                                                          "},"Protocols/THEOlive.html":{"name":"THEOlive","abstract":"

                                                                                                                                                                                                                          API to access THEOlive specific functionality.

                                                                                                                                                                                                                          "},"Protocols.html#/s:29THEOplayerTHEOliveIntegration0bC0P":{"name":"THEOliveIntegration"},"Extensions/THEOliveIntegrationImplementation.html#/s:29THEOplayerTHEOliveIntegration0bC14ImplementationC4kind0A3SDK0C4KindOvp":{"name":"kind","parent_name":"THEOliveIntegrationImplementation"},"Extensions/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC0A19THEOliveIntegrationE03seteC0yyAD0eC0VF":{"name":"setTHEOliveConfiguration(_:)","abstract":"

                                                                                                                                                                                                                          Sets a THEOliveConfiguration to the builder.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Extensions/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC0A19THEOliveIntegrationE08theoliveC0AD0dC0VSgvp":{"name":"theoliveConfiguration","abstract":"

                                                                                                                                                                                                                          Returns the associated THEOliveConfiguration to the THEOplayerConfiguration if it exists.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Extensions/THEOplayerSDK/THEOplayer.html#/s:13THEOplayerSDK0A0C0A19THEOliveIntegrationE8theoLiveAD0C0_pSgvp":{"name":"theoLive","abstract":"

                                                                                                                                                                                                                          The THEOlive API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Extensions/THEOplayerSDK/THEOplayer.html":{"name":"THEOplayer","parent_name":"THEOplayerSDK"},"Extensions/DiscoveryErrors.html#/s:29THEOplayerTHEOliveIntegration15DiscoveryErrorsO15ChannelNotFoundV":{"name":"ChannelNotFound","parent_name":"DiscoveryErrors"},"Extensions.html#/Task":{"name":"Task"},"Extensions.html#/s:ScT":{"name":"Task"},"Extensions.html#/c:@M@THEOplayerTHEOliveIntegration@objc(cs)ProxiedHespContentPlayer":{"name":"ProxiedHespContentPlayer"},"Extensions/DiscoveryErrors.html":{"name":"DiscoveryErrors"},"Extensions/THEOplayerSDK.html":{"name":"THEOplayerSDK"},"Extensions/THEOplayerConfiguration.html":{"name":"THEOplayerConfiguration"},"Extensions/THEOplayerConfigurationBuilder.html":{"name":"THEOplayerConfigurationBuilder"},"Extensions/THEOliveIntegrationImplementation.html":{"name":"THEOliveIntegrationImplementation"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC13targetLatencySdSgvp":{"name":"targetLatency","abstract":"

                                                                                                                                                                                                                          The amount of seconds from live that the player will aim for.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC7profileSSSgvp":{"name":"profile","abstract":"

                                                                                                                                                                                                                          The profile identifier is included as a query parameter in the discovery request to obtain a response specific to that profile.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC6webrtcAA13WebrtcOptionsCSgvp":{"name":"webrtc","abstract":"

                                                                                                                                                                                                                          WebRTC configuration for a THEOlive Millicast source.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC9channelId7headers13targetLatency3drm7profile6webrtcACSS_SDyS2SGSgSdSg0A3SDK16DRMConfiguration_pSgSSSgAA13WebrtcOptionsCSgtcfc":{"name":"init(channelId:headers:targetLatency:drm:profile:webrtc:)","abstract":"

                                                                                                                                                                                                                          Creates a new typed source with a theo.live channel ID

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC4fromACs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"TheoLiveSource"},"Classes/WebrtcOptions.html#/s:29THEOplayerTHEOliveIntegration13WebrtcOptionsC14playoutDelayMsAA07PlayoutG0VSgvp":{"name":"playoutDelayMs","parent_name":"WebrtcOptions"},"Classes/WebrtcOptions.html#/s:29THEOplayerTHEOliveIntegration13WebrtcOptionsC14playoutDelayMsAcA07PlayoutG0VSg_tcfc":{"name":"init(playoutDelayMs:)","parent_name":"WebrtcOptions"},"Classes/THEOliveIntegrationFactory.html#/s:29THEOplayerTHEOliveIntegration0bC7FactoryC06createC04withAA0bC0_pAA0B13ConfigurationVSg_tFZ":{"name":"createIntegration(with:)","parent_name":"THEOliveIntegrationFactory"},"Classes/THEOliveIntegrationFactory.html#/s:s17CustomReflectableP12customMirrors0D0Vvp":{"name":"customMirror","parent_name":"THEOliveIntegrationFactory"},"Classes/IntentToFallbackEvent.html#/s:29THEOplayerTHEOliveIntegration21IntentToFallbackEventC6reason0A3SDK9THEOError_pSgvp":{"name":"reason","abstract":"

                                                                                                                                                                                                                          The reason why the player chose to fallback.

                                                                                                                                                                                                                          ","parent_name":"IntentToFallbackEvent"},"Classes/DistributionOfflineEvent.html#/s:29THEOplayerTHEOliveIntegration24DistributionOfflineEventC14distributionIdSSvp":{"name":"distributionId","parent_name":"DistributionOfflineEvent"},"Classes/EndpointLoadedEvent.html#/s:29THEOplayerTHEOliveIntegration19EndpointLoadedEventC8endpointAA0D3API_pvp":{"name":"endpoint","abstract":"

                                                                                                                                                                                                                          The endpoint that has been loaded.

                                                                                                                                                                                                                          ","parent_name":"EndpointLoadedEvent"},"Classes/DistributionLoadedEvent.html#/s:29THEOplayerTHEOliveIntegration23DistributionLoadedEventC12distributionAA0D3API_pvp":{"name":"distribution","parent_name":"DistributionLoadedEvent"},"Classes/DistributionLoadStartEvent.html#/s:29THEOplayerTHEOliveIntegration26DistributionLoadStartEventC14distributionIdSSvp":{"name":"distributionId","parent_name":"DistributionLoadStartEvent"},"Classes/THEOliveErrorEvent.html#/s:29THEOplayerTHEOliveIntegration0B10ErrorEventC5errorSSvp":{"name":"error","parent_name":"THEOliveErrorEvent"},"Classes/THEOliveEvent.html#/s:29THEOplayerTHEOliveIntegration0B5EventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event

                                                                                                                                                                                                                          ","parent_name":"THEOliveEvent"},"Classes/THEOliveEvent.html#/s:29THEOplayerTHEOliveIntegration0B5EventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEvent"},"Classes/THEOliveEvent.html":{"name":"THEOliveEvent"},"Classes/THEOliveErrorEvent.html":{"name":"THEOliveErrorEvent"},"Classes/DistributionLoadStartEvent.html":{"name":"DistributionLoadStartEvent"},"Classes/DistributionLoadedEvent.html":{"name":"DistributionLoadedEvent","abstract":"

                                                                                                                                                                                                                          Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                          "},"Classes/EndpointLoadedEvent.html":{"name":"EndpointLoadedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error"},"Classes/DistributionOfflineEvent.html":{"name":"DistributionOfflineEvent"},"Classes/IntentToFallbackEvent.html":{"name":"IntentToFallbackEvent"},"Classes/THEOliveIntegrationFactory.html":{"name":"THEOliveIntegrationFactory","abstract":"

                                                                                                                                                                                                                          Utility to instantiate a THEOlive Integration.

                                                                                                                                                                                                                          "},"Classes/WebrtcOptions.html":{"name":"WebrtcOptions","abstract":"

                                                                                                                                                                                                                          WebRTC configuration for a Millicast source.

                                                                                                                                                                                                                          "},"Classes/TheoLiveSource.html":{"name":"TheoLiveSource","abstract":"

                                                                                                                                                                                                                          Source that points to a channel on theo.live

                                                                                                                                                                                                                          "},"Classes.html":{"name":"Classes","abstract":"

                                                                                                                                                                                                                          The following classes are available globally.

                                                                                                                                                                                                                          "},"Extensions.html":{"name":"Extensions","abstract":"

                                                                                                                                                                                                                          The following extensions are available globally.

                                                                                                                                                                                                                          "},"Protocols.html":{"name":"Protocols","abstract":"

                                                                                                                                                                                                                          The following protocols are available globally.

                                                                                                                                                                                                                          "},"Structs.html":{"name":"Structures","abstract":"

                                                                                                                                                                                                                          The following structures are available globally.

                                                                                                                                                                                                                          "}} \ No newline at end of file diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/docSet.dsidx b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/docSet.dsidx index 264b499fdd9a..a0a2dfd51f22 100644 Binary files a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/docSet.dsidx and b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/docSet.dsidx differ diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/search.json b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/search.json index 5bc01a6116e2..6a913136671f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/search.json +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/search.json @@ -1 +1 @@ -{"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7minimumSivp":{"name":"minimum","parent_name":"PlayoutDelay"},"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7maximumSivp":{"name":"maximum","parent_name":"PlayoutDelay"},"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7minimum7maximumACSi_Sitcfc":{"name":"init(minimum:maximum:)","parent_name":"PlayoutDelay"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An id used to report usage analytics

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV12discoveryUrlSSSgvp":{"name":"discoveryUrl","abstract":"

                                                                                                                                                                                                                          Override for the discovery URL.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV13discoveryUrlsSaySSGvp":{"name":"discoveryUrls","abstract":"

                                                                                                                                                                                                                          Override for the discovery URL.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV17externalSessionId12discoveryUrl0H4UrlsACSSSg_AGSaySSGtcfc":{"name":"init(externalSessionId:discoveryUrl:discoveryUrls:)","abstract":"

                                                                                                                                                                                                                          Create a new instance of THEOliveConfiguration that can be used with THEOliveIntegrationFactory.create()

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV23DISTRIBUTION_LOAD_START0A3SDK0D4TypeCyAA021DistributionLoadStartD0CGvpZ":{"name":"DISTRIBUTION_LOAD_START","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive distribution starts.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV19DISTRIBUTION_LOADED0A3SDK0D4TypeCyAA018DistributionLoadedD0CGvpZ":{"name":"DISTRIBUTION_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV15ENDPOINT_LOADED0A3SDK0D4TypeCyAA014EndpointLoadedD0CGvpZ":{"name":"ENDPOINT_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV20DISTRIBUTION_OFFLINE0A3SDK0D4TypeCyAA019DistributionOfflineD0CGvpZ":{"name":"DISTRIBUTION_OFFLINE","abstract":"

                                                                                                                                                                                                                          Fired when loading a THEOlive distribution that cannot be played, for example because the publication is stopped or is still starting up.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV18INTENT_TO_FALLBACK0A3SDK0D4TypeCyAA016IntentToFallbackD0CGvpZ":{"name":"INTENT_TO_FALLBACK","abstract":"

                                                                                                                                                                                                                          Fired when IntentToFallbackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV5ERROR0A3SDK0D4TypeCyAA0b5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when an unrecoverable error occurs.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV4nameSSvp":{"name":"name","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV9accountIdSSvp":{"name":"accountId","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV11directorUrlSSSgvp":{"name":"directorUrl","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV6webrtcAA13WebrtcOptionsCSgvp":{"name":"webrtc","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"EndpointMillicastSource"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13engineLatencySdvp":{"name":"engineLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV19distributionLatencySdvp":{"name":"distributionLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13serverLatencySdvp":{"name":"serverLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV19synchroniserLatencySdvp":{"name":"synchroniserLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13bufferLatencySdvp":{"name":"bufferLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13playerLatencySdvp":{"name":"playerLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV15theoliveLatencySdvp":{"name":"theoliveLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html":{"name":"HESPLatencies"},"Structs/EndpointMillicastSource.html":{"name":"EndpointMillicastSource"},"Structs/THEOliveEventTypes.html":{"name":"THEOliveEventTypes"},"Structs/THEOliveConfiguration.html":{"name":"THEOliveConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for THEOlive

                                                                                                                                                                                                                          "},"Structs/PlayoutDelay.html":{"name":"PlayoutDelay","abstract":"

                                                                                                                                                                                                                          The playout delay configuration.

                                                                                                                                                                                                                          "},"Protocols/THEOlive.html#/s:29THEOplayerTHEOliveIntegration0B0P16addEventListener4type8listener0A3SDK0eF0_pAG0E4TypeCyqd__G_yqd__ctAG0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given THEOliveEventTypes.

                                                                                                                                                                                                                          ","parent_name":"THEOlive"},"Protocols/THEOlive.html#/s:29THEOplayerTHEOliveIntegration0B0P19removeEventListener4type8listenery0A3SDK0E4TypeCyqd__G_AG0eF0_ptAG0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given THEOliveEventTypes.

                                                                                                                                                                                                                          ","parent_name":"THEOlive"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP6goLiveyyF":{"name":"goLive()","abstract":"

                                                                                                                                                                                                                          Seek to the live edge.

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP9latenciesAA13HESPLatenciesVSgvp":{"name":"latencies","abstract":"

                                                                                                                                                                                                                          Calculated latency values for the different parts of the HESP pipeline

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP14currentLatencySdSgvp":{"name":"currentLatency","abstract":"

                                                                                                                                                                                                                          The current measured streaming latency

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP9authTokenSSSgvp":{"name":"authToken","abstract":"

                                                                                                                                                                                                                          The authentication token that will be used when requesting a manifest or segment.

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP7hespSrcSSSgvp":{"name":"hespSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP6hlsSrcSSSgvp":{"name":"hlsSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP12hlsMpegTsSrcSSSgvp":{"name":"hlsMpegTsSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP12millicastSrcAA0D15MillicastSourceVSgvp":{"name":"millicastSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP3cdnSSSgvp":{"name":"cdn","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP5adSrcSSSgvp":{"name":"adSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP11daiAssetKeySSSgvp":{"name":"daiAssetKey","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP6weightSdvp":{"name":"weight","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP8prioritySivp":{"name":"priority","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP24channelContentProtectionAA07ChannelgH0_pSgvp":{"name":"channelContentProtection","parent_name":"EndpointAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP2idSSvp":{"name":"id","parent_name":"DistributionAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP10externalIdSSSgvp":{"name":"externalId","parent_name":"DistributionAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP4nameSSvp":{"name":"name","parent_name":"DistributionAPI"},"Protocols/LicenseConfiguration.html#/s:29THEOplayerTHEOliveIntegration20LicenseConfigurationP10licenseUrlSSvp":{"name":"licenseUrl","parent_name":"LicenseConfiguration"},"Protocols/KeySystemConfiguration.html#/s:29THEOplayerTHEOliveIntegration22KeySystemConfigurationP14certificateUrlSSvp":{"name":"certificateUrl","parent_name":"KeySystemConfiguration"},"Protocols/KeySystemConfiguration.html#/s:29THEOplayerTHEOliveIntegration22KeySystemConfigurationP10licenseUrlSSvp":{"name":"licenseUrl","parent_name":"KeySystemConfiguration"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP9KeySystemQa":{"name":"KeySystem","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP7LicenseQa":{"name":"License","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP11integrationSSvp":{"name":"integration","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP8fairplay9KeySystemQzSgvp":{"name":"fairplay","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP8widevine7LicenseQzSgvp":{"name":"widevine","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP9playready7LicenseQzSgvp":{"name":"playready","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP15queryParametersSDyS2SGSgvp":{"name":"queryParameters","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP7headersSDyS2SGSgvp":{"name":"headers","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html":{"name":"ChannelContentProtection"},"Protocols/KeySystemConfiguration.html":{"name":"KeySystemConfiguration"},"Protocols/LicenseConfiguration.html":{"name":"LicenseConfiguration"},"Protocols/DistributionAPI.html":{"name":"DistributionAPI"},"Protocols/EndpointAPI.html":{"name":"EndpointAPI"},"Protocols/THEOliveAPI.html":{"name":"THEOliveAPI","abstract":"

                                                                                                                                                                                                                          API for the THEOliveContentPlayer to provide access to the underlying THEOlive SDK.

                                                                                                                                                                                                                          "},"Protocols/THEOlive.html":{"name":"THEOlive","abstract":"

                                                                                                                                                                                                                          API to access THEOlive specific functionality.

                                                                                                                                                                                                                          "},"Protocols.html#/s:29THEOplayerTHEOliveIntegration0bC0P":{"name":"THEOliveIntegration"},"Extensions/THEOliveIntegrationImplementation.html#/s:29THEOplayerTHEOliveIntegration0bC14ImplementationC4kind0A3SDK0C4KindOvp":{"name":"kind","parent_name":"THEOliveIntegrationImplementation"},"Extensions/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC0A19THEOliveIntegrationE03seteC0yyAD0eC0VF":{"name":"setTHEOliveConfiguration(_:)","abstract":"

                                                                                                                                                                                                                          Sets a THEOliveConfiguration to the builder.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Extensions/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC0A19THEOliveIntegrationE08theoliveC0AD0dC0VSgvp":{"name":"theoliveConfiguration","abstract":"

                                                                                                                                                                                                                          Returns the associated THEOliveConfiguration to the THEOplayerConfiguration if it exists.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Extensions/THEOplayerSDK/THEOplayer.html#/s:13THEOplayerSDK0A0C0A19THEOliveIntegrationE8theoLiveAD0C0_pSgvp":{"name":"theoLive","abstract":"

                                                                                                                                                                                                                          The THEOlive API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Extensions/THEOplayerSDK/THEOplayer.html":{"name":"THEOplayer","parent_name":"THEOplayerSDK"},"Extensions/DiscoveryErrors.html#/s:29THEOplayerTHEOliveIntegration15DiscoveryErrorsO15ChannelNotFoundV":{"name":"ChannelNotFound","parent_name":"DiscoveryErrors"},"Extensions.html#/Task":{"name":"Task"},"Extensions.html#/s:ScT":{"name":"Task"},"Extensions.html#/c:@M@THEOplayerTHEOliveIntegration@objc(cs)ProxiedHespContentPlayer":{"name":"ProxiedHespContentPlayer"},"Extensions/DiscoveryErrors.html":{"name":"DiscoveryErrors"},"Extensions/THEOplayerSDK.html":{"name":"THEOplayerSDK"},"Extensions/THEOplayerConfiguration.html":{"name":"THEOplayerConfiguration"},"Extensions/THEOplayerConfigurationBuilder.html":{"name":"THEOplayerConfigurationBuilder"},"Extensions/THEOliveIntegrationImplementation.html":{"name":"THEOliveIntegrationImplementation"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC13targetLatencySdSgvp":{"name":"targetLatency","abstract":"

                                                                                                                                                                                                                          The amount of seconds from live that the player will aim for.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC7profileSSSgvp":{"name":"profile","abstract":"

                                                                                                                                                                                                                          The profile identifier is included as a query parameter in the discovery request to obtain a response specific to that profile.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC6webrtcAA13WebrtcOptionsCSgvp":{"name":"webrtc","abstract":"

                                                                                                                                                                                                                          WebRTC configuration for a THEOlive Millicast source.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC9channelId7headers13targetLatency3drm7profile6webrtcACSS_SDyS2SGSgSdSg0A3SDK16DRMConfiguration_pSgSSSgAA13WebrtcOptionsCSgtcfc":{"name":"init(channelId:headers:targetLatency:drm:profile:webrtc:)","abstract":"

                                                                                                                                                                                                                          Creates a new typed source with a theo.live channel ID

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC4fromACs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"TheoLiveSource"},"Classes/WebrtcOptions.html#/s:29THEOplayerTHEOliveIntegration13WebrtcOptionsC14playoutDelayMsAA07PlayoutG0VSgvp":{"name":"playoutDelayMs","parent_name":"WebrtcOptions"},"Classes/WebrtcOptions.html#/s:29THEOplayerTHEOliveIntegration13WebrtcOptionsC14playoutDelayMsAcA07PlayoutG0VSg_tcfc":{"name":"init(playoutDelayMs:)","parent_name":"WebrtcOptions"},"Classes/THEOliveIntegrationFactory.html#/s:29THEOplayerTHEOliveIntegration0bC7FactoryC06createC04withAA0bC0_pAA0B13ConfigurationVSg_tFZ":{"name":"createIntegration(with:)","parent_name":"THEOliveIntegrationFactory"},"Classes/THEOliveIntegrationFactory.html#/s:s17CustomReflectableP12customMirrors0D0Vvp":{"name":"customMirror","parent_name":"THEOliveIntegrationFactory"},"Classes/IntentToFallbackEvent.html#/s:29THEOplayerTHEOliveIntegration21IntentToFallbackEventC6reason0A3SDK9THEOError_pSgvp":{"name":"reason","abstract":"

                                                                                                                                                                                                                          The reason why the player chose to fallback.

                                                                                                                                                                                                                          ","parent_name":"IntentToFallbackEvent"},"Classes/DistributionOfflineEvent.html#/s:29THEOplayerTHEOliveIntegration24DistributionOfflineEventC14distributionIdSSvp":{"name":"distributionId","parent_name":"DistributionOfflineEvent"},"Classes/EndpointLoadedEvent.html#/s:29THEOplayerTHEOliveIntegration19EndpointLoadedEventC8endpointAA0D3API_pvp":{"name":"endpoint","abstract":"

                                                                                                                                                                                                                          The endpoint that has been loaded.

                                                                                                                                                                                                                          ","parent_name":"EndpointLoadedEvent"},"Classes/DistributionLoadedEvent.html#/s:29THEOplayerTHEOliveIntegration23DistributionLoadedEventC12distributionAA0D3API_pvp":{"name":"distribution","parent_name":"DistributionLoadedEvent"},"Classes/DistributionLoadStartEvent.html#/s:29THEOplayerTHEOliveIntegration26DistributionLoadStartEventC14distributionIdSSvp":{"name":"distributionId","parent_name":"DistributionLoadStartEvent"},"Classes/THEOliveErrorEvent.html#/s:29THEOplayerTHEOliveIntegration0B10ErrorEventC5errorSSvp":{"name":"error","parent_name":"THEOliveErrorEvent"},"Classes/THEOliveEvent.html#/s:29THEOplayerTHEOliveIntegration0B5EventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event

                                                                                                                                                                                                                          ","parent_name":"THEOliveEvent"},"Classes/THEOliveEvent.html#/s:29THEOplayerTHEOliveIntegration0B5EventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEvent"},"Classes/THEOliveEvent.html":{"name":"THEOliveEvent"},"Classes/THEOliveErrorEvent.html":{"name":"THEOliveErrorEvent"},"Classes/DistributionLoadStartEvent.html":{"name":"DistributionLoadStartEvent"},"Classes/DistributionLoadedEvent.html":{"name":"DistributionLoadedEvent","abstract":"

                                                                                                                                                                                                                          Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                          "},"Classes/EndpointLoadedEvent.html":{"name":"EndpointLoadedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error"},"Classes/DistributionOfflineEvent.html":{"name":"DistributionOfflineEvent"},"Classes/IntentToFallbackEvent.html":{"name":"IntentToFallbackEvent"},"Classes/THEOliveIntegrationFactory.html":{"name":"THEOliveIntegrationFactory","abstract":"

                                                                                                                                                                                                                          Utility to instantiate a THEOlive Integration.

                                                                                                                                                                                                                          "},"Classes/WebrtcOptions.html":{"name":"WebrtcOptions","abstract":"

                                                                                                                                                                                                                          WebRTC configuration for a Millicast source.

                                                                                                                                                                                                                          "},"Classes/TheoLiveSource.html":{"name":"TheoLiveSource","abstract":"

                                                                                                                                                                                                                          Source that points to a channel on theo.live

                                                                                                                                                                                                                          "},"Classes.html":{"name":"Classes","abstract":"

                                                                                                                                                                                                                          The following classes are available globally.

                                                                                                                                                                                                                          "},"Extensions.html":{"name":"Extensions","abstract":"

                                                                                                                                                                                                                          The following extensions are available globally.

                                                                                                                                                                                                                          "},"Protocols.html":{"name":"Protocols","abstract":"

                                                                                                                                                                                                                          The following protocols are available globally.

                                                                                                                                                                                                                          "},"Structs.html":{"name":"Structures","abstract":"

                                                                                                                                                                                                                          The following structures are available globally.

                                                                                                                                                                                                                          "}} \ No newline at end of file +{"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7minimumSivp":{"name":"minimum","parent_name":"PlayoutDelay"},"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7maximumSivp":{"name":"maximum","parent_name":"PlayoutDelay"},"Structs/PlayoutDelay.html#/s:29THEOplayerTHEOliveIntegration12PlayoutDelayV7minimum7maximumACSi_Sitcfc":{"name":"init(minimum:maximum:)","parent_name":"PlayoutDelay"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An id used to report usage analytics

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV12discoveryUrlSSSgvp":{"name":"discoveryUrl","abstract":"

                                                                                                                                                                                                                          Override for the discovery URL.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV13discoveryUrlsSaySSGvp":{"name":"discoveryUrls","abstract":"

                                                                                                                                                                                                                          Override for the discovery URL.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV20hespFallbackCooldownSdSgvp":{"name":"hespFallbackCooldown","abstract":"

                                                                                                                                                                                                                          Override (in seconds) for how long HESP is not offered after a HESP source failure/fallback.

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveConfiguration.html#/s:29THEOplayerTHEOliveIntegration0B13ConfigurationV17externalSessionId12discoveryUrl0H4Urls20hespFallbackCooldownACSSSg_AHSaySSGSdSgtcfc":{"name":"init(externalSessionId:discoveryUrl:discoveryUrls:hespFallbackCooldown:)","abstract":"

                                                                                                                                                                                                                          Create a new instance of THEOliveConfiguration that can be used with THEOliveIntegrationFactory.create()

                                                                                                                                                                                                                          ","parent_name":"THEOliveConfiguration"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV23DISTRIBUTION_LOAD_START0A3SDK0D4TypeCyAA021DistributionLoadStartD0CGvpZ":{"name":"DISTRIBUTION_LOAD_START","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive distribution starts.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV19DISTRIBUTION_LOADED0A3SDK0D4TypeCyAA018DistributionLoadedD0CGvpZ":{"name":"DISTRIBUTION_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV15ENDPOINT_LOADED0A3SDK0D4TypeCyAA014EndpointLoadedD0CGvpZ":{"name":"ENDPOINT_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV20DISTRIBUTION_OFFLINE0A3SDK0D4TypeCyAA019DistributionOfflineD0CGvpZ":{"name":"DISTRIBUTION_OFFLINE","abstract":"

                                                                                                                                                                                                                          Fired when loading a THEOlive distribution that cannot be played, for example because the publication is stopped or is still starting up.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV18INTENT_TO_FALLBACK0A3SDK0D4TypeCyAA016IntentToFallbackD0CGvpZ":{"name":"INTENT_TO_FALLBACK","abstract":"

                                                                                                                                                                                                                          Fired when IntentToFallbackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/THEOliveEventTypes.html#/s:29THEOplayerTHEOliveIntegration0B10EventTypesV5ERROR0A3SDK0D4TypeCyAA0b5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when an unrecoverable error occurs.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEventTypes"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV4nameSSvp":{"name":"name","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV9accountIdSSvp":{"name":"accountId","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV11directorUrlSSSgvp":{"name":"directorUrl","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:29THEOplayerTHEOliveIntegration23EndpointMillicastSourceV6webrtcAA13WebrtcOptionsCSgvp":{"name":"webrtc","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:SQ2eeoiySbx_xtFZ":{"name":"==(_:_:)","parent_name":"EndpointMillicastSource"},"Structs/EndpointMillicastSource.html#/s:SH4hash4intoys6HasherVz_tF":{"name":"hash(into:)","parent_name":"EndpointMillicastSource"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13engineLatencySdvp":{"name":"engineLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV19distributionLatencySdvp":{"name":"distributionLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13serverLatencySdvp":{"name":"serverLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV19synchroniserLatencySdvp":{"name":"synchroniserLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13bufferLatencySdvp":{"name":"bufferLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV13playerLatencySdvp":{"name":"playerLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html#/s:29THEOplayerTHEOliveIntegration13HESPLatenciesV15theoliveLatencySdvp":{"name":"theoliveLatency","parent_name":"HESPLatencies"},"Structs/HESPLatencies.html":{"name":"HESPLatencies"},"Structs/EndpointMillicastSource.html":{"name":"EndpointMillicastSource"},"Structs/THEOliveEventTypes.html":{"name":"THEOliveEventTypes"},"Structs/THEOliveConfiguration.html":{"name":"THEOliveConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for THEOlive

                                                                                                                                                                                                                          "},"Structs/PlayoutDelay.html":{"name":"PlayoutDelay","abstract":"

                                                                                                                                                                                                                          The playout delay configuration.

                                                                                                                                                                                                                          "},"Protocols/THEOlive.html#/s:29THEOplayerTHEOliveIntegration0B0P16addEventListener4type8listener0A3SDK0eF0_pAG0E4TypeCyqd__G_yqd__ctAG0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given THEOliveEventTypes.

                                                                                                                                                                                                                          ","parent_name":"THEOlive"},"Protocols/THEOlive.html#/s:29THEOplayerTHEOliveIntegration0B0P19removeEventListener4type8listenery0A3SDK0E4TypeCyqd__G_AG0eF0_ptAG0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given THEOliveEventTypes.

                                                                                                                                                                                                                          ","parent_name":"THEOlive"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP6goLiveyyF":{"name":"goLive()","abstract":"

                                                                                                                                                                                                                          Seek to the live edge.

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP9latenciesAA13HESPLatenciesVSgvp":{"name":"latencies","abstract":"

                                                                                                                                                                                                                          Calculated latency values for the different parts of the HESP pipeline

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP14currentLatencySdSgvp":{"name":"currentLatency","abstract":"

                                                                                                                                                                                                                          The current measured streaming latency

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/THEOliveAPI.html#/s:29THEOplayerTHEOliveIntegration0B3APIP9authTokenSSSgvp":{"name":"authToken","abstract":"

                                                                                                                                                                                                                          The authentication token that will be used when requesting a manifest or segment.

                                                                                                                                                                                                                          ","parent_name":"THEOliveAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP7hespSrcSSSgvp":{"name":"hespSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP6hlsSrcSSSgvp":{"name":"hlsSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP12hlsMpegTsSrcSSSgvp":{"name":"hlsMpegTsSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP12millicastSrcAA0D15MillicastSourceVSgvp":{"name":"millicastSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP3cdnSSSgvp":{"name":"cdn","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP5adSrcSSSgvp":{"name":"adSrc","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP11daiAssetKeySSSgvp":{"name":"daiAssetKey","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP6weightSdvp":{"name":"weight","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP8prioritySivp":{"name":"priority","parent_name":"EndpointAPI"},"Protocols/EndpointAPI.html#/s:29THEOplayerTHEOliveIntegration11EndpointAPIP24channelContentProtectionAA07ChannelgH0_pSgvp":{"name":"channelContentProtection","parent_name":"EndpointAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP2idSSvp":{"name":"id","parent_name":"DistributionAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP10externalIdSSSgvp":{"name":"externalId","parent_name":"DistributionAPI"},"Protocols/DistributionAPI.html#/s:29THEOplayerTHEOliveIntegration15DistributionAPIP4nameSSvp":{"name":"name","parent_name":"DistributionAPI"},"Protocols/LicenseConfiguration.html#/s:29THEOplayerTHEOliveIntegration20LicenseConfigurationP10licenseUrlSSvp":{"name":"licenseUrl","parent_name":"LicenseConfiguration"},"Protocols/KeySystemConfiguration.html#/s:29THEOplayerTHEOliveIntegration22KeySystemConfigurationP14certificateUrlSSvp":{"name":"certificateUrl","parent_name":"KeySystemConfiguration"},"Protocols/KeySystemConfiguration.html#/s:29THEOplayerTHEOliveIntegration22KeySystemConfigurationP10licenseUrlSSvp":{"name":"licenseUrl","parent_name":"KeySystemConfiguration"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP9KeySystemQa":{"name":"KeySystem","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP7LicenseQa":{"name":"License","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP11integrationSSvp":{"name":"integration","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP8fairplay9KeySystemQzSgvp":{"name":"fairplay","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP8widevine7LicenseQzSgvp":{"name":"widevine","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP9playready7LicenseQzSgvp":{"name":"playready","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP15queryParametersSDyS2SGSgvp":{"name":"queryParameters","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html#/s:29THEOplayerTHEOliveIntegration24ChannelContentProtectionP7headersSDyS2SGSgvp":{"name":"headers","parent_name":"ChannelContentProtection"},"Protocols/ChannelContentProtection.html":{"name":"ChannelContentProtection"},"Protocols/KeySystemConfiguration.html":{"name":"KeySystemConfiguration"},"Protocols/LicenseConfiguration.html":{"name":"LicenseConfiguration"},"Protocols/DistributionAPI.html":{"name":"DistributionAPI"},"Protocols/EndpointAPI.html":{"name":"EndpointAPI"},"Protocols/THEOliveAPI.html":{"name":"THEOliveAPI","abstract":"

                                                                                                                                                                                                                          API for the THEOliveContentPlayer to provide access to the underlying THEOlive SDK.

                                                                                                                                                                                                                          "},"Protocols/THEOlive.html":{"name":"THEOlive","abstract":"

                                                                                                                                                                                                                          API to access THEOlive specific functionality.

                                                                                                                                                                                                                          "},"Protocols.html#/s:29THEOplayerTHEOliveIntegration0bC0P":{"name":"THEOliveIntegration"},"Extensions/THEOliveIntegrationImplementation.html#/s:29THEOplayerTHEOliveIntegration0bC14ImplementationC4kind0A3SDK0C4KindOvp":{"name":"kind","parent_name":"THEOliveIntegrationImplementation"},"Extensions/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC0A19THEOliveIntegrationE03seteC0yyAD0eC0VF":{"name":"setTHEOliveConfiguration(_:)","abstract":"

                                                                                                                                                                                                                          Sets a THEOliveConfiguration to the builder.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Extensions/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC0A19THEOliveIntegrationE08theoliveC0AD0dC0VSgvp":{"name":"theoliveConfiguration","abstract":"

                                                                                                                                                                                                                          Returns the associated THEOliveConfiguration to the THEOplayerConfiguration if it exists.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Extensions/THEOplayerSDK/THEOplayer.html#/s:13THEOplayerSDK0A0C0A19THEOliveIntegrationE8theoLiveAD0C0_pSgvp":{"name":"theoLive","abstract":"

                                                                                                                                                                                                                          The THEOlive API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Extensions/THEOplayerSDK/THEOplayer.html":{"name":"THEOplayer","parent_name":"THEOplayerSDK"},"Extensions/DiscoveryErrors.html#/s:29THEOplayerTHEOliveIntegration15DiscoveryErrorsO15ChannelNotFoundV":{"name":"ChannelNotFound","parent_name":"DiscoveryErrors"},"Extensions.html#/Task":{"name":"Task"},"Extensions.html#/s:ScT":{"name":"Task"},"Extensions.html#/c:@M@THEOplayerTHEOliveIntegration@objc(cs)ProxiedHespContentPlayer":{"name":"ProxiedHespContentPlayer"},"Extensions/DiscoveryErrors.html":{"name":"DiscoveryErrors"},"Extensions/THEOplayerSDK.html":{"name":"THEOplayerSDK"},"Extensions/THEOplayerConfiguration.html":{"name":"THEOplayerConfiguration"},"Extensions/THEOplayerConfigurationBuilder.html":{"name":"THEOplayerConfigurationBuilder"},"Extensions/THEOliveIntegrationImplementation.html":{"name":"THEOliveIntegrationImplementation"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC13targetLatencySdSgvp":{"name":"targetLatency","abstract":"

                                                                                                                                                                                                                          The amount of seconds from live that the player will aim for.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC7profileSSSgvp":{"name":"profile","abstract":"

                                                                                                                                                                                                                          The profile identifier is included as a query parameter in the discovery request to obtain a response specific to that profile.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC6webrtcAA13WebrtcOptionsCSgvp":{"name":"webrtc","abstract":"

                                                                                                                                                                                                                          WebRTC configuration for a THEOlive Millicast source.

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC9channelId7headers13targetLatency3drm7profile6webrtcACSS_SDyS2SGSgSdSg0A3SDK16DRMConfiguration_pSgSSSgAA13WebrtcOptionsCSgtcfc":{"name":"init(channelId:headers:targetLatency:drm:profile:webrtc:)","abstract":"

                                                                                                                                                                                                                          Creates a new typed source with a theo.live channel ID

                                                                                                                                                                                                                          ","parent_name":"TheoLiveSource"},"Classes/TheoLiveSource.html#/s:29THEOplayerTHEOliveIntegration14TheoLiveSourceC4fromACs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"TheoLiveSource"},"Classes/WebrtcOptions.html#/s:29THEOplayerTHEOliveIntegration13WebrtcOptionsC14playoutDelayMsAA07PlayoutG0VSgvp":{"name":"playoutDelayMs","parent_name":"WebrtcOptions"},"Classes/WebrtcOptions.html#/s:29THEOplayerTHEOliveIntegration13WebrtcOptionsC14playoutDelayMsAcA07PlayoutG0VSg_tcfc":{"name":"init(playoutDelayMs:)","parent_name":"WebrtcOptions"},"Classes/THEOliveIntegrationFactory.html#/s:29THEOplayerTHEOliveIntegration0bC7FactoryC06createC04withAA0bC0_pAA0B13ConfigurationVSg_tFZ":{"name":"createIntegration(with:)","parent_name":"THEOliveIntegrationFactory"},"Classes/THEOliveIntegrationFactory.html#/s:s17CustomReflectableP12customMirrors0D0Vvp":{"name":"customMirror","parent_name":"THEOliveIntegrationFactory"},"Classes/IntentToFallbackEvent.html#/s:29THEOplayerTHEOliveIntegration21IntentToFallbackEventC6reason0A3SDK9THEOError_pSgvp":{"name":"reason","abstract":"

                                                                                                                                                                                                                          The reason why the player chose to fallback.

                                                                                                                                                                                                                          ","parent_name":"IntentToFallbackEvent"},"Classes/DistributionOfflineEvent.html#/s:29THEOplayerTHEOliveIntegration24DistributionOfflineEventC14distributionIdSSvp":{"name":"distributionId","parent_name":"DistributionOfflineEvent"},"Classes/EndpointLoadedEvent.html#/s:29THEOplayerTHEOliveIntegration19EndpointLoadedEventC8endpointAA0D3API_pvp":{"name":"endpoint","abstract":"

                                                                                                                                                                                                                          The endpoint that has been loaded.

                                                                                                                                                                                                                          ","parent_name":"EndpointLoadedEvent"},"Classes/DistributionLoadedEvent.html#/s:29THEOplayerTHEOliveIntegration23DistributionLoadedEventC12distributionAA0D3API_pvp":{"name":"distribution","parent_name":"DistributionLoadedEvent"},"Classes/DistributionLoadStartEvent.html#/s:29THEOplayerTHEOliveIntegration26DistributionLoadStartEventC14distributionIdSSvp":{"name":"distributionId","parent_name":"DistributionLoadStartEvent"},"Classes/THEOliveErrorEvent.html#/s:29THEOplayerTHEOliveIntegration0B10ErrorEventC5errorSSvp":{"name":"error","parent_name":"THEOliveErrorEvent"},"Classes/THEOliveEvent.html#/s:29THEOplayerTHEOliveIntegration0B5EventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event

                                                                                                                                                                                                                          ","parent_name":"THEOliveEvent"},"Classes/THEOliveEvent.html#/s:29THEOplayerTHEOliveIntegration0B5EventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOliveEvent"},"Classes/THEOliveEvent.html":{"name":"THEOliveEvent"},"Classes/THEOliveErrorEvent.html":{"name":"THEOliveErrorEvent"},"Classes/DistributionLoadStartEvent.html":{"name":"DistributionLoadStartEvent"},"Classes/DistributionLoadedEvent.html":{"name":"DistributionLoadedEvent","abstract":"

                                                                                                                                                                                                                          Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                          "},"Classes/EndpointLoadedEvent.html":{"name":"EndpointLoadedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error"},"Classes/DistributionOfflineEvent.html":{"name":"DistributionOfflineEvent"},"Classes/IntentToFallbackEvent.html":{"name":"IntentToFallbackEvent"},"Classes/THEOliveIntegrationFactory.html":{"name":"THEOliveIntegrationFactory","abstract":"

                                                                                                                                                                                                                          Utility to instantiate a THEOlive Integration.

                                                                                                                                                                                                                          "},"Classes/WebrtcOptions.html":{"name":"WebrtcOptions","abstract":"

                                                                                                                                                                                                                          WebRTC configuration for a Millicast source.

                                                                                                                                                                                                                          "},"Classes/TheoLiveSource.html":{"name":"TheoLiveSource","abstract":"

                                                                                                                                                                                                                          Source that points to a channel on theo.live

                                                                                                                                                                                                                          "},"Classes.html":{"name":"Classes","abstract":"

                                                                                                                                                                                                                          The following classes are available globally.

                                                                                                                                                                                                                          "},"Extensions.html":{"name":"Extensions","abstract":"

                                                                                                                                                                                                                          The following extensions are available globally.

                                                                                                                                                                                                                          "},"Protocols.html":{"name":"Protocols","abstract":"

                                                                                                                                                                                                                          The following protocols are available globally.

                                                                                                                                                                                                                          "},"Structs.html":{"name":"Structures","abstract":"

                                                                                                                                                                                                                          The following structures are available globally.

                                                                                                                                                                                                                          "}} \ No newline at end of file diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/Metrics.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/Metrics.html index 9b8a7c2780d3..5caa88053282 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/Metrics.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/Metrics.html @@ -1025,6 +1025,33 @@

                                                                                                                                                                                                                          Metrics

                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            The bandwidth in bits per second estimated to be currently available, as used for ABR decisions.

                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            Declaration

                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +

                                                                                                                                                                                                                            Swift

                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            public internal(set) var currentBandwidthEstimate: Double { get set }
                                                                                                                                                                                                                            + +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • @@ -1045,7 +1072,7 @@

                                                                                                                                                                                                                            Metrics

                                                                                                                                                                                                                            Declaration

                                                                                                                                                                                                                            Swift

                                                                                                                                                                                                                            -
                                                                                                                                                                                                                            internal(set) public var droppedVideoFrames: Int { get set }
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            public internal(set) var droppedVideoFrames: Int { get set }
                                                                                                                                                                                                                            @@ -1072,7 +1099,7 @@

                                                                                                                                                                                                                            Declaration

                                                                                                                                                                                                                            Declaration

                                                                                                                                                                                                                            Swift

                                                                                                                                                                                                                            -
                                                                                                                                                                                                                            internal(set) public var renderedFramerate: Double { get set }
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                            public internal(set) var renderedFramerate: Double { get set }
                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayer.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayer.html index 75fe10b4e9d8..0b074e297e93 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayer.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayer.html @@ -1578,6 +1578,34 @@

                                                                                                                                                                                                                          Declaration

                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                        • +
                                                                                                                                                                                                                          + + + + manageContentMatching + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Sets or returns whether the player manages the display criteria of the TV to match the content. Defaults to false.

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +

                                                                                                                                                                                                                          Remark

                                                                                                                                                                                                                          +
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • When enabled, and while the player is presented fullscreen, the player sets the display’s preferred frame rate and dynamic range to match the content before playback starts.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          • The display only follows these criteria when the user enabled content matching on tvOS in “Settings” > “Video and Audio” > “Match Content”.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          • A display mode switch may briefly blank the screen; only enable this on a single, fullscreen-presented player instance.
                                                                                                                                                                                                                          • +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          + +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                        • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/search.json b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/search.json index 06f6e67e7d8b..ac782194cf9f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/search.json +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/search.json @@ -1 +1 @@ -{"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          A GUID identifying the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An external session ID that can be used to identify the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          A user ID that can be used to identify the user.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV14eventEndpointsSayAA012CMCDEndpointD0VGSgvp":{"name":"eventEndpoints","abstract":"

                                                                                                                                                                                                                          The endpoints where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV9sessionId015externalSessionF004userF014eventEndpointsACSSSg_A2HSayAA012CMCDEndpointD0VGSgtcfc":{"name":"init(sessionId:externalSessionId:userId:eventEndpoints:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD source configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An external session ID that can be used to identify the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          A user ID that can be used to identify the user.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV14eventEndpointsSayAA25CMCDEndpointConfigurationVGSgvp":{"name":"eventEndpoints","abstract":"

                                                                                                                                                                                                                          The endpoints where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV17externalSessionId04userF014eventEndpointsACSSSg_AGSayAA25CMCDEndpointConfigurationVGSgtcfc":{"name":"init(externalSessionId:userId:eventEndpoints:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDEndpointConfiguration.html#/s:13THEOplayerSDK25CMCDEndpointConfigurationV3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDEndpointConfiguration"},"Structs/CMCDEndpointConfiguration.html#/s:13THEOplayerSDK25CMCDEndpointConfigurationV3urlACSS_tcfc":{"name":"init(url:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD endpoint configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDEndpointConfiguration"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6singleyA2EmF":{"name":"single","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “single” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6lShapeyA2EmF":{"name":"lShape","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “L-shape” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6doubleyA2EmF":{"name":"double","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “double” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK13AdDescriptionP11integrationAA0C11IntegrationOSgvp":{"name":"integration","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11networkCodeSSSgvp":{"name":"networkCode","abstract":"

                                                                                                                                                                                                                          Default GAM network code to use for ad requests.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14customAssetKeySSSgvp":{"name":"customAssetKey","abstract":"

                                                                                                                                                                                                                          Default GAM custom asset key to use for ad requests.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV17backdropDoubleBox10Foundation3URLVSgvp":{"name":"backdropDoubleBox","abstract":"

                                                                                                                                                                                                                          Default backdrop image URL to be used as a background for ads with a double box layout.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14backdropLShape10Foundation3URLVSgvp":{"name":"backdropLShape","abstract":"

                                                                                                                                                                                                                          Default backdrop image URL to be used as a background for ads in L-shape layout.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14overrideLayoutAC0F8OverrideOSgvp":{"name":"overrideLayout","abstract":"

                                                                                                                                                                                                                          Overrides the layout of all THEOads ad breaks, if set.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV13overrideAdSrc10Foundation3URLVSgvp":{"name":"overrideAdSrc","abstract":"

                                                                                                                                                                                                                          Overrides the ad source of all THEOads ad breaks, if set.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV15adTagParametersSDyS2SGSgvp":{"name":"adTagParameters","abstract":"

                                                                                                                                                                                                                          The ad tag parameters added to the GAM stream request.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV23streamActivityMonitorIdSSSgvp":{"name":"streamActivityMonitorId","abstract":"

                                                                                                                                                                                                                          The streamActivityMonitorId added to the GAM Pod stream request.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV6useId3Sbvp":{"name":"useId3","abstract":"

                                                                                                                                                                                                                          Whether to use the ID3-based operating mode.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11sseEndpointSSSgvp":{"name":"sseEndpoint","abstract":"

                                                                                                                                                                                                                          The endpoint from where to retrieve the server-sent events.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV16retrievePodIdURISSSgvp":{"name":"retrievePodIdURI","abstract":"

                                                                                                                                                                                                                          The URI from where to retrieve the PodID’s as returned from the EABN service from Google.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV19initializationDelaySdSgvp":{"name":"initializationDelay","abstract":"

                                                                                                                                                                                                                          The amount of seconds we wait to initialize THEOads.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV12returnToLiveSbvp":{"name":"returnToLive","abstract":"

                                                                                                                                                                                                                          Whether to return to the live edge when playing live content, after an ad break ends.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11daiAssetKeySSSgvp":{"name":"daiAssetKey","abstract":"

                                                                                                                                                                                                                          The Google DAI asset key which will be used as a fallback source when THEOads is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV16breakManifestUrl10Foundation3URLVSgvp":{"name":"breakManifestUrl","abstract":"

                                                                                                                                                                                                                          URL of the manifest that describes the upcoming ad breaks in the stream.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription/LayoutOverride.html":{"name":"LayoutOverride","abstract":"

                                                                                                                                                                                                                          Describes how and when the layout of a THEOads ad break should be overridden.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html":{"name":"THEOAdDescription","abstract":"

                                                                                                                                                                                                                          Describes how TheoAds should be enabled

                                                                                                                                                                                                                          "},"Structs/CMCDEndpointConfiguration.html":{"name":"CMCDEndpointConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for a CMCD endpoint.

                                                                                                                                                                                                                          "},"Structs/CMCDConfiguration.html":{"name":"CMCDConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for Common Media Client Data (CMCD) at the player level.

                                                                                                                                                                                                                          "},"Structs/CMCDSourceConfiguration.html":{"name":"CMCDSourceConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for Common Media Client Data (CMCD) at the source level.

                                                                                                                                                                                                                          "},"Other%20Structs.html#/s:13THEOplayerSDK26SourceLatencyConfigurationV":{"name":"SourceLatencyConfiguration","abstract":"

                                                                                                                                                                                                                          User defined latency configuration.

                                                                                                                                                                                                                          "},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP27addMediaPlaylistInterceptoryyAA0fgH0_pF":{"name":"addMediaPlaylistInterceptor(_:)","abstract":"

                                                                                                                                                                                                                          Adds a MediaPlaylistInterceptor to manipulate media playlist requests and responses. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP30removeMediaPlaylistInterceptoryyAA0fgH0_pF":{"name":"removeMediaPlaylistInterceptor(_:)","abstract":"

                                                                                                                                                                                                                          Removes a MediaPlaylistInterceptor. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP21removeAllInterceptorsyyF":{"name":"removeAllInterceptors()","abstract":"

                                                                                                                                                                                                                          Removes all MediaPlaylistInterceptors. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP015shouldInterceptD7Request4typeSbAA03HlsD4TypeO_tF":{"name":"shouldInterceptPlaylistRequest(type:)","abstract":"

                                                                                                                                                                                                                          Called to check, if certain playlist request types have to be intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP015shouldInterceptD8Response4typeSbAA03HlsD4TypeO_tF":{"name":"shouldInterceptPlaylistResponse(type:)","abstract":"

                                                                                                                                                                                                                          Called to check, if certain playlist response types have to be intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP012didInterceptD7Request4type7request10Foundation10URLRequestVAA03HlsD4TypeO_AItYaKF":{"name":"didInterceptPlaylistRequest(type:request:)","abstract":"

                                                                                                                                                                                                                          Called when the certain playlist request is intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP012didInterceptD8Response4type3url8response4data10Foundation4DataVAA03HlsD4TypeO_AI3URLVSo13NSURLResponseCAKtYaKF":{"name":"didInterceptPlaylistResponse(type:url:response:data:)","abstract":"

                                                                                                                                                                                                                          Called when the certain playlist response is intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP25failedToPerformURLRequest7request8responsey10Foundation0I0V_So13NSURLResponseCtF":{"name":"failedToPerformURLRequest(request:response:)","abstract":"

                                                                                                                                                                                                                          Called when a certain URLRequest is failed.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of qualities in the list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListP3getyAA0C0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          Returns the Quality object representing the quality at the index position in the media track’s quality list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListPyAA0C0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the Quality object representing the quality at the index position in the media track’s quality list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/VideoQuality.html#/s:13THEOplayerSDK12VideoQualityP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The video width of the video quality, in pixels.

                                                                                                                                                                                                                          ","parent_name":"VideoQuality"},"Protocols/VideoQuality.html#/s:13THEOplayerSDK12VideoQualityP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The video height of the video quality, in pixels.

                                                                                                                                                                                                                          ","parent_name":"VideoQuality"},"Protocols/Quality.html#/s:13THEOplayerSDK7QualityP9bandwidthSivp":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          The required bandwidth for the quality, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"Quality"},"Protocols/Quality.html#/s:13THEOplayerSDK7QualityP16averageBandwidthSiSgvp":{"name":"averageBandwidth","abstract":"

                                                                                                                                                                                                                          The average bandwidth of the quality, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"Quality"},"Protocols/LatencyManager.html#/s:13THEOplayerSDK14LatencyManagerP07currentC0SdSgvp":{"name":"currentLatency","abstract":"

                                                                                                                                                                                                                          Time interval between currentProgramDateTime and the devices current Date in a livestream.

                                                                                                                                                                                                                          ","parent_name":"LatencyManager"},"Protocols/LatencyManager.html#/s:13THEOplayerSDK14LatencyManagerP9isEnabledSbvp":{"name":"isEnabled","abstract":"

                                                                                                                                                                                                                          Setting to determine whether the latency manager should be enabled.

                                                                                                                                                                                                                          ","parent_name":"LatencyManager"},"Protocols/LatencyConfiguration.html#/s:13THEOplayerSDK20LatencyConfigurationP12targetOffsetSdvp":{"name":"targetOffset","abstract":"

                                                                                                                                                                                                                          The time interval between the playhead and the actual live edge that the player will aim for when seeking to live.

                                                                                                                                                                                                                          ","parent_name":"LatencyConfiguration"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP8snapbackSbvp":{"name":"snapback","abstract":"

                                                                                                                                                                                                                          Whether snapback is enabled.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAI"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP11contentTime4fromS2d_tF":{"name":"contentTime(from:)","abstract":"

                                                                                                                                                                                                                          Converts stream time (including ads) to content time (excluding ads).","parent_name":"GoogleDAI"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP10streamTime4fromS2d_tF":{"name":"streamTime(from:)","abstract":"

                                                                                                                                                                                                                          Converts content time (excluding ads) to stream time (including ads)","parent_name":"GoogleDAI"},"Protocols/UniversalAdId.html#/s:13THEOplayerSDK13UniversalAdIdP02adE5ValueSSvp":{"name":"adIdValue","abstract":"

                                                                                                                                                                                                                          The Universal Ad identifier of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"UniversalAdId"},"Protocols/UniversalAdId.html#/s:13THEOplayerSDK13UniversalAdIdP02adE8RegistrySSvp":{"name":"adIdRegistry","abstract":"

                                                                                                                                                                                                                          The registry associated with cataloging the UniversalAdId of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"UniversalAdId"},"Protocols/UniversalAdId.html":{"name":"UniversalAdId","abstract":"

                                                                                                                                                                                                                          Represents the list of universal ad ID information of the selected creative for the ad.

                                                                                                                                                                                                                          "},"Protocols/GoogleDAI.html":{"name":"GoogleDAI","abstract":"

                                                                                                                                                                                                                          Represents information regarding content with dynamically inserted advertisements.

                                                                                                                                                                                                                          "},"Protocols/LatencyConfiguration.html":{"name":"LatencyConfiguration","abstract":"

                                                                                                                                                                                                                          Latency configuration on player level.

                                                                                                                                                                                                                          "},"Protocols/LatencyManager.html":{"name":"LatencyManager","abstract":"

                                                                                                                                                                                                                          The latency manager, used to control low-latency live playback.

                                                                                                                                                                                                                          "},"Protocols/Quality.html":{"name":"Quality","abstract":"

                                                                                                                                                                                                                          Represents a quality of a media track.

                                                                                                                                                                                                                          "},"Protocols/VideoQuality.html":{"name":"VideoQuality","abstract":"

                                                                                                                                                                                                                          Represents a quality of a video track.

                                                                                                                                                                                                                          "},"Protocols/QualityList.html":{"name":"QualityList","abstract":"

                                                                                                                                                                                                                          List of qualities.

                                                                                                                                                                                                                          "},"Protocols/MediaPlaylistInterceptor.html":{"name":"MediaPlaylistInterceptor","abstract":"

                                                                                                                                                                                                                          MediaPlaylistInterceptor API (Experimental)

                                                                                                                                                                                                                          "},"Protocols/NetworkAPI.html":{"name":"NetworkAPI","abstract":"

                                                                                                                                                                                                                          The Network API.

                                                                                                                                                                                                                          "},"Extensions/Notification/Name.html#/s:So18NSNotificationNamea13THEOplayerSDKE09PictureInE5MovedABvpZ":{"name":"PictureInPictureMoved","abstract":"

                                                                                                                                                                                                                          Posted when the picture-in-picture has moved to a new corner

                                                                                                                                                                                                                          ","parent_name":"Name"},"Extensions/Notification/Name.html":{"name":"Name","parent_name":"Notification"},"Extensions/Notification.html":{"name":"Notification"},"Classes/CachingTaskIdleStateChangeEvent.html#/s:13THEOplayerSDK31CachingTaskIdleStateChangeEventC10idleReasonAA011CacheStatuseJ0Ovp":{"name":"idleReason","abstract":"

                                                                                                                                                                                                                          The underlying reason that caused the state change.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskIdleStateChangeEvent"},"Classes/CachingTaskErrorStateChangeEvent.html#/s:13THEOplayerSDK32CachingTaskErrorStateChangeEventC5errorAA9THEOError_pSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The underlying error that caused the state change.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskErrorStateChangeEvent"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC05audioeF0SaySSGvp":{"name":"audioTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC04texteF0SaySSGvp":{"name":"textTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC5buildAA0cdeF0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Creates a CachingParametersTrackSelection

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/SourceAbrConfiguration.html#/s:13THEOplayerSDK22SourceAbrConfigurationC10maxBitrateSdSgvp":{"name":"maxBitrate","abstract":"

                                                                                                                                                                                                                          The maximum bitrate in bps for the specified source.

                                                                                                                                                                                                                          ","parent_name":"SourceAbrConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC15integrationKindAA14DRMIntegrationOvp":{"name":"integrationKind","abstract":"

                                                                                                                                                                                                                          The identifier for the kind of integration

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          Parameters that can be used when integrationKind is set to DRMIntegration/custom

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The identifier for the kind of integration when integrationKind is set to DRMIntegration/custom

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC23keySystemConfigurationsAA03KeyF23ConfigurationCollectionCvp":{"name":"keySystemConfigurations","abstract":"

                                                                                                                                                                                                                          A set of configurations for different key systems.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Create a DRM configuration without an integration.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC19customIntegrationId21integrationParameters23keySystemConfigurations05queryI0ACSS_SDySSypGAA03KeyK23ConfigurationCollectionCSDyS2SGSgtcfc":{"name":"init(customIntegrationId:integrationParameters:keySystemConfigurations:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Create a config for a custom DRM integration.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:Se4fromxs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","parent_name":"MultiplatformDRMConfiguration"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8fairplayAA0cdE0CSgvp":{"name":"fairplay","abstract":"

                                                                                                                                                                                                                          The key system configuration for FairPlay.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8widevineAA0cdE0CSgvp":{"name":"widevine","abstract":"

                                                                                                                                                                                                                          The key system configuration for widevine.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8fairplay8widevine13commonHeadersAcA0cdE0CSg_AISDyS2SGtcfc":{"name":"init(fairplay:widevine:commonHeaders:)","abstract":"

                                                                                                                                                                                                                          Create a set of configurations for different key systems.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:Se4fromxs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"KeySystemConfigurationCollection"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC15setHlsDateRangeyySbF":{"name":"setHlsDateRange(_:)","abstract":"

                                                                                                                                                                                                                          Setter for the hlsDateRange property.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC7licenseSSSgvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          The license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC10licenseUrlSSSgvp":{"name":"licenseUrl","abstract":"

                                                                                                                                                                                                                          The URL to fetch the license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC3pipAA16PiPConfigurationCSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          The picture in picture configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC7networkAA07NetworkC0CSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC4cmcdAA17CMCDConfigurationVSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          The CMCD configuration for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC16autoIntegrationsSbvp":{"name":"autoIntegrations","abstract":"

                                                                                                                                                                                                                          Flag that enables the player to automatically look for THEOplayer integration libraries (e.g. THEOlive) and register those on the player instance.","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC5buildAA0aC0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Builds and returns an object of type THEOplayerConfiguration.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/NetworkConfigurationBuilder.html#/s:13THEOplayerSDK27NetworkConfigurationBuilderC9userAgentSSSgvp":{"name":"userAgent","abstract":"

                                                                                                                                                                                                                          The user agent header that the http requests should send.

                                                                                                                                                                                                                          ","parent_name":"NetworkConfigurationBuilder"},"Classes/NetworkConfiguration.html#/s:13THEOplayerSDK20NetworkConfigurationC9userAgentSSSgvp":{"name":"userAgent","abstract":"

                                                                                                                                                                                                                          The user agent header that the http requests should send.

                                                                                                                                                                                                                          ","parent_name":"NetworkConfiguration"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “update”.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC5trackAA0C0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The track that has been updated.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC7qualityAA0D0_pvp":{"name":"quality","abstract":"

                                                                                                                                                                                                                          The quality.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ContentProtectionErrorEvent.html#/s:13THEOplayerSDK27ContentProtectionErrorEventC11errorObjectAA0cdE0_pvp":{"name":"errorObject","abstract":"

                                                                                                                                                                                                                          The ContentProtectionError containing the cause of the content protection error.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionErrorEvent"},"Classes/CurrentSourceChangeEvent.html#/s:13THEOplayerSDK24CurrentSourceChangeEventC07currentD0AA05TypedD0CSgvp":{"name":"currentSource","abstract":"

                                                                                                                                                                                                                          The player’s new current source.

                                                                                                                                                                                                                          ","parent_name":"CurrentSourceChangeEvent"},"Classes/PlayerEvent.html#/s:13THEOplayerSDK11PlayerEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event

                                                                                                                                                                                                                          ","parent_name":"PlayerEvent"},"Classes/PlayerEvent.html#/s:13THEOplayerSDK11PlayerEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"PlayerEvent"},"Classes/AdSkipEvent.html#/s:13THEOplayerSDK11AdSkipEventC16playedPercentageSdSgvp":{"name":"playedPercentage","abstract":"

                                                                                                                                                                                                                          The percentage of the ad that was played when skipped.

                                                                                                                                                                                                                          ","parent_name":"AdSkipEvent"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC36retainPresentationModeOnSourceChangeSbvp":{"name":"retainPresentationModeOnSourceChange","abstract":"

                                                                                                                                                                                                                          Whether the presentation mode should be retained on source changes. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC22requiresLinearPlaybackSbvp":{"name":"requiresLinearPlayback","abstract":"

                                                                                                                                                                                                                          Disables seekability while in native Picture in Picture mode. This can be useful when playing advertisements for instance. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC015nativePictureInG0Sbvp":{"name":"nativePictureInPicture","abstract":"

                                                                                                                                                                                                                          Enable the Native Picture in Picture. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC017canStartPictureInH23AutomaticallyFromInlineSbvp":{"name":"canStartPictureInPictureAutomaticallyFromInline","abstract":"

                                                                                                                                                                                                                          Native Picture in Picture starts automatically when the player is embedded inline and the app transitions to the background. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC5buildAA0cD0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Builds and returns an object of type PiPConfiguration.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC36retainPresentationModeOnSourceChangeSbvp":{"name":"retainPresentationModeOnSourceChange","abstract":"

                                                                                                                                                                                                                          Whether the presentation mode should be retained on source changes. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC22requiresLinearPlaybackSbvp":{"name":"requiresLinearPlayback","abstract":"

                                                                                                                                                                                                                          Disables seekability while in native Picture in Picture mode. This can be useful when playing advertisements for instance. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC015nativePictureInF0Sbvp":{"name":"nativePictureInPicture","abstract":"

                                                                                                                                                                                                                          Enable the Native Picture in Picture. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC017canStartPictureInG23AutomaticallyFromInlineSbvp":{"name":"canStartPictureInPictureAutomaticallyFromInline","abstract":"

                                                                                                                                                                                                                          Native Picture in Picture starts automatically when the player is embedded inline and the app transitions to the background. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdInit":{"name":"AdInit","abstract":"

                                                                                                                                                                                                                          An initializer for a custom Ad.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakInit":{"name":"AdBreakInit","abstract":"

                                                                                                                                                                                                                          An initializer for a custom AdBreak.

                                                                                                                                                                                                                          "},"Classes/PiPConfiguration.html":{"name":"PiPConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the picture-in-picture feature.

                                                                                                                                                                                                                          "},"Classes/PiPConfigurationBuilder.html":{"name":"PiPConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          Builder class for the PiPConfiguration object.

                                                                                                                                                                                                                          "},"Classes/AdSkipEvent.html":{"name":"AdSkipEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the ad was skipped.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdTappedEvent":{"name":"AdTappedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was tapped.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdClickedEvent":{"name":"AdClickedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was clicked. Most of the cases when user clicks on the “Learn More” button.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AddAdEvent":{"name":"AddAdEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was added.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdEvent":{"name":"UpdateAdEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was updated.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AddAdBreakEvent":{"name":"AddAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been added.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdBreakEvent":{"name":"UpdateAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been updated.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)RemoveAdBreakEvent":{"name":"RemoveAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been removed.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakChangeEvent":{"name":"AdBreakChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has changed.

                                                                                                                                                                                                                          "},"Classes/PlayerEvent.html":{"name":"PlayerEvent","abstract":"

                                                                                                                                                                                                                          Represents the base for all other player events.

                                                                                                                                                                                                                          "},"Classes/CurrentSourceChangeEvent.html":{"name":"CurrentSourceChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the current source, which is chosen from SourceDescription.sources, changes.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)EncryptedEvent":{"name":"EncryptedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the player encounters key system initialization data in the media data.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)ContentProtectionSuccessEvent":{"name":"ContentProtectionSuccessEvent","abstract":"

                                                                                                                                                                                                                          Fired when the key is usable for decryption.

                                                                                                                                                                                                                          "},"Classes/ContentProtectionErrorEvent.html":{"name":"ContentProtectionErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CONTENT_PROTECTION_ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ActiveQualityChangedEvent.html":{"name":"ActiveQualityChangedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the media track’s active quality bandwidth changes.

                                                                                                                                                                                                                          "},"Classes/TrackUpdateEvent.html":{"name":"TrackUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when one or more properties of a track have been updated.

                                                                                                                                                                                                                          "},"Classes/NetworkConfiguration.html":{"name":"NetworkConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a network configuration.

                                                                                                                                                                                                                          "},"Classes/NetworkConfigurationBuilder.html":{"name":"NetworkConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          A builder class to help initialize a NetworkConfiguration instance.

                                                                                                                                                                                                                          "},"Classes/THEOplayerConfigurationBuilder.html":{"name":"THEOplayerConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          Builder class for the THEOplayerConfiguration object.

                                                                                                                                                                                                                          "},"Classes/KeySystemConfigurationCollection.html":{"name":"KeySystemConfigurationCollection","abstract":"

                                                                                                                                                                                                                          A set of configurations for different key systems.

                                                                                                                                                                                                                          "},"Classes/MultiplatformDRMConfiguration.html":{"name":"MultiplatformDRMConfiguration","abstract":"

                                                                                                                                                                                                                          A set of DRM parameters.

                                                                                                                                                                                                                          "},"Classes/SourceAbrConfiguration.html":{"name":"SourceAbrConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the ABR configuration for a specific source.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelectionBuilder.html":{"name":"CachingParametersTrackSelectionBuilder","abstract":"

                                                                                                                                                                                                                          A builder to create CachingParametersTrackSelections.

                                                                                                                                                                                                                          "},"Classes/CachingTaskErrorStateChangeEvent.html":{"name":"CachingTaskErrorStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes to .error.

                                                                                                                                                                                                                          "},"Classes/CachingTaskIdleStateChangeEvent.html":{"name":"CachingTaskIdleStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes to .idle.

                                                                                                                                                                                                                          "},"Protocols/EventDispatcherProtocol.html#/s:13THEOplayerSDK23EventDispatcherProtocolP03addC8Listener4type8listenerAA0cG0_pAA0C4TypeCyqd__G_yqd__ctAA0cE0Rd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given type.

                                                                                                                                                                                                                          ","parent_name":"EventDispatcherProtocol"},"Protocols/EventDispatcherProtocol.html#/s:13THEOplayerSDK23EventDispatcherProtocolP06removeC8Listener4type8listeneryAA0C4TypeCyqd__G_AA0cG0_ptAA0cE0Rd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given type.

                                                                                                                                                                                                                          ","parent_name":"EventDispatcherProtocol"},"Classes/EventType.html#/s:13THEOplayerSDK9EventTypeC4nameSSvp":{"name":"name","abstract":"

                                                                                                                                                                                                                          The name of the EventType.

                                                                                                                                                                                                                          ","parent_name":"EventType"},"Classes/EventType.html#/s:13THEOplayerSDK9EventTypeC4nameACyxGSS_tcfc":{"name":"init(name:)","abstract":"

                                                                                                                                                                                                                          Creates a certain EventType.

                                                                                                                                                                                                                          ","parent_name":"EventType"},"Protocols/EventProtocol.html#/s:13THEOplayerSDK13EventProtocolP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event.

                                                                                                                                                                                                                          ","parent_name":"EventProtocol"},"Protocols/EventProtocol.html#/s:13THEOplayerSDK13EventProtocolP4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The Date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"EventProtocol"},"Classes/CurrentTimeEvent.html#/s:13THEOplayerSDK16CurrentTimeEventC07currentD0Sdvp":{"name":"currentTime","abstract":"

                                                                                                                                                                                                                          The current time of the player.

                                                                                                                                                                                                                          ","parent_name":"CurrentTimeEvent"},"Classes/CacheEvent.html#/s:13THEOplayerSDK10CacheEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the event.

                                                                                                                                                                                                                          ","parent_name":"CacheEvent"},"Classes/CacheEvent.html#/s:13THEOplayerSDK10CacheEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"CacheEvent"},"Classes/CacheEvent.html":{"name":"CacheEvent","abstract":"

                                                                                                                                                                                                                          The Cache event object.

                                                                                                                                                                                                                          "},"Classes/CurrentTimeEvent.html":{"name":"CurrentTimeEvent","abstract":"

                                                                                                                                                                                                                          Represents the player events that return the currentTime property.

                                                                                                                                                                                                                          "},"Protocols/EventProtocol.html":{"name":"EventProtocol","abstract":"

                                                                                                                                                                                                                          The Event API which can be used to represent an event.

                                                                                                                                                                                                                          "},"Classes/EventType.html":{"name":"EventType","abstract":"

                                                                                                                                                                                                                          Represents an EventType that conforms to a certain type of EventProtocol T.

                                                                                                                                                                                                                          "},"Protocols/EventDispatcherProtocol.html":{"name":"EventDispatcherProtocol","abstract":"

                                                                                                                                                                                                                          Classes that comform to this protocol can add and remove event listeners.

                                                                                                                                                                                                                          "},"Base%20classes%20%26%20interfaces.html#/s:13THEOplayerSDK18TrackEventProtocolP":{"name":"TrackEventProtocol","abstract":"

                                                                                                                                                                                                                          The base Track Event protocol.

                                                                                                                                                                                                                          "},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3topSivp":{"name":"top","abstract":"

                                                                                                                                                                                                                          The top margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC5rightSivp":{"name":"right","abstract":"

                                                                                                                                                                                                                          The right margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC6bottomSivp":{"name":"bottom","abstract":"

                                                                                                                                                                                                                          The bottom margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC4leftSivp":{"name":"left","abstract":"

                                                                                                                                                                                                                          The left margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3top5right6bottom4leftACSi_S3itcfc":{"name":"init(top:right:bottom:left:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC10horizontal8verticalACSi_Sitcfc":{"name":"init(horizontal:vertical:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3allACSi_tcfc":{"name":"init(all:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC5startSdvp":{"name":"start","abstract":"

                                                                                                                                                                                                                          The start time of the range.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC3endSdvp":{"name":"end","abstract":"

                                                                                                                                                                                                                          The end time of the range.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC5start3endACSd_Sdtcfc":{"name":"init(start:end:)","abstract":"

                                                                                                                                                                                                                          Constructs a TimeRange object.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html":{"name":"TimeRange","abstract":"

                                                                                                                                                                                                                          Helps get information regarding a certain period in the playback.

                                                                                                                                                                                                                          "},"Classes/THEOMargins.html":{"name":"THEOMargins","abstract":"

                                                                                                                                                                                                                          The THEOMargins class is used to define quadruple margins.

                                                                                                                                                                                                                          "},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC7requestAA7RequestCvp":{"name":"request","abstract":"

                                                                                                                                                                                                                          The request for which the response is being returned.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL from which the response was returned. This might have been redirected transparently.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC6statusSivp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The status code as returned in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC10statusTextSSvp":{"name":"statusText","abstract":"

                                                                                                                                                                                                                          The status text as returned in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC7headersSDyS2SGvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP headers as returned by the server.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC4body10Foundation4DataVvp":{"name":"body","abstract":"

                                                                                                                                                                                                                          The body of the response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL of the server to which the request is sent.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC6methodSSvp":{"name":"method","abstract":"

                                                                                                                                                                                                                          The method of the HTTP request, for example: GET, POST or PUT.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC7headersSDyS2SGvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP request headers to be sent to the server.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC4body10Foundation4DataVSgvp":{"name":"body","abstract":"

                                                                                                                                                                                                                          The body of the request. Will be nil for GET requests.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC3url6method7headers4bodyACSS_SSSDyS2SG10Foundation4DataVSgtcfc":{"name":"init(url:method:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a new HTTP request.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Enums/KeySystemId.html#/s:13THEOplayerSDK11KeySystemIdO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"KeySystemId"},"Classes/LicenseRequest.html#/s:13THEOplayerSDK14LicenseRequestC14fairplaySkdUrlSSSgvp":{"name":"fairplaySkdUrl","abstract":"

                                                                                                                                                                                                                          The SKD URL

                                                                                                                                                                                                                          ","parent_name":"LicenseRequest"},"Classes/LicenseRequest.html#/s:13THEOplayerSDK14LicenseRequestC3url6method7headers4body14fairplaySkdUrl14useCredentialsACSS_SSSDyS2SG10Foundation4DataVSgSSSgSbtcfc":{"name":"init(url:method:headers:body:fairplaySkdUrl:useCredentials:)","abstract":"

                                                                                                                                                                                                                          Creates a new LicenseRequest for the given URL.

                                                                                                                                                                                                                          ","parent_name":"LicenseRequest"},"Classes/LicenseResponse.html#/s:13THEOplayerSDK15LicenseResponseC14licenseRequest3url6status0H4Text7headers4bodyAcA0cF0C_SSSiSSSDyS2SG10Foundation4DataVtcfc":{"name":"init(licenseRequest:url:status:statusText:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a LicenseResponse.

                                                                                                                                                                                                                          ","parent_name":"LicenseResponse"},"Classes/CertificateResponse.html#/s:13THEOplayerSDK19CertificateResponseC18certificateRequest3url6status0H4Text7headers4bodyAcA0cF0C_SSSiSSSDyS2SG10Foundation4DataVtcfc":{"name":"init(certificateRequest:url:status:statusText:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a CertificateResponse.

                                                                                                                                                                                                                          ","parent_name":"CertificateResponse"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onCertificateRequestWithRequest:callback:":{"name":"onCertificateRequest(request:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a new certificate is about to be sent.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onCertificateResponseWithResponse:callback:":{"name":"onCertificateResponse(response:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a certificate returns a response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onLicenseRequestWithRequest:callback:":{"name":"onLicenseRequest(request:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a new license is about to be sent.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onLicenseResponseWithResponse:callback:":{"name":"onLicenseResponse(response:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a license returns a response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onExtractFairplayContentIdWithSkdUrl:callback:":{"name":"onExtractFairplayContentId(skdUrl:callback:)","abstract":"

                                                                                                                                                                                                                          A function to extract the Fairplay content ID from the key URI, as given by the URI attribute of the #EXT-X-KEY tag in the HLS playlist (m3u8).

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html":{"name":"ContentProtectionIntegration","abstract":"

                                                                                                                                                                                                                          This ContentProtectionIntegration defines some methods to alter license and certificate requests and responses.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/s:13THEOplayerSDK35ContentProtectionIntegrationFactoryP":{"name":"ContentProtectionIntegrationFactory","abstract":"

                                                                                                                                                                                                                          Factory pattern to createContentProtectionIntegration.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)CertificateRequestCallback":{"name":"CertificateRequestCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the modified CertificateRequest.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)CertificateResponseCallback":{"name":"CertificateResponseCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the actual certificate, or an Error in case of failure.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)LicenseRequestCallback":{"name":"LicenseRequestCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the modified LicenseRequest.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)LicenseResponseCallback":{"name":"LicenseResponseCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the actual license, or an Error in case of failure.

                                                                                                                                                                                                                          "},"Classes/CertificateResponse.html":{"name":"CertificateResponse","abstract":"

                                                                                                                                                                                                                          The certificate response.

                                                                                                                                                                                                                          "},"Classes/LicenseResponse.html":{"name":"LicenseResponse","abstract":"

                                                                                                                                                                                                                          The license response.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(cs)CertificateRequest":{"name":"CertificateRequest","abstract":"

                                                                                                                                                                                                                          A certificate request.

                                                                                                                                                                                                                          "},"Classes/LicenseRequest.html":{"name":"LicenseRequest","abstract":"

                                                                                                                                                                                                                          A license request.

                                                                                                                                                                                                                          "},"Enums/KeySystemId.html":{"name":"KeySystemId","abstract":"

                                                                                                                                                                                                                          Name of the key system.

                                                                                                                                                                                                                          "},"Classes/Request.html":{"name":"Request","abstract":"

                                                                                                                                                                                                                          Represents an HTTP request made by the player, such as a certificate request, license request, or discovery request.

                                                                                                                                                                                                                          "},"Classes/Response.html":{"name":"Response","abstract":"

                                                                                                                                                                                                                          Represents an HTTP response received by the player, such as a certificate response, license response, or discovery response.

                                                                                                                                                                                                                          "},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP8strategyAA24ABRStrategyConfigurationCvp":{"name":"strategy","abstract":"

                                                                                                                                                                                                                          The strategy to use to drive the adaptive bitrate behavior of the player. This configuration will only work with THEOlive and Millicast streams and will not have any effect for other types of streams.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP12targetBufferSdvp":{"name":"targetBuffer","abstract":"

                                                                                                                                                                                                                          The amount of seconds of video to buffer in advance.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP20preferredPeakBitRateSdvp":{"name":"preferredPeakBitRate","abstract":"

                                                                                                                                                                                                                          The desired limit, in bits per second, of network bandwidth consumption. Defaults to 0, which indicates there is no limit.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP26preferredMaximumResolutionSo6CGSizeVvp":{"name":"preferredMaximumResolution","abstract":"

                                                                                                                                                                                                                          The desired maximum resolution of a video that is to be downloaded. Defaults to CGSizeZero, which indicates there is no limit on the video resolution.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC4typeAA0C4TypeOvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of strategy used for ABR.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC8metadataAA11ABRMetadataCSgvp":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The metadata used for ABR.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC4type8metadataAcA0C4TypeO_AA11ABRMetadataCSgtcfc":{"name":"init(type:metadata:)","abstract":"

                                                                                                                                                                                                                          Constructs an ABRStrategyConfiguration given an ABRStrategyType enum member and an ABRMetadata struct.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRMetadata.html#/s:13THEOplayerSDK11ABRMetadataC7bitrateSdSgvp":{"name":"bitrate","abstract":"

                                                                                                                                                                                                                          Specifying the bitrate allows you to initially cap the bandwidth consumption to a specified bitrate, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"ABRMetadata"},"Classes/ABRMetadata.html#/s:13THEOplayerSDK11ABRMetadataC7bitrateACSd_tcfc":{"name":"init(bitrate:)","abstract":"

                                                                                                                                                                                                                          Constructs an ABRMetadata struct given a bitrate.

                                                                                                                                                                                                                          ","parent_name":"ABRMetadata"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO11performanceyA2CmF":{"name":"performance","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on the performance of the player.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO7qualityyA2CmF":{"name":"quality","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on displaying the best visual quality to the end-user as fast as possible.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO9bandwidthyA2CmF":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on displaying the most optimal quality based on the ABR metadata passed in with the ABRStrategyConfiguration, by initially capping the bitrate to match the provided bitrate in the ABR metadata.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html":{"name":"ABRStrategyType","abstract":"

                                                                                                                                                                                                                          The different adaptive bitrate (ABR) strategies. This configuration will only work with THEOlive and Millicast streams and will not have any effect for other types of streams.

                                                                                                                                                                                                                          "},"Classes/ABRMetadata.html":{"name":"ABRMetadata","abstract":"

                                                                                                                                                                                                                          The ABRMetadata specifies extra metadata that can be used to drive the ABR behavior of the player.

                                                                                                                                                                                                                          "},"Classes/ABRStrategyConfiguration.html":{"name":"ABRStrategyConfiguration","abstract":"

                                                                                                                                                                                                                          An object specifying strategy and metadata that the player will use for initial playback.

                                                                                                                                                                                                                          "},"Protocols/ABRConfiguration.html":{"name":"ABRConfiguration","abstract":"

                                                                                                                                                                                                                          The ABR object enables control of the adaptive bitrate behavior of the player.

                                                                                                                                                                                                                          "},"Structs/CachingTaskEventTypes.html#/s:13THEOplayerSDK21CachingTaskEventTypesV12STATE_CHANGEAA0E4TypeCyAA05CacheE0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskEventTypes"},"Structs/CachingTaskEventTypes.html#/s:13THEOplayerSDK21CachingTaskEventTypesV8PROGRESSAA0E4TypeCyAA05CacheE0CGvpZ":{"name":"PROGRESS","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask downloads additional segments.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskEventTypes"},"Structs/CacheEventTypes.html#/s:13THEOplayerSDK15CacheEventTypesV12STATE_CHANGEAA0D4TypeCyAA0cD0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the Cache.status changes.

                                                                                                                                                                                                                          ","parent_name":"CacheEventTypes"},"Structs/CacheEventTypes.html":{"name":"CacheEventTypes","abstract":"

                                                                                                                                                                                                                          The CacheEvent types.

                                                                                                                                                                                                                          "},"Structs/CachingTaskEventTypes.html":{"name":"CachingTaskEventTypes","abstract":"

                                                                                                                                                                                                                          The CachingTask event types.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CacheStateChangeEvent":{"name":"CacheStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the Cache.status changes.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CachingTaskStateChangeEvent":{"name":"CachingTaskStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CachingTaskProgressEvent":{"name":"CachingTaskProgressEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask downloads additional segments.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelection.html#/s:13THEOplayerSDK31CachingParametersTrackSelectionC05audioeF0SaySSGvp":{"name":"audioTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelection"},"Classes/CachingParametersTrackSelection.html#/s:13THEOplayerSDK31CachingParametersTrackSelectionC04texteF0SaySSGvp":{"name":"textTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelection"},"Protocols/CachingTaskLicense.html#/s:13THEOplayerSDK18CachingTaskLicenseP5renewyyF":{"name":"renew()","abstract":"

                                                                                                                                                                                                                          Renews all the licenses associated with this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskLicense"},"Protocols/CachingTaskLicense.html#/s:13THEOplayerSDK18CachingTaskLicenseP5renewyyAA16DRMConfiguration_pF":{"name":"renew(_:)","abstract":"

                                                                                                                                                                                                                          Renews all the licenses associated with this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskLicense"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC14expirationDate10Foundation0F0Vvp":{"name":"expirationDate","abstract":"

                                                                                                                                                                                                                          The expiration date for the cached data.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC9bandwidthSiSgvp":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          An approximation of the desired bandwidth, defaults to the highest bandwidth possible.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC20allowsCellularAccessSbvp":{"name":"allowsCellularAccess","abstract":"

                                                                                                                                                                                                                          An indication of caching data only on WIFI or on cellular data too. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC23preferredTrackSelectionAA0cdfG0Cvp":{"name":"preferredTrackSelection","abstract":"

                                                                                                                                                                                                                          An indication of preferred tracks to be used for offline playback.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC7networkAA20NetworkConfigurationCSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC14expirationDate9bandwidth20allowsCellularAccess23preferredTrackSelection7networkAC10Foundation0F0VSg_SiSgSbAA0cdlM0CSgAA20NetworkConfigurationCSgtcfc":{"name":"init(expirationDate:bandwidth:allowsCellularAccess:preferredTrackSelection:network:)","abstract":"

                                                                                                                                                                                                                          Constructs a CachingParameters.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Enums/CachingTaskStatus.html#/s:13THEOplayerSDK17CachingTaskStatusO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskStatus"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6statusAA0cD6StatusOvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The current CachingTaskStatus.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6sourceAA17SourceDescriptionCvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          The SourceDescription processed by this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP10parametersAA0C10ParametersCvp":{"name":"parameters","abstract":"

                                                                                                                                                                                                                          The CachingParameters for this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP8durationSdvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The amount of content that will be available after this task has finished, in seconds.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6cachedSayAA9TimeRangeCGvp":{"name":"cached","abstract":"

                                                                                                                                                                                                                          List of TimeRange indicating which data is currently cached.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP13secondsCachedSdvp":{"name":"secondsCached","abstract":"

                                                                                                                                                                                                                          The amount of content that has already been cached, in seconds.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP16percentageCachedSdvp":{"name":"percentageCached","abstract":"

                                                                                                                                                                                                                          The percentage of content that has already been cached, between 0 and 1.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP11bytesCachedSuvp":{"name":"bytesCached","abstract":"

                                                                                                                                                                                                                          The amount of bytes that have already been cached.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5bytesSivp":{"name":"bytes","abstract":"

                                                                                                                                                                                                                          The estimation of the amount this task will download and store, in bytes.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Starts downloading the stream and stores it on the device.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6removeyyF":{"name":"remove()","abstract":"

                                                                                                                                                                                                                          Removes the task and tries to evict all associated streaming elements.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5pauseyyF":{"name":"pause()","abstract":"

                                                                                                                                                                                                                          Pauses downloading the stream.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP4move2toy10Foundation3URLV_tKF":{"name":"move(to:)","abstract":"

                                                                                                                                                                                                                          Moves the downloaded stream assets to the specified URL.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP7licenseAA0cD7License_pvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          A controller for license related queries and operations.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP7networkAA7Network_pvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The Network API.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP16addEventListener4type8listenerAA0fG0_pAA0F4TypeCyqd__G_yqd__ctAA0F8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP19removeEventListener4type8listeneryAA0F4TypeCyqd__G_AA0fG0_ptAA0F8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener of the given CachingTaskEventType.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Enums/CacheStatus.html#/s:13THEOplayerSDK11CacheStatusO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CacheStatus"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP6statusAA0C6StatusOvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          Indicates the CacheStatus.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP5tasksSayAA11CachingTask_pGvp":{"name":"tasks","abstract":"

                                                                                                                                                                                                                          The list of all caching tasks.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP10createTask6source10parametersAA07CachingE0_pSgAA17SourceDescriptionC_AA0H10ParametersCSgtF":{"name":"createTask(source:parameters:)","abstract":"

                                                                                                                                                                                                                          Creates a CachingTask which will be used to cache the provided source, abiding to the provided parameters.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener for the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html":{"name":"Cache","abstract":"

                                                                                                                                                                                                                          The caching API allows to store a streaming source on the user’s device.

                                                                                                                                                                                                                          "},"Enums/CacheStatus.html":{"name":"CacheStatus","abstract":"

                                                                                                                                                                                                                          Indicates the status of the Cache.

                                                                                                                                                                                                                          "},"Protocols/CachingTask.html":{"name":"CachingTask","abstract":"

                                                                                                                                                                                                                          Represents a caching task.

                                                                                                                                                                                                                          "},"Enums/CachingTaskStatus.html":{"name":"CachingTaskStatus","abstract":"

                                                                                                                                                                                                                          The status of a caching task.

                                                                                                                                                                                                                          "},"Classes/CachingParameters.html":{"name":"CachingParameters","abstract":"

                                                                                                                                                                                                                          The configuration of a caching task.

                                                                                                                                                                                                                          "},"Protocols/CachingTaskLicense.html":{"name":"CachingTaskLicense","abstract":"

                                                                                                                                                                                                                          The caching task license controller which can be used to renew the license.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelection.html":{"name":"CachingParametersTrackSelection","abstract":"

                                                                                                                                                                                                                          An object that represents a CachingParametersTrackSelection.

                                                                                                                                                                                                                          "},"Cache%20API.html#/s:13THEOplayerSDK21CacheStatusIdleReasonO":{"name":"CacheStatusIdleReason","abstract":"

                                                                                                                                                                                                                          The reason behind IDLE status change.

                                                                                                                                                                                                                          "},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO13CONFIGURATIONyA2CmF":{"name":"CONFIGURATION","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the configuration.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO7LICENSEyA2CmF":{"name":"LICENSE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the license.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO6SOURCEyA2CmF":{"name":"SOURCE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the source.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8MANIFESTyA2CmF":{"name":"MANIFEST","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the manifest.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO5MEDIAyA2CmF":{"name":"MEDIA","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the media.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO7NETWORKyA2CmF":{"name":"NETWORK","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the network.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO18CONTENT_PROTECTIONyA2CmF":{"name":"CONTENT_PROTECTION","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the content protection.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8SUBTITLEyA2CmF":{"name":"SUBTITLE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the subtitles.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO2VRyA2CmF":{"name":"VR","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to VR.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO3ADSyA2CmF":{"name":"ADS","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to ads.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO10FULLSCREENyA2CmF":{"name":"FULLSCREEN","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to fullscreen.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO5CACHEyA2CmF":{"name":"CACHE","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to caching.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8THEOLIVEyA2CmF":{"name":"THEOLIVE","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to THEOlive.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO9MILLICASTyA2CmF":{"name":"MILLICAST","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to Millicast.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19CONFIGURATION_ERRORyA2CmF":{"name":"CONFIGURATION_ERROR","abstract":"

                                                                                                                                                                                                                          The configuration provided is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13LICENSE_ERRORyA2CmF":{"name":"LICENSE_ERROR","abstract":"

                                                                                                                                                                                                                          The license provided is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO22LICENSE_INVALID_DOMAINyA2CmF":{"name":"LICENSE_INVALID_DOMAIN","abstract":"

                                                                                                                                                                                                                          The provided license does not contain the current domain.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO22LICENSE_INVALID_SOURCEyA2CmF":{"name":"LICENSE_INVALID_SOURCE","abstract":"

                                                                                                                                                                                                                          The current source is not allowed in the license provided.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO15LICENSE_EXPIREDyA2CmF":{"name":"LICENSE_EXPIRED","abstract":"

                                                                                                                                                                                                                          The license has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23LICENSE_INVALID_FEATUREyA2CmF":{"name":"LICENSE_INVALID_FEATURE","abstract":"

                                                                                                                                                                                                                          The provided license does not contain the necessary feature.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO14SOURCE_INVALIDyA2CmF":{"name":"SOURCE_INVALID","abstract":"

                                                                                                                                                                                                                          The source provided is not valid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20SOURCE_NOT_SUPPORTEDyA2CmF":{"name":"SOURCE_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The provided source is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MANIFEST_LOAD_ERRORyA2CmF":{"name":"MANIFEST_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          The manifest could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MANIFEST_CORS_ERRORyA2CmF":{"name":"MANIFEST_CORS_ERROR","abstract":"

                                                                                                                                                                                                                          An Error related to Cross-origin resource sharing (CORS).

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MANIFEST_PARSE_ERRORyA2CmF":{"name":"MANIFEST_PARSE_ERROR","abstract":"

                                                                                                                                                                                                                          The manifest could not be parsed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MEDIA_NOT_SUPPORTEDyA2CmF":{"name":"MEDIA_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The media is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO16MEDIA_LOAD_ERRORyA2CmF":{"name":"MEDIA_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          The media could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO18MEDIA_DECODE_ERRORyA2CmF":{"name":"MEDIA_DECODE_ERROR","abstract":"

                                                                                                                                                                                                                          The media could not be decoded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MEDIA_AVPLAYER_ERRORyA2CmF":{"name":"MEDIA_AVPLAYER_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to playback through AVPlayer in the iOS or tvOS SDK.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13MEDIA_ABORTEDyA2CmF":{"name":"MEDIA_ABORTED","abstract":"

                                                                                                                                                                                                                          The fetching process for the media resource was aborted by the user agent at the user’s request.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MEDIA_INTERNAL_ERRORyA2CmF":{"name":"MEDIA_INTERNAL_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong in the internal logic of the media pipeline.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13NETWORK_ERRORyA2CmF":{"name":"NETWORK_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to network has been detected.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO15NETWORK_TIMEOUTyA2CmF":{"name":"NETWORK_TIMEOUT","abstract":"

                                                                                                                                                                                                                          The network has timed out.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO24CONTENT_PROTECTION_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to the content protection.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO32CONTENT_PROTECTION_NOT_SUPPORTEDyA2CmF":{"name":"CONTENT_PROTECTION_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The DRM provided is not supported on this platform.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO40CONTENT_PROTECTION_CONFIGURATION_MISSINGyA2CmF":{"name":"CONTENT_PROTECTION_CONFIGURATION_MISSING","abstract":"

                                                                                                                                                                                                                          The media is DRM protected, but no content protection configuration was provided.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO40CONTENT_PROTECTION_CONFIGURATION_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_CONFIGURATION_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection configuration is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO41CONTENT_PROTECTION_INITIALIZATION_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_INITIALIZATION_INVALID","abstract":"

                                                                                                                                                                                                                          The DRM initialization data could not be parsed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO36CONTENT_PROTECTION_CERTIFICATE_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_CERTIFICATE_ERROR","abstract":"

                                                                                                                                                                                                                          The content protection’s certificate could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO38CONTENT_PROTECTION_CERTIFICATE_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_CERTIFICATE_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection’s certificate is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO32CONTENT_PROTECTION_LICENSE_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_LICENSE_ERROR","abstract":"

                                                                                                                                                                                                                          The content protection’s license could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO34CONTENT_PROTECTION_LICENSE_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_LICENSE_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection’s license is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CONTENT_PROTECTION_KEY_EXPIREDyA2CmF":{"name":"CONTENT_PROTECTION_KEY_EXPIRED","abstract":"

                                                                                                                                                                                                                          The content protection’s key has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CONTENT_PROTECTION_KEY_MISSINGyA2CmF":{"name":"CONTENT_PROTECTION_KEY_MISSING","abstract":"

                                                                                                                                                                                                                          The content protection’s key is missing.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO36CONTENT_PROTECTION_OUTPUT_RESTRICTEDyA2CmF":{"name":"CONTENT_PROTECTION_OUTPUT_RESTRICTED","abstract":"

                                                                                                                                                                                                                          All qualities require HDCP, but the current output does not fulfill HDCP requirements.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33CONTENT_PROTECTION_INTERNAL_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_INTERNAL_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong in the internal logic of the content protection system.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33CONTENT_PROTECTION_DEVICE_REVOKEDyA2CmF":{"name":"CONTENT_PROTECTION_DEVICE_REVOKED","abstract":"

                                                                                                                                                                                                                          The content protection system has revoked this device, so it can no longer play protected content.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO37CONTENT_PROTECTION_PROVISIONING_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_PROVISIONING_ERROR","abstract":"

                                                                                                                                                                                                                          The device could not be provisioned with the credentials it needs to play protected content.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19SUBTITLE_LOAD_ERRORyA2CmF":{"name":"SUBTITLE_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          Loading subtitles has failed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19SUBTITLE_CORS_ERRORyA2CmF":{"name":"SUBTITLE_CORS_ERROR","abstract":"

                                                                                                                                                                                                                          Loading subtitles has failed due to CORS.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20SUBTITLE_PARSE_ERRORyA2CmF":{"name":"SUBTITLE_PARSE_ERROR","abstract":"

                                                                                                                                                                                                                          Parsing subtitles has failed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23VR_PLATFORM_UNSUPPORTEDyA2CmF":{"name":"VR_PLATFORM_UNSUPPORTED","abstract":"

                                                                                                                                                                                                                          This error occurs when VR is not supported on the current platform.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO21VR_PRESENTATION_ERRORyA2CmF":{"name":"VR_PRESENTATION_ERROR","abstract":"

                                                                                                                                                                                                                          Changing the presentation to VR was not possible.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19VR_PERMISSION_ERRORyA2CmF":{"name":"VR_PERMISSION_ERROR","abstract":"

                                                                                                                                                                                                                          The right permissions to enable native VR were not given to the player.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO8AD_ERRORyA2CmF":{"name":"AD_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with an ad.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19AD_BLOCKER_DETECTEDyA2CmF":{"name":"AD_BLOCKER_DETECTED","abstract":"

                                                                                                                                                                                                                          An ad blocker has been detected.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO16FULLSCREEN_ERRORyA2CmF":{"name":"FULLSCREEN_ERROR","abstract":"

                                                                                                                                                                                                                          Changing the presentation to fullscreen was not possible.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO18CACHE_SOURCE_ERRORyA2CmF":{"name":"CACHE_SOURCE_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong while caching a source.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CACHE_CONTENT_PROTECTION_ERRORyA2CmF":{"name":"CACHE_CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong while caching content protection’s license.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23THEO_LIVE_UNKNOWN_ERRORyA2CmF":{"name":"THEO_LIVE_UNKNOWN_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with THEOlive playback.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO27THEO_LIVE_CHANNEL_NOT_FOUNDyA2CmF":{"name":"THEO_LIVE_CHANNEL_NOT_FOUND","abstract":"

                                                                                                                                                                                                                          The THEOlive channel could not be played because it was not found. This can be because it was never created, it has been deleted or locked.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO21THEO_LIVE_END_OF_DEMOyA2CmF":{"name":"THEO_LIVE_END_OF_DEMO","abstract":"

                                                                                                                                                                                                                          The THEOlive channel is a demo channel and the demo window has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO25THEO_LIVE_ANALYTICS_ERRORyA2CmF":{"name":"THEO_LIVE_ANALYTICS_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occurred regarding THEOlive analytics.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23MILLICAST_UNKNOWN_ERRORyA2CmF":{"name":"MILLICAST_UNKNOWN_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with Millicast playback.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MILLICAST_HTTP_ERRORyA2CmF":{"name":"MILLICAST_HTTP_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured regarding HTTP requests in Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33MILLICAST_ABR_CONFIGURATION_ERRORyA2CmF":{"name":"MILLICAST_ABR_CONFIGURATION_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured during ABR configuration in Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO31MILLICAST_TRACK_DISABLING_ERRORyA2CmF":{"name":"MILLICAST_TRACK_DISABLING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when disabling a Millicast remote track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30MILLICAST_TRACK_ENABLING_ERRORyA2CmF":{"name":"MILLICAST_TRACK_ENABLING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when enabling a Millicast remote track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO26MILLICAST_DISCONNECT_ERRORyA2CmF":{"name":"MILLICAST_DISCONNECT_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when disconnecting the millicast client

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO25MILLICAST_SUBSCRIBE_ERRORyA2CmF":{"name":"MILLICAST_SUBSCRIBE_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when attempting to subscribe to Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO26MILLICAST_SET_VOLUME_ERRORyA2CmF":{"name":"MILLICAST_SET_VOLUME_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when attempting to set volume on an audio track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO31MILLCAST_WEBRTC_SIGNALING_ERRORyA2CmF":{"name":"MILLCAST_WEBRTC_SIGNALING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occurred during WebRTC signaling with the millicast media server.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP8userInfoSDySSypGSgvp":{"name":"userInfo","abstract":"

                                                                                                                                                                                                                          The userInfo dictionary for the error, if more details are available.

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP08avPlayerD4CodeSo7AVErrorVSgvp":{"name":"avPlayerErrorCode","abstract":"

                                                                                                                                                                                                                          The parsed error code of the underlying AVplayer error, if available

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP08avPlayerD0SC7AVErrorLeVSgvp":{"name":"avPlayerError","abstract":"

                                                                                                                                                                                                                          The underlying AVplayer error, if available

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP3urlSSSgvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL that was used.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP6statusSivp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The HTTP status code.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP12errorCommentSSSgvp":{"name":"errorComment","abstract":"

                                                                                                                                                                                                                          The error comment which might contain the HTTP status code.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP9timestamp10Foundation4DateVvp":{"name":"timestamp","abstract":"

                                                                                                                                                                                                                          The date at which the error occured.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP4codeAA0C4CodeOvp":{"name":"code","abstract":"

                                                                                                                                                                                                                          A THEOErrorCode that indicates the type of error that has occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP8categoryAA13ErrorCategoryOvp":{"name":"category","abstract":"

                                                                                                                                                                                                                          An ErrorCategory that indicates the category of the error that has occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP5causeAA13THEOBaseError_pSgvp":{"name":"cause","abstract":"

                                                                                                                                                                                                                          The underlying cause of this error, if known.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP4nameSSvp":{"name":"name","abstract":"

                                                                                                                                                                                                                          The name of the error.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP7messageSSvp":{"name":"message","abstract":"

                                                                                                                                                                                                                          The message of the error aimed at the user.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP5stackSaySSGSgvp":{"name":"stack","abstract":"

                                                                                                                                                                                                                          A stack-trace up until the error occured.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html":{"name":"THEOBaseError","abstract":"

                                                                                                                                                                                                                          A basic error that is thrown by THEOPlayer.

                                                                                                                                                                                                                          "},"Protocols/THEOError.html":{"name":"THEOError","abstract":"

                                                                                                                                                                                                                          An error that is thrown by THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/NetworkError.html":{"name":"NetworkError","abstract":"

                                                                                                                                                                                                                          A network error.

                                                                                                                                                                                                                          "},"Protocols/AVPlayerError.html":{"name":"AVPlayerError","abstract":"

                                                                                                                                                                                                                          An error that is thrown by AVPlayer.

                                                                                                                                                                                                                          "},"Enums/THEOErrorCode.html":{"name":"THEOErrorCode","abstract":"

                                                                                                                                                                                                                          A code that indicates the type of error that has occurred.

                                                                                                                                                                                                                          "},"Enums/ErrorCategory.html":{"name":"ErrorCategory","abstract":"

                                                                                                                                                                                                                          The Error category a TheoErrorCode belongs to.

                                                                                                                                                                                                                          "},"Classes/NetworkErrorEvent.html#/s:13THEOplayerSDK17NetworkErrorEventC5errorAA0cD0_pSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          A NetworkError instance containing information about the error.

                                                                                                                                                                                                                          ","parent_name":"NetworkErrorEvent"},"Classes/NetworkErrorEvent.html#/s:13THEOplayerSDK17NetworkErrorEventC9transientSbvp":{"name":"transient","abstract":"

                                                                                                                                                                                                                          Signaling that the current NetworkError is potentially recoverable with retries.

                                                                                                                                                                                                                          ","parent_name":"NetworkErrorEvent"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV5ERRORAA0D4TypeCyAA0c5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV20ENTER_BADNETWORKMODEAA0D4TypeCyAA08EnterBadc4ModeD0CGvpZ":{"name":"ENTER_BADNETWORKMODE","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV19EXIT_BADNETWORKMODEAA0D4TypeCyAA07ExitBadc4ModeD0CGvpZ":{"name":"EXIT_BADNETWORKMODE","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html":{"name":"NetworkEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Network events.

                                                                                                                                                                                                                          "},"Classes/NetworkErrorEvent.html":{"name":"NetworkErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when NetworkEventTypes.ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Type of the event, defaults to “aspectratiochange”.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC06aspectD0AA0cD0Ovp":{"name":"aspectRatio","abstract":"

                                                                                                                                                                                                                          The new AspectRatio of the view.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Fullscreen%20Events.html#/s:13THEOplayerSDK20FullscreenEventTypesV":{"name":"FullscreenEventTypes","abstract":"

                                                                                                                                                                                                                          The types of events related to fullscreen.

                                                                                                                                                                                                                          "},"Classes/AspectRatioChangeEvent.html":{"name":"AspectRatioChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown when the aspect ratio property of the player has changed.

                                                                                                                                                                                                                          "},"Protocols/FullscreenPresentationDelegate.html#/s:13THEOplayerSDK30FullscreenPresentationDelegateP7present14viewController10completionyAA0c4ViewH0C_yyctF":{"name":"present(viewController:completion:)","abstract":"

                                                                                                                                                                                                                          Method which gets called when the fullscreen view controller is ready to be presented.

                                                                                                                                                                                                                          ","parent_name":"FullscreenPresentationDelegate"},"Protocols/FullscreenPresentationDelegate.html#/s:13THEOplayerSDK30FullscreenPresentationDelegateP7dismiss14viewController10completionyAA0c4ViewH0C_yyctF":{"name":"dismiss(viewController:completion:)","abstract":"

                                                                                                                                                                                                                          Method which gets called when the fullscreen view controller is ready to be dismissed.

                                                                                                                                                                                                                          ","parent_name":"FullscreenPresentationDelegate"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO3fityA2CmF":{"name":"fit","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that all content fits inside its bounding box, keeping the original aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO4fillyA2CmF":{"name":"fill","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that all content fits inside the bounding box which will be stretched to fill the entire bounding box.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO10aspectFillyA2CmF":{"name":"aspectFill","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that the content fills up the entire bounding box, keeping the original aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP30supportedInterfaceOrientationsSo26UIInterfaceOrientationMaskVvp":{"name":"supportedInterfaceOrientations","abstract":"

                                                                                                                                                                                                                          The supported interface orientations for fullscreen mode as a UIInterfaceOrientationMask.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP14viewControllerAA0c4ViewE0CSgvp":{"name":"viewController","abstract":"

                                                                                                                                                                                                                          When in fullscreen presentation mode returns the FullscreenViewController that contains the player. Returns nil otherwise.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP19viewControllerClassAA0c4ViewE0CmSgvp":{"name":"viewControllerClass","abstract":"

                                                                                                                                                                                                                          The type of the FullscreenViewController that will be presented when the player goes to fullscreen presentation mode.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP20presentationDelegateAA0c12PresentationE0_pSgvp":{"name":"presentationDelegate","abstract":"

                                                                                                                                                                                                                          The fullscreen delegate which allows control over the presentation of the fullscreen view controller. Setting it will override the default behavior.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP33setSupportedInterfaceOrientations09supportedfG0ySo26UIInterfaceOrientationMaskV_tF":{"name":"setSupportedInterfaceOrientations(supportedInterfaceOrientations:)","abstract":"

                                                                                                                                                                                                                          Sets the supported interface orientations for fullscreen mode.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener for the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html":{"name":"Fullscreen","abstract":"

                                                                                                                                                                                                                          The Fullscreen object helps you configure the settings of the fullscreen mode.

                                                                                                                                                                                                                          "},"Enums/AspectRatio.html":{"name":"AspectRatio","abstract":"

                                                                                                                                                                                                                          Specifies an aspect ratio for the player when in fullscreen mode.

                                                                                                                                                                                                                          "},"Fullscreen%20API.html#/c:@M@THEOplayerSDK@objc(cs)FullscreenViewController":{"name":"FullscreenViewController","abstract":"

                                                                                                                                                                                                                          The Fullscreen view controller class that presents the player when the PresentationMode is set to fullscreen."},"Protocols/FullscreenPresentationDelegate.html":{"name":"FullscreenPresentationDelegate","abstract":"

                                                                                                                                                                                                                          The fullscreen delegate which allows control over the presentation of the fullscreen view controller.

                                                                                                                                                                                                                          "},"Protocols/AVPictureInPictureControllerDelegateExtended.html#/c:@M@THEOplayerSDK@objc(pl)AVPictureInPictureControllerDelegateExtended(im)pictureInPictureDidBecomePossible":{"name":"pictureInPictureDidBecomePossible()","abstract":"

                                                                                                                                                                                                                          Called when the value of AVPictureInPictureController.isPictureInPicturePossible changes to true.

                                                                                                                                                                                                                          ","parent_name":"AVPictureInPictureControllerDelegateExtended"},"Protocols/AVPictureInPictureControllerDelegateExtended.html#/c:@M@THEOplayerSDK@objc(pl)AVPictureInPictureControllerDelegateExtended(im)pictureInPictureDidBecomeNotPossible":{"name":"pictureInPictureDidBecomeNotPossible()","abstract":"

                                                                                                                                                                                                                          Called when the value of AVPictureInPictureController.isPictureInPicturePossible changes to false.

                                                                                                                                                                                                                          ","parent_name":"AVPictureInPictureControllerDelegateExtended"},"Enums/PictureInPictureCorner.html#/s:13THEOplayerSDK09PictureInC6CornerO7defaultACvpZ":{"name":"default","abstract":"

                                                                                                                                                                                                                          The default corner is bottom right

                                                                                                                                                                                                                          ","parent_name":"PictureInPictureCorner"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P13currentCornerAA0cdcF0OSgvp":{"name":"currentCorner","abstract":"

                                                                                                                                                                                                                          The current PictureInPictureCorner the PiP view is displayed in.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P9configure7movable13defaultCorner5scale10visibility6marginySbSg_AA0cdcH0OSgSfSgSdSgAA11THEOMarginsCSgtF":{"name":"configure(movable:defaultCorner:scale:visibility:margin:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P06nativecdC8DelegateSo09AVPicturedc10ControllerF0_pSgvp":{"name":"nativePictureInPictureDelegate","abstract":"

                                                                                                                                                                                                                          The protocol that defines the methods to respond to Picture in Picture events.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P9configure13configurationyAA16PiPConfigurationC_tF":{"name":"configure(configuration:)","abstract":"

                                                                                                                                                                                                                          Sets the picture-in-picture configuration dynamically.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scaleySbSg_AA0cdcH0OSgSfSgtF":{"name":"configure(movable:defaultCorner:scale:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scale10visibilityySbSg_AA0cdcH0OSgSfSgSdSgtF":{"name":"configure(movable:defaultCorner:scale:visibility:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scale6marginySbSg_AA0cdcH0OSgSfSgAA11THEOMarginsCSgtF":{"name":"configure(movable:defaultCorner:scale:margin:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html":{"name":"PictureInPicture","abstract":"

                                                                                                                                                                                                                          Helps configure the settings when PresentationMode.pictureInPicture is active.

                                                                                                                                                                                                                          "},"Enums/PictureInPictureCorner.html":{"name":"PictureInPictureCorner","abstract":"

                                                                                                                                                                                                                          The corner of the PiP view

                                                                                                                                                                                                                          "},"Picture-In-Picture.html#/s:13THEOplayerSDK09PictureInC20NewCornerUserInfoKeySSvp":{"name":"PictureInPictureNewCornerUserInfoKey","abstract":"

                                                                                                                                                                                                                          The key to retrieve the new PiP view corner

                                                                                                                                                                                                                          "},"Picture-In-Picture.html#/s:13THEOplayerSDK09PictureInC20OldCornerUserInfoKeySSvp":{"name":"PictureInPictureOldCornerUserInfoKey","abstract":"

                                                                                                                                                                                                                          The key to retrieve the corner at which the PiP view previously was

                                                                                                                                                                                                                          "},"Protocols/AVPictureInPictureControllerDelegateExtended.html":{"name":"AVPictureInPictureControllerDelegateExtended","abstract":"

                                                                                                                                                                                                                          Extends AVPictureInPictureControllerDelegate to provide additional methods that get called when changes occur in AVPictureInPictureController.

                                                                                                                                                                                                                          "},"Classes/AirPlayStateChangeEvent.html#/s:13THEOplayerSDK23AirPlayStateChangeEventC5stateAA010PlayerCastE0OSgvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          Indicates the state of AirPlay.

                                                                                                                                                                                                                          ","parent_name":"AirPlayStateChangeEvent"},"Classes/AirPlayEvent.html#/s:13THEOplayerSDK12AirPlayEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the event.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEvent"},"Classes/AirPlayEvent.html#/s:13THEOplayerSDK12AirPlayEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEvent"},"Structs/AirPlayEventTypes.html#/s:13THEOplayerSDK17AirPlayEventTypesV12STATE_CHANGEAA0E4TypeCyAA0cd11StateChangeE0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the AirPlay.state changes.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEventTypes"},"Structs/AirPlayEventTypes.html":{"name":"AirPlayEventTypes","abstract":"

                                                                                                                                                                                                                          The AirPlayEvent types.

                                                                                                                                                                                                                          "},"Classes/AirPlayEvent.html":{"name":"AirPlayEvent","abstract":"

                                                                                                                                                                                                                          The AirPlay event object.

                                                                                                                                                                                                                          "},"Classes/AirPlayStateChangeEvent.html":{"name":"AirPlayStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the AirPlay.state changes.

                                                                                                                                                                                                                          "},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether the player is casting.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP5stateAA15PlayerCastStateOvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          The state of the casting process.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Start a casting session with the player’s source.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP4stopyyF":{"name":"stop()","abstract":"

                                                                                                                                                                                                                          Stop the active casting session.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html":{"name":"AirPlay","abstract":"

                                                                                                                                                                                                                          The AirPlay API.

                                                                                                                                                                                                                          "},"Classes/StateChangeEvent.html#/s:13THEOplayerSDK16StateChangeEventC5stateAA010PlayerCastC0Ovp":{"name":"state","abstract":"

                                                                                                                                                                                                                          The new cast state.

                                                                                                                                                                                                                          ","parent_name":"StateChangeEvent"},"Classes/CastErrorEvent.html#/s:13THEOplayerSDK14CastErrorEventC5errorAA0cD0Cvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The error thrown by the Chromecast.

                                                                                                                                                                                                                          ","parent_name":"CastErrorEvent"},"Structs/ChromecastEventTypes.html#/s:13THEOplayerSDK20ChromecastEventTypesV12STATE_CHANGEAA0D4TypeCyAA011StateChangeD0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when castStateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"ChromecastEventTypes"},"Structs/ChromecastEventTypes.html#/s:13THEOplayerSDK20ChromecastEventTypesV5ERRORAA0D4TypeCyAA09CastErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when castErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"ChromecastEventTypes"},"Structs/ChromecastEventTypes.html":{"name":"ChromecastEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Chromecast Events.

                                                                                                                                                                                                                          "},"Classes/CastErrorEvent.html":{"name":"CastErrorEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that there was an error while casting / trying to cast.

                                                                                                                                                                                                                          "},"Classes/StateChangeEvent.html":{"name":"StateChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the state of the connection has changed.

                                                                                                                                                                                                                          "},"Enums/ErrorCode.html#/s:13THEOplayerSDK9ErrorCodeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ErrorCode"},"Enums/ChromecastMetadataType.html#/s:13THEOplayerSDK22ChromecastMetadataTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataType"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The URL to the metadata image.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the image, in pixels.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the image, in pixels.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC3src5width6heightACSS_S2itcfc":{"name":"init(src:width:height:)","abstract":"

                                                                                                                                                                                                                          Constructs a ChromecastMetadataImage.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC6imagesSayAA0cD5ImageCGSgvp":{"name":"images","abstract":"

                                                                                                                                                                                                                          An array of ChromecastMetadataImages.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC11releaseDateSSSgvp":{"name":"releaseDate","abstract":"

                                                                                                                                                                                                                          The release date using the following string format: “YYYY-MM-DD”

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC8subtitleSSSgvp":{"name":"subtitle","abstract":"

                                                                                                                                                                                                                          The subtitle / short explanation about the content.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC11releaseYearSiSgvp":{"name":"releaseYear","abstract":"

                                                                                                                                                                                                                          The release year as an integer number.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC4typeAA0cD4TypeOSgvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type. Defaults to “generic” if unset.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC6images11releaseDate0G4Year5title8subtitle4type12metadataKeysACSayAA0cD5ImageCGSg_SSSgSiSgA2oA0cD4TypeOSgSDySSypGSgtcfc":{"name":"init(images:releaseDate:releaseYear:title:subtitle:type:metadataKeys:)","abstract":"

                                                                                                                                                                                                                          Constructs a ChromecastMetadataDescription.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/CastError.html#/s:13THEOplayerSDK9CastErrorC9errorCodeAA0dF0Ovp":{"name":"errorCode","abstract":"

                                                                                                                                                                                                                          The error code of the cast error.

                                                                                                                                                                                                                          ","parent_name":"CastError"},"Classes/CastError.html#/s:13THEOplayerSDK9CastErrorC11descriptionSSSgvp":{"name":"description","abstract":"

                                                                                                                                                                                                                          The description of the cast error.

                                                                                                                                                                                                                          ","parent_name":"CastError"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9availableyA2CmF":{"name":"available","abstract":"

                                                                                                                                                                                                                          There is a cast device detected, but that THEOplayer is not casting or controlling the current cast session.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9connectedyA2CmF":{"name":"connected","abstract":"

                                                                                                                                                                                                                          THEOplayer is casting to the cast device.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO11unavailableyA2CmF":{"name":"unavailable","abstract":"

                                                                                                                                                                                                                          There is no cast device detected or that the device is not available (e.g. not powered, not connected to the internet).

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO10connectingyA2CmF":{"name":"connecting","abstract":"

                                                                                                                                                                                                                          THEOplayer is in the process of connecting to the cast device.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO4autoyA2CmF":{"name":"auto","abstract":"

                                                                                                                                                                                                                          The player will automatically join a cast session at startup if one exists when play is called.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO6manualyA2CmF":{"name":"manual","abstract":"

                                                                                                                                                                                                                          The player will take over an existing session if there is one and the cast button is clicked.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO8disabledyA2CmF":{"name":"disabled","abstract":"

                                                                                                                                                                                                                          The player will not be affected by any existing cast sessions.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC8strategyAA0C8StrategyOSgvp":{"name":"strategy","abstract":"

                                                                                                                                                                                                                          The join strategy that will determine how the player will join an existing chromecast session.

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC26enableExperimentalPipelineSbvp":{"name":"enableExperimentalPipeline","abstract":"

                                                                                                                                                                                                                          Enable the new chromecast pipeline. This is an improved pipeline that enables new features in the future. Off by default

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC8strategy26enableExperimentalPipelineAcA0C8StrategyOSg_Sbtcfc":{"name":"init(strategy:enableExperimentalPipeline:)","abstract":"

                                                                                                                                                                                                                          Creates a Cast configuration.

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether THEOplayer is casting to a chromecast and has control over the current chromecast session.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5errorAA9CastErrorCSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The last error thrown by chromecast.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP12receiverNameSSSgvp":{"name":"receiverName","abstract":"

                                                                                                                                                                                                                          The name of the chromecast device that THEOplayer is casting to.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5stateAA15PlayerCastStateOSgvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          Indicates the state of the casting process.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP21setConnectionDelegateyyAA0ceF0_pSgF":{"name":"setConnectionDelegate(_:)","abstract":"

                                                                                                                                                                                                                          The ChromecastConnectionDelegate to be used when the Chromecast connection changes.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Start casting to the chromecast. A dialog will prompt to choose the device.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP4stopyyF":{"name":"stop()","abstract":"

                                                                                                                                                                                                                          Stop casting to the chromecast.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP4joinyyF":{"name":"join()","abstract":"

                                                                                                                                                                                                                          Join an active chromecast session.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5leaveyyF":{"name":"leave()","abstract":"

                                                                                                                                                                                                                          Leave an active chromecast session without affecting other devices.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given ChromecastEventType.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given ChromecastEventType.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html":{"name":"Chromecast","abstract":"

                                                                                                                                                                                                                          Chromecast, also known as Google Cast, is a casting device designed by Google.

                                                                                                                                                                                                                          "},"Classes/CastConfiguration.html":{"name":"CastConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the Cast integrations.

                                                                                                                                                                                                                          "},"Enums/CastStrategy.html":{"name":"CastStrategy","abstract":"

                                                                                                                                                                                                                          The cast strategies that specify the ways an existing chromecast session can be joined.

                                                                                                                                                                                                                          "},"Enums/PlayerCastState.html":{"name":"PlayerCastState","abstract":"

                                                                                                                                                                                                                          Indicates the state of the casting processs.

                                                                                                                                                                                                                          "},"Classes/CastError.html":{"name":"CastError","abstract":"

                                                                                                                                                                                                                          The cast error.

                                                                                                                                                                                                                          "},"Classes/ChromecastMetadataDescription.html":{"name":"ChromecastMetadataDescription","abstract":"

                                                                                                                                                                                                                          The description of the metadata used by Chromecast.

                                                                                                                                                                                                                          "},"Classes/ChromecastMetadataImage.html":{"name":"ChromecastMetadataImage","abstract":"

                                                                                                                                                                                                                          The metadata of a Chromecast image.

                                                                                                                                                                                                                          "},"Enums/ChromecastMetadataType.html":{"name":"ChromecastMetadataType","abstract":"

                                                                                                                                                                                                                          The Chromecast metadata type.

                                                                                                                                                                                                                          "},"Enums/ErrorCode.html":{"name":"ErrorCode","abstract":"

                                                                                                                                                                                                                          The different types of errors.

                                                                                                                                                                                                                          "},"Classes/AdErrorEvent.html#/s:13THEOplayerSDK13EventProtocolP4typeSSvp":{"name":"type","parent_name":"AdErrorEvent"},"Classes/AdErrorEvent.html#/s:13THEOplayerSDK13EventProtocolP4date10Foundation4DateVvp":{"name":"date","parent_name":"AdErrorEvent"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV8AD_BEGINAA0D4TypeCyAA07AdBeginD0CGvpZ":{"name":"AD_BEGIN","abstract":"

                                                                                                                                                                                                                          Fired when AdBeginEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV6AD_ENDAA0D4TypeCyAA05AdEndD0CGvpZ":{"name":"AD_END","abstract":"

                                                                                                                                                                                                                          Fired when AdEndEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV8AD_ERRORAA0D4TypeCyAA07AdErrorD0CGvpZ":{"name":"AD_ERROR","abstract":"

                                                                                                                                                                                                                          Fired when AdErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV17AD_FIRST_QUARTILEAA0D4TypeCyAA015AdFirstQuartileD0CGvpZ":{"name":"AD_FIRST_QUARTILE","abstract":"

                                                                                                                                                                                                                          Fired when AdFirstQuartileEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV11AD_MIDPOINTAA0D4TypeCyAA010AdMidpointD0CGvpZ":{"name":"AD_MIDPOINT","abstract":"

                                                                                                                                                                                                                          Fired when AdMidpointEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV17AD_THIRD_QUARTILEAA0D4TypeCyAA015AdThirdQuartileD0CGvpZ":{"name":"AD_THIRD_QUARTILE","abstract":"

                                                                                                                                                                                                                          Fired when AdThirdQuartileEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9AD_LOADEDAA0D4TypeCyAA08AdLoadedD0CGvpZ":{"name":"AD_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when AdLoadedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV13AD_IMPRESSIONAA0D4TypeCyAA012AdImpressionD0CGvpZ":{"name":"AD_IMPRESSION","abstract":"

                                                                                                                                                                                                                          Fired when AdImpressionEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV7AD_SKIPAA0D4TypeCyAA06AdSkipD0CGvpZ":{"name":"AD_SKIP","abstract":"

                                                                                                                                                                                                                          Fired when AdSkipEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV14AD_BREAK_BEGINAA0D4TypeCyAA012AdBreakBeginD0CGvpZ":{"name":"AD_BREAK_BEGIN","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakBeginEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV12AD_BREAK_ENDAA0D4TypeCyAA010AdBreakEndD0CGvpZ":{"name":"AD_BREAK_END","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakEndEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9AD_TAPPEDAA0D4TypeCyAA08AdTappedD0CGvpZ":{"name":"AD_TAPPED","abstract":"

                                                                                                                                                                                                                          Fired when AdTappedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV10AD_CLICKEDAA0D4TypeCyAA09AdClickedD0CGvpZ":{"name":"AD_CLICKED","abstract":"

                                                                                                                                                                                                                          Fired when AdClickedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV12ADD_AD_BREAKAA0D4TypeCyAA010AddAdBreakD0CGvpZ":{"name":"ADD_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when AddAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15UPDATE_AD_BREAKAA0D4TypeCyAA013UpdateAdBreakD0CGvpZ":{"name":"UPDATE_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when UpdateAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15REMOVE_AD_BREAKAA0D4TypeCyAA013RemoveAdBreakD0CGvpZ":{"name":"REMOVE_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15AD_BREAK_CHANGEAA0D4TypeCyAA013AdBreakChangeD0CGvpZ":{"name":"AD_BREAK_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV6ADD_ADAA0D4TypeCyAA05AddAdD0CGvpZ":{"name":"ADD_AD","abstract":"

                                                                                                                                                                                                                          Fired when AddAdEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9UPDATE_ADAA0D4TypeCyAA08UpdateAdD0CGvpZ":{"name":"UPDATE_AD","abstract":"

                                                                                                                                                                                                                          Fired when UpdateAdEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html":{"name":"AdsEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Ads events.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBeginEvent":{"name":"AdBeginEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has begun.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdEndEvent":{"name":"AdEndEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has ended.

                                                                                                                                                                                                                          "},"Classes/AdErrorEvent.html":{"name":"AdErrorEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has encountered an error.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakBeginEvent":{"name":"AdBreakBeginEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has begun.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakEndEvent":{"name":"AdBreakEndEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has ended.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdFirstQuartileEvent":{"name":"AdFirstQuartileEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the first quartile of an ad was watched.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdImpressionEvent":{"name":"AdImpressionEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad impression was fired.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdLoadedEvent":{"name":"AdLoadedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was loaded.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdMidpointEvent":{"name":"AdMidpointEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the middle of an ad was watched.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdThirdQuartileEvent":{"name":"AdThirdQuartileEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the third quartile of an ad was watched.

                                                                                                                                                                                                                          "},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO7closeAdyA2CmF":{"name":"closeAd","abstract":"

                                                                                                                                                                                                                          The obstruction was added to offer the functionality to close the ad.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO13mediaControlsyA2CmF":{"name":"mediaControls","abstract":"

                                                                                                                                                                                                                          The obstruction was added as a part of the media controls, e.g. a pause button.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO10notVisibleyA2CmF":{"name":"notVisible","abstract":"

                                                                                                                                                                                                                          The obstruction that was added is transparent and does not impact viewability.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO5otheryA2CmF":{"name":"other","abstract":"

                                                                                                                                                                                                                          The obstruction was added for another, possibly unknown, reason.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC4viewSo6UIViewCvp":{"name":"view","abstract":"

                                                                                                                                                                                                                          The view element of the friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC7purposeAA0cdE7PurposeOvp":{"name":"purpose","abstract":"

                                                                                                                                                                                                                          The purpose of the friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC14detailedReasonSSSgvp":{"name":"detailedReason","abstract":"

                                                                                                                                                                                                                          A text to explain the reason behind adding the view as a friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC4view7purpose14detailedReasonACSo6UIViewC_AA0cdE7PurposeOSSSgtcfc":{"name":"init(view:purpose:detailedReason:)","abstract":"

                                                                                                                                                                                                                          Constructs an OmidFriendlyObstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Protocols/Omid.html#/s:13THEOplayerSDK4OmidP22addFriendlyObstruction08friendlyF0yAA0ceF0C_tF":{"name":"addFriendlyObstruction(friendlyObstruction:)","abstract":"

                                                                                                                                                                                                                          Adds the passed OmidFriendlyObstruction as a friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"Omid"},"Protocols/Omid.html#/s:13THEOplayerSDK4OmidP26removeFriendlyObstructionsyyF":{"name":"removeFriendlyObstructions()","abstract":"

                                                                                                                                                                                                                          Removes all the previously added friendly obstructions.

                                                                                                                                                                                                                          ","parent_name":"Omid"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO7theoadsyA2CmF":{"name":"theoads","abstract":"

                                                                                                                                                                                                                          The ad is of integration type THEO ad.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO10google_imayA2CmF":{"name":"google_ima","abstract":"

                                                                                                                                                                                                                          The ad is of integration type Google IMA.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO10google_daiyA2CmF":{"name":"google_dai","abstract":"

                                                                                                                                                                                                                          The ad is of integration type Google DAI.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO6customyA2CmF":{"name":"custom","abstract":"

                                                                                                                                                                                                                          The ad is of custom integration type.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegration.html#/s:13THEOplayerSDK13AdIntegrationO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"AdIntegration"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC6linearSSvpZ":{"name":"linear","abstract":"

                                                                                                                                                                                                                          Linear advertisements interrupt the video content. They appear before (as pre-roll), after (as post-roll) or during (as mid-roll) the video content.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC9nonlinearSSvpZ":{"name":"nonlinear","abstract":"

                                                                                                                                                                                                                          Non-linear advertisements appear during video content, without disrupting playback.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC7unknownSSvpZ":{"name":"unknown","abstract":"

                                                                                                                                                                                                                          The type of the advertisement is unknown.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP8adSlotIdSSSgvp":{"name":"adSlotId","abstract":"

                                                                                                                                                                                                                          An identifier of the element in which the companion ad should be appended, if available.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP7altTextSSSgvp":{"name":"altText","abstract":"

                                                                                                                                                                                                                          An alternative description for the companion ad.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The website of the advertisement.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the companion ad, in pixels.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP11resourceURISSSgvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the ad content.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the companion ad, in pixels.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the companion ad.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP3adsSayAA0C0_pGvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          An array of all the ads that are available in the current AdBreak.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP11maxDurationSivp":{"name":"maxDuration","abstract":"

                                                                                                                                                                                                                          Indicates the duration of the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP20maxRemainingDurationSdvp":{"name":"maxRemainingDuration","abstract":"

                                                                                                                                                                                                                          Indicates the remaining duration of the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP10timeOffsetSivp":{"name":"timeOffset","abstract":"

                                                                                                                                                                                                                          The time offset at which point the content will be paused to play the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP11integrationAA0C15IntegrationKindOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The kind of the ad integration.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP17customIntegrationSSSgvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The type of custom ad integration.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP2idSSSgvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the ad break.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP10customDataSDySSypGSgvp":{"name":"customData","abstract":"

                                                                                                                                                                                                                          Additional integration-specific data associated with this ad break.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/NonLinearAd.html#/s:13THEOplayerSDK11NonLinearAdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The url that redirects to the website of the advertiser.

                                                                                                                                                                                                                          ","parent_name":"NonLinearAd"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP8deliverySSvp":{"name":"delivery","abstract":"

                                                                                                                                                                                                                          The delivery type.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP11resourceURISSvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the VAST content.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The MIME type for the file container.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The native height of the video file, in pixels.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The native width of the video file, in pixels.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/LinearAd.html#/s:13THEOplayerSDK8LinearAdP8durationSiSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The duration of the LinearAd, as provided by the VAST file, in seconds.

                                                                                                                                                                                                                          ","parent_name":"LinearAd"},"Protocols/LinearAd.html#/s:13THEOplayerSDK8LinearAdP10mediaFilesSayAA9MediaFile_pGvp":{"name":"mediaFiles","abstract":"

                                                                                                                                                                                                                          An array of mediafiles, which provides some meta data retrieved from the VAST file.

                                                                                                                                                                                                                          ","parent_name":"LinearAd"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP7adBreakAA0cE0_pSgvp":{"name":"adBreak","abstract":"

                                                                                                                                                                                                                          A reference to the AdBreak of which the ad is a part of.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10companionsSayAA09CompanionC0_pGvp":{"name":"companions","abstract":"

                                                                                                                                                                                                                          An array of CompanionAds associated to the ad, if available within the same Creatives element.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Either ‘linear’ or ‘nonlinear’, depending on the concrete implementer.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP2idSSSgvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the creative, provided in the VAST-file.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10skipOffsetSiSgvp":{"name":"skipOffset","abstract":"

                                                                                                                                                                                                                          When the Ad can be skipped, in seconds.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP11resourceURISSSgvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the ad content.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP5widthSiSgvp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the advertisement, in pixels.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP6heightSiSgvp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the advertisement, in pixels.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP11integrationAA0C15IntegrationKindOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The kind of the ad integration.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP8durationSiSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The duration of the ad, in seconds.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The url that redirects to the website of the advertiser.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP17customIntegrationSSSgvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The type of custom ad integration.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP7isSlateSbvp":{"name":"isSlate","abstract":"

                                                                                                                                                                                                                          Whether the ad is slate or not

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10customDataSDySSypGSgvp":{"name":"customData","abstract":"

                                                                                                                                                                                                                          Additional integration-specific data associated with this ad.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP7playingSbvp":{"name":"playing","abstract":"

                                                                                                                                                                                                                          Returns whether a linear ad is currently playing.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP07currentC0SayAA2Ad_pGvp":{"name":"currentAds","abstract":"

                                                                                                                                                                                                                          Returns an array of the currently active ads.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP14currentAdBreakAA0eF0_pSgvp":{"name":"currentAdBreak","abstract":"

                                                                                                                                                                                                                          Returns the active AdBreak that contains the currently playing ad(s).

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP17scheduledAdBreaksSayAA0E5Break_pGvp":{"name":"scheduledAdBreaks","abstract":"

                                                                                                                                                                                                                          Returns an array of AdBreaks that still need to be played.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP09scheduledC0SayAA2Ad_pGvp":{"name":"scheduledAds","abstract":"

                                                                                                                                                                                                                          Returns an array of ads that still need to be played.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP8schedule13adDescriptionyAA02AdF0_p_tF":{"name":"schedule(adDescription:)","abstract":"

                                                                                                                                                                                                                          Schedules an ad.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP4skipyyF":{"name":"skip()","abstract":"

                                                                                                                                                                                                                          Skips the current linear ad.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given ad event type.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given ad event type.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP4omidAA4Omid_pvp":{"name":"omid","abstract":"

                                                                                                                                                                                                                          The Open Measurement API.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP29registerServerSideIntegration13integrationId0H7FactoryySS_AA0ef2AdG7Handler_pAA0efkG10Controller_pXEtF":{"name":"registerServerSideIntegration(integrationId:integrationFactory:)","abstract":"

                                                                                                                                                                                                                          Register a custom advertisement integration. This allows you to integrate with third-party advertisement providers, and have them report their ads and ad-related events through the THEOplayer Ads API.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html":{"name":"Ads","abstract":"

                                                                                                                                                                                                                          The Ads object helps you configure and control ads within THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/Ad.html":{"name":"Ad","abstract":"

                                                                                                                                                                                                                          An Ad is an abstract object that represents a single ad, which is a creative in the VAST specification.

                                                                                                                                                                                                                          "},"Protocols/LinearAd.html":{"name":"LinearAd","abstract":"

                                                                                                                                                                                                                          Represents a linear ad in the VAST specification. It extends the properties of the Ad object.

                                                                                                                                                                                                                          "},"Protocols/MediaFile.html":{"name":"MediaFile","abstract":"

                                                                                                                                                                                                                          Represents the metadata of a media file with ad content.

                                                                                                                                                                                                                          "},"Protocols/NonLinearAd.html":{"name":"NonLinearAd","abstract":"

                                                                                                                                                                                                                          Represents a non-linear ad in the VAST specification. It extends the properties of the Ad object.

                                                                                                                                                                                                                          "},"Protocols/AdBreak.html":{"name":"AdBreak","abstract":"

                                                                                                                                                                                                                          An AdBreak is an object that represents a collection of ads that are scheduled at a certain time.

                                                                                                                                                                                                                          "},"Protocols/CompanionAd.html":{"name":"CompanionAd","abstract":"

                                                                                                                                                                                                                          Represents a companion ad which is displayed besides the player.

                                                                                                                                                                                                                          "},"Classes/AdType.html":{"name":"AdType","abstract":"

                                                                                                                                                                                                                          The type of Ad specifying whether it will interrupt the content or not.

                                                                                                                                                                                                                          "},"Enums/AdIntegration.html":{"name":"AdIntegration","abstract":"

                                                                                                                                                                                                                          The integration of the ad break.

                                                                                                                                                                                                                          "},"Enums/AdIntegrationKind.html":{"name":"AdIntegrationKind","abstract":"

                                                                                                                                                                                                                          The integration kind of the Ad.

                                                                                                                                                                                                                          "},"Protocols/Omid.html":{"name":"Omid","abstract":"

                                                                                                                                                                                                                          The Open Measurement Interface Definition API which can be used to configure the ad viewability measurements conforming to the OMID standards.

                                                                                                                                                                                                                          "},"Classes/OmidFriendlyObstruction.html":{"name":"OmidFriendlyObstruction","abstract":"

                                                                                                                                                                                                                          Represents a friendly obstruction instance for OMID.

                                                                                                                                                                                                                          "},"Enums/OmidFriendlyObstructionPurpose.html":{"name":"OmidFriendlyObstructionPurpose","abstract":"

                                                                                                                                                                                                                          The list of purposes for which an obstruction would be registered as friendly.

                                                                                                                                                                                                                          "},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP8adSystemSSSgvp":{"name":"adSystem","abstract":"

                                                                                                                                                                                                                          The source ad server information included in the ad response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP10creativeIdSSSgvp":{"name":"creativeId","abstract":"

                                                                                                                                                                                                                          The identifier of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP07wrapperE3IdsSaySSGvp":{"name":"wrapperAdIds","abstract":"

                                                                                                                                                                                                                          The list of wrapper ad identifiers as specified in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP07wrapperE7SystemsSaySSGvp":{"name":"wrapperAdSystems","abstract":"

                                                                                                                                                                                                                          The list of wrapper ad systems as specified in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP18wrapperCreativeIdsSaySSGvp":{"name":"wrapperCreativeIds","abstract":"

                                                                                                                                                                                                                          The list of wrapper creative identifiers.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP16vastMediaBitrateSivp":{"name":"vastMediaBitrate","abstract":"

                                                                                                                                                                                                                          The bitrate of the currently playing creative as listed in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP09universalE3IdsSayAA09UniversalE2Id_pGvp":{"name":"universalAdIds","abstract":"

                                                                                                                                                                                                                          The list of universal ad ID information of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP21traffickingParametersSSvp":{"name":"traffickingParameters","abstract":"

                                                                                                                                                                                                                          The String representing custom trafficking parameters from the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC11integrationAA0E11IntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The ad Integration.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC3src10Foundation3URLVvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Represents the source of the ad. The player will download the content available at the URL and will schedule the specified advertisement(s).

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC10timeOffsetSSSgvp":{"name":"timeOffset","abstract":"

                                                                                                                                                                                                                          Specifies the time when an ad should be played in the content video.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC3src10timeOffsetACSS_SSSgtcfc":{"name":"init(src:timeOffset:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleImaAdDescription.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Protocols/AdDescription.html#/s:13THEOplayerSDK13AdDescriptionP11integrationAA0C11IntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The integration type of the ad break.

                                                                                                                                                                                                                          ","parent_name":"AdDescription"},"Protocols/AdDescription.html":{"name":"AdDescription","abstract":"

                                                                                                                                                                                                                          Provides additional information for an advertisement.

                                                                                                                                                                                                                          "},"Classes/GoogleImaAdDescription.html":{"name":"GoogleImaAdDescription","abstract":"

                                                                                                                                                                                                                          An AdDescription object that will be added to the player when using the Google Ima ad integration.

                                                                                                                                                                                                                          "},"Protocols/GoogleImaAd.html":{"name":"GoogleImaAd","abstract":"

                                                                                                                                                                                                                          A GoogleImaAd is a concrete implementation of an Ad which represents a Google IMA ad.

                                                                                                                                                                                                                          "},"Protocols/CustomServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK40CustomServerSideAdInsertionConfigurationP17customIntegrationSSvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The ID of the custom SSAI integration.

                                                                                                                                                                                                                          ","parent_name":"CustomServerSideAdInsertionConfiguration"},"Protocols/CustomServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK34ServerSideAdInsertionConfigurationP11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","parent_name":"CustomServerSideAdInsertionConfiguration"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP9setSource6sourceSbAA0I11DescriptionC_tF":{"name":"setSource(source:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when a new source is loaded into the player.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP04skipE02adSbAA0E0_p_tF":{"name":"skipAd(ad:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an ad is requested to be skipped.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP11resetSourceSbyF":{"name":"resetSource()","abstract":"

                                                                                                                                                                                                                          Handler which will be called before a new source is loaded into the player, or before the player is destroyed.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP7destroyyyF":{"name":"destroy()","abstract":"

                                                                                                                                                                                                                          Handler which will be called when the player is destroyed.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP11integrationSSvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier for this integration, as it was passed to Ads.registerServerSideIntegration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP3adsSayAA0E0_pGvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          The scheduled ads managed by this integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP8adBreaksSayAA0E5Break_pGvp":{"name":"adBreaks","abstract":"

                                                                                                                                                                                                                          The scheduled ad breaks managed by this integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06createE06params7adBreakAA0E0_pAA0E4InitC_AA0eK0_pSgtF":{"name":"createAd(params:adBreak:)","abstract":"

                                                                                                                                                                                                                          Create a new ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE02ad6paramsyAA0E0_p_AA0E4InitCtF":{"name":"updateAd(ad:params:)","abstract":"

                                                                                                                                                                                                                          Update the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE8Progress2ad8progressyAA0E0_p_SdtF":{"name":"updateAdProgress(ad:progress:)","abstract":"

                                                                                                                                                                                                                          Update the playback progression of the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP05beginE02adyAA0E0_p_tF":{"name":"beginAd(ad:)","abstract":"

                                                                                                                                                                                                                          Begin the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP03endE02adyAA0E0_p_tF":{"name":"endAd(ad:)","abstract":"

                                                                                                                                                                                                                          End the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP04skipE02adyAA0E0_p_tF":{"name":"skipAd(ad:)","abstract":"

                                                                                                                                                                                                                          Skip the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06removeE02adyAA0E0_p_tF":{"name":"removeAd(ad:)","abstract":"

                                                                                                                                                                                                                          Remove the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06createE5Break6paramsAA0eI0_pAA0eI4InitC_tF":{"name":"createAdBreak(params:)","abstract":"

                                                                                                                                                                                                                          Create a new ad break.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE5Break02adI06paramsyAA0eI0_p_AA0eI4InitCtF":{"name":"updateAdBreak(adBreak:params:)","abstract":"

                                                                                                                                                                                                                          Update the given ad break.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06removeE5Break02adI0yAA0eI0_p_tF":{"name":"removeAdBreak(adBreak:)","abstract":"

                                                                                                                                                                                                                          Remove the given ad break and all of its ads.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP12removeAllAdsyyF":{"name":"removeAllAds()","abstract":"

                                                                                                                                                                                                                          Remove all ads and ad breaks.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP5errorADys5Error_p_tF":{"name":"error(error:)","abstract":"

                                                                                                                                                                                                                          Fire an AdsEventTypes.AD_ERROR event on the player’s Ads interface.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP10fatalError5error4codeys0I0_p_AA13THEOErrorCodeOSgtF":{"name":"fatalError(error:code:)","abstract":"

                                                                                                                                                                                                                          Fire a fatal PlayerEventMap.ERROR event on the player.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO3vodyA2CmF":{"name":"vod","abstract":"

                                                                                                                                                                                                                          A video on demand.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO4liveyA2CmF":{"name":"live","abstract":"

                                                                                                                                                                                                                          A Live stream.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC15contentSourceIDSSvp":{"name":"contentSourceID","abstract":"

                                                                                                                                                                                                                          The identifier for the publisher content for on-demand streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC7videoIDSSvp":{"name":"videoID","abstract":"

                                                                                                                                                                                                                          The identifier for the video content source for on-demand streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC7videoID013contentSourceG06apiKey9authToken021streamActivityMonitorG015adTagParametersACSS_S3SSgAJSDyS2SGSgtcfc":{"name":"init(videoID:contentSourceID:apiKey:authToken:streamActivityMonitorID:adTagParameters:)","abstract":"

                                                                                                                                                                                                                          The builder for the Google DAI configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAITypedSource.html#/s:13THEOplayerSDK20GoogleDAITypedSourceC4ssaiAcA0C16DAIConfigurationC_tcfc":{"name":"init(ssai:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleDAITypedSource.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAITypedSource"},"Classes/GoogleDAITypedSource.html#/s:13THEOplayerSDK20GoogleDAITypedSourceC4ssai3drmAcA0C16DAIConfigurationC_AA16DRMConfiguration_pSgtcfc":{"name":"init(ssai:drm:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleDAITypedSource with a DRM configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAITypedSource"},"Classes/GoogleDAILiveConfiguration.html#/s:13THEOplayerSDK26GoogleDAILiveConfigurationC8assetKeySSvp":{"name":"assetKey","abstract":"

                                                                                                                                                                                                                          The identifier for the video content source for live streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAILiveConfiguration"},"Classes/GoogleDAILiveConfiguration.html#/s:13THEOplayerSDK26GoogleDAILiveConfigurationC8assetKey03apiG09authToken23streamActivityMonitorID15adTagParametersACSS_S2SSgAISDyS2SGSgtcfc":{"name":"init(assetKey:apiKey:authToken:streamActivityMonitorID:adTagParameters:)","abstract":"

                                                                                                                                                                                                                          The builder for the Google DAI live configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAILiveConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier for the SSAI pre-integration, defaults to GoogleDAISSAIIntegrationID.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC16availabilityTypeAA06StreamF0Ovp":{"name":"availabilityType","abstract":"

                                                                                                                                                                                                                          The type of the requested stream.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC6apiKeySSvp":{"name":"apiKey","abstract":"

                                                                                                                                                                                                                          The API key for the stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC9authTokenSSSgvp":{"name":"authToken","abstract":"

                                                                                                                                                                                                                          The authorization token for the stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC23streamActivityMonitorIDSSSgvp":{"name":"streamActivityMonitorID","abstract":"

                                                                                                                                                                                                                          The identifier for a stream activity monitor session.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC15adTagParametersSDyS2SGSgvp":{"name":"adTagParameters","abstract":"

                                                                                                                                                                                                                          The ad tag parameters added to stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO26GoogleDAISSAIIntegrationIDyA2CmF":{"name":"GoogleDAISSAIIntegrationID","abstract":"

                                                                                                                                                                                                                          The configuration with this identifier is a GoogleDaiConfiguration.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO06CustomC2IDyA2CmF":{"name":"CustomSSAIIntegrationID","abstract":"

                                                                                                                                                                                                                          The configuration with this identifier is a custom ServerSideAdInsertionConfiguration.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Protocols/ServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK34ServerSideAdInsertionConfigurationP11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          Specifies an identifier for a supported SSAI integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdInsertionConfiguration"},"Protocols/ServerSideAdInsertionConfiguration.html":{"name":"ServerSideAdInsertionConfiguration","abstract":"

                                                                                                                                                                                                                          The ServerSideAdInsertionConfiguration protocol which specifies information to play a stream with server-side-inserted ads.

                                                                                                                                                                                                                          "},"Enums/SSAIIntegrationId.html":{"name":"SSAIIntegrationId","abstract":"

                                                                                                                                                                                                                          The SSAI integration identifier.

                                                                                                                                                                                                                          "},"Classes/GoogleDAIConfiguration.html":{"name":"GoogleDAIConfiguration","abstract":"

                                                                                                                                                                                                                          The Google DAI configuration.

                                                                                                                                                                                                                          "},"Classes/GoogleDAILiveConfiguration.html":{"name":"GoogleDAILiveConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a configuration for server-side ad insertion with the Google DAI pre-integration for live streams.

                                                                                                                                                                                                                          "},"Classes/GoogleDAITypedSource.html":{"name":"GoogleDAITypedSource","abstract":"

                                                                                                                                                                                                                          A Google DAI typed source.

                                                                                                                                                                                                                          "},"Classes/GoogleDAIVodConfiguration.html":{"name":"GoogleDAIVodConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a configuration for server-side ad insertion with the Google DAI pre-integration for VOD streams.

                                                                                                                                                                                                                          "},"Enums/StreamType.html":{"name":"StreamType","abstract":"

                                                                                                                                                                                                                          The enum for Stream type, can either be live or vod.

                                                                                                                                                                                                                          "},"Protocols/ServerSideAdIntegrationController.html":{"name":"ServerSideAdIntegrationController","abstract":"

                                                                                                                                                                                                                          A controller to be used by your ServerSideAdIntegrationHandler to update the state of your custom server-side ad integration.

                                                                                                                                                                                                                          "},"Protocols/ServerSideAdIntegrationHandler.html":{"name":"ServerSideAdIntegrationHandler","abstract":"

                                                                                                                                                                                                                          A handler for a server-side ad integration.

                                                                                                                                                                                                                          "},"Protocols/CustomServerSideAdInsertionConfiguration.html":{"name":"CustomServerSideAdInsertionConfiguration","abstract":"

                                                                                                                                                                                                                          The configuration for a custom server-side ad insertion (SSAI) integration.

                                                                                                                                                                                                                          "},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP3urlSSSgvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL that was used in the request.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP6statusSiSgvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The status code from the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP10statusTextSSSgvp":{"name":"statusText","abstract":"

                                                                                                                                                                                                                          The status text from the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP8responseSSSgvp":{"name":"response","abstract":"

                                                                                                                                                                                                                          The body contained in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP10systemCodeSiSgvp":{"name":"systemCode","abstract":"

                                                                                                                                                                                                                          The internal error code from the CDM.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Enums/LicenseType.html#/s:13THEOplayerSDK11LicenseTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"LicenseType"},"Enums/DRMIntegration.html#/s:13THEOplayerSDK14DRMIntegrationO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"DRMIntegration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC21licenseAcquisitionURL10Foundation0H0VSgvp":{"name":"licenseAcquisitionURL","abstract":"

                                                                                                                                                                                                                          Specifies the URL of the licensing server.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC14certificateURL10Foundation0G0VSgvp":{"name":"certificateURL","abstract":"

                                                                                                                                                                                                                          Specifies the URL of the FairPlay certificate server.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC11licenseTypeAA07LicenseG0OSgvp":{"name":"licenseType","abstract":"

                                                                                                                                                                                                                          Specifies the license type.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC7headersSDyS2SGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC21licenseAcquisitionURL011certificateH00F4Type7headers15queryParametersACSSSg_AiA07LicenseJ0OSgSDyS2SGSgANtcfc":{"name":"init(licenseAcquisitionURL:certificateURL:licenseType:headers:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC20ticketAcquisitionURLSSvp":{"name":"ticketAcquisitionURL","abstract":"

                                                                                                                                                                                                                          The required ticket acquisition URL.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          The required session id for the ticket server.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC8streamIdSSvp":{"name":"streamId","abstract":"

                                                                                                                                                                                                                          The required stream id for the ticket server.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC20ticketAcquisitionURL8streamId07sessionI023keySystemConfigurationsACSS_S2SSgAA03KeyL23ConfigurationCollectionCtcfc":{"name":"init(ticketAcquisitionURL:streamId:sessionId:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Xstream DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/VimondDRMConfiguration.html#/s:13THEOplayerSDK22VimondDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Vimond DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VimondDRMConfiguration"},"Classes/VerimatrixDRMConfiguration.html#/s:13THEOplayerSDK26VerimatrixDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a VERIMATRIX DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VerimatrixDRMConfiguration"},"Classes/UplynkDRMConfiguration.html#/s:13THEOplayerSDK22UplynkDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a EZDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"UplynkDRMConfiguration"},"Classes/KeyOSDRMConfiguration.html#/s:13THEOplayerSDK21KeyOSDRMConfigurationC10customdataSSSgvp":{"name":"customdata","abstract":"

                                                                                                                                                                                                                          The KeyOS custom data.

                                                                                                                                                                                                                          ","parent_name":"KeyOSDRMConfiguration"},"Classes/KeyOSDRMConfiguration.html#/s:13THEOplayerSDK21KeyOSDRMConfigurationC10customdata23keySystemConfigurationsACSSSg_AA0cG23ConfigurationCollectionCtcfc":{"name":"init(customdata:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a KeyOS DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"KeyOSDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC10releasePidSSvp":{"name":"releasePid","abstract":"

                                                                                                                                                                                                                          The PID of the media for which the license is being requested.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Comcast Authorization Token.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC9accountIdSSvp":{"name":"accountId","abstract":"

                                                                                                                                                                                                                          The identifier of the Comcast account.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC10releasePid5token9accountId23keySystemConfigurationsACSS_S2SAA03KeyK23ConfigurationCollectionCtcfc":{"name":"init(releasePid:token:accountId:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs an Comcast DRM Configuration.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/AxinomDRMConfiguration.html#/s:13THEOplayerSDK22AxinomDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Axinom token.

                                                                                                                                                                                                                          ","parent_name":"AxinomDRMConfiguration"},"Classes/AxinomDRMConfiguration.html#/s:13THEOplayerSDK22AxinomDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Axinom DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"AxinomDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC8widevineAA22KeySystemConfigurationCvp":{"name":"widevine","abstract":"

                                                                                                                                                                                                                          The Widevine KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP19customIntegrationIdSSSgvp":{"name":"customIntegrationId","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC19customIntegrationId21licenseAcquisitionURL7headers21integrationParameters05queryM0ACSSSg_AISaySDyS2SGGSgSDySSypGSgAJSgtcfc":{"name":"init(customIntegrationId:licenseAcquisitionURL:headers:integrationParameters:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a Widevine DRM configuration object.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/VudrmDRMConfiguration.html#/s:13THEOplayerSDK21VudrmDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The VUDRM token.

                                                                                                                                                                                                                          ","parent_name":"VudrmDRMConfiguration"},"Classes/VudrmDRMConfiguration.html#/s:13THEOplayerSDK21VudrmDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a VUDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VudrmDRMConfiguration"},"Classes/IrdetoDRMConfiguration.html#/s:13THEOplayerSDK22IrdetoDRMConfigurationC5crmId07accountF007contentF003keyF0011applicationF007sessionF06ticket0I20SystemConfigurationsACSS_S5SSgAlA03KeyM23ConfigurationCollectionCtcfc":{"name":"init(crmId:accountId:contentId:keyId:applicationId:sessionId:ticket:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs an Irdeto DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"IrdetoDRMConfiguration"},"Classes/EzdrmDRMConfiguration.html#/s:13THEOplayerSDK21EzdrmDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a EZDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"EzdrmDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC5tokenSSSgvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The authentication token.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          The user ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          The session ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC8merchantSSSgvp":{"name":"merchant","abstract":"

                                                                                                                                                                                                                          The merchant ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC5token6userId07sessionG08merchant23keySystemConfigurationsACSSSg_A3iA03KeyK23ConfigurationCollectionCtcfc":{"name":"init(token:userId:sessionId:merchant:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a DRMToday DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/AzureDRMConfiguration.html#/s:13THEOplayerSDK21AzureDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Azure token.

                                                                                                                                                                                                                          ","parent_name":"AzureDRMConfiguration"},"Classes/AzureDRMConfiguration.html#/s:13THEOplayerSDK21AzureDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Azure DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"AzureDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC8fairplayAA22KeySystemConfigurationCvp":{"name":"fairplay","abstract":"

                                                                                                                                                                                                                          The FairPlay KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC11integrationAA14DRMIntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier of the DRM integration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC7headersSaySDyS2SGGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The FairPlay headers.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          The FairPlay integration parameters.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The custom integration identifier.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC19customIntegrationId21licenseAcquisitionURL011certificateK07headers0I4Type21integrationParameters05queryP0ACSSSg_A2KSaySDyS2SGGSgAA07LicenseN0OSgSDySSypGSgALSgtcfc":{"name":"init(customIntegrationId:licenseAcquisitionURL:certificateURL:headers:licenseType:integrationParameters:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a FairPlay DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          An object of key/value pairs which can be used to pass in specific parameters related to a source into a ContentProtectionIntegration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          DRM integration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The custom integration identifier of the DRM integration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Content%20Protection.html#/s:13THEOplayerSDK32FairPlayDRMConfigurationProtocolP":{"name":"FairPlayDRMConfigurationProtocol","abstract":"

                                                                                                                                                                                                                          The FairPlay DRM configuration.

                                                                                                                                                                                                                          "},"Content%20Protection.html#/s:13THEOplayerSDK32WidevineDRMConfigurationProtocolP":{"name":"WidevineDRMConfigurationProtocol","abstract":"

                                                                                                                                                                                                                          The Widevine DRM configuration.

                                                                                                                                                                                                                          "},"Protocols/DRMConfiguration.html":{"name":"DRMConfiguration","abstract":"

                                                                                                                                                                                                                          The DRMConfiguration object provides a set of DRM parameters for DRM streaming.

                                                                                                                                                                                                                          "},"Classes/FairPlayDRMConfiguration.html":{"name":"FairPlayDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The FairPlayDRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming.

                                                                                                                                                                                                                          "},"Classes/AzureDRMConfiguration.html":{"name":"AzureDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Azure DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Azure integration.

                                                                                                                                                                                                                          "},"Classes/DRMTodayDRMConfiguration.html":{"name":"DRMTodayDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The DRMtoday DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with DRMtoday integration.

                                                                                                                                                                                                                          "},"Classes/EzdrmDRMConfiguration.html":{"name":"EzdrmDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The EZDRM DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with EZDRM integration.

                                                                                                                                                                                                                          "},"Classes/IrdetoDRMConfiguration.html":{"name":"IrdetoDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Irdeto DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Irdeto integration.

                                                                                                                                                                                                                          "},"Classes/VudrmDRMConfiguration.html":{"name":"VudrmDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The VUDRM DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with VUDRM integration.

                                                                                                                                                                                                                          "},"Classes/WidevineDRMConfiguration.html":{"name":"WidevineDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The WidevineDRMConfiguration object provides a set of DRM parameters for Widevine DRM streaming.

                                                                                                                                                                                                                          "},"Classes/AxinomDRMConfiguration.html":{"name":"AxinomDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The AxinomDRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Axinom integration.

                                                                                                                                                                                                                          "},"Classes/ComcastDRMConfiguration.html":{"name":"ComcastDRMConfiguration","abstract":"

                                                                                                                                                                                                                          Represents Comcast MPX DRM Configuration.

                                                                                                                                                                                                                          "},"Classes/KeyOSDRMConfiguration.html":{"name":"KeyOSDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The KeyOS DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with KeyOS integration.

                                                                                                                                                                                                                          "},"Classes/UplynkDRMConfiguration.html":{"name":"UplynkDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Uplynk DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Uplynk integration.

                                                                                                                                                                                                                          "},"Classes/VerimatrixDRMConfiguration.html":{"name":"VerimatrixDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The VERIMATRIX DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with VERIMATRIX integration.

                                                                                                                                                                                                                          "},"Classes/VimondDRMConfiguration.html":{"name":"VimondDRMConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the Vimond DRM integration.

                                                                                                                                                                                                                          "},"Classes/XstreamDRMConfiguration.html":{"name":"XstreamDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Xstream DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Xstream integration.

                                                                                                                                                                                                                          "},"Classes/KeySystemConfiguration.html":{"name":"KeySystemConfiguration","abstract":"

                                                                                                                                                                                                                          Key system configuration.

                                                                                                                                                                                                                          "},"Enums/DRMIntegration.html":{"name":"DRMIntegration","abstract":"

                                                                                                                                                                                                                          The identifier for the DRM integration.

                                                                                                                                                                                                                          "},"Enums/LicenseType.html":{"name":"LicenseType","abstract":"

                                                                                                                                                                                                                          The LicenseTypes for the DRM configuration.

                                                                                                                                                                                                                          "},"Protocols/ContentProtectionError.html":{"name":"ContentProtectionError","abstract":"

                                                                                                                                                                                                                          An error related to content protection.

                                                                                                                                                                                                                          "},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC12metadataKeysSDySSypGSgvp":{"name":"metadataKeys","abstract":"

                                                                                                                                                                                                                          A dictionary of metadata.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC5titleSSSgvp":{"name":"title","abstract":"

                                                                                                                                                                                                                          The title of the content.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC12metadataKeys5titleACSDySSypGSg_SSSgtcfc":{"name":"init(metadataKeys:title:)","abstract":"

                                                                                                                                                                                                                          Constructs a MetadataDescription object.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC9isDefaultSbSgvp":{"name":"isDefault","abstract":"

                                                                                                                                                                                                                          Whether the track should be enabled by default.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC4kindAA0cD4KindOSgvp":{"name":"kind","abstract":"

                                                                                                                                                                                                                          A TextTrackKind object specifying what kind of text track this is.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC3src10Foundation3URLVvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Specifies a source URL where the text track can be downloaded from.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC7srclangSSvp":{"name":"srclang","abstract":"

                                                                                                                                                                                                                          Specifies the main language of the track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC5labelSSSgvp":{"name":"label","abstract":"

                                                                                                                                                                                                                          Specifies a label for the track which can be used to identify it.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC6formatAA0cD6FormatOSgvp":{"name":"format","abstract":"

                                                                                                                                                                                                                          A TextTrackFormat object specifying what format of text track this is.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC3src7srclang9isDefault4kind5label6formatACSS_SSSbSgAA0cD4KindOSgSSSgAA0cD6FormatOSgtcfc":{"name":"init(src:srclang:isDefault:kind:label:format:)","abstract":"

                                                                                                                                                                                                                          Constructs a TextTrackDescription.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"TextTrackDescription"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The ‘src’ property represents the source URL of the manifest or video file to be played.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Specifies the content type (MIME type) of source being played.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3drmAA16DRMConfiguration_pSgvp":{"name":"drm","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify required DRM parameters for a playback source.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC11crossOriginAA05CrossF0OSgvp":{"name":"crossOrigin","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify CORS parameters.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Parse / Expose date ranges from HLS manifest.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4ssaiAA34ServerSideAdInsertionConfiguration_pSgvp":{"name":"ssai","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify required Server-Side Ad Insertion parameters for a playback source.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC7headersSDyS2SGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP request headers associated with the source. These headers are passed to every HTTP request that the player will make which include: master playlist, media playlist and segment requests.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4cmcdSbSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          Send Common Media Client Data (CTA-5004) as HTTP request headers.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC20latencyConfigurationAA0d7LatencyF0VSgvp":{"name":"latencyConfiguration","abstract":"

                                                                                                                                                                                                                          Latency configuration for livestreams. Ignored for VOD playback.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3src4type3drm11crossOrigin4ssai12hlsDateRange7headers4cmcd20latencyConfigurationACSS_SSAA16DRMConfiguration_pSgAA05CrossI0OSgAA021ServerSideAdInsertionQ0_pSgSbSgSDyS2SGSgAtA0d7LatencyQ0VSgtcfc":{"name":"init(src:type:drm:crossOrigin:ssai:hlsDateRange:headers:cmcd:latencyConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a TypedSource.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC7sourcesSayAA05TypedC0CGvp":{"name":"sources","abstract":"

                                                                                                                                                                                                                          Represents the source of the media to be played.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC10textTracksSayAA09TextTrackD0CGSgvp":{"name":"textTracks","abstract":"

                                                                                                                                                                                                                          The textTracks property can be used to add an array of side-loaded text tracks to the player.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC3adsSayAA02AdD0_pGSgvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          The ads property can be used to add an array of AdDescriptions to the player. All valid and supported advertisement files will be cued for playback in the player. Each ad in the array should be described as an AdDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC6poster10Foundation3URLVSgvp":{"name":"poster","abstract":"

                                                                                                                                                                                                                          The poster property can be used to specify a content poster per source.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC8metadataAA08MetadataD0CSgvp":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          Metadata that can be used to describe content, e.g. when casting to chromecast.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC3abrAA0C16AbrConfigurationCSgvp":{"name":"abr","abstract":"

                                                                                                                                                                                                                          Sets the ABR configuration for the source being played.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC17cmcdConfigurationAA010CMCDSourceF0VSgvp":{"name":"cmcdConfiguration","abstract":"

                                                                                                                                                                                                                          Advanced CMCD configuration for this source.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC7sources10textTracks3ads6poster8metadata3abr17cmcdConfigurationACSayAA05TypedC0CG_SayAA09TextTrackD0CGSgSayAA02AdD0_pGSgSSSgAA08MetadataD0CSgAA0c3AbrM0CSgAA010CMCDSourceM0VSgtcfc":{"name":"init(sources:textTracks:ads:poster:metadata:abr:cmcdConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a SourceDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC6source10textTracks3ads6poster8metadata3abr17cmcdConfigurationAcA05TypedC0C_SayAA09TextTrackD0CGSgSayAA02AdD0_pGSgSSSgAA08MetadataD0CSgAA0c3AbrM0CSgAA010CMCDSourceM0VSgtcfc":{"name":"init(source:textTracks:ads:poster:metadata:abr:cmcdConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a SourceDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html":{"name":"SourceDescription","abstract":"

                                                                                                                                                                                                                          The SourceDescription object is used to describe a configuration of a source for a THEOplayer instance.

                                                                                                                                                                                                                          "},"Classes/TypedSource.html":{"name":"TypedSource","abstract":"

                                                                                                                                                                                                                          The TypedSource object provides the following properties:

                                                                                                                                                                                                                          "},"Classes/TextTrackDescription.html":{"name":"TextTrackDescription","abstract":"

                                                                                                                                                                                                                          A TextTrackDescription object contains a description of a side-loaded text track that will be added to the player.

                                                                                                                                                                                                                          "},"Classes/MetadataDescription.html":{"name":"MetadataDescription","abstract":"

                                                                                                                                                                                                                          The MetadataDescription object is used to describe content.

                                                                                                                                                                                                                          "},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C4noneSSvpZ":{"name":"none","abstract":"

                                                                                                                                                                                                                          No edge style

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C6raisedSSvpZ":{"name":"raised","abstract":"

                                                                                                                                                                                                                          A raised edge style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C9depressedSSvpZ":{"name":"depressed","abstract":"

                                                                                                                                                                                                                          A depressed edge style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C7uniformSSvpZ":{"name":"uniform","abstract":"

                                                                                                                                                                                                                          A uniform border style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C10dropShadowSSvpZ":{"name":"dropShadow","abstract":"

                                                                                                                                                                                                                          A drop shadow style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP15backgroundColorSayAA0cde4RuleG0CGSgvp":{"name":"backgroundColor","abstract":"

                                                                                                                                                                                                                          The background color for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP9fontColorSayAA0cde4RuleG0CGSgvp":{"name":"fontColor","abstract":"

                                                                                                                                                                                                                          The font color for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP8fontSizeSayAA0cdE10RuleNumberCGSgvp":{"name":"fontSize","abstract":"

                                                                                                                                                                                                                          The font size for the text track. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP10fontFamilySayAA0cdE10RuleStringCGSgvp":{"name":"fontFamily","abstract":"

                                                                                                                                                                                                                          The font family for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP04edgeE0SayAA0cdE10RuleStringCGSgvp":{"name":"edgeStyle","abstract":"

                                                                                                                                                                                                                          The edge style of the text, represented by a value from TextTrackStyleEdgeStyle.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP9marginTopSayAA0cdE10RuleNumberCGSgvp":{"name":"marginTop","abstract":"

                                                                                                                                                                                                                          The top margin of the area where subtitles are being rendered. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP10marginLeftSayAA0cdE10RuleNumberCGSgvp":{"name":"marginLeft","abstract":"

                                                                                                                                                                                                                          The left margin of the area where subtitles are being rendered. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html":{"name":"TextTrackStyle","abstract":"

                                                                                                                                                                                                                          The TextTrackStyle API can be used to change the style of the rendered TextTracks.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/s:13THEOplayerSDK18TextTrackStyleRuleP":{"name":"TextTrackStyleRule","abstract":"

                                                                                                                                                                                                                          The common protocol for TextTrackStyleRuleColor, THEOplayerTextTrackStyleRuleString and THEOplayerTextTrackStyleRuleNumber

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleColor":{"name":"TextTrackStyleRuleColor","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (UIColor) value.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleString":{"name":"TextTrackStyleRuleString","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (String) value.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleNumber":{"name":"TextTrackStyleRuleNumber","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (Int) value.

                                                                                                                                                                                                                          "},"Classes/TextTrackStyleEdgeStyle.html":{"name":"TextTrackStyleEdgeStyle","abstract":"

                                                                                                                                                                                                                          The TextTrackStyleEdgeStyle API can be used to change the edge style of the rendered TextTracks.

                                                                                                                                                                                                                          "},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “update”.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was updated.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “exit”.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was exited.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “enter”.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was entered.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV5ENTERAA0F4TypeCyAA0e5EnterF0CGvpZ":{"name":"ENTER","abstract":"

                                                                                                                                                                                                                          Fired when CueEnterEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV4EXITAA0F4TypeCyAA0e4ExitF0CGvpZ":{"name":"EXIT","abstract":"

                                                                                                                                                                                                                          Fired when CueExitEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV6UPDATEAA0F4TypeCyAA0e6UpdateF0CGvpZ":{"name":"UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when CueUpdateEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html":{"name":"TextTrackCueEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrackCue events. These events apply to a certain TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueEnterEvent.html":{"name":"CueEnterEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.ENTER occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueExitEvent.html":{"name":"CueExitEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.EXIT occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueUpdateEvent.html":{"name":"CueUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.UPDATE occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP5alignSSvp":{"name":"align","abstract":"

                                                                                                                                                                                                                          The WebVTT cue text alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4lineSSvp":{"name":"line","abstract":"

                                                                                                                                                                                                                          The WebVTT cue line, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP9lineAlignSSvp":{"name":"lineAlign","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue line alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP8positionSSvp":{"name":"position","abstract":"

                                                                                                                                                                                                                          The WebVTT cue position, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP13positionAlignSSvp":{"name":"positionAlign","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue position alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP6regionSSSgvp":{"name":"region","abstract":"

                                                                                                                                                                                                                          The VTTRegion object to which this cue belongs, the WebVTTRegion objects follows the WebVTT specification for WebVTTRegions.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4sizeSivp":{"name":"size","abstract":"

                                                                                                                                                                                                                          The WebVTT cue size, following to the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP11snapToLinesSbvp":{"name":"snapToLines","abstract":"

                                                                                                                                                                                                                          True if the WebVTT cue snap-to-lines flag is true, false otherwise, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4textSSSgvp":{"name":"text","abstract":"

                                                                                                                                                                                                                          The text track cue text in raw unparsed form, following to the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP8verticalSSvp":{"name":"vertical","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue writing direction, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP7contentypSgvp":{"name":"content","abstract":"

                                                                                                                                                                                                                          The cue’s content.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP13contentStringSSSgvp":{"name":"contentString","abstract":"

                                                                                                                                                                                                                          If the cue’s type is WebVtt, the contentString is used. It contains the text track cue text in raw unparsed form.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP17contentDictionarySDyS2SGSgvp":{"name":"contentDictionary","abstract":"

                                                                                                                                                                                                                          If the cue’s type is WebVtt, the contentDictionary is used. It contains the text track cue info in a dictionary.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP7endTimeSdvp":{"name":"endTime","abstract":"

                                                                                                                                                                                                                          The time in seconds and relative to a THEOplayer instance’s currentTime at which the cue becomes inactive.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The cue’s identifier.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          The cue’s unique identifier.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP9startTimeSdvp":{"name":"startTime","abstract":"

                                                                                                                                                                                                                          The time in seconds and relative to a THEOplayer instance’s currentTime at which the cue becomes active.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP5trackAA0cD0_pSgvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The track the given cue belongs to.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackCueEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackCueEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC9getDouble3forSdSgSS_tKF":{"name":"getDouble(for:)","abstract":"

                                                                                                                                                                                                                          The Double value from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC9getString3forSSSgSS_tKF":{"name":"getString(for:)","abstract":"

                                                                                                                                                                                                                          The String value from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC8getBytes3for10Foundation4DataVSgSS_tKF":{"name":"getBytes(for:)","abstract":"

                                                                                                                                                                                                                          The byte buffer from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC03getD12AsDictionarySDySSAA0C9AttributeCGyF":{"name":"getAttributesAsDictionary()","abstract":"

                                                                                                                                                                                                                          The CustomAttribute list as a dictionary.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP14attributeClassSSSgvp":{"name":"attributeClass","abstract":"

                                                                                                                                                                                                                          Identifier of some set of attributes with associated value semantics.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP05startC010Foundation0C0Vvp":{"name":"startDate","abstract":"

                                                                                                                                                                                                                          Returns the date at which the DateRange begins.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP03endC010Foundation0C0VSgvp":{"name":"endDate","abstract":"

                                                                                                                                                                                                                          Returns the date at which the DateRange ends. The date will be equal to or later than the startDate.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          Returns the duration in seconds of the timed metadata.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP15plannedDurationSdSgvp":{"name":"plannedDuration","abstract":"

                                                                                                                                                                                                                          Returns the expected duration in seconds of the timed metadata. Use this whenever the exact duration is not known.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9endOnNextSbvp":{"name":"endOnNext","abstract":"

                                                                                                                                                                                                                          Returns true if the end of this DateRange is equal to the startDate of the Following Range.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9scte35Cmd10Foundation4DataVSgvp":{"name":"scte35Cmd","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘cmd’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9scte35Out10Foundation4DataVSgvp":{"name":"scte35Out","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘out’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP8scte35In10Foundation4DataVSgvp":{"name":"scte35In","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘in’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP16customAttributesAA06CustomG0Cvp":{"name":"customAttributes","abstract":"

                                                                                                                                                                                                                          Returns all client-defined attributes. The attribute name does not include the ‘X-’ prefix.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK16CueEventProtocolP":{"name":"CueEventProtocol","abstract":"

                                                                                                                                                                                                                          The base TextTrackCue Event protocol.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK25TextTrackCueEventProtocolP":{"name":"TextTrackCueEventProtocol","abstract":"

                                                                                                                                                                                                                          The base TextTrack cue Event protocol.

                                                                                                                                                                                                                          "},"Protocols/DateRangeCue.html":{"name":"DateRangeCue","abstract":"

                                                                                                                                                                                                                          Represents the HLS date range cue which is a part of the metadata text track.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/c:@M@THEOplayerSDK@objc(cs)CustomAttribute":{"name":"CustomAttribute","abstract":"

                                                                                                                                                                                                                          The CustomAttribute object of the date range cue.

                                                                                                                                                                                                                          "},"Classes/CustomAttributes.html":{"name":"CustomAttributes","abstract":"

                                                                                                                                                                                                                          An array of CustomAttribute objects for the dateRangeCue.

                                                                                                                                                                                                                          "},"Protocols/TextTrackCue.html":{"name":"TextTrackCue","abstract":"

                                                                                                                                                                                                                          A TextTrackCue object represents an individual cue and provides methods and properties to access the data and events to act on changes to cue state. Depending on the TextTrack’s type, a cue might have different properties.

                                                                                                                                                                                                                          "},"Protocols/WebVttCue.html":{"name":"WebVttCue","abstract":"

                                                                                                                                                                                                                          Web Video Text Tracks cue.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK6Id3CueP":{"name":"Id3Cue","abstract":"

                                                                                                                                                                                                                          ID3 Text Track cue. Content type is [String:String].

                                                                                                                                                                                                                          "},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “exitcue”.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that exited.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “entercue”.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that entered.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “cuechange”.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC5trackAA5Track_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The TextTrackfor which the TextTrackCue changed.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “removecue”.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that was removed.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “addcue”.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that was added.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV10CUE_CHANGEAA0E4TypeCyAA09CueChangeE0CGvpZ":{"name":"CUE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when CueChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV7ADD_CUEAA0E4TypeCyAA06AddCueE0CGvpZ":{"name":"ADD_CUE","abstract":"

                                                                                                                                                                                                                          Fired when AddCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV10REMOVE_CUEAA0E4TypeCyAA09RemoveCueE0CGvpZ":{"name":"REMOVE_CUE","abstract":"

                                                                                                                                                                                                                          Fired when RemoveCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV9ENTER_CUEAA0E4TypeCyAA08EnterCueE0CGvpZ":{"name":"ENTER_CUE","abstract":"

                                                                                                                                                                                                                          Fired when EnterCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV8EXIT_CUEAA0E4TypeCyAA07ExitCueE0CGvpZ":{"name":"EXIT_CUE","abstract":"

                                                                                                                                                                                                                          Fired when ExitCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/MediaTrackEventTypes.html#/s:13THEOplayerSDK20MediaTrackEventTypesV22ACTIVE_QUALITY_CHANGEDAA0E4TypeCyAA020ActiveQualityChangedE0CGvpZ":{"name":"ACTIVE_QUALITY_CHANGED","abstract":"

                                                                                                                                                                                                                          Fired when the activeQuality property of a MediaTrack has been updated.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackEventTypes"},"Structs/TrackEventTypes.html#/s:13THEOplayerSDK15TrackEventTypesV6UPDATEAA0D4TypeCyAA0c6UpdateD0CGvpZ":{"name":"UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when one or more properties of a track have been updated.

                                                                                                                                                                                                                          ","parent_name":"TrackEventTypes"},"Structs/TrackEventTypes.html":{"name":"TrackEventTypes","abstract":"

                                                                                                                                                                                                                          The events fired by a Track.

                                                                                                                                                                                                                          "},"Structs/MediaTrackEventTypes.html":{"name":"MediaTrackEventTypes","abstract":"

                                                                                                                                                                                                                          The events fired by a MediaTrack.

                                                                                                                                                                                                                          "},"Structs/TextTrackEventTypes.html":{"name":"TextTrackEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrack events. These events apply to the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/AddCueEvent.html":{"name":"AddCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.ADD_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/RemoveCueEvent.html":{"name":"RemoveCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.REMOVE_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/CueChangeEvent.html":{"name":"CueChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.CUE_CHANGE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/EnterCueEvent.html":{"name":"EnterCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.ENTER_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/ExitCueEvent.html":{"name":"ExitCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.EXIT_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO6WebVTTyA2CmF":{"name":"WebVTT","abstract":"

                                                                                                                                                                                                                          The text track is in the Web Video Text Tracks format.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO3SRTyA2CmF":{"name":"SRT","abstract":"

                                                                                                                                                                                                                          The text track is in the SubRip Text Tracks format.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO9subtitlesyA2CmF":{"name":"subtitles","abstract":"

                                                                                                                                                                                                                          The text track contains subtitles.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8captionsyA2CmF":{"name":"captions","abstract":"

                                                                                                                                                                                                                          The text track contains closed captions, a translation of dialogue and sound effects.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO11descriptionyA2CmF":{"name":"description","abstract":"

                                                                                                                                                                                                                          The text track contains descriptions, a textual description of the video.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8chaptersyA2CmF":{"name":"chapters","abstract":"

                                                                                                                                                                                                                          The text track contains chapter titles suitable for navigating the media resource.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8metadatayA2CmF":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The text track contains metadata.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackMode.html#/s:13THEOplayerSDK13TextTrackModeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackMode"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP014inBandMetadataD12DispatchTypeSSvp":{"name":"inBandMetadataTrackDispatchType","abstract":"

                                                                                                                                                                                                                          The text track in-band metadata track dispatch type of the text track that the TextTrack object represents.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4modeAA0cD4ModeOvp":{"name":"mode","abstract":"

                                                                                                                                                                                                                          The text track mode.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4cuesSayAA0cD3Cue_pGvp":{"name":"cues","abstract":"

                                                                                                                                                                                                                          The text track’s list of TextTrackCue objects as a TextTrackCueList. This list includes all of the text track’s known cues.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The text track’s resource path

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP10activeCuesSayAA0cD3Cue_pGvp":{"name":"activeCues","abstract":"

                                                                                                                                                                                                                          The text track’s list of active TextTrackCue objects as a TextTrackCueList.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The content type of the given track.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP6forcedSbvp":{"name":"forced","abstract":"

                                                                                                                                                                                                                          Indicates whether the track contains Forced Narrative cues.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP16addEventListener4type8listenerAA0fG0_pAA0F4TypeCyqd__G_yqd__ctAA0F8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP19removeEventListener4type8listeneryAA0F4TypeCyqd__G_AA0fG0_ptAA0F8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/AudioTrack.html#/s:13THEOplayerSDK10AudioTrackP7enabledSbvp":{"name":"enabled","abstract":"

                                                                                                                                                                                                                          Indicates whether the track is enabled.

                                                                                                                                                                                                                          ","parent_name":"AudioTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP7enabledSbvp":{"name":"enabled","abstract":"

                                                                                                                                                                                                                          Indicates whether the track is enabled.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP13activeQualityAA0F0_pSgvp":{"name":"activeQuality","abstract":"

                                                                                                                                                                                                                          The active quality of the media track, i.e. the quality that is currently being played.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP9qualitiesAA11QualityList_pvp":{"name":"qualities","abstract":"

                                                                                                                                                                                                                          The qualities of the media track.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP15targetQualitiesSayAA7Quality_pGSgvp":{"name":"targetQualities","abstract":"

                                                                                                                                                                                                                          One or more desired qualities of the media track.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP4kindSSvp":{"name":"kind","abstract":"

                                                                                                                                                                                                                          The kind of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP8languageSSvp":{"name":"language","abstract":"

                                                                                                                                                                                                                          The language of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP5labelSSvp":{"name":"label","abstract":"

                                                                                                                                                                                                                          The label of the track. This label could be localized.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP16unlocalizedLabelSSvp":{"name":"unlocalizedLabel","abstract":"

                                                                                                                                                                                                                          The unlocalized label of the track. This is guaranteed to be not localized.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          A unique identifier of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html":{"name":"Track","abstract":"

                                                                                                                                                                                                                          A track object.

                                                                                                                                                                                                                          "},"Protocols/MediaTrack.html":{"name":"MediaTrack","abstract":"

                                                                                                                                                                                                                          A MediaTrack is an element that represents a single video or audio track that can be played by the player.

                                                                                                                                                                                                                          "},"Track%20API.html#/s:13THEOplayerSDK10VideoTrackP":{"name":"VideoTrack","abstract":"

                                                                                                                                                                                                                          A VideoTrack object is an element that represents a single video track that can be played by the player.

                                                                                                                                                                                                                          "},"Protocols/AudioTrack.html":{"name":"AudioTrack","abstract":"

                                                                                                                                                                                                                          An AudioTrack object is an element that represents a single audio track that can be played by the player.

                                                                                                                                                                                                                          "},"Protocols/TextTrack.html":{"name":"TextTrack","abstract":"

                                                                                                                                                                                                                          A TextTrack object is an element that represents a single text track that can be displayed in the player.

                                                                                                                                                                                                                          "},"Enums/TextTrackMode.html":{"name":"TextTrackMode","abstract":"

                                                                                                                                                                                                                          The different TextTrack modes.

                                                                                                                                                                                                                          "},"Enums/TextTrackKind.html":{"name":"TextTrackKind","abstract":"

                                                                                                                                                                                                                          Describes the kind of the text track.

                                                                                                                                                                                                                          "},"Enums/TextTrackFormat.html":{"name":"TextTrackFormat","abstract":"

                                                                                                                                                                                                                          Describes the format of the text track.

                                                                                                                                                                                                                          "},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “removetrack”.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC5trackAA0D0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which was just removed from the track list.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “addtrack”.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC5trackAA0D0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which was just added to the track list.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “change”.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC5trackAA0C0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which has its state just changed.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html":{"name":"VideoTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of VideoTrackList events.

                                                                                                                                                                                                                          "},"Structs/AudioTrackListEventTypes.html":{"name":"AudioTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of AudioTrackList events.

                                                                                                                                                                                                                          "},"Structs/TextTrackListEventTypes.html":{"name":"TextTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrackList events.

                                                                                                                                                                                                                          "},"Classes/TrackChangeEvent.html":{"name":"TrackChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.CHANGE occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Classes/AddTrackEvent.html":{"name":"AddTrackEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.ADD_TRACK occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Classes/RemoveTrackEvent.html":{"name":"RemoveTrackEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.REMOVE_TRACK occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of text tracks in the list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP3getyAA0cD0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          The TextTrack object representing the text track at the index position in the player’s list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListPyAA0cD0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the TextTrack object representing the text track at the index position in the player’s list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/AudioTrackList.html#/s:13THEOplayerSDK14AudioTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given AudioTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackList"},"Protocols/AudioTrackList.html#/s:13THEOplayerSDK14AudioTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given AudioTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackList"},"Protocols/VideoTrackList.html#/s:13THEOplayerSDK14VideoTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given VideoTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackList"},"Protocols/VideoTrackList.html#/s:13THEOplayerSDK14VideoTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given VideoTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of media tracks in the list of media tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListP3getyAA0cD0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListPyAA0cD0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html":{"name":"MediaTrackList","abstract":"

                                                                                                                                                                                                                          A MediaTrackList lists all available MediaTrack objects that the player can play. It contains MediaTrack objects, which are either AudioTracks or VideoTracks.

                                                                                                                                                                                                                          "},"Protocols/VideoTrackList.html":{"name":"VideoTrackList","abstract":"

                                                                                                                                                                                                                          A VideoTrackList lists all available VideoTrack objects that the player can play.

                                                                                                                                                                                                                          "},"Protocols/AudioTrackList.html":{"name":"AudioTrackList","abstract":"

                                                                                                                                                                                                                          An AudioTrackList lists all available AudioTrack objects that the player can play.

                                                                                                                                                                                                                          "},"Protocols/TextTrackList.html":{"name":"TextTrackList","abstract":"

                                                                                                                                                                                                                          A TextTrackList lists all available TextTrack objects that the player can display.

                                                                                                                                                                                                                          "},"Classes/VolumeChangeEvent.html#/s:13THEOplayerSDK17VolumeChangeEventC6volumeSfvp":{"name":"volume","abstract":"

                                                                                                                                                                                                                          The new value, between 0 and 1, of the player’s volume.

                                                                                                                                                                                                                          ","parent_name":"VolumeChangeEvent"},"Classes/VolumeChangeEvent.html#/s:13THEOplayerSDK17VolumeChangeEventC06deviceC0Sfvp":{"name":"deviceVolume","abstract":"

                                                                                                                                                                                                                          The new value, between 0 and 1, of the device’s volume.

                                                                                                                                                                                                                          ","parent_name":"VolumeChangeEvent"},"Classes/PresentationModeChangeEvent.html#/s:13THEOplayerSDK27PresentationModeChangeEventC012presentationD0AA0cD0Ovp":{"name":"presentationMode","abstract":"

                                                                                                                                                                                                                          The new PresentationMode of the player.

                                                                                                                                                                                                                          ","parent_name":"PresentationModeChangeEvent"},"Classes/ErrorEvent.html#/s:13THEOplayerSDK10ErrorEventC5errorSSvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The textual representation of the error that happened.

                                                                                                                                                                                                                          ","parent_name":"ErrorEvent"},"Classes/ErrorEvent.html#/s:13THEOplayerSDK10ErrorEventC11errorObjectAA9THEOError_pSgvp":{"name":"errorObject","abstract":"

                                                                                                                                                                                                                          A more descriptive THEOError containing information about the error.

                                                                                                                                                                                                                          ","parent_name":"ErrorEvent"},"Classes/RateChangeEvent.html#/s:13THEOplayerSDK15RateChangeEventC08playbackC0Sdvp":{"name":"playbackRate","abstract":"

                                                                                                                                                                                                                          The new rate of playback of the player.

                                                                                                                                                                                                                          ","parent_name":"RateChangeEvent"},"Classes/TimeUpdateEvent.html#/s:13THEOplayerSDK15TimeUpdateEventC018currentProgramDateC010Foundation0H0VSgvp":{"name":"currentProgramDateTime","abstract":"

                                                                                                                                                                                                                          The current program date time of the player.

                                                                                                                                                                                                                          ","parent_name":"TimeUpdateEvent"},"Classes/DurationChangeEvent.html#/s:13THEOplayerSDK19DurationChangeEventC8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The new duration of the content, in seconds.

                                                                                                                                                                                                                          ","parent_name":"DurationChangeEvent"},"Classes/ReadyStateEvent.html#/s:13THEOplayerSDK15ReadyStateEventC05readyD0AA0cD0Ovp":{"name":"readyState","abstract":"

                                                                                                                                                                                                                          The ReadyState of the player.

                                                                                                                                                                                                                          ","parent_name":"ReadyStateEvent"},"Classes/SourceChangeEvent.html#/s:13THEOplayerSDK17SourceChangeEventC6sourceAA0C11DescriptionCSgvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          The new SourceDescription that was set.

                                                                                                                                                                                                                          ","parent_name":"SourceChangeEvent"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV4PLAYAA0D4TypeCyAA04PlayD0CGvpZ":{"name":"PLAY","abstract":"

                                                                                                                                                                                                                          Fired when PlayEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7PLAYINGAA0D4TypeCyAA07PlayingD0CGvpZ":{"name":"PLAYING","abstract":"

                                                                                                                                                                                                                          Fired when PlayingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5PAUSEAA0D4TypeCyAA05PauseD0CGvpZ":{"name":"PAUSE","abstract":"

                                                                                                                                                                                                                          Fired when PauseEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV8PROGRESSAA0D4TypeCyAA08ProgressD0CGvpZ":{"name":"PROGRESS","abstract":"

                                                                                                                                                                                                                          Fired when ProgressEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7SEEKINGAA0D4TypeCyAA07SeekingD0CGvpZ":{"name":"SEEKING","abstract":"

                                                                                                                                                                                                                          Fired when SeekingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV6SEEKEDAA0D4TypeCyAA06SeekedD0CGvpZ":{"name":"SEEKED","abstract":"

                                                                                                                                                                                                                          Fired when SeekedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7WAITINGAA0D4TypeCyAA07WaitingD0CGvpZ":{"name":"WAITING","abstract":"

                                                                                                                                                                                                                          Fired when WaitingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11TIME_UPDATEAA0D4TypeCyAA010TimeUpdateD0CGvpZ":{"name":"TIME_UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when TimeUpdateEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5ENDEDAA0D4TypeCyAA05EndedD0CGvpZ":{"name":"ENDED","abstract":"

                                                                                                                                                                                                                          Fired when EndedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11RATE_CHANGEAA0D4TypeCyAA010RateChangeD0CGvpZ":{"name":"RATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when RateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV18READY_STATE_CHANGEAA0D4TypeCyAA016ReadyStateChangeD0CGvpZ":{"name":"READY_STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when ReadyStateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV16LOADED_META_DATAAA0D4TypeCyAA014LoadedMetaDataD0CGvpZ":{"name":"LOADED_META_DATA","abstract":"

                                                                                                                                                                                                                          Fired when LoadedMetaDataEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11LOADED_DATAAA0D4TypeCyAA010LoadedDataD0CGvpZ":{"name":"LOADED_DATA","abstract":"

                                                                                                                                                                                                                          Fired when LoadedDataEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV10LOAD_STARTAA0D4TypeCyAA09LoadStartD0CGvpZ":{"name":"LOAD_START","abstract":"

                                                                                                                                                                                                                          Fired when LoadStartEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV8CAN_PLAYAA0D4TypeCyAA07CanPlayD0CGvpZ":{"name":"CAN_PLAY","abstract":"

                                                                                                                                                                                                                          Fired when CanPlayEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV16CAN_PLAY_THROUGHAA0D4TypeCyAA014CanPlayThroughD0CGvpZ":{"name":"CAN_PLAY_THROUGH","abstract":"

                                                                                                                                                                                                                          Fired when CanPlayThroughEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5ERRORAA0D4TypeCyAA05ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when ErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV15DURATION_CHANGEAA0D4TypeCyAA014DurationChangeD0CGvpZ":{"name":"DURATION_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when DurationChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV13SOURCE_CHANGEAA0D4TypeCyAA012SourceChangeD0CGvpZ":{"name":"SOURCE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when SourceChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV21CURRENT_SOURCE_CHANGEAA0D4TypeCyAA019CurrentSourceChangeD0CGvpZ":{"name":"CURRENT_SOURCE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the current source, which is chosen from SourceDescription.sources, changes.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV24PRESENTATION_MODE_CHANGEAA0D4TypeCyAA022PresentationModeChangeD0CGvpZ":{"name":"PRESENTATION_MODE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when PresentationModeChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV19ASPECT_RATIO_CHANGEAA0D4TypeCyAA017AspectRatioChangeD0CGvpZ":{"name":"ASPECT_RATIO_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when AspectRatioChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV13VOLUME_CHANGEAA0D4TypeCyAA012VolumeChangeD0CGvpZ":{"name":"VOLUME_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when VolumeChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV6RESIZEAA0D4TypeCyAA06ResizeD0CGvpZ":{"name":"RESIZE","abstract":"

                                                                                                                                                                                                                          Fired when ResizeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7DESTROYAA0D4TypeCyAA07DestroyD0CGvpZ":{"name":"DESTROY","abstract":"

                                                                                                                                                                                                                          Fired when DestroyEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV9ENCRYPTEDAA0D4TypeCyAA09EncryptedD0CGvpZ":{"name":"ENCRYPTED","abstract":"

                                                                                                                                                                                                                          Fired when the player encounters key system initialization data in the media data.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV26CONTENT_PROTECTION_SUCCESSAA0D4TypeCyAA024ContentProtectionSuccessD0CGvpZ":{"name":"CONTENT_PROTECTION_SUCCESS","abstract":"

                                                                                                                                                                                                                          Fired when the key is usable for decryption.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV24CONTENT_PROTECTION_ERRORAA0D4TypeCyAA022ContentProtectionErrorD0CGvpZ":{"name":"CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          Fired when a content protection error occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html":{"name":"PlayerEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Player events.

                                                                                                                                                                                                                          "},"Classes/SourceChangeEvent.html":{"name":"SourceChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SOURCE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ReadyStateEvent.html":{"name":"ReadyStateEvent","abstract":"

                                                                                                                                                                                                                          The base event for all events that change the ReadyState of the player.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PlayEvent":{"name":"PlayEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PLAY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PlayingEvent":{"name":"PlayingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PLAYING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PauseEvent":{"name":"PauseEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PAUSE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ProgressEvent":{"name":"ProgressEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PROGRESS occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/DurationChangeEvent.html":{"name":"DurationChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.DURATION_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)SeekingEvent":{"name":"SeekingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SEEKING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)SeekedEvent":{"name":"SeekedEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SEEKED occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)WaitingEvent":{"name":"WaitingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.WAITING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/TimeUpdateEvent.html":{"name":"TimeUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.TIME_UPDATE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)EndedEvent":{"name":"EndedEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.ENDED occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/RateChangeEvent.html":{"name":"RateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.RATE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ReadyStateChangeEvent":{"name":"ReadyStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.READY_STATE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadedMetaDataEvent":{"name":"LoadedMetaDataEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOADED_META_DATA occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadedDataEvent":{"name":"LoadedDataEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOADED_DATA occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CanPlayEvent":{"name":"CanPlayEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CAN_PLAY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CanPlayThroughEvent":{"name":"CanPlayThroughEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CAN_PLAY_THROUGH occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ErrorEvent.html":{"name":"ErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/PresentationModeChangeEvent.html":{"name":"PresentationModeChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PRESENTATION_MODE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/VolumeChangeEvent.html":{"name":"VolumeChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.VOLUME_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ResizeEvent":{"name":"ResizeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.RESIZE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadStartEvent":{"name":"LoadStartEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOAD_START occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)DestroyEvent":{"name":"DestroyEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.DESTROY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/BackgroundPlaybackDelegate.html#/s:13THEOplayerSDK26BackgroundPlaybackDelegateP019shouldContinueAudiod2InC0SbyF":{"name":"shouldContinueAudioPlaybackInBackground()","abstract":"

                                                                                                                                                                                                                          Decides whether audio should continue playing when the application goes to background and the video is not visible anymore.

                                                                                                                                                                                                                          ","parent_name":"BackgroundPlaybackDelegate"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC18droppedVideoFramesSivp":{"name":"droppedVideoFrames","abstract":"

                                                                                                                                                                                                                          The total number of dropped video frames.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC17renderedFramerateSdvp":{"name":"renderedFramerate","abstract":"

                                                                                                                                                                                                                          The rendered frame rate of the video as it plays, in units of frames per second.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO4noneyA2CmF":{"name":"none","abstract":"

                                                                                                                                                                                                                          The player will not load any data.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO4autoyA2CmF":{"name":"auto","abstract":"

                                                                                                                                                                                                                          The player will load the metadata and the media.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO8metadatayA2CmF":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The player will load the metadata.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO6inlineyA2CmF":{"name":"inline","abstract":"

                                                                                                                                                                                                                          The player is shown in its original location in the view.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO10fullscreenyA2CmF":{"name":"fullscreen","abstract":"

                                                                                                                                                                                                                          The player fills the entire screen and overlays all the other view controllers.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO16pictureInPictureyA2CmF":{"name":"pictureInPicture","abstract":"

                                                                                                                                                                                                                          The player is shown in a window that overlays all the views. Further configurations can be made through PictureInPicture.configure

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO12HAVE_NOTHINGyA2CmF":{"name":"HAVE_NOTHING","abstract":"

                                                                                                                                                                                                                          The player has no information about the duration of its source.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO13HAVE_METADATAyA2CmF":{"name":"HAVE_METADATA","abstract":"

                                                                                                                                                                                                                          The player has information about the duration of its source.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO17HAVE_CURRENT_DATAyA2CmF":{"name":"HAVE_CURRENT_DATA","abstract":"

                                                                                                                                                                                                                          The player has its current frame in its buffer.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO16HAVE_FUTURE_DATAyA2CmF":{"name":"HAVE_FUTURE_DATA","abstract":"

                                                                                                                                                                                                                          The player has enough data for the current playback position, as well as for at least a little bit of time into the future (at least two frames of video, for example).

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO16HAVE_ENOUGH_DATAyA2CmF":{"name":"HAVE_ENOUGH_DATA","abstract":"

                                                                                                                                                                                                                          The player has enough data available, and the download rate is high enough that the media can be played through to the end without interruption.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether THEOplayer is currently connected with a casting device.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP10chromecastAA10Chromecast_pSgvp":{"name":"chromecast","abstract":"

                                                                                                                                                                                                                          A Chromecast integration object that allows you to cast to Chromecast and inspect its state.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP7airPlayAA03AirE0_pSgvp":{"name":"airPlay","abstract":"

                                                                                                                                                                                                                          An AirPlay integration object that allows you to cast to AirPlay and inspect its state.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC7licenseSSSgvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          The license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC10licenseUrlSSSgvp":{"name":"licenseUrl","abstract":"

                                                                                                                                                                                                                          The URL to fetch the license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC3pipAA16PiPConfigurationCSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          The picture in picture configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC7networkAA07NetworkC0CSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC4cmcdAA17CMCDConfigurationVSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          The CMCD configuration for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC16autoIntegrationsSbvp":{"name":"autoIntegrations","abstract":"

                                                                                                                                                                                                                          Flag that enables the player to automatically look for THEOplayer integration libraries (e.g. THEOlive) and register those on the player instance.","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC3uidSiSgvp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          The unique identifier of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C26backgroundPlaybackDelegateAA010BackgrounddE0_pSgvp":{"name":"backgroundPlaybackDelegate","abstract":"

                                                                                                                                                                                                                          The delegate defining behavior for background playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4with13configurationACSo6CGRectVSg_AA0A13ConfigurationCSgtcfc":{"name":"init(with:configuration:)","abstract":"

                                                                                                                                                                                                                          Create a new instance of THEOplayer with a frame.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7versionSSvpZ":{"name":"version","abstract":"

                                                                                                                                                                                                                          The version of THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5frameSo6CGRectVvp":{"name":"frame","abstract":"

                                                                                                                                                                                                                          The frame rectangle, which describes the THEOplayer view’s location and size in its superview’s coordinate system.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6boundsSo6CGRectVvp":{"name":"bounds","abstract":"

                                                                                                                                                                                                                          The bounds rectangle, which describes the THEOplayer view’s location and size in its own coordinate system.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6centerSo7CGPointVvp":{"name":"center","abstract":"

                                                                                                                                                                                                                          The center of the THEOplayer view’s frame.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16autoresizingMaskSo18UIViewAutoresizingVvp":{"name":"autoresizingMask","abstract":"

                                                                                                                                                                                                                          An integer bit mask that determines how the THEOplayer view resizes itself when its superview’s bounds change.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11videoHeightSivp":{"name":"videoHeight","abstract":"

                                                                                                                                                                                                                          Returns the height of the video in pixels for the current quality.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10videoWidthSivp":{"name":"videoWidth","abstract":"

                                                                                                                                                                                                                          Returns the width of the video in pixels for the current quality.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/c:@M@THEOplayerSDK@objc(cs)THEOplayer(py)videoRect":{"name":"videoRect","abstract":"

                                                                                                                                                                                                                          Returns the current size and position of the video image as displayed within the receiver’s bounds.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C23resizeTransitionEnabledSbvp":{"name":"resizeTransitionEnabled","abstract":"

                                                                                                                                                                                                                          Enables or disables the transition animation when resizing the player. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3abrAA16ABRConfiguration_pvp":{"name":"abr","abstract":"

                                                                                                                                                                                                                          Allows you to modify the player’s ABR behavior. See documentation for ABRConfiguration to see how this is done.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11aspectRatioAA06AspectD0Ovp":{"name":"aspectRatio","abstract":"

                                                                                                                                                                                                                          Specifies how to handle the aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7networkAA7Network_pvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network status of the player which can be used to monitor the network related errors.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10textTracksAA13TextTrackList_pvp":{"name":"textTracks","abstract":"

                                                                                                                                                                                                                          The list of Text Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11audioTracksAA14AudioTrackList_pvp":{"name":"audioTracks","abstract":"

                                                                                                                                                                                                                          The list of Audio Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11videoTracksAA14VideoTrackList_pvp":{"name":"videoTracks","abstract":"

                                                                                                                                                                                                                          The list of Video Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The length of the currently loaded video, in seconds.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8autoplaySbvp":{"name":"autoplay","abstract":"

                                                                                                                                                                                                                          Sets or returns if the video should automatically start playing.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6sourceAA17SourceDescriptionCSgvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          Sets or returns the current source of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3srcSSSgvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Returns the current source URL of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6volumeSfvp":{"name":"volume","abstract":"

                                                                                                                                                                                                                          Sets or returns the volume of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5mutedSbvp":{"name":"muted","abstract":"

                                                                                                                                                                                                                          Sets or returns whether the audio output of the video is muted.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7seekingSbvp":{"name":"seeking","abstract":"

                                                                                                                                                                                                                          Return whether the video is seeking.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6pausedSbvp":{"name":"paused","abstract":"

                                                                                                                                                                                                                          Returns whether the video is paused.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5endedSbvp":{"name":"ended","abstract":"

                                                                                                                                                                                                                          Returns whether the video has ended.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C39preventsDisplaySleepDuringVideoPlaybackSbvp":{"name":"preventsDisplaySleepDuringVideoPlayback","abstract":"

                                                                                                                                                                                                                          Prevents the display from sleeping during video playback. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C22allowsExternalPlaybackSbvp":{"name":"allowsExternalPlayback","abstract":"

                                                                                                                                                                                                                          Whether to allow the player to playback externally (AirPlay).

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7preloadAA7PreloadOvp":{"name":"preload","abstract":"

                                                                                                                                                                                                                          Returns whether the player should preload a certain type of data.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C12playbackRateSdvp":{"name":"playbackRate","abstract":"

                                                                                                                                                                                                                          Returns current playback rate of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8bufferedSayAA9TimeRangeCGvp":{"name":"buffered","abstract":"

                                                                                                                                                                                                                          Returns the buffered TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6playedSayAA9TimeRangeCGvp":{"name":"played","abstract":"

                                                                                                                                                                                                                          Returns the played TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8seekableSayAA9TimeRangeCGvp":{"name":"seekable","abstract":"

                                                                                                                                                                                                                          Returns the seekable TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7metricsAA7MetricsCvp":{"name":"metrics","abstract":"

                                                                                                                                                                                                                          The metrics API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16presentationModeAA012PresentationD0Ovp":{"name":"presentationMode","abstract":"

                                                                                                                                                                                                                          Sets or returns the presentationMode of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10readyStateAA05ReadyD0Ovp":{"name":"readyState","abstract":"

                                                                                                                                                                                                                          Returns the readystate of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5errorSSSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          Returns the last encountered player error.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          Returns the unique ID of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11currentTimeSdvp":{"name":"currentTime","abstract":"

                                                                                                                                                                                                                          The current playback position of the video, in seconds. Setting it allows to change the playback position.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C22currentProgramDateTime10Foundation0E0VSgvp":{"name":"currentProgramDateTime","abstract":"

                                                                                                                                                                                                                          Returns the current playback position of the media, as a timestamp.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C31automaticallyManageAudioSessionSbvpZ":{"name":"automaticallyManageAudioSession","abstract":"

                                                                                                                                                                                                                          Sets whether THEOplayer automatically manages the AVAudioSession.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7latencyAA14LatencyManager_pvp":{"name":"latency","abstract":"

                                                                                                                                                                                                                          The latency manager for low latency live playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4playyyF":{"name":"play()","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player starts playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5pauseyyF":{"name":"pause()","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player pauses playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4stop17completionHandleryySbSg_s5Error_pSgtcSg_tF":{"name":"stop(completionHandler:)","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player stops playback completely and unloads all loaded resources.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16addEventListener4type8listenerAA0dE0_pAA0D4TypeCyxG_yxctAA0D8ProtocolRzlF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given PlayerEventType.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C19removeEventListener4type8listeneryAA0D4TypeCyxG_AA0dE0_ptAA0D8ProtocolRzlF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given PlayerEventType.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14setCurrentTime_17completionHandlerySd_yypSg_s5Error_pSgtcSgtF":{"name":"setCurrentTime(_:completionHandler:)","abstract":"

                                                                                                                                                                                                                          Sets the current playback position in the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C25setCurrentProgramDateTime_17completionHandlery10Foundation0F0V_yypSg_s5Error_pSgtcSgtF":{"name":"setCurrentProgramDateTime(_:completionHandler:)","abstract":"

                                                                                                                                                                                                                          Sets the current ProgramDateTime of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C12addAsSubview2ofySo6UIViewC_tF":{"name":"addAsSubview(of:)","abstract":"

                                                                                                                                                                                                                          Adds the THEOplayer view to the end of the parameter view’s list of subviews.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of2atySo6UIViewC_SitF":{"name":"insertAsSubview(of:at:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view at the specified index of the parameter view’s list of subviews.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of05belowE0ySo6UIViewC_AHtF":{"name":"insertAsSubview(of:belowSubview:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view below another view in the parameter view’s hierarchy.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of05aboveE0ySo6UIViewC_AHtF":{"name":"insertAsSubview(of:aboveSubview:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view above another view in the parameter view’s hierarchy.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11isContained2inSbSaySo6UIViewCG_tF":{"name":"isContained(in:)","abstract":"

                                                                                                                                                                                                                          Returns a Boolean value indicating whether THEOplayer is contained in the given array of UIview.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C36registerContentProtectionIntegration13integrationId9keySystem0G7FactoryySS_AA03KeyjH0OAA0defK0_ptFZ":{"name":"registerContentProtectionIntegration(integrationId:keySystem:integrationFactory:)","abstract":"

                                                                                                                                                                                                                          Register a content protection integration

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14addIntegrationyyAA0D0_pF":{"name":"addIntegration(_:)","abstract":"

                                                                                                                                                                                                                          Add an Integration to the THEOplayer instance .

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C17removeIntegrationyyAA0D0_pF":{"name":"removeIntegration(_:)","abstract":"

                                                                                                                                                                                                                          Removes an Integration from the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C21removeAllIntegrationsyyF":{"name":"removeAllIntegrations()","abstract":"

                                                                                                                                                                                                                          Removes all Integrations from the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C18getAllIntegrationsSayAA11Integration_pGyF":{"name":"getAllIntegrations()","abstract":"

                                                                                                                                                                                                                          Returns all registered Integrations on the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C20getIntegrationByKindyAA0D0_pSgAA0dF0OF":{"name":"getIntegrationByKind(_:)","abstract":"

                                                                                                                                                                                                                          Returns the registered Integration on the THEOplayer instance of the specified kind. Returns nil if not found.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14textTrackStyleAA04TextdE0_pSgvp":{"name":"textTrackStyle","abstract":"

                                                                                                                                                                                                                          API to configure TextTrack styles (for subtitles).

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4castAA4Cast_pSgvp":{"name":"cast","abstract":"

                                                                                                                                                                                                                          The Cast object helps you configure and control casting to external devices with THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10fullscreenAA10Fullscreen_pvp":{"name":"fullscreen","abstract":"

                                                                                                                                                                                                                          The Fullscreen API of THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C20addGestureRecognizeryySo09UIGestureE0CF":{"name":"addGestureRecognizer(_:)","abstract":"

                                                                                                                                                                                                                          Attaches a gesture recognizer to THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C23removeGestureRecognizeryySo09UIGestureE0CF":{"name":"removeGestureRecognizer(_:)","abstract":"

                                                                                                                                                                                                                          Detaches a gesture recognizer from THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C18gestureRecognizersSaySo19UIGestureRecognizerCGSgvp":{"name":"gestureRecognizers","abstract":"

                                                                                                                                                                                                                          List of the gesture recognizers attached to THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3adsAA3Ads_pvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          An Ads object that contains information about the current and the scheduled advertisements.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3pipAA09PictureInD0_pSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          A PictureInPicture object to configure Picture-In-Picture.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C29fullscreenOrientationCouplingSbvp":{"name":"fullscreenOrientationCoupling","abstract":"

                                                                                                                                                                                                                          Whether the fullscreen mode is coupled to device orientation, defaults to false.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5cacheAA5Cache_pvpZ":{"name":"cache","abstract":"

                                                                                                                                                                                                                          The Cache object to access the caching API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html":{"name":"THEOplayer","abstract":"

                                                                                                                                                                                                                          The THEOplayer object.

                                                                                                                                                                                                                          "},"Classes/THEOplayerConfiguration.html":{"name":"THEOplayerConfiguration","abstract":"

                                                                                                                                                                                                                          The configuration for a THEOplayer instance.

                                                                                                                                                                                                                          "},"Protocols/Cast.html":{"name":"Cast","abstract":"

                                                                                                                                                                                                                          The Cast object helps you configure and control casting to external devices with THEOplayer.

                                                                                                                                                                                                                          "},"Enums/ReadyState.html":{"name":"ReadyState","abstract":"

                                                                                                                                                                                                                          The ready state of the player.

                                                                                                                                                                                                                          "},"Enums/PresentationMode.html":{"name":"PresentationMode","abstract":"

                                                                                                                                                                                                                          The presentation mode specifies how the player will be displayed.

                                                                                                                                                                                                                          "},"Enums/Preload.html":{"name":"Preload","abstract":"

                                                                                                                                                                                                                          The preload strategy of the player. The strategy specifies what data to load on source change.

                                                                                                                                                                                                                          "},"Classes/Metrics.html":{"name":"Metrics","abstract":"

                                                                                                                                                                                                                          The metrics API which can be used to gather information related to the quality-of-service and video playback experience.

                                                                                                                                                                                                                          "},"Protocols/BackgroundPlaybackDelegate.html":{"name":"BackgroundPlaybackDelegate","abstract":"

                                                                                                                                                                                                                          A delegate defining behavior for background playback.

                                                                                                                                                                                                                          "},"THEOplayer%20API.html":{"name":"THEOplayer API"},"Player%20Events.html":{"name":"Player Events"},"Track%20List%20API.html":{"name":"Track List API"},"Track%20List%20Events.html":{"name":"Track List Events"},"Track%20API.html":{"name":"Track API"},"Track%20Events.html":{"name":"Track Events"},"Text%20Track%20Cue%20API.html":{"name":"Text Track Cue API"},"Text%20Track%20Cue%20Events.html":{"name":"Text Track Cue Events"},"Text%20Track%20Styling%20API.html":{"name":"Text Track Styling API"},"Source%20Description%20API.html":{"name":"Source Description API"},"Content%20Protection.html":{"name":"Content Protection"},"SSAI.html":{"name":"SSAI"},"CSAI.html":{"name":"CSAI"},"Ads%20API.html":{"name":"Ads API"},"Ads%20Events.html":{"name":"Ads Events"},"ChromeCast%20API.html":{"name":"ChromeCast API"},"ChromeCast%20Events.html":{"name":"ChromeCast Events"},"Airplay%20API.html":{"name":"Airplay API"},"Airplay%20Events.html":{"name":"Airplay Events"},"Picture-In-Picture.html":{"name":"Picture-In-Picture"},"Fullscreen%20API.html":{"name":"Fullscreen API"},"Fullscreen%20Events.html":{"name":"Fullscreen Events"},"Network%20Events.html":{"name":"Network Events"},"Error%20API.html":{"name":"Error API"},"Cache%20API.html":{"name":"Cache API"},"Cache%20Events.html":{"name":"Cache Events"},"Adaptive%20Bit%20Rate%20API.html":{"name":"Adaptive Bit Rate API"},"External%20Content%20Protection%20integration%20API.html":{"name":"External Content Protection integration API"},"Util.html":{"name":"Util"},"Base%20classes%20%26%20interfaces.html":{"name":"Base classes & interfaces"},"Other%20Classes.html":{"name":"Other Classes","abstract":"

                                                                                                                                                                                                                          The following classes are available globally.

                                                                                                                                                                                                                          "},"Other%20Extensions.html":{"name":"Other Extensions","abstract":"

                                                                                                                                                                                                                          The following extensions are available globally.

                                                                                                                                                                                                                          "},"Other%20Protocols.html":{"name":"Other Protocols","abstract":"

                                                                                                                                                                                                                          The following protocols are available globally.

                                                                                                                                                                                                                          "},"Other%20Structs.html":{"name":"Other Structures","abstract":"

                                                                                                                                                                                                                          The following structures are available globally.

                                                                                                                                                                                                                          "}} \ No newline at end of file +{"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          A GUID identifying the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An external session ID that can be used to identify the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          A user ID that can be used to identify the user.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV14eventEndpointsSayAA012CMCDEndpointD0VGSgvp":{"name":"eventEndpoints","abstract":"

                                                                                                                                                                                                                          The endpoints where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV9sessionId015externalSessionF004userF014eventEndpointsACSSSg_A2HSayAA012CMCDEndpointD0VGSgtcfc":{"name":"init(sessionId:externalSessionId:userId:eventEndpoints:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD source configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An external session ID that can be used to identify the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          A user ID that can be used to identify the user.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV14eventEndpointsSayAA25CMCDEndpointConfigurationVGSgvp":{"name":"eventEndpoints","abstract":"

                                                                                                                                                                                                                          The endpoints where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV17externalSessionId04userF014eventEndpointsACSSSg_AGSayAA25CMCDEndpointConfigurationVGSgtcfc":{"name":"init(externalSessionId:userId:eventEndpoints:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDEndpointConfiguration.html#/s:13THEOplayerSDK25CMCDEndpointConfigurationV3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDEndpointConfiguration"},"Structs/CMCDEndpointConfiguration.html#/s:13THEOplayerSDK25CMCDEndpointConfigurationV3urlACSS_tcfc":{"name":"init(url:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD endpoint configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDEndpointConfiguration"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6singleyA2EmF":{"name":"single","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “single” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6lShapeyA2EmF":{"name":"lShape","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “L-shape” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6doubleyA2EmF":{"name":"double","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “double” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK13AdDescriptionP11integrationAA0C11IntegrationOSgvp":{"name":"integration","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11networkCodeSSSgvp":{"name":"networkCode","abstract":"

                                                                                                                                                                                                                          Default GAM network code to use for ad requests.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14customAssetKeySSSgvp":{"name":"customAssetKey","abstract":"

                                                                                                                                                                                                                          Default GAM custom asset key to use for ad requests.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV17backdropDoubleBox10Foundation3URLVSgvp":{"name":"backdropDoubleBox","abstract":"

                                                                                                                                                                                                                          Default backdrop image URL to be used as a background for ads with a double box layout.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14backdropLShape10Foundation3URLVSgvp":{"name":"backdropLShape","abstract":"

                                                                                                                                                                                                                          Default backdrop image URL to be used as a background for ads in L-shape layout.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14overrideLayoutAC0F8OverrideOSgvp":{"name":"overrideLayout","abstract":"

                                                                                                                                                                                                                          Overrides the layout of all THEOads ad breaks, if set.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV13overrideAdSrc10Foundation3URLVSgvp":{"name":"overrideAdSrc","abstract":"

                                                                                                                                                                                                                          Overrides the ad source of all THEOads ad breaks, if set.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV15adTagParametersSDyS2SGSgvp":{"name":"adTagParameters","abstract":"

                                                                                                                                                                                                                          The ad tag parameters added to the GAM stream request.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV23streamActivityMonitorIdSSSgvp":{"name":"streamActivityMonitorId","abstract":"

                                                                                                                                                                                                                          The streamActivityMonitorId added to the GAM Pod stream request.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV6useId3Sbvp":{"name":"useId3","abstract":"

                                                                                                                                                                                                                          Whether to use the ID3-based operating mode.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11sseEndpointSSSgvp":{"name":"sseEndpoint","abstract":"

                                                                                                                                                                                                                          The endpoint from where to retrieve the server-sent events.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV16retrievePodIdURISSSgvp":{"name":"retrievePodIdURI","abstract":"

                                                                                                                                                                                                                          The URI from where to retrieve the PodID’s as returned from the EABN service from Google.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV19initializationDelaySdSgvp":{"name":"initializationDelay","abstract":"

                                                                                                                                                                                                                          The amount of seconds we wait to initialize THEOads.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV12returnToLiveSbvp":{"name":"returnToLive","abstract":"

                                                                                                                                                                                                                          Whether to return to the live edge when playing live content, after an ad break ends.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11daiAssetKeySSSgvp":{"name":"daiAssetKey","abstract":"

                                                                                                                                                                                                                          The Google DAI asset key which will be used as a fallback source when THEOads is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV16breakManifestUrl10Foundation3URLVSgvp":{"name":"breakManifestUrl","abstract":"

                                                                                                                                                                                                                          URL of the manifest that describes the upcoming ad breaks in the stream.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription/LayoutOverride.html":{"name":"LayoutOverride","abstract":"

                                                                                                                                                                                                                          Describes how and when the layout of a THEOads ad break should be overridden.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html":{"name":"THEOAdDescription","abstract":"

                                                                                                                                                                                                                          Describes how TheoAds should be enabled

                                                                                                                                                                                                                          "},"Structs/CMCDEndpointConfiguration.html":{"name":"CMCDEndpointConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for a CMCD endpoint.

                                                                                                                                                                                                                          "},"Structs/CMCDConfiguration.html":{"name":"CMCDConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for Common Media Client Data (CMCD) at the player level.

                                                                                                                                                                                                                          "},"Structs/CMCDSourceConfiguration.html":{"name":"CMCDSourceConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for Common Media Client Data (CMCD) at the source level.

                                                                                                                                                                                                                          "},"Other%20Structs.html#/s:13THEOplayerSDK26SourceLatencyConfigurationV":{"name":"SourceLatencyConfiguration","abstract":"

                                                                                                                                                                                                                          User defined latency configuration.

                                                                                                                                                                                                                          "},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP27addMediaPlaylistInterceptoryyAA0fgH0_pF":{"name":"addMediaPlaylistInterceptor(_:)","abstract":"

                                                                                                                                                                                                                          Adds a MediaPlaylistInterceptor to manipulate media playlist requests and responses. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP30removeMediaPlaylistInterceptoryyAA0fgH0_pF":{"name":"removeMediaPlaylistInterceptor(_:)","abstract":"

                                                                                                                                                                                                                          Removes a MediaPlaylistInterceptor. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP21removeAllInterceptorsyyF":{"name":"removeAllInterceptors()","abstract":"

                                                                                                                                                                                                                          Removes all MediaPlaylistInterceptors. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP015shouldInterceptD7Request4typeSbAA03HlsD4TypeO_tF":{"name":"shouldInterceptPlaylistRequest(type:)","abstract":"

                                                                                                                                                                                                                          Called to check, if certain playlist request types have to be intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP015shouldInterceptD8Response4typeSbAA03HlsD4TypeO_tF":{"name":"shouldInterceptPlaylistResponse(type:)","abstract":"

                                                                                                                                                                                                                          Called to check, if certain playlist response types have to be intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP012didInterceptD7Request4type7request10Foundation10URLRequestVAA03HlsD4TypeO_AItYaKF":{"name":"didInterceptPlaylistRequest(type:request:)","abstract":"

                                                                                                                                                                                                                          Called when the certain playlist request is intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP012didInterceptD8Response4type3url8response4data10Foundation4DataVAA03HlsD4TypeO_AI3URLVSo13NSURLResponseCAKtYaKF":{"name":"didInterceptPlaylistResponse(type:url:response:data:)","abstract":"

                                                                                                                                                                                                                          Called when the certain playlist response is intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP25failedToPerformURLRequest7request8responsey10Foundation0I0V_So13NSURLResponseCtF":{"name":"failedToPerformURLRequest(request:response:)","abstract":"

                                                                                                                                                                                                                          Called when a certain URLRequest is failed.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of qualities in the list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListP3getyAA0C0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          Returns the Quality object representing the quality at the index position in the media track’s quality list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListPyAA0C0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the Quality object representing the quality at the index position in the media track’s quality list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/VideoQuality.html#/s:13THEOplayerSDK12VideoQualityP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The video width of the video quality, in pixels.

                                                                                                                                                                                                                          ","parent_name":"VideoQuality"},"Protocols/VideoQuality.html#/s:13THEOplayerSDK12VideoQualityP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The video height of the video quality, in pixels.

                                                                                                                                                                                                                          ","parent_name":"VideoQuality"},"Protocols/Quality.html#/s:13THEOplayerSDK7QualityP9bandwidthSivp":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          The required bandwidth for the quality, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"Quality"},"Protocols/Quality.html#/s:13THEOplayerSDK7QualityP16averageBandwidthSiSgvp":{"name":"averageBandwidth","abstract":"

                                                                                                                                                                                                                          The average bandwidth of the quality, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"Quality"},"Protocols/LatencyManager.html#/s:13THEOplayerSDK14LatencyManagerP07currentC0SdSgvp":{"name":"currentLatency","abstract":"

                                                                                                                                                                                                                          Time interval between currentProgramDateTime and the devices current Date in a livestream.

                                                                                                                                                                                                                          ","parent_name":"LatencyManager"},"Protocols/LatencyManager.html#/s:13THEOplayerSDK14LatencyManagerP9isEnabledSbvp":{"name":"isEnabled","abstract":"

                                                                                                                                                                                                                          Setting to determine whether the latency manager should be enabled.

                                                                                                                                                                                                                          ","parent_name":"LatencyManager"},"Protocols/LatencyConfiguration.html#/s:13THEOplayerSDK20LatencyConfigurationP12targetOffsetSdvp":{"name":"targetOffset","abstract":"

                                                                                                                                                                                                                          The time interval between the playhead and the actual live edge that the player will aim for when seeking to live.

                                                                                                                                                                                                                          ","parent_name":"LatencyConfiguration"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP8snapbackSbvp":{"name":"snapback","abstract":"

                                                                                                                                                                                                                          Whether snapback is enabled.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAI"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP11contentTime4fromS2d_tF":{"name":"contentTime(from:)","abstract":"

                                                                                                                                                                                                                          Converts stream time (including ads) to content time (excluding ads).","parent_name":"GoogleDAI"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP10streamTime4fromS2d_tF":{"name":"streamTime(from:)","abstract":"

                                                                                                                                                                                                                          Converts content time (excluding ads) to stream time (including ads)","parent_name":"GoogleDAI"},"Protocols/UniversalAdId.html#/s:13THEOplayerSDK13UniversalAdIdP02adE5ValueSSvp":{"name":"adIdValue","abstract":"

                                                                                                                                                                                                                          The Universal Ad identifier of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"UniversalAdId"},"Protocols/UniversalAdId.html#/s:13THEOplayerSDK13UniversalAdIdP02adE8RegistrySSvp":{"name":"adIdRegistry","abstract":"

                                                                                                                                                                                                                          The registry associated with cataloging the UniversalAdId of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"UniversalAdId"},"Protocols/UniversalAdId.html":{"name":"UniversalAdId","abstract":"

                                                                                                                                                                                                                          Represents the list of universal ad ID information of the selected creative for the ad.

                                                                                                                                                                                                                          "},"Protocols/GoogleDAI.html":{"name":"GoogleDAI","abstract":"

                                                                                                                                                                                                                          Represents information regarding content with dynamically inserted advertisements.

                                                                                                                                                                                                                          "},"Protocols/LatencyConfiguration.html":{"name":"LatencyConfiguration","abstract":"

                                                                                                                                                                                                                          Latency configuration on player level.

                                                                                                                                                                                                                          "},"Protocols/LatencyManager.html":{"name":"LatencyManager","abstract":"

                                                                                                                                                                                                                          The latency manager, used to control low-latency live playback.

                                                                                                                                                                                                                          "},"Protocols/Quality.html":{"name":"Quality","abstract":"

                                                                                                                                                                                                                          Represents a quality of a media track.

                                                                                                                                                                                                                          "},"Protocols/VideoQuality.html":{"name":"VideoQuality","abstract":"

                                                                                                                                                                                                                          Represents a quality of a video track.

                                                                                                                                                                                                                          "},"Protocols/QualityList.html":{"name":"QualityList","abstract":"

                                                                                                                                                                                                                          List of qualities.

                                                                                                                                                                                                                          "},"Protocols/MediaPlaylistInterceptor.html":{"name":"MediaPlaylistInterceptor","abstract":"

                                                                                                                                                                                                                          MediaPlaylistInterceptor API (Experimental)

                                                                                                                                                                                                                          "},"Protocols/NetworkAPI.html":{"name":"NetworkAPI","abstract":"

                                                                                                                                                                                                                          The Network API.

                                                                                                                                                                                                                          "},"Extensions/Notification/Name.html#/s:So18NSNotificationNamea13THEOplayerSDKE09PictureInE5MovedABvpZ":{"name":"PictureInPictureMoved","abstract":"

                                                                                                                                                                                                                          Posted when the picture-in-picture has moved to a new corner

                                                                                                                                                                                                                          ","parent_name":"Name"},"Extensions/Notification/Name.html":{"name":"Name","parent_name":"Notification"},"Extensions/Notification.html":{"name":"Notification"},"Classes/CachingTaskIdleStateChangeEvent.html#/s:13THEOplayerSDK31CachingTaskIdleStateChangeEventC10idleReasonAA011CacheStatuseJ0Ovp":{"name":"idleReason","abstract":"

                                                                                                                                                                                                                          The underlying reason that caused the state change.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskIdleStateChangeEvent"},"Classes/CachingTaskErrorStateChangeEvent.html#/s:13THEOplayerSDK32CachingTaskErrorStateChangeEventC5errorAA9THEOError_pSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The underlying error that caused the state change.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskErrorStateChangeEvent"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC05audioeF0SaySSGvp":{"name":"audioTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC04texteF0SaySSGvp":{"name":"textTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC5buildAA0cdeF0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Creates a CachingParametersTrackSelection

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/SourceAbrConfiguration.html#/s:13THEOplayerSDK22SourceAbrConfigurationC10maxBitrateSdSgvp":{"name":"maxBitrate","abstract":"

                                                                                                                                                                                                                          The maximum bitrate in bps for the specified source.

                                                                                                                                                                                                                          ","parent_name":"SourceAbrConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC15integrationKindAA14DRMIntegrationOvp":{"name":"integrationKind","abstract":"

                                                                                                                                                                                                                          The identifier for the kind of integration

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          Parameters that can be used when integrationKind is set to DRMIntegration/custom

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The identifier for the kind of integration when integrationKind is set to DRMIntegration/custom

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC23keySystemConfigurationsAA03KeyF23ConfigurationCollectionCvp":{"name":"keySystemConfigurations","abstract":"

                                                                                                                                                                                                                          A set of configurations for different key systems.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Create a DRM configuration without an integration.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC19customIntegrationId21integrationParameters23keySystemConfigurations05queryI0ACSS_SDySSypGAA03KeyK23ConfigurationCollectionCSDyS2SGSgtcfc":{"name":"init(customIntegrationId:integrationParameters:keySystemConfigurations:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Create a config for a custom DRM integration.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:Se4fromxs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","parent_name":"MultiplatformDRMConfiguration"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8fairplayAA0cdE0CSgvp":{"name":"fairplay","abstract":"

                                                                                                                                                                                                                          The key system configuration for FairPlay.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8widevineAA0cdE0CSgvp":{"name":"widevine","abstract":"

                                                                                                                                                                                                                          The key system configuration for widevine.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8fairplay8widevine13commonHeadersAcA0cdE0CSg_AISDyS2SGtcfc":{"name":"init(fairplay:widevine:commonHeaders:)","abstract":"

                                                                                                                                                                                                                          Create a set of configurations for different key systems.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:Se4fromxs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"KeySystemConfigurationCollection"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC15setHlsDateRangeyySbF":{"name":"setHlsDateRange(_:)","abstract":"

                                                                                                                                                                                                                          Setter for the hlsDateRange property.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC7licenseSSSgvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          The license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC10licenseUrlSSSgvp":{"name":"licenseUrl","abstract":"

                                                                                                                                                                                                                          The URL to fetch the license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC3pipAA16PiPConfigurationCSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          The picture in picture configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC7networkAA07NetworkC0CSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC4cmcdAA17CMCDConfigurationVSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          The CMCD configuration for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC16autoIntegrationsSbvp":{"name":"autoIntegrations","abstract":"

                                                                                                                                                                                                                          Flag that enables the player to automatically look for THEOplayer integration libraries (e.g. THEOlive) and register those on the player instance.","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC5buildAA0aC0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Builds and returns an object of type THEOplayerConfiguration.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/NetworkConfigurationBuilder.html#/s:13THEOplayerSDK27NetworkConfigurationBuilderC9userAgentSSSgvp":{"name":"userAgent","abstract":"

                                                                                                                                                                                                                          The user agent header that the http requests should send.

                                                                                                                                                                                                                          ","parent_name":"NetworkConfigurationBuilder"},"Classes/NetworkConfiguration.html#/s:13THEOplayerSDK20NetworkConfigurationC9userAgentSSSgvp":{"name":"userAgent","abstract":"

                                                                                                                                                                                                                          The user agent header that the http requests should send.

                                                                                                                                                                                                                          ","parent_name":"NetworkConfiguration"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “update”.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC5trackAA0C0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The track that has been updated.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC7qualityAA0D0_pvp":{"name":"quality","abstract":"

                                                                                                                                                                                                                          The quality.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ContentProtectionErrorEvent.html#/s:13THEOplayerSDK27ContentProtectionErrorEventC11errorObjectAA0cdE0_pvp":{"name":"errorObject","abstract":"

                                                                                                                                                                                                                          The ContentProtectionError containing the cause of the content protection error.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionErrorEvent"},"Classes/CurrentSourceChangeEvent.html#/s:13THEOplayerSDK24CurrentSourceChangeEventC07currentD0AA05TypedD0CSgvp":{"name":"currentSource","abstract":"

                                                                                                                                                                                                                          The player’s new current source.

                                                                                                                                                                                                                          ","parent_name":"CurrentSourceChangeEvent"},"Classes/PlayerEvent.html#/s:13THEOplayerSDK11PlayerEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event

                                                                                                                                                                                                                          ","parent_name":"PlayerEvent"},"Classes/PlayerEvent.html#/s:13THEOplayerSDK11PlayerEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"PlayerEvent"},"Classes/AdSkipEvent.html#/s:13THEOplayerSDK11AdSkipEventC16playedPercentageSdSgvp":{"name":"playedPercentage","abstract":"

                                                                                                                                                                                                                          The percentage of the ad that was played when skipped.

                                                                                                                                                                                                                          ","parent_name":"AdSkipEvent"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC36retainPresentationModeOnSourceChangeSbvp":{"name":"retainPresentationModeOnSourceChange","abstract":"

                                                                                                                                                                                                                          Whether the presentation mode should be retained on source changes. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC22requiresLinearPlaybackSbvp":{"name":"requiresLinearPlayback","abstract":"

                                                                                                                                                                                                                          Disables seekability while in native Picture in Picture mode. This can be useful when playing advertisements for instance. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC015nativePictureInG0Sbvp":{"name":"nativePictureInPicture","abstract":"

                                                                                                                                                                                                                          Enable the Native Picture in Picture. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC017canStartPictureInH23AutomaticallyFromInlineSbvp":{"name":"canStartPictureInPictureAutomaticallyFromInline","abstract":"

                                                                                                                                                                                                                          Native Picture in Picture starts automatically when the player is embedded inline and the app transitions to the background. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC5buildAA0cD0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Builds and returns an object of type PiPConfiguration.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC36retainPresentationModeOnSourceChangeSbvp":{"name":"retainPresentationModeOnSourceChange","abstract":"

                                                                                                                                                                                                                          Whether the presentation mode should be retained on source changes. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC22requiresLinearPlaybackSbvp":{"name":"requiresLinearPlayback","abstract":"

                                                                                                                                                                                                                          Disables seekability while in native Picture in Picture mode. This can be useful when playing advertisements for instance. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC015nativePictureInF0Sbvp":{"name":"nativePictureInPicture","abstract":"

                                                                                                                                                                                                                          Enable the Native Picture in Picture. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC017canStartPictureInG23AutomaticallyFromInlineSbvp":{"name":"canStartPictureInPictureAutomaticallyFromInline","abstract":"

                                                                                                                                                                                                                          Native Picture in Picture starts automatically when the player is embedded inline and the app transitions to the background. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdInit":{"name":"AdInit","abstract":"

                                                                                                                                                                                                                          An initializer for a custom Ad.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakInit":{"name":"AdBreakInit","abstract":"

                                                                                                                                                                                                                          An initializer for a custom AdBreak.

                                                                                                                                                                                                                          "},"Classes/PiPConfiguration.html":{"name":"PiPConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the picture-in-picture feature.

                                                                                                                                                                                                                          "},"Classes/PiPConfigurationBuilder.html":{"name":"PiPConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          Builder class for the PiPConfiguration object.

                                                                                                                                                                                                                          "},"Classes/AdSkipEvent.html":{"name":"AdSkipEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the ad was skipped.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdTappedEvent":{"name":"AdTappedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was tapped.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdClickedEvent":{"name":"AdClickedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was clicked. Most of the cases when user clicks on the “Learn More” button.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AddAdEvent":{"name":"AddAdEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was added.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdEvent":{"name":"UpdateAdEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was updated.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AddAdBreakEvent":{"name":"AddAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been added.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdBreakEvent":{"name":"UpdateAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been updated.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)RemoveAdBreakEvent":{"name":"RemoveAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been removed.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakChangeEvent":{"name":"AdBreakChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has changed.

                                                                                                                                                                                                                          "},"Classes/PlayerEvent.html":{"name":"PlayerEvent","abstract":"

                                                                                                                                                                                                                          Represents the base for all other player events.

                                                                                                                                                                                                                          "},"Classes/CurrentSourceChangeEvent.html":{"name":"CurrentSourceChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the current source, which is chosen from SourceDescription.sources, changes.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)EncryptedEvent":{"name":"EncryptedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the player encounters key system initialization data in the media data.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)ContentProtectionSuccessEvent":{"name":"ContentProtectionSuccessEvent","abstract":"

                                                                                                                                                                                                                          Fired when the key is usable for decryption.

                                                                                                                                                                                                                          "},"Classes/ContentProtectionErrorEvent.html":{"name":"ContentProtectionErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CONTENT_PROTECTION_ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ActiveQualityChangedEvent.html":{"name":"ActiveQualityChangedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the media track’s active quality bandwidth changes.

                                                                                                                                                                                                                          "},"Classes/TrackUpdateEvent.html":{"name":"TrackUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when one or more properties of a track have been updated.

                                                                                                                                                                                                                          "},"Classes/NetworkConfiguration.html":{"name":"NetworkConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a network configuration.

                                                                                                                                                                                                                          "},"Classes/NetworkConfigurationBuilder.html":{"name":"NetworkConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          A builder class to help initialize a NetworkConfiguration instance.

                                                                                                                                                                                                                          "},"Classes/THEOplayerConfigurationBuilder.html":{"name":"THEOplayerConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          Builder class for the THEOplayerConfiguration object.

                                                                                                                                                                                                                          "},"Classes/KeySystemConfigurationCollection.html":{"name":"KeySystemConfigurationCollection","abstract":"

                                                                                                                                                                                                                          A set of configurations for different key systems.

                                                                                                                                                                                                                          "},"Classes/MultiplatformDRMConfiguration.html":{"name":"MultiplatformDRMConfiguration","abstract":"

                                                                                                                                                                                                                          A set of DRM parameters.

                                                                                                                                                                                                                          "},"Classes/SourceAbrConfiguration.html":{"name":"SourceAbrConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the ABR configuration for a specific source.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelectionBuilder.html":{"name":"CachingParametersTrackSelectionBuilder","abstract":"

                                                                                                                                                                                                                          A builder to create CachingParametersTrackSelections.

                                                                                                                                                                                                                          "},"Classes/CachingTaskErrorStateChangeEvent.html":{"name":"CachingTaskErrorStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes to .error.

                                                                                                                                                                                                                          "},"Classes/CachingTaskIdleStateChangeEvent.html":{"name":"CachingTaskIdleStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes to .idle.

                                                                                                                                                                                                                          "},"Protocols/EventDispatcherProtocol.html#/s:13THEOplayerSDK23EventDispatcherProtocolP03addC8Listener4type8listenerAA0cG0_pAA0C4TypeCyqd__G_yqd__ctAA0cE0Rd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given type.

                                                                                                                                                                                                                          ","parent_name":"EventDispatcherProtocol"},"Protocols/EventDispatcherProtocol.html#/s:13THEOplayerSDK23EventDispatcherProtocolP06removeC8Listener4type8listeneryAA0C4TypeCyqd__G_AA0cG0_ptAA0cE0Rd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given type.

                                                                                                                                                                                                                          ","parent_name":"EventDispatcherProtocol"},"Classes/EventType.html#/s:13THEOplayerSDK9EventTypeC4nameSSvp":{"name":"name","abstract":"

                                                                                                                                                                                                                          The name of the EventType.

                                                                                                                                                                                                                          ","parent_name":"EventType"},"Classes/EventType.html#/s:13THEOplayerSDK9EventTypeC4nameACyxGSS_tcfc":{"name":"init(name:)","abstract":"

                                                                                                                                                                                                                          Creates a certain EventType.

                                                                                                                                                                                                                          ","parent_name":"EventType"},"Protocols/EventProtocol.html#/s:13THEOplayerSDK13EventProtocolP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event.

                                                                                                                                                                                                                          ","parent_name":"EventProtocol"},"Protocols/EventProtocol.html#/s:13THEOplayerSDK13EventProtocolP4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The Date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"EventProtocol"},"Classes/CurrentTimeEvent.html#/s:13THEOplayerSDK16CurrentTimeEventC07currentD0Sdvp":{"name":"currentTime","abstract":"

                                                                                                                                                                                                                          The current time of the player.

                                                                                                                                                                                                                          ","parent_name":"CurrentTimeEvent"},"Classes/CacheEvent.html#/s:13THEOplayerSDK10CacheEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the event.

                                                                                                                                                                                                                          ","parent_name":"CacheEvent"},"Classes/CacheEvent.html#/s:13THEOplayerSDK10CacheEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"CacheEvent"},"Classes/CacheEvent.html":{"name":"CacheEvent","abstract":"

                                                                                                                                                                                                                          The Cache event object.

                                                                                                                                                                                                                          "},"Classes/CurrentTimeEvent.html":{"name":"CurrentTimeEvent","abstract":"

                                                                                                                                                                                                                          Represents the player events that return the currentTime property.

                                                                                                                                                                                                                          "},"Protocols/EventProtocol.html":{"name":"EventProtocol","abstract":"

                                                                                                                                                                                                                          The Event API which can be used to represent an event.

                                                                                                                                                                                                                          "},"Classes/EventType.html":{"name":"EventType","abstract":"

                                                                                                                                                                                                                          Represents an EventType that conforms to a certain type of EventProtocol T.

                                                                                                                                                                                                                          "},"Protocols/EventDispatcherProtocol.html":{"name":"EventDispatcherProtocol","abstract":"

                                                                                                                                                                                                                          Classes that comform to this protocol can add and remove event listeners.

                                                                                                                                                                                                                          "},"Base%20classes%20%26%20interfaces.html#/s:13THEOplayerSDK18TrackEventProtocolP":{"name":"TrackEventProtocol","abstract":"

                                                                                                                                                                                                                          The base Track Event protocol.

                                                                                                                                                                                                                          "},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3topSivp":{"name":"top","abstract":"

                                                                                                                                                                                                                          The top margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC5rightSivp":{"name":"right","abstract":"

                                                                                                                                                                                                                          The right margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC6bottomSivp":{"name":"bottom","abstract":"

                                                                                                                                                                                                                          The bottom margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC4leftSivp":{"name":"left","abstract":"

                                                                                                                                                                                                                          The left margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3top5right6bottom4leftACSi_S3itcfc":{"name":"init(top:right:bottom:left:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC10horizontal8verticalACSi_Sitcfc":{"name":"init(horizontal:vertical:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3allACSi_tcfc":{"name":"init(all:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC5startSdvp":{"name":"start","abstract":"

                                                                                                                                                                                                                          The start time of the range.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC3endSdvp":{"name":"end","abstract":"

                                                                                                                                                                                                                          The end time of the range.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC5start3endACSd_Sdtcfc":{"name":"init(start:end:)","abstract":"

                                                                                                                                                                                                                          Constructs a TimeRange object.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html":{"name":"TimeRange","abstract":"

                                                                                                                                                                                                                          Helps get information regarding a certain period in the playback.

                                                                                                                                                                                                                          "},"Classes/THEOMargins.html":{"name":"THEOMargins","abstract":"

                                                                                                                                                                                                                          The THEOMargins class is used to define quadruple margins.

                                                                                                                                                                                                                          "},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC7requestAA7RequestCvp":{"name":"request","abstract":"

                                                                                                                                                                                                                          The request for which the response is being returned.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL from which the response was returned. This might have been redirected transparently.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC6statusSivp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The status code as returned in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC10statusTextSSvp":{"name":"statusText","abstract":"

                                                                                                                                                                                                                          The status text as returned in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC7headersSDyS2SGvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP headers as returned by the server.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC4body10Foundation4DataVvp":{"name":"body","abstract":"

                                                                                                                                                                                                                          The body of the response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL of the server to which the request is sent.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC6methodSSvp":{"name":"method","abstract":"

                                                                                                                                                                                                                          The method of the HTTP request, for example: GET, POST or PUT.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC7headersSDyS2SGvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP request headers to be sent to the server.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC4body10Foundation4DataVSgvp":{"name":"body","abstract":"

                                                                                                                                                                                                                          The body of the request. Will be nil for GET requests.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC3url6method7headers4bodyACSS_SSSDyS2SG10Foundation4DataVSgtcfc":{"name":"init(url:method:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a new HTTP request.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Enums/KeySystemId.html#/s:13THEOplayerSDK11KeySystemIdO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"KeySystemId"},"Classes/LicenseRequest.html#/s:13THEOplayerSDK14LicenseRequestC14fairplaySkdUrlSSSgvp":{"name":"fairplaySkdUrl","abstract":"

                                                                                                                                                                                                                          The SKD URL

                                                                                                                                                                                                                          ","parent_name":"LicenseRequest"},"Classes/LicenseRequest.html#/s:13THEOplayerSDK14LicenseRequestC3url6method7headers4body14fairplaySkdUrl14useCredentialsACSS_SSSDyS2SG10Foundation4DataVSgSSSgSbtcfc":{"name":"init(url:method:headers:body:fairplaySkdUrl:useCredentials:)","abstract":"

                                                                                                                                                                                                                          Creates a new LicenseRequest for the given URL.

                                                                                                                                                                                                                          ","parent_name":"LicenseRequest"},"Classes/LicenseResponse.html#/s:13THEOplayerSDK15LicenseResponseC14licenseRequest3url6status0H4Text7headers4bodyAcA0cF0C_SSSiSSSDyS2SG10Foundation4DataVtcfc":{"name":"init(licenseRequest:url:status:statusText:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a LicenseResponse.

                                                                                                                                                                                                                          ","parent_name":"LicenseResponse"},"Classes/CertificateResponse.html#/s:13THEOplayerSDK19CertificateResponseC18certificateRequest3url6status0H4Text7headers4bodyAcA0cF0C_SSSiSSSDyS2SG10Foundation4DataVtcfc":{"name":"init(certificateRequest:url:status:statusText:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a CertificateResponse.

                                                                                                                                                                                                                          ","parent_name":"CertificateResponse"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onCertificateRequestWithRequest:callback:":{"name":"onCertificateRequest(request:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a new certificate is about to be sent.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onCertificateResponseWithResponse:callback:":{"name":"onCertificateResponse(response:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a certificate returns a response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onLicenseRequestWithRequest:callback:":{"name":"onLicenseRequest(request:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a new license is about to be sent.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onLicenseResponseWithResponse:callback:":{"name":"onLicenseResponse(response:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a license returns a response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onExtractFairplayContentIdWithSkdUrl:callback:":{"name":"onExtractFairplayContentId(skdUrl:callback:)","abstract":"

                                                                                                                                                                                                                          A function to extract the Fairplay content ID from the key URI, as given by the URI attribute of the #EXT-X-KEY tag in the HLS playlist (m3u8).

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html":{"name":"ContentProtectionIntegration","abstract":"

                                                                                                                                                                                                                          This ContentProtectionIntegration defines some methods to alter license and certificate requests and responses.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/s:13THEOplayerSDK35ContentProtectionIntegrationFactoryP":{"name":"ContentProtectionIntegrationFactory","abstract":"

                                                                                                                                                                                                                          Factory pattern to createContentProtectionIntegration.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)CertificateRequestCallback":{"name":"CertificateRequestCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the modified CertificateRequest.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)CertificateResponseCallback":{"name":"CertificateResponseCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the actual certificate, or an Error in case of failure.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)LicenseRequestCallback":{"name":"LicenseRequestCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the modified LicenseRequest.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)LicenseResponseCallback":{"name":"LicenseResponseCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the actual license, or an Error in case of failure.

                                                                                                                                                                                                                          "},"Classes/CertificateResponse.html":{"name":"CertificateResponse","abstract":"

                                                                                                                                                                                                                          The certificate response.

                                                                                                                                                                                                                          "},"Classes/LicenseResponse.html":{"name":"LicenseResponse","abstract":"

                                                                                                                                                                                                                          The license response.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(cs)CertificateRequest":{"name":"CertificateRequest","abstract":"

                                                                                                                                                                                                                          A certificate request.

                                                                                                                                                                                                                          "},"Classes/LicenseRequest.html":{"name":"LicenseRequest","abstract":"

                                                                                                                                                                                                                          A license request.

                                                                                                                                                                                                                          "},"Enums/KeySystemId.html":{"name":"KeySystemId","abstract":"

                                                                                                                                                                                                                          Name of the key system.

                                                                                                                                                                                                                          "},"Classes/Request.html":{"name":"Request","abstract":"

                                                                                                                                                                                                                          Represents an HTTP request made by the player, such as a certificate request, license request, or discovery request.

                                                                                                                                                                                                                          "},"Classes/Response.html":{"name":"Response","abstract":"

                                                                                                                                                                                                                          Represents an HTTP response received by the player, such as a certificate response, license response, or discovery response.

                                                                                                                                                                                                                          "},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP8strategyAA24ABRStrategyConfigurationCvp":{"name":"strategy","abstract":"

                                                                                                                                                                                                                          The strategy to use to drive the adaptive bitrate behavior of the player. This configuration will only work with THEOlive and Millicast streams and will not have any effect for other types of streams.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP12targetBufferSdvp":{"name":"targetBuffer","abstract":"

                                                                                                                                                                                                                          The amount of seconds of video to buffer in advance.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP20preferredPeakBitRateSdvp":{"name":"preferredPeakBitRate","abstract":"

                                                                                                                                                                                                                          The desired limit, in bits per second, of network bandwidth consumption. Defaults to 0, which indicates there is no limit.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP26preferredMaximumResolutionSo6CGSizeVvp":{"name":"preferredMaximumResolution","abstract":"

                                                                                                                                                                                                                          The desired maximum resolution of a video that is to be downloaded. Defaults to CGSizeZero, which indicates there is no limit on the video resolution.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC4typeAA0C4TypeOvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of strategy used for ABR.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC8metadataAA11ABRMetadataCSgvp":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The metadata used for ABR.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC4type8metadataAcA0C4TypeO_AA11ABRMetadataCSgtcfc":{"name":"init(type:metadata:)","abstract":"

                                                                                                                                                                                                                          Constructs an ABRStrategyConfiguration given an ABRStrategyType enum member and an ABRMetadata struct.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRMetadata.html#/s:13THEOplayerSDK11ABRMetadataC7bitrateSdSgvp":{"name":"bitrate","abstract":"

                                                                                                                                                                                                                          Specifying the bitrate allows you to initially cap the bandwidth consumption to a specified bitrate, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"ABRMetadata"},"Classes/ABRMetadata.html#/s:13THEOplayerSDK11ABRMetadataC7bitrateACSd_tcfc":{"name":"init(bitrate:)","abstract":"

                                                                                                                                                                                                                          Constructs an ABRMetadata struct given a bitrate.

                                                                                                                                                                                                                          ","parent_name":"ABRMetadata"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO11performanceyA2CmF":{"name":"performance","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on the performance of the player.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO7qualityyA2CmF":{"name":"quality","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on displaying the best visual quality to the end-user as fast as possible.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO9bandwidthyA2CmF":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on displaying the most optimal quality based on the ABR metadata passed in with the ABRStrategyConfiguration, by initially capping the bitrate to match the provided bitrate in the ABR metadata.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html":{"name":"ABRStrategyType","abstract":"

                                                                                                                                                                                                                          The different adaptive bitrate (ABR) strategies. This configuration will only work with THEOlive and Millicast streams and will not have any effect for other types of streams.

                                                                                                                                                                                                                          "},"Classes/ABRMetadata.html":{"name":"ABRMetadata","abstract":"

                                                                                                                                                                                                                          The ABRMetadata specifies extra metadata that can be used to drive the ABR behavior of the player.

                                                                                                                                                                                                                          "},"Classes/ABRStrategyConfiguration.html":{"name":"ABRStrategyConfiguration","abstract":"

                                                                                                                                                                                                                          An object specifying strategy and metadata that the player will use for initial playback.

                                                                                                                                                                                                                          "},"Protocols/ABRConfiguration.html":{"name":"ABRConfiguration","abstract":"

                                                                                                                                                                                                                          The ABR object enables control of the adaptive bitrate behavior of the player.

                                                                                                                                                                                                                          "},"Structs/CachingTaskEventTypes.html#/s:13THEOplayerSDK21CachingTaskEventTypesV12STATE_CHANGEAA0E4TypeCyAA05CacheE0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskEventTypes"},"Structs/CachingTaskEventTypes.html#/s:13THEOplayerSDK21CachingTaskEventTypesV8PROGRESSAA0E4TypeCyAA05CacheE0CGvpZ":{"name":"PROGRESS","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask downloads additional segments.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskEventTypes"},"Structs/CacheEventTypes.html#/s:13THEOplayerSDK15CacheEventTypesV12STATE_CHANGEAA0D4TypeCyAA0cD0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the Cache.status changes.

                                                                                                                                                                                                                          ","parent_name":"CacheEventTypes"},"Structs/CacheEventTypes.html":{"name":"CacheEventTypes","abstract":"

                                                                                                                                                                                                                          The CacheEvent types.

                                                                                                                                                                                                                          "},"Structs/CachingTaskEventTypes.html":{"name":"CachingTaskEventTypes","abstract":"

                                                                                                                                                                                                                          The CachingTask event types.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CacheStateChangeEvent":{"name":"CacheStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the Cache.status changes.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CachingTaskStateChangeEvent":{"name":"CachingTaskStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CachingTaskProgressEvent":{"name":"CachingTaskProgressEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask downloads additional segments.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelection.html#/s:13THEOplayerSDK31CachingParametersTrackSelectionC05audioeF0SaySSGvp":{"name":"audioTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelection"},"Classes/CachingParametersTrackSelection.html#/s:13THEOplayerSDK31CachingParametersTrackSelectionC04texteF0SaySSGvp":{"name":"textTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelection"},"Protocols/CachingTaskLicense.html#/s:13THEOplayerSDK18CachingTaskLicenseP5renewyyF":{"name":"renew()","abstract":"

                                                                                                                                                                                                                          Renews all the licenses associated with this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskLicense"},"Protocols/CachingTaskLicense.html#/s:13THEOplayerSDK18CachingTaskLicenseP5renewyyAA16DRMConfiguration_pF":{"name":"renew(_:)","abstract":"

                                                                                                                                                                                                                          Renews all the licenses associated with this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskLicense"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC14expirationDate10Foundation0F0Vvp":{"name":"expirationDate","abstract":"

                                                                                                                                                                                                                          The expiration date for the cached data.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC9bandwidthSiSgvp":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          An approximation of the desired bandwidth, defaults to the highest bandwidth possible.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC20allowsCellularAccessSbvp":{"name":"allowsCellularAccess","abstract":"

                                                                                                                                                                                                                          An indication of caching data only on WIFI or on cellular data too. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC23preferredTrackSelectionAA0cdfG0Cvp":{"name":"preferredTrackSelection","abstract":"

                                                                                                                                                                                                                          An indication of preferred tracks to be used for offline playback.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC7networkAA20NetworkConfigurationCSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC14expirationDate9bandwidth20allowsCellularAccess23preferredTrackSelection7networkAC10Foundation0F0VSg_SiSgSbAA0cdlM0CSgAA20NetworkConfigurationCSgtcfc":{"name":"init(expirationDate:bandwidth:allowsCellularAccess:preferredTrackSelection:network:)","abstract":"

                                                                                                                                                                                                                          Constructs a CachingParameters.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Enums/CachingTaskStatus.html#/s:13THEOplayerSDK17CachingTaskStatusO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskStatus"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6statusAA0cD6StatusOvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The current CachingTaskStatus.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6sourceAA17SourceDescriptionCvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          The SourceDescription processed by this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP10parametersAA0C10ParametersCvp":{"name":"parameters","abstract":"

                                                                                                                                                                                                                          The CachingParameters for this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP8durationSdvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The amount of content that will be available after this task has finished, in seconds.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6cachedSayAA9TimeRangeCGvp":{"name":"cached","abstract":"

                                                                                                                                                                                                                          List of TimeRange indicating which data is currently cached.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP13secondsCachedSdvp":{"name":"secondsCached","abstract":"

                                                                                                                                                                                                                          The amount of content that has already been cached, in seconds.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP16percentageCachedSdvp":{"name":"percentageCached","abstract":"

                                                                                                                                                                                                                          The percentage of content that has already been cached, between 0 and 1.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP11bytesCachedSuvp":{"name":"bytesCached","abstract":"

                                                                                                                                                                                                                          The amount of bytes that have already been cached.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5bytesSivp":{"name":"bytes","abstract":"

                                                                                                                                                                                                                          The estimation of the amount this task will download and store, in bytes.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Starts downloading the stream and stores it on the device.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6removeyyF":{"name":"remove()","abstract":"

                                                                                                                                                                                                                          Removes the task and tries to evict all associated streaming elements.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5pauseyyF":{"name":"pause()","abstract":"

                                                                                                                                                                                                                          Pauses downloading the stream.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP4move2toy10Foundation3URLV_tKF":{"name":"move(to:)","abstract":"

                                                                                                                                                                                                                          Moves the downloaded stream assets to the specified URL.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP7licenseAA0cD7License_pvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          A controller for license related queries and operations.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP7networkAA7Network_pvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The Network API.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP16addEventListener4type8listenerAA0fG0_pAA0F4TypeCyqd__G_yqd__ctAA0F8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP19removeEventListener4type8listeneryAA0F4TypeCyqd__G_AA0fG0_ptAA0F8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener of the given CachingTaskEventType.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Enums/CacheStatus.html#/s:13THEOplayerSDK11CacheStatusO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CacheStatus"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP6statusAA0C6StatusOvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          Indicates the CacheStatus.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP5tasksSayAA11CachingTask_pGvp":{"name":"tasks","abstract":"

                                                                                                                                                                                                                          The list of all caching tasks.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP10createTask6source10parametersAA07CachingE0_pSgAA17SourceDescriptionC_AA0H10ParametersCSgtF":{"name":"createTask(source:parameters:)","abstract":"

                                                                                                                                                                                                                          Creates a CachingTask which will be used to cache the provided source, abiding to the provided parameters.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener for the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html":{"name":"Cache","abstract":"

                                                                                                                                                                                                                          The caching API allows to store a streaming source on the user’s device.

                                                                                                                                                                                                                          "},"Enums/CacheStatus.html":{"name":"CacheStatus","abstract":"

                                                                                                                                                                                                                          Indicates the status of the Cache.

                                                                                                                                                                                                                          "},"Protocols/CachingTask.html":{"name":"CachingTask","abstract":"

                                                                                                                                                                                                                          Represents a caching task.

                                                                                                                                                                                                                          "},"Enums/CachingTaskStatus.html":{"name":"CachingTaskStatus","abstract":"

                                                                                                                                                                                                                          The status of a caching task.

                                                                                                                                                                                                                          "},"Classes/CachingParameters.html":{"name":"CachingParameters","abstract":"

                                                                                                                                                                                                                          The configuration of a caching task.

                                                                                                                                                                                                                          "},"Protocols/CachingTaskLicense.html":{"name":"CachingTaskLicense","abstract":"

                                                                                                                                                                                                                          The caching task license controller which can be used to renew the license.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelection.html":{"name":"CachingParametersTrackSelection","abstract":"

                                                                                                                                                                                                                          An object that represents a CachingParametersTrackSelection.

                                                                                                                                                                                                                          "},"Cache%20API.html#/s:13THEOplayerSDK21CacheStatusIdleReasonO":{"name":"CacheStatusIdleReason","abstract":"

                                                                                                                                                                                                                          The reason behind IDLE status change.

                                                                                                                                                                                                                          "},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO13CONFIGURATIONyA2CmF":{"name":"CONFIGURATION","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the configuration.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO7LICENSEyA2CmF":{"name":"LICENSE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the license.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO6SOURCEyA2CmF":{"name":"SOURCE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the source.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8MANIFESTyA2CmF":{"name":"MANIFEST","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the manifest.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO5MEDIAyA2CmF":{"name":"MEDIA","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the media.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO7NETWORKyA2CmF":{"name":"NETWORK","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the network.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO18CONTENT_PROTECTIONyA2CmF":{"name":"CONTENT_PROTECTION","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the content protection.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8SUBTITLEyA2CmF":{"name":"SUBTITLE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the subtitles.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO2VRyA2CmF":{"name":"VR","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to VR.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO3ADSyA2CmF":{"name":"ADS","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to ads.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO10FULLSCREENyA2CmF":{"name":"FULLSCREEN","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to fullscreen.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO5CACHEyA2CmF":{"name":"CACHE","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to caching.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8THEOLIVEyA2CmF":{"name":"THEOLIVE","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to THEOlive.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO9MILLICASTyA2CmF":{"name":"MILLICAST","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to Millicast.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19CONFIGURATION_ERRORyA2CmF":{"name":"CONFIGURATION_ERROR","abstract":"

                                                                                                                                                                                                                          The configuration provided is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13LICENSE_ERRORyA2CmF":{"name":"LICENSE_ERROR","abstract":"

                                                                                                                                                                                                                          The license provided is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO22LICENSE_INVALID_DOMAINyA2CmF":{"name":"LICENSE_INVALID_DOMAIN","abstract":"

                                                                                                                                                                                                                          The provided license does not contain the current domain.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO22LICENSE_INVALID_SOURCEyA2CmF":{"name":"LICENSE_INVALID_SOURCE","abstract":"

                                                                                                                                                                                                                          The current source is not allowed in the license provided.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO15LICENSE_EXPIREDyA2CmF":{"name":"LICENSE_EXPIRED","abstract":"

                                                                                                                                                                                                                          The license has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23LICENSE_INVALID_FEATUREyA2CmF":{"name":"LICENSE_INVALID_FEATURE","abstract":"

                                                                                                                                                                                                                          The provided license does not contain the necessary feature.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO14SOURCE_INVALIDyA2CmF":{"name":"SOURCE_INVALID","abstract":"

                                                                                                                                                                                                                          The source provided is not valid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20SOURCE_NOT_SUPPORTEDyA2CmF":{"name":"SOURCE_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The provided source is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MANIFEST_LOAD_ERRORyA2CmF":{"name":"MANIFEST_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          The manifest could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MANIFEST_CORS_ERRORyA2CmF":{"name":"MANIFEST_CORS_ERROR","abstract":"

                                                                                                                                                                                                                          An Error related to Cross-origin resource sharing (CORS).

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MANIFEST_PARSE_ERRORyA2CmF":{"name":"MANIFEST_PARSE_ERROR","abstract":"

                                                                                                                                                                                                                          The manifest could not be parsed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MEDIA_NOT_SUPPORTEDyA2CmF":{"name":"MEDIA_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The media is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO16MEDIA_LOAD_ERRORyA2CmF":{"name":"MEDIA_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          The media could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO18MEDIA_DECODE_ERRORyA2CmF":{"name":"MEDIA_DECODE_ERROR","abstract":"

                                                                                                                                                                                                                          The media could not be decoded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MEDIA_AVPLAYER_ERRORyA2CmF":{"name":"MEDIA_AVPLAYER_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to playback through AVPlayer in the iOS or tvOS SDK.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13MEDIA_ABORTEDyA2CmF":{"name":"MEDIA_ABORTED","abstract":"

                                                                                                                                                                                                                          The fetching process for the media resource was aborted by the user agent at the user’s request.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MEDIA_INTERNAL_ERRORyA2CmF":{"name":"MEDIA_INTERNAL_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong in the internal logic of the media pipeline.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13NETWORK_ERRORyA2CmF":{"name":"NETWORK_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to network has been detected.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO15NETWORK_TIMEOUTyA2CmF":{"name":"NETWORK_TIMEOUT","abstract":"

                                                                                                                                                                                                                          The network has timed out.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO24CONTENT_PROTECTION_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to the content protection.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO32CONTENT_PROTECTION_NOT_SUPPORTEDyA2CmF":{"name":"CONTENT_PROTECTION_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The DRM provided is not supported on this platform.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO40CONTENT_PROTECTION_CONFIGURATION_MISSINGyA2CmF":{"name":"CONTENT_PROTECTION_CONFIGURATION_MISSING","abstract":"

                                                                                                                                                                                                                          The media is DRM protected, but no content protection configuration was provided.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO40CONTENT_PROTECTION_CONFIGURATION_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_CONFIGURATION_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection configuration is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO41CONTENT_PROTECTION_INITIALIZATION_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_INITIALIZATION_INVALID","abstract":"

                                                                                                                                                                                                                          The DRM initialization data could not be parsed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO36CONTENT_PROTECTION_CERTIFICATE_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_CERTIFICATE_ERROR","abstract":"

                                                                                                                                                                                                                          The content protection’s certificate could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO38CONTENT_PROTECTION_CERTIFICATE_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_CERTIFICATE_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection’s certificate is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO32CONTENT_PROTECTION_LICENSE_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_LICENSE_ERROR","abstract":"

                                                                                                                                                                                                                          The content protection’s license could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO34CONTENT_PROTECTION_LICENSE_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_LICENSE_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection’s license is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CONTENT_PROTECTION_KEY_EXPIREDyA2CmF":{"name":"CONTENT_PROTECTION_KEY_EXPIRED","abstract":"

                                                                                                                                                                                                                          The content protection’s key has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CONTENT_PROTECTION_KEY_MISSINGyA2CmF":{"name":"CONTENT_PROTECTION_KEY_MISSING","abstract":"

                                                                                                                                                                                                                          The content protection’s key is missing.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO36CONTENT_PROTECTION_OUTPUT_RESTRICTEDyA2CmF":{"name":"CONTENT_PROTECTION_OUTPUT_RESTRICTED","abstract":"

                                                                                                                                                                                                                          All qualities require HDCP, but the current output does not fulfill HDCP requirements.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33CONTENT_PROTECTION_INTERNAL_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_INTERNAL_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong in the internal logic of the content protection system.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33CONTENT_PROTECTION_DEVICE_REVOKEDyA2CmF":{"name":"CONTENT_PROTECTION_DEVICE_REVOKED","abstract":"

                                                                                                                                                                                                                          The content protection system has revoked this device, so it can no longer play protected content.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO37CONTENT_PROTECTION_PROVISIONING_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_PROVISIONING_ERROR","abstract":"

                                                                                                                                                                                                                          The device could not be provisioned with the credentials it needs to play protected content.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19SUBTITLE_LOAD_ERRORyA2CmF":{"name":"SUBTITLE_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          Loading subtitles has failed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19SUBTITLE_CORS_ERRORyA2CmF":{"name":"SUBTITLE_CORS_ERROR","abstract":"

                                                                                                                                                                                                                          Loading subtitles has failed due to CORS.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20SUBTITLE_PARSE_ERRORyA2CmF":{"name":"SUBTITLE_PARSE_ERROR","abstract":"

                                                                                                                                                                                                                          Parsing subtitles has failed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23VR_PLATFORM_UNSUPPORTEDyA2CmF":{"name":"VR_PLATFORM_UNSUPPORTED","abstract":"

                                                                                                                                                                                                                          This error occurs when VR is not supported on the current platform.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO21VR_PRESENTATION_ERRORyA2CmF":{"name":"VR_PRESENTATION_ERROR","abstract":"

                                                                                                                                                                                                                          Changing the presentation to VR was not possible.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19VR_PERMISSION_ERRORyA2CmF":{"name":"VR_PERMISSION_ERROR","abstract":"

                                                                                                                                                                                                                          The right permissions to enable native VR were not given to the player.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO8AD_ERRORyA2CmF":{"name":"AD_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with an ad.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19AD_BLOCKER_DETECTEDyA2CmF":{"name":"AD_BLOCKER_DETECTED","abstract":"

                                                                                                                                                                                                                          An ad blocker has been detected.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO16FULLSCREEN_ERRORyA2CmF":{"name":"FULLSCREEN_ERROR","abstract":"

                                                                                                                                                                                                                          Changing the presentation to fullscreen was not possible.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO18CACHE_SOURCE_ERRORyA2CmF":{"name":"CACHE_SOURCE_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong while caching a source.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CACHE_CONTENT_PROTECTION_ERRORyA2CmF":{"name":"CACHE_CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong while caching content protection’s license.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23THEO_LIVE_UNKNOWN_ERRORyA2CmF":{"name":"THEO_LIVE_UNKNOWN_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with THEOlive playback.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO27THEO_LIVE_CHANNEL_NOT_FOUNDyA2CmF":{"name":"THEO_LIVE_CHANNEL_NOT_FOUND","abstract":"

                                                                                                                                                                                                                          The THEOlive channel could not be played because it was not found. This can be because it was never created, it has been deleted or locked.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO21THEO_LIVE_END_OF_DEMOyA2CmF":{"name":"THEO_LIVE_END_OF_DEMO","abstract":"

                                                                                                                                                                                                                          The THEOlive channel is a demo channel and the demo window has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO25THEO_LIVE_ANALYTICS_ERRORyA2CmF":{"name":"THEO_LIVE_ANALYTICS_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occurred regarding THEOlive analytics.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23MILLICAST_UNKNOWN_ERRORyA2CmF":{"name":"MILLICAST_UNKNOWN_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with Millicast playback.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MILLICAST_HTTP_ERRORyA2CmF":{"name":"MILLICAST_HTTP_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured regarding HTTP requests in Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33MILLICAST_ABR_CONFIGURATION_ERRORyA2CmF":{"name":"MILLICAST_ABR_CONFIGURATION_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured during ABR configuration in Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO31MILLICAST_TRACK_DISABLING_ERRORyA2CmF":{"name":"MILLICAST_TRACK_DISABLING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when disabling a Millicast remote track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30MILLICAST_TRACK_ENABLING_ERRORyA2CmF":{"name":"MILLICAST_TRACK_ENABLING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when enabling a Millicast remote track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO26MILLICAST_DISCONNECT_ERRORyA2CmF":{"name":"MILLICAST_DISCONNECT_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when disconnecting the millicast client

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO25MILLICAST_SUBSCRIBE_ERRORyA2CmF":{"name":"MILLICAST_SUBSCRIBE_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when attempting to subscribe to Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO26MILLICAST_SET_VOLUME_ERRORyA2CmF":{"name":"MILLICAST_SET_VOLUME_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when attempting to set volume on an audio track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO31MILLCAST_WEBRTC_SIGNALING_ERRORyA2CmF":{"name":"MILLCAST_WEBRTC_SIGNALING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occurred during WebRTC signaling with the millicast media server.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP8userInfoSDySSypGSgvp":{"name":"userInfo","abstract":"

                                                                                                                                                                                                                          The userInfo dictionary for the error, if more details are available.

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP08avPlayerD4CodeSo7AVErrorVSgvp":{"name":"avPlayerErrorCode","abstract":"

                                                                                                                                                                                                                          The parsed error code of the underlying AVplayer error, if available

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP08avPlayerD0SC7AVErrorLeVSgvp":{"name":"avPlayerError","abstract":"

                                                                                                                                                                                                                          The underlying AVplayer error, if available

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP3urlSSSgvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL that was used.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP6statusSivp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The HTTP status code.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP12errorCommentSSSgvp":{"name":"errorComment","abstract":"

                                                                                                                                                                                                                          The error comment which might contain the HTTP status code.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP9timestamp10Foundation4DateVvp":{"name":"timestamp","abstract":"

                                                                                                                                                                                                                          The date at which the error occured.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP4codeAA0C4CodeOvp":{"name":"code","abstract":"

                                                                                                                                                                                                                          A THEOErrorCode that indicates the type of error that has occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP8categoryAA13ErrorCategoryOvp":{"name":"category","abstract":"

                                                                                                                                                                                                                          An ErrorCategory that indicates the category of the error that has occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP5causeAA13THEOBaseError_pSgvp":{"name":"cause","abstract":"

                                                                                                                                                                                                                          The underlying cause of this error, if known.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP4nameSSvp":{"name":"name","abstract":"

                                                                                                                                                                                                                          The name of the error.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP7messageSSvp":{"name":"message","abstract":"

                                                                                                                                                                                                                          The message of the error aimed at the user.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP5stackSaySSGSgvp":{"name":"stack","abstract":"

                                                                                                                                                                                                                          A stack-trace up until the error occured.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html":{"name":"THEOBaseError","abstract":"

                                                                                                                                                                                                                          A basic error that is thrown by THEOPlayer.

                                                                                                                                                                                                                          "},"Protocols/THEOError.html":{"name":"THEOError","abstract":"

                                                                                                                                                                                                                          An error that is thrown by THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/NetworkError.html":{"name":"NetworkError","abstract":"

                                                                                                                                                                                                                          A network error.

                                                                                                                                                                                                                          "},"Protocols/AVPlayerError.html":{"name":"AVPlayerError","abstract":"

                                                                                                                                                                                                                          An error that is thrown by AVPlayer.

                                                                                                                                                                                                                          "},"Enums/THEOErrorCode.html":{"name":"THEOErrorCode","abstract":"

                                                                                                                                                                                                                          A code that indicates the type of error that has occurred.

                                                                                                                                                                                                                          "},"Enums/ErrorCategory.html":{"name":"ErrorCategory","abstract":"

                                                                                                                                                                                                                          The Error category a TheoErrorCode belongs to.

                                                                                                                                                                                                                          "},"Classes/NetworkErrorEvent.html#/s:13THEOplayerSDK17NetworkErrorEventC5errorAA0cD0_pSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          A NetworkError instance containing information about the error.

                                                                                                                                                                                                                          ","parent_name":"NetworkErrorEvent"},"Classes/NetworkErrorEvent.html#/s:13THEOplayerSDK17NetworkErrorEventC9transientSbvp":{"name":"transient","abstract":"

                                                                                                                                                                                                                          Signaling that the current NetworkError is potentially recoverable with retries.

                                                                                                                                                                                                                          ","parent_name":"NetworkErrorEvent"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV5ERRORAA0D4TypeCyAA0c5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV20ENTER_BADNETWORKMODEAA0D4TypeCyAA08EnterBadc4ModeD0CGvpZ":{"name":"ENTER_BADNETWORKMODE","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV19EXIT_BADNETWORKMODEAA0D4TypeCyAA07ExitBadc4ModeD0CGvpZ":{"name":"EXIT_BADNETWORKMODE","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html":{"name":"NetworkEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Network events.

                                                                                                                                                                                                                          "},"Classes/NetworkErrorEvent.html":{"name":"NetworkErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when NetworkEventTypes.ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Type of the event, defaults to “aspectratiochange”.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC06aspectD0AA0cD0Ovp":{"name":"aspectRatio","abstract":"

                                                                                                                                                                                                                          The new AspectRatio of the view.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Fullscreen%20Events.html#/s:13THEOplayerSDK20FullscreenEventTypesV":{"name":"FullscreenEventTypes","abstract":"

                                                                                                                                                                                                                          The types of events related to fullscreen.

                                                                                                                                                                                                                          "},"Classes/AspectRatioChangeEvent.html":{"name":"AspectRatioChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown when the aspect ratio property of the player has changed.

                                                                                                                                                                                                                          "},"Protocols/FullscreenPresentationDelegate.html#/s:13THEOplayerSDK30FullscreenPresentationDelegateP7present14viewController10completionyAA0c4ViewH0C_yyctF":{"name":"present(viewController:completion:)","abstract":"

                                                                                                                                                                                                                          Method which gets called when the fullscreen view controller is ready to be presented.

                                                                                                                                                                                                                          ","parent_name":"FullscreenPresentationDelegate"},"Protocols/FullscreenPresentationDelegate.html#/s:13THEOplayerSDK30FullscreenPresentationDelegateP7dismiss14viewController10completionyAA0c4ViewH0C_yyctF":{"name":"dismiss(viewController:completion:)","abstract":"

                                                                                                                                                                                                                          Method which gets called when the fullscreen view controller is ready to be dismissed.

                                                                                                                                                                                                                          ","parent_name":"FullscreenPresentationDelegate"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO3fityA2CmF":{"name":"fit","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that all content fits inside its bounding box, keeping the original aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO4fillyA2CmF":{"name":"fill","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that all content fits inside the bounding box which will be stretched to fill the entire bounding box.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO10aspectFillyA2CmF":{"name":"aspectFill","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that the content fills up the entire bounding box, keeping the original aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP30supportedInterfaceOrientationsSo26UIInterfaceOrientationMaskVvp":{"name":"supportedInterfaceOrientations","abstract":"

                                                                                                                                                                                                                          The supported interface orientations for fullscreen mode as a UIInterfaceOrientationMask.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP14viewControllerAA0c4ViewE0CSgvp":{"name":"viewController","abstract":"

                                                                                                                                                                                                                          When in fullscreen presentation mode returns the FullscreenViewController that contains the player. Returns nil otherwise.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP19viewControllerClassAA0c4ViewE0CmSgvp":{"name":"viewControllerClass","abstract":"

                                                                                                                                                                                                                          The type of the FullscreenViewController that will be presented when the player goes to fullscreen presentation mode.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP20presentationDelegateAA0c12PresentationE0_pSgvp":{"name":"presentationDelegate","abstract":"

                                                                                                                                                                                                                          The fullscreen delegate which allows control over the presentation of the fullscreen view controller. Setting it will override the default behavior.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP33setSupportedInterfaceOrientations09supportedfG0ySo26UIInterfaceOrientationMaskV_tF":{"name":"setSupportedInterfaceOrientations(supportedInterfaceOrientations:)","abstract":"

                                                                                                                                                                                                                          Sets the supported interface orientations for fullscreen mode.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener for the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html":{"name":"Fullscreen","abstract":"

                                                                                                                                                                                                                          The Fullscreen object helps you configure the settings of the fullscreen mode.

                                                                                                                                                                                                                          "},"Enums/AspectRatio.html":{"name":"AspectRatio","abstract":"

                                                                                                                                                                                                                          Specifies an aspect ratio for the player when in fullscreen mode.

                                                                                                                                                                                                                          "},"Fullscreen%20API.html#/c:@M@THEOplayerSDK@objc(cs)FullscreenViewController":{"name":"FullscreenViewController","abstract":"

                                                                                                                                                                                                                          The Fullscreen view controller class that presents the player when the PresentationMode is set to fullscreen."},"Protocols/FullscreenPresentationDelegate.html":{"name":"FullscreenPresentationDelegate","abstract":"

                                                                                                                                                                                                                          The fullscreen delegate which allows control over the presentation of the fullscreen view controller.

                                                                                                                                                                                                                          "},"Protocols/AVPictureInPictureControllerDelegateExtended.html#/c:@M@THEOplayerSDK@objc(pl)AVPictureInPictureControllerDelegateExtended(im)pictureInPictureDidBecomePossible":{"name":"pictureInPictureDidBecomePossible()","abstract":"

                                                                                                                                                                                                                          Called when the value of AVPictureInPictureController.isPictureInPicturePossible changes to true.

                                                                                                                                                                                                                          ","parent_name":"AVPictureInPictureControllerDelegateExtended"},"Protocols/AVPictureInPictureControllerDelegateExtended.html#/c:@M@THEOplayerSDK@objc(pl)AVPictureInPictureControllerDelegateExtended(im)pictureInPictureDidBecomeNotPossible":{"name":"pictureInPictureDidBecomeNotPossible()","abstract":"

                                                                                                                                                                                                                          Called when the value of AVPictureInPictureController.isPictureInPicturePossible changes to false.

                                                                                                                                                                                                                          ","parent_name":"AVPictureInPictureControllerDelegateExtended"},"Enums/PictureInPictureCorner.html#/s:13THEOplayerSDK09PictureInC6CornerO7defaultACvpZ":{"name":"default","abstract":"

                                                                                                                                                                                                                          The default corner is bottom right

                                                                                                                                                                                                                          ","parent_name":"PictureInPictureCorner"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P13currentCornerAA0cdcF0OSgvp":{"name":"currentCorner","abstract":"

                                                                                                                                                                                                                          The current PictureInPictureCorner the PiP view is displayed in.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P9configure7movable13defaultCorner5scale10visibility6marginySbSg_AA0cdcH0OSgSfSgSdSgAA11THEOMarginsCSgtF":{"name":"configure(movable:defaultCorner:scale:visibility:margin:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P06nativecdC8DelegateSo09AVPicturedc10ControllerF0_pSgvp":{"name":"nativePictureInPictureDelegate","abstract":"

                                                                                                                                                                                                                          The protocol that defines the methods to respond to Picture in Picture events.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P9configure13configurationyAA16PiPConfigurationC_tF":{"name":"configure(configuration:)","abstract":"

                                                                                                                                                                                                                          Sets the picture-in-picture configuration dynamically.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scaleySbSg_AA0cdcH0OSgSfSgtF":{"name":"configure(movable:defaultCorner:scale:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scale10visibilityySbSg_AA0cdcH0OSgSfSgSdSgtF":{"name":"configure(movable:defaultCorner:scale:visibility:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scale6marginySbSg_AA0cdcH0OSgSfSgAA11THEOMarginsCSgtF":{"name":"configure(movable:defaultCorner:scale:margin:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html":{"name":"PictureInPicture","abstract":"

                                                                                                                                                                                                                          Helps configure the settings when PresentationMode.pictureInPicture is active.

                                                                                                                                                                                                                          "},"Enums/PictureInPictureCorner.html":{"name":"PictureInPictureCorner","abstract":"

                                                                                                                                                                                                                          The corner of the PiP view

                                                                                                                                                                                                                          "},"Picture-In-Picture.html#/s:13THEOplayerSDK09PictureInC20NewCornerUserInfoKeySSvp":{"name":"PictureInPictureNewCornerUserInfoKey","abstract":"

                                                                                                                                                                                                                          The key to retrieve the new PiP view corner

                                                                                                                                                                                                                          "},"Picture-In-Picture.html#/s:13THEOplayerSDK09PictureInC20OldCornerUserInfoKeySSvp":{"name":"PictureInPictureOldCornerUserInfoKey","abstract":"

                                                                                                                                                                                                                          The key to retrieve the corner at which the PiP view previously was

                                                                                                                                                                                                                          "},"Protocols/AVPictureInPictureControllerDelegateExtended.html":{"name":"AVPictureInPictureControllerDelegateExtended","abstract":"

                                                                                                                                                                                                                          Extends AVPictureInPictureControllerDelegate to provide additional methods that get called when changes occur in AVPictureInPictureController.

                                                                                                                                                                                                                          "},"Classes/AirPlayStateChangeEvent.html#/s:13THEOplayerSDK23AirPlayStateChangeEventC5stateAA010PlayerCastE0OSgvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          Indicates the state of AirPlay.

                                                                                                                                                                                                                          ","parent_name":"AirPlayStateChangeEvent"},"Classes/AirPlayEvent.html#/s:13THEOplayerSDK12AirPlayEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the event.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEvent"},"Classes/AirPlayEvent.html#/s:13THEOplayerSDK12AirPlayEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEvent"},"Structs/AirPlayEventTypes.html#/s:13THEOplayerSDK17AirPlayEventTypesV12STATE_CHANGEAA0E4TypeCyAA0cd11StateChangeE0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the AirPlay.state changes.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEventTypes"},"Structs/AirPlayEventTypes.html":{"name":"AirPlayEventTypes","abstract":"

                                                                                                                                                                                                                          The AirPlayEvent types.

                                                                                                                                                                                                                          "},"Classes/AirPlayEvent.html":{"name":"AirPlayEvent","abstract":"

                                                                                                                                                                                                                          The AirPlay event object.

                                                                                                                                                                                                                          "},"Classes/AirPlayStateChangeEvent.html":{"name":"AirPlayStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the AirPlay.state changes.

                                                                                                                                                                                                                          "},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether the player is casting.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP5stateAA15PlayerCastStateOvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          The state of the casting process.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Start a casting session with the player’s source.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP4stopyyF":{"name":"stop()","abstract":"

                                                                                                                                                                                                                          Stop the active casting session.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html":{"name":"AirPlay","abstract":"

                                                                                                                                                                                                                          The AirPlay API.

                                                                                                                                                                                                                          "},"Classes/StateChangeEvent.html#/s:13THEOplayerSDK16StateChangeEventC5stateAA010PlayerCastC0Ovp":{"name":"state","abstract":"

                                                                                                                                                                                                                          The new cast state.

                                                                                                                                                                                                                          ","parent_name":"StateChangeEvent"},"Classes/CastErrorEvent.html#/s:13THEOplayerSDK14CastErrorEventC5errorAA0cD0Cvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The error thrown by the Chromecast.

                                                                                                                                                                                                                          ","parent_name":"CastErrorEvent"},"Structs/ChromecastEventTypes.html#/s:13THEOplayerSDK20ChromecastEventTypesV12STATE_CHANGEAA0D4TypeCyAA011StateChangeD0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when castStateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"ChromecastEventTypes"},"Structs/ChromecastEventTypes.html#/s:13THEOplayerSDK20ChromecastEventTypesV5ERRORAA0D4TypeCyAA09CastErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when castErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"ChromecastEventTypes"},"Structs/ChromecastEventTypes.html":{"name":"ChromecastEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Chromecast Events.

                                                                                                                                                                                                                          "},"Classes/CastErrorEvent.html":{"name":"CastErrorEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that there was an error while casting / trying to cast.

                                                                                                                                                                                                                          "},"Classes/StateChangeEvent.html":{"name":"StateChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the state of the connection has changed.

                                                                                                                                                                                                                          "},"Enums/ErrorCode.html#/s:13THEOplayerSDK9ErrorCodeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ErrorCode"},"Enums/ChromecastMetadataType.html#/s:13THEOplayerSDK22ChromecastMetadataTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataType"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The URL to the metadata image.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the image, in pixels.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the image, in pixels.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC3src5width6heightACSS_S2itcfc":{"name":"init(src:width:height:)","abstract":"

                                                                                                                                                                                                                          Constructs a ChromecastMetadataImage.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC6imagesSayAA0cD5ImageCGSgvp":{"name":"images","abstract":"

                                                                                                                                                                                                                          An array of ChromecastMetadataImages.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC11releaseDateSSSgvp":{"name":"releaseDate","abstract":"

                                                                                                                                                                                                                          The release date using the following string format: “YYYY-MM-DD”

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC8subtitleSSSgvp":{"name":"subtitle","abstract":"

                                                                                                                                                                                                                          The subtitle / short explanation about the content.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC11releaseYearSiSgvp":{"name":"releaseYear","abstract":"

                                                                                                                                                                                                                          The release year as an integer number.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC4typeAA0cD4TypeOSgvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type. Defaults to “generic” if unset.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC6images11releaseDate0G4Year5title8subtitle4type12metadataKeysACSayAA0cD5ImageCGSg_SSSgSiSgA2oA0cD4TypeOSgSDySSypGSgtcfc":{"name":"init(images:releaseDate:releaseYear:title:subtitle:type:metadataKeys:)","abstract":"

                                                                                                                                                                                                                          Constructs a ChromecastMetadataDescription.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/CastError.html#/s:13THEOplayerSDK9CastErrorC9errorCodeAA0dF0Ovp":{"name":"errorCode","abstract":"

                                                                                                                                                                                                                          The error code of the cast error.

                                                                                                                                                                                                                          ","parent_name":"CastError"},"Classes/CastError.html#/s:13THEOplayerSDK9CastErrorC11descriptionSSSgvp":{"name":"description","abstract":"

                                                                                                                                                                                                                          The description of the cast error.

                                                                                                                                                                                                                          ","parent_name":"CastError"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9availableyA2CmF":{"name":"available","abstract":"

                                                                                                                                                                                                                          There is a cast device detected, but that THEOplayer is not casting or controlling the current cast session.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9connectedyA2CmF":{"name":"connected","abstract":"

                                                                                                                                                                                                                          THEOplayer is casting to the cast device.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO11unavailableyA2CmF":{"name":"unavailable","abstract":"

                                                                                                                                                                                                                          There is no cast device detected or that the device is not available (e.g. not powered, not connected to the internet).

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO10connectingyA2CmF":{"name":"connecting","abstract":"

                                                                                                                                                                                                                          THEOplayer is in the process of connecting to the cast device.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO4autoyA2CmF":{"name":"auto","abstract":"

                                                                                                                                                                                                                          The player will automatically join a cast session at startup if one exists when play is called.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO6manualyA2CmF":{"name":"manual","abstract":"

                                                                                                                                                                                                                          The player will take over an existing session if there is one and the cast button is clicked.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO8disabledyA2CmF":{"name":"disabled","abstract":"

                                                                                                                                                                                                                          The player will not be affected by any existing cast sessions.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC8strategyAA0C8StrategyOSgvp":{"name":"strategy","abstract":"

                                                                                                                                                                                                                          The join strategy that will determine how the player will join an existing chromecast session.

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC26enableExperimentalPipelineSbvp":{"name":"enableExperimentalPipeline","abstract":"

                                                                                                                                                                                                                          Enable the new chromecast pipeline. This is an improved pipeline that enables new features in the future. Off by default

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC8strategy26enableExperimentalPipelineAcA0C8StrategyOSg_Sbtcfc":{"name":"init(strategy:enableExperimentalPipeline:)","abstract":"

                                                                                                                                                                                                                          Creates a Cast configuration.

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether THEOplayer is casting to a chromecast and has control over the current chromecast session.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5errorAA9CastErrorCSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The last error thrown by chromecast.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP12receiverNameSSSgvp":{"name":"receiverName","abstract":"

                                                                                                                                                                                                                          The name of the chromecast device that THEOplayer is casting to.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5stateAA15PlayerCastStateOSgvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          Indicates the state of the casting process.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP21setConnectionDelegateyyAA0ceF0_pSgF":{"name":"setConnectionDelegate(_:)","abstract":"

                                                                                                                                                                                                                          The ChromecastConnectionDelegate to be used when the Chromecast connection changes.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Start casting to the chromecast. A dialog will prompt to choose the device.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP4stopyyF":{"name":"stop()","abstract":"

                                                                                                                                                                                                                          Stop casting to the chromecast.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP4joinyyF":{"name":"join()","abstract":"

                                                                                                                                                                                                                          Join an active chromecast session.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5leaveyyF":{"name":"leave()","abstract":"

                                                                                                                                                                                                                          Leave an active chromecast session without affecting other devices.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given ChromecastEventType.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given ChromecastEventType.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html":{"name":"Chromecast","abstract":"

                                                                                                                                                                                                                          Chromecast, also known as Google Cast, is a casting device designed by Google.

                                                                                                                                                                                                                          "},"Classes/CastConfiguration.html":{"name":"CastConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the Cast integrations.

                                                                                                                                                                                                                          "},"Enums/CastStrategy.html":{"name":"CastStrategy","abstract":"

                                                                                                                                                                                                                          The cast strategies that specify the ways an existing chromecast session can be joined.

                                                                                                                                                                                                                          "},"Enums/PlayerCastState.html":{"name":"PlayerCastState","abstract":"

                                                                                                                                                                                                                          Indicates the state of the casting processs.

                                                                                                                                                                                                                          "},"Classes/CastError.html":{"name":"CastError","abstract":"

                                                                                                                                                                                                                          The cast error.

                                                                                                                                                                                                                          "},"Classes/ChromecastMetadataDescription.html":{"name":"ChromecastMetadataDescription","abstract":"

                                                                                                                                                                                                                          The description of the metadata used by Chromecast.

                                                                                                                                                                                                                          "},"Classes/ChromecastMetadataImage.html":{"name":"ChromecastMetadataImage","abstract":"

                                                                                                                                                                                                                          The metadata of a Chromecast image.

                                                                                                                                                                                                                          "},"Enums/ChromecastMetadataType.html":{"name":"ChromecastMetadataType","abstract":"

                                                                                                                                                                                                                          The Chromecast metadata type.

                                                                                                                                                                                                                          "},"Enums/ErrorCode.html":{"name":"ErrorCode","abstract":"

                                                                                                                                                                                                                          The different types of errors.

                                                                                                                                                                                                                          "},"Classes/AdErrorEvent.html#/s:13THEOplayerSDK13EventProtocolP4typeSSvp":{"name":"type","parent_name":"AdErrorEvent"},"Classes/AdErrorEvent.html#/s:13THEOplayerSDK13EventProtocolP4date10Foundation4DateVvp":{"name":"date","parent_name":"AdErrorEvent"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV8AD_BEGINAA0D4TypeCyAA07AdBeginD0CGvpZ":{"name":"AD_BEGIN","abstract":"

                                                                                                                                                                                                                          Fired when AdBeginEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV6AD_ENDAA0D4TypeCyAA05AdEndD0CGvpZ":{"name":"AD_END","abstract":"

                                                                                                                                                                                                                          Fired when AdEndEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV8AD_ERRORAA0D4TypeCyAA07AdErrorD0CGvpZ":{"name":"AD_ERROR","abstract":"

                                                                                                                                                                                                                          Fired when AdErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV17AD_FIRST_QUARTILEAA0D4TypeCyAA015AdFirstQuartileD0CGvpZ":{"name":"AD_FIRST_QUARTILE","abstract":"

                                                                                                                                                                                                                          Fired when AdFirstQuartileEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV11AD_MIDPOINTAA0D4TypeCyAA010AdMidpointD0CGvpZ":{"name":"AD_MIDPOINT","abstract":"

                                                                                                                                                                                                                          Fired when AdMidpointEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV17AD_THIRD_QUARTILEAA0D4TypeCyAA015AdThirdQuartileD0CGvpZ":{"name":"AD_THIRD_QUARTILE","abstract":"

                                                                                                                                                                                                                          Fired when AdThirdQuartileEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9AD_LOADEDAA0D4TypeCyAA08AdLoadedD0CGvpZ":{"name":"AD_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when AdLoadedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV13AD_IMPRESSIONAA0D4TypeCyAA012AdImpressionD0CGvpZ":{"name":"AD_IMPRESSION","abstract":"

                                                                                                                                                                                                                          Fired when AdImpressionEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV7AD_SKIPAA0D4TypeCyAA06AdSkipD0CGvpZ":{"name":"AD_SKIP","abstract":"

                                                                                                                                                                                                                          Fired when AdSkipEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV14AD_BREAK_BEGINAA0D4TypeCyAA012AdBreakBeginD0CGvpZ":{"name":"AD_BREAK_BEGIN","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakBeginEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV12AD_BREAK_ENDAA0D4TypeCyAA010AdBreakEndD0CGvpZ":{"name":"AD_BREAK_END","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakEndEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9AD_TAPPEDAA0D4TypeCyAA08AdTappedD0CGvpZ":{"name":"AD_TAPPED","abstract":"

                                                                                                                                                                                                                          Fired when AdTappedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV10AD_CLICKEDAA0D4TypeCyAA09AdClickedD0CGvpZ":{"name":"AD_CLICKED","abstract":"

                                                                                                                                                                                                                          Fired when AdClickedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV12ADD_AD_BREAKAA0D4TypeCyAA010AddAdBreakD0CGvpZ":{"name":"ADD_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when AddAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15UPDATE_AD_BREAKAA0D4TypeCyAA013UpdateAdBreakD0CGvpZ":{"name":"UPDATE_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when UpdateAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15REMOVE_AD_BREAKAA0D4TypeCyAA013RemoveAdBreakD0CGvpZ":{"name":"REMOVE_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15AD_BREAK_CHANGEAA0D4TypeCyAA013AdBreakChangeD0CGvpZ":{"name":"AD_BREAK_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV6ADD_ADAA0D4TypeCyAA05AddAdD0CGvpZ":{"name":"ADD_AD","abstract":"

                                                                                                                                                                                                                          Fired when AddAdEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9UPDATE_ADAA0D4TypeCyAA08UpdateAdD0CGvpZ":{"name":"UPDATE_AD","abstract":"

                                                                                                                                                                                                                          Fired when UpdateAdEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html":{"name":"AdsEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Ads events.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBeginEvent":{"name":"AdBeginEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has begun.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdEndEvent":{"name":"AdEndEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has ended.

                                                                                                                                                                                                                          "},"Classes/AdErrorEvent.html":{"name":"AdErrorEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has encountered an error.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakBeginEvent":{"name":"AdBreakBeginEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has begun.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakEndEvent":{"name":"AdBreakEndEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has ended.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdFirstQuartileEvent":{"name":"AdFirstQuartileEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the first quartile of an ad was watched.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdImpressionEvent":{"name":"AdImpressionEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad impression was fired.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdLoadedEvent":{"name":"AdLoadedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was loaded.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdMidpointEvent":{"name":"AdMidpointEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the middle of an ad was watched.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdThirdQuartileEvent":{"name":"AdThirdQuartileEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the third quartile of an ad was watched.

                                                                                                                                                                                                                          "},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO7closeAdyA2CmF":{"name":"closeAd","abstract":"

                                                                                                                                                                                                                          The obstruction was added to offer the functionality to close the ad.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO13mediaControlsyA2CmF":{"name":"mediaControls","abstract":"

                                                                                                                                                                                                                          The obstruction was added as a part of the media controls, e.g. a pause button.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO10notVisibleyA2CmF":{"name":"notVisible","abstract":"

                                                                                                                                                                                                                          The obstruction that was added is transparent and does not impact viewability.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO5otheryA2CmF":{"name":"other","abstract":"

                                                                                                                                                                                                                          The obstruction was added for another, possibly unknown, reason.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC4viewSo6UIViewCvp":{"name":"view","abstract":"

                                                                                                                                                                                                                          The view element of the friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC7purposeAA0cdE7PurposeOvp":{"name":"purpose","abstract":"

                                                                                                                                                                                                                          The purpose of the friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC14detailedReasonSSSgvp":{"name":"detailedReason","abstract":"

                                                                                                                                                                                                                          A text to explain the reason behind adding the view as a friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC4view7purpose14detailedReasonACSo6UIViewC_AA0cdE7PurposeOSSSgtcfc":{"name":"init(view:purpose:detailedReason:)","abstract":"

                                                                                                                                                                                                                          Constructs an OmidFriendlyObstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Protocols/Omid.html#/s:13THEOplayerSDK4OmidP22addFriendlyObstruction08friendlyF0yAA0ceF0C_tF":{"name":"addFriendlyObstruction(friendlyObstruction:)","abstract":"

                                                                                                                                                                                                                          Adds the passed OmidFriendlyObstruction as a friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"Omid"},"Protocols/Omid.html#/s:13THEOplayerSDK4OmidP26removeFriendlyObstructionsyyF":{"name":"removeFriendlyObstructions()","abstract":"

                                                                                                                                                                                                                          Removes all the previously added friendly obstructions.

                                                                                                                                                                                                                          ","parent_name":"Omid"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO7theoadsyA2CmF":{"name":"theoads","abstract":"

                                                                                                                                                                                                                          The ad is of integration type THEO ad.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO10google_imayA2CmF":{"name":"google_ima","abstract":"

                                                                                                                                                                                                                          The ad is of integration type Google IMA.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO10google_daiyA2CmF":{"name":"google_dai","abstract":"

                                                                                                                                                                                                                          The ad is of integration type Google DAI.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO6customyA2CmF":{"name":"custom","abstract":"

                                                                                                                                                                                                                          The ad is of custom integration type.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegration.html#/s:13THEOplayerSDK13AdIntegrationO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"AdIntegration"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC6linearSSvpZ":{"name":"linear","abstract":"

                                                                                                                                                                                                                          Linear advertisements interrupt the video content. They appear before (as pre-roll), after (as post-roll) or during (as mid-roll) the video content.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC9nonlinearSSvpZ":{"name":"nonlinear","abstract":"

                                                                                                                                                                                                                          Non-linear advertisements appear during video content, without disrupting playback.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC7unknownSSvpZ":{"name":"unknown","abstract":"

                                                                                                                                                                                                                          The type of the advertisement is unknown.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP8adSlotIdSSSgvp":{"name":"adSlotId","abstract":"

                                                                                                                                                                                                                          An identifier of the element in which the companion ad should be appended, if available.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP7altTextSSSgvp":{"name":"altText","abstract":"

                                                                                                                                                                                                                          An alternative description for the companion ad.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The website of the advertisement.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the companion ad, in pixels.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP11resourceURISSSgvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the ad content.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the companion ad, in pixels.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the companion ad.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP3adsSayAA0C0_pGvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          An array of all the ads that are available in the current AdBreak.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP11maxDurationSivp":{"name":"maxDuration","abstract":"

                                                                                                                                                                                                                          Indicates the duration of the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP20maxRemainingDurationSdvp":{"name":"maxRemainingDuration","abstract":"

                                                                                                                                                                                                                          Indicates the remaining duration of the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP10timeOffsetSivp":{"name":"timeOffset","abstract":"

                                                                                                                                                                                                                          The time offset at which point the content will be paused to play the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP11integrationAA0C15IntegrationKindOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The kind of the ad integration.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP17customIntegrationSSSgvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The type of custom ad integration.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP2idSSSgvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the ad break.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP10customDataSDySSypGSgvp":{"name":"customData","abstract":"

                                                                                                                                                                                                                          Additional integration-specific data associated with this ad break.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/NonLinearAd.html#/s:13THEOplayerSDK11NonLinearAdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The url that redirects to the website of the advertiser.

                                                                                                                                                                                                                          ","parent_name":"NonLinearAd"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP8deliverySSvp":{"name":"delivery","abstract":"

                                                                                                                                                                                                                          The delivery type.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP11resourceURISSvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the VAST content.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The MIME type for the file container.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The native height of the video file, in pixels.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The native width of the video file, in pixels.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/LinearAd.html#/s:13THEOplayerSDK8LinearAdP8durationSiSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The duration of the LinearAd, as provided by the VAST file, in seconds.

                                                                                                                                                                                                                          ","parent_name":"LinearAd"},"Protocols/LinearAd.html#/s:13THEOplayerSDK8LinearAdP10mediaFilesSayAA9MediaFile_pGvp":{"name":"mediaFiles","abstract":"

                                                                                                                                                                                                                          An array of mediafiles, which provides some meta data retrieved from the VAST file.

                                                                                                                                                                                                                          ","parent_name":"LinearAd"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP7adBreakAA0cE0_pSgvp":{"name":"adBreak","abstract":"

                                                                                                                                                                                                                          A reference to the AdBreak of which the ad is a part of.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10companionsSayAA09CompanionC0_pGvp":{"name":"companions","abstract":"

                                                                                                                                                                                                                          An array of CompanionAds associated to the ad, if available within the same Creatives element.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Either ‘linear’ or ‘nonlinear’, depending on the concrete implementer.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP2idSSSgvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the creative, provided in the VAST-file.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10skipOffsetSiSgvp":{"name":"skipOffset","abstract":"

                                                                                                                                                                                                                          When the Ad can be skipped, in seconds.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP11resourceURISSSgvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the ad content.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP5widthSiSgvp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the advertisement, in pixels.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP6heightSiSgvp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the advertisement, in pixels.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP11integrationAA0C15IntegrationKindOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The kind of the ad integration.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP8durationSiSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The duration of the ad, in seconds.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The url that redirects to the website of the advertiser.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP17customIntegrationSSSgvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The type of custom ad integration.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP7isSlateSbvp":{"name":"isSlate","abstract":"

                                                                                                                                                                                                                          Whether the ad is slate or not

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10customDataSDySSypGSgvp":{"name":"customData","abstract":"

                                                                                                                                                                                                                          Additional integration-specific data associated with this ad.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP7playingSbvp":{"name":"playing","abstract":"

                                                                                                                                                                                                                          Returns whether a linear ad is currently playing.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP07currentC0SayAA2Ad_pGvp":{"name":"currentAds","abstract":"

                                                                                                                                                                                                                          Returns an array of the currently active ads.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP14currentAdBreakAA0eF0_pSgvp":{"name":"currentAdBreak","abstract":"

                                                                                                                                                                                                                          Returns the active AdBreak that contains the currently playing ad(s).

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP17scheduledAdBreaksSayAA0E5Break_pGvp":{"name":"scheduledAdBreaks","abstract":"

                                                                                                                                                                                                                          Returns an array of AdBreaks that still need to be played.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP09scheduledC0SayAA2Ad_pGvp":{"name":"scheduledAds","abstract":"

                                                                                                                                                                                                                          Returns an array of ads that still need to be played.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP8schedule13adDescriptionyAA02AdF0_p_tF":{"name":"schedule(adDescription:)","abstract":"

                                                                                                                                                                                                                          Schedules an ad.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP4skipyyF":{"name":"skip()","abstract":"

                                                                                                                                                                                                                          Skips the current linear ad.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given ad event type.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given ad event type.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP4omidAA4Omid_pvp":{"name":"omid","abstract":"

                                                                                                                                                                                                                          The Open Measurement API.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP29registerServerSideIntegration13integrationId0H7FactoryySS_AA0ef2AdG7Handler_pAA0efkG10Controller_pXEtF":{"name":"registerServerSideIntegration(integrationId:integrationFactory:)","abstract":"

                                                                                                                                                                                                                          Register a custom advertisement integration. This allows you to integrate with third-party advertisement providers, and have them report their ads and ad-related events through the THEOplayer Ads API.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html":{"name":"Ads","abstract":"

                                                                                                                                                                                                                          The Ads object helps you configure and control ads within THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/Ad.html":{"name":"Ad","abstract":"

                                                                                                                                                                                                                          An Ad is an abstract object that represents a single ad, which is a creative in the VAST specification.

                                                                                                                                                                                                                          "},"Protocols/LinearAd.html":{"name":"LinearAd","abstract":"

                                                                                                                                                                                                                          Represents a linear ad in the VAST specification. It extends the properties of the Ad object.

                                                                                                                                                                                                                          "},"Protocols/MediaFile.html":{"name":"MediaFile","abstract":"

                                                                                                                                                                                                                          Represents the metadata of a media file with ad content.

                                                                                                                                                                                                                          "},"Protocols/NonLinearAd.html":{"name":"NonLinearAd","abstract":"

                                                                                                                                                                                                                          Represents a non-linear ad in the VAST specification. It extends the properties of the Ad object.

                                                                                                                                                                                                                          "},"Protocols/AdBreak.html":{"name":"AdBreak","abstract":"

                                                                                                                                                                                                                          An AdBreak is an object that represents a collection of ads that are scheduled at a certain time.

                                                                                                                                                                                                                          "},"Protocols/CompanionAd.html":{"name":"CompanionAd","abstract":"

                                                                                                                                                                                                                          Represents a companion ad which is displayed besides the player.

                                                                                                                                                                                                                          "},"Classes/AdType.html":{"name":"AdType","abstract":"

                                                                                                                                                                                                                          The type of Ad specifying whether it will interrupt the content or not.

                                                                                                                                                                                                                          "},"Enums/AdIntegration.html":{"name":"AdIntegration","abstract":"

                                                                                                                                                                                                                          The integration of the ad break.

                                                                                                                                                                                                                          "},"Enums/AdIntegrationKind.html":{"name":"AdIntegrationKind","abstract":"

                                                                                                                                                                                                                          The integration kind of the Ad.

                                                                                                                                                                                                                          "},"Protocols/Omid.html":{"name":"Omid","abstract":"

                                                                                                                                                                                                                          The Open Measurement Interface Definition API which can be used to configure the ad viewability measurements conforming to the OMID standards.

                                                                                                                                                                                                                          "},"Classes/OmidFriendlyObstruction.html":{"name":"OmidFriendlyObstruction","abstract":"

                                                                                                                                                                                                                          Represents a friendly obstruction instance for OMID.

                                                                                                                                                                                                                          "},"Enums/OmidFriendlyObstructionPurpose.html":{"name":"OmidFriendlyObstructionPurpose","abstract":"

                                                                                                                                                                                                                          The list of purposes for which an obstruction would be registered as friendly.

                                                                                                                                                                                                                          "},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP8adSystemSSSgvp":{"name":"adSystem","abstract":"

                                                                                                                                                                                                                          The source ad server information included in the ad response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP10creativeIdSSSgvp":{"name":"creativeId","abstract":"

                                                                                                                                                                                                                          The identifier of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP07wrapperE3IdsSaySSGvp":{"name":"wrapperAdIds","abstract":"

                                                                                                                                                                                                                          The list of wrapper ad identifiers as specified in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP07wrapperE7SystemsSaySSGvp":{"name":"wrapperAdSystems","abstract":"

                                                                                                                                                                                                                          The list of wrapper ad systems as specified in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP18wrapperCreativeIdsSaySSGvp":{"name":"wrapperCreativeIds","abstract":"

                                                                                                                                                                                                                          The list of wrapper creative identifiers.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP16vastMediaBitrateSivp":{"name":"vastMediaBitrate","abstract":"

                                                                                                                                                                                                                          The bitrate of the currently playing creative as listed in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP09universalE3IdsSayAA09UniversalE2Id_pGvp":{"name":"universalAdIds","abstract":"

                                                                                                                                                                                                                          The list of universal ad ID information of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP21traffickingParametersSSvp":{"name":"traffickingParameters","abstract":"

                                                                                                                                                                                                                          The String representing custom trafficking parameters from the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC11integrationAA0E11IntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The ad Integration.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC3src10Foundation3URLVvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Represents the source of the ad. The player will download the content available at the URL and will schedule the specified advertisement(s).

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC10timeOffsetSSSgvp":{"name":"timeOffset","abstract":"

                                                                                                                                                                                                                          Specifies the time when an ad should be played in the content video.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC3src10timeOffsetACSS_SSSgtcfc":{"name":"init(src:timeOffset:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleImaAdDescription.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Protocols/AdDescription.html#/s:13THEOplayerSDK13AdDescriptionP11integrationAA0C11IntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The integration type of the ad break.

                                                                                                                                                                                                                          ","parent_name":"AdDescription"},"Protocols/AdDescription.html":{"name":"AdDescription","abstract":"

                                                                                                                                                                                                                          Provides additional information for an advertisement.

                                                                                                                                                                                                                          "},"Classes/GoogleImaAdDescription.html":{"name":"GoogleImaAdDescription","abstract":"

                                                                                                                                                                                                                          An AdDescription object that will be added to the player when using the Google Ima ad integration.

                                                                                                                                                                                                                          "},"Protocols/GoogleImaAd.html":{"name":"GoogleImaAd","abstract":"

                                                                                                                                                                                                                          A GoogleImaAd is a concrete implementation of an Ad which represents a Google IMA ad.

                                                                                                                                                                                                                          "},"Protocols/CustomServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK40CustomServerSideAdInsertionConfigurationP17customIntegrationSSvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The ID of the custom SSAI integration.

                                                                                                                                                                                                                          ","parent_name":"CustomServerSideAdInsertionConfiguration"},"Protocols/CustomServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK34ServerSideAdInsertionConfigurationP11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","parent_name":"CustomServerSideAdInsertionConfiguration"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP9setSource6sourceSbAA0I11DescriptionC_tF":{"name":"setSource(source:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when a new source is loaded into the player.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP04skipE02adSbAA0E0_p_tF":{"name":"skipAd(ad:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an ad is requested to be skipped.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP11resetSourceSbyF":{"name":"resetSource()","abstract":"

                                                                                                                                                                                                                          Handler which will be called before a new source is loaded into the player, or before the player is destroyed.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP7destroyyyF":{"name":"destroy()","abstract":"

                                                                                                                                                                                                                          Handler which will be called when the player is destroyed.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP11integrationSSvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier for this integration, as it was passed to Ads.registerServerSideIntegration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP3adsSayAA0E0_pGvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          The scheduled ads managed by this integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP8adBreaksSayAA0E5Break_pGvp":{"name":"adBreaks","abstract":"

                                                                                                                                                                                                                          The scheduled ad breaks managed by this integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06createE06params7adBreakAA0E0_pAA0E4InitC_AA0eK0_pSgtF":{"name":"createAd(params:adBreak:)","abstract":"

                                                                                                                                                                                                                          Create a new ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE02ad6paramsyAA0E0_p_AA0E4InitCtF":{"name":"updateAd(ad:params:)","abstract":"

                                                                                                                                                                                                                          Update the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE8Progress2ad8progressyAA0E0_p_SdtF":{"name":"updateAdProgress(ad:progress:)","abstract":"

                                                                                                                                                                                                                          Update the playback progression of the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP05beginE02adyAA0E0_p_tF":{"name":"beginAd(ad:)","abstract":"

                                                                                                                                                                                                                          Begin the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP03endE02adyAA0E0_p_tF":{"name":"endAd(ad:)","abstract":"

                                                                                                                                                                                                                          End the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP04skipE02adyAA0E0_p_tF":{"name":"skipAd(ad:)","abstract":"

                                                                                                                                                                                                                          Skip the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06removeE02adyAA0E0_p_tF":{"name":"removeAd(ad:)","abstract":"

                                                                                                                                                                                                                          Remove the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06createE5Break6paramsAA0eI0_pAA0eI4InitC_tF":{"name":"createAdBreak(params:)","abstract":"

                                                                                                                                                                                                                          Create a new ad break.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE5Break02adI06paramsyAA0eI0_p_AA0eI4InitCtF":{"name":"updateAdBreak(adBreak:params:)","abstract":"

                                                                                                                                                                                                                          Update the given ad break.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06removeE5Break02adI0yAA0eI0_p_tF":{"name":"removeAdBreak(adBreak:)","abstract":"

                                                                                                                                                                                                                          Remove the given ad break and all of its ads.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP12removeAllAdsyyF":{"name":"removeAllAds()","abstract":"

                                                                                                                                                                                                                          Remove all ads and ad breaks.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP5errorADys5Error_p_tF":{"name":"error(error:)","abstract":"

                                                                                                                                                                                                                          Fire an AdsEventTypes.AD_ERROR event on the player’s Ads interface.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP10fatalError5error4codeys0I0_p_AA13THEOErrorCodeOSgtF":{"name":"fatalError(error:code:)","abstract":"

                                                                                                                                                                                                                          Fire a fatal PlayerEventMap.ERROR event on the player.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO3vodyA2CmF":{"name":"vod","abstract":"

                                                                                                                                                                                                                          A video on demand.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO4liveyA2CmF":{"name":"live","abstract":"

                                                                                                                                                                                                                          A Live stream.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC15contentSourceIDSSvp":{"name":"contentSourceID","abstract":"

                                                                                                                                                                                                                          The identifier for the publisher content for on-demand streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC7videoIDSSvp":{"name":"videoID","abstract":"

                                                                                                                                                                                                                          The identifier for the video content source for on-demand streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC7videoID013contentSourceG06apiKey9authToken021streamActivityMonitorG015adTagParametersACSS_S3SSgAJSDyS2SGSgtcfc":{"name":"init(videoID:contentSourceID:apiKey:authToken:streamActivityMonitorID:adTagParameters:)","abstract":"

                                                                                                                                                                                                                          The builder for the Google DAI configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAITypedSource.html#/s:13THEOplayerSDK20GoogleDAITypedSourceC4ssaiAcA0C16DAIConfigurationC_tcfc":{"name":"init(ssai:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleDAITypedSource.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAITypedSource"},"Classes/GoogleDAITypedSource.html#/s:13THEOplayerSDK20GoogleDAITypedSourceC4ssai3drmAcA0C16DAIConfigurationC_AA16DRMConfiguration_pSgtcfc":{"name":"init(ssai:drm:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleDAITypedSource with a DRM configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAITypedSource"},"Classes/GoogleDAILiveConfiguration.html#/s:13THEOplayerSDK26GoogleDAILiveConfigurationC8assetKeySSvp":{"name":"assetKey","abstract":"

                                                                                                                                                                                                                          The identifier for the video content source for live streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAILiveConfiguration"},"Classes/GoogleDAILiveConfiguration.html#/s:13THEOplayerSDK26GoogleDAILiveConfigurationC8assetKey03apiG09authToken23streamActivityMonitorID15adTagParametersACSS_S2SSgAISDyS2SGSgtcfc":{"name":"init(assetKey:apiKey:authToken:streamActivityMonitorID:adTagParameters:)","abstract":"

                                                                                                                                                                                                                          The builder for the Google DAI live configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAILiveConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier for the SSAI pre-integration, defaults to GoogleDAISSAIIntegrationID.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC16availabilityTypeAA06StreamF0Ovp":{"name":"availabilityType","abstract":"

                                                                                                                                                                                                                          The type of the requested stream.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC6apiKeySSvp":{"name":"apiKey","abstract":"

                                                                                                                                                                                                                          The API key for the stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC9authTokenSSSgvp":{"name":"authToken","abstract":"

                                                                                                                                                                                                                          The authorization token for the stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC23streamActivityMonitorIDSSSgvp":{"name":"streamActivityMonitorID","abstract":"

                                                                                                                                                                                                                          The identifier for a stream activity monitor session.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC15adTagParametersSDyS2SGSgvp":{"name":"adTagParameters","abstract":"

                                                                                                                                                                                                                          The ad tag parameters added to stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO26GoogleDAISSAIIntegrationIDyA2CmF":{"name":"GoogleDAISSAIIntegrationID","abstract":"

                                                                                                                                                                                                                          The configuration with this identifier is a GoogleDaiConfiguration.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO06CustomC2IDyA2CmF":{"name":"CustomSSAIIntegrationID","abstract":"

                                                                                                                                                                                                                          The configuration with this identifier is a custom ServerSideAdInsertionConfiguration.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Protocols/ServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK34ServerSideAdInsertionConfigurationP11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          Specifies an identifier for a supported SSAI integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdInsertionConfiguration"},"Protocols/ServerSideAdInsertionConfiguration.html":{"name":"ServerSideAdInsertionConfiguration","abstract":"

                                                                                                                                                                                                                          The ServerSideAdInsertionConfiguration protocol which specifies information to play a stream with server-side-inserted ads.

                                                                                                                                                                                                                          "},"Enums/SSAIIntegrationId.html":{"name":"SSAIIntegrationId","abstract":"

                                                                                                                                                                                                                          The SSAI integration identifier.

                                                                                                                                                                                                                          "},"Classes/GoogleDAIConfiguration.html":{"name":"GoogleDAIConfiguration","abstract":"

                                                                                                                                                                                                                          The Google DAI configuration.

                                                                                                                                                                                                                          "},"Classes/GoogleDAILiveConfiguration.html":{"name":"GoogleDAILiveConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a configuration for server-side ad insertion with the Google DAI pre-integration for live streams.

                                                                                                                                                                                                                          "},"Classes/GoogleDAITypedSource.html":{"name":"GoogleDAITypedSource","abstract":"

                                                                                                                                                                                                                          A Google DAI typed source.

                                                                                                                                                                                                                          "},"Classes/GoogleDAIVodConfiguration.html":{"name":"GoogleDAIVodConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a configuration for server-side ad insertion with the Google DAI pre-integration for VOD streams.

                                                                                                                                                                                                                          "},"Enums/StreamType.html":{"name":"StreamType","abstract":"

                                                                                                                                                                                                                          The enum for Stream type, can either be live or vod.

                                                                                                                                                                                                                          "},"Protocols/ServerSideAdIntegrationController.html":{"name":"ServerSideAdIntegrationController","abstract":"

                                                                                                                                                                                                                          A controller to be used by your ServerSideAdIntegrationHandler to update the state of your custom server-side ad integration.

                                                                                                                                                                                                                          "},"Protocols/ServerSideAdIntegrationHandler.html":{"name":"ServerSideAdIntegrationHandler","abstract":"

                                                                                                                                                                                                                          A handler for a server-side ad integration.

                                                                                                                                                                                                                          "},"Protocols/CustomServerSideAdInsertionConfiguration.html":{"name":"CustomServerSideAdInsertionConfiguration","abstract":"

                                                                                                                                                                                                                          The configuration for a custom server-side ad insertion (SSAI) integration.

                                                                                                                                                                                                                          "},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP3urlSSSgvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL that was used in the request.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP6statusSiSgvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The status code from the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP10statusTextSSSgvp":{"name":"statusText","abstract":"

                                                                                                                                                                                                                          The status text from the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP8responseSSSgvp":{"name":"response","abstract":"

                                                                                                                                                                                                                          The body contained in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP10systemCodeSiSgvp":{"name":"systemCode","abstract":"

                                                                                                                                                                                                                          The internal error code from the CDM.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Enums/LicenseType.html#/s:13THEOplayerSDK11LicenseTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"LicenseType"},"Enums/DRMIntegration.html#/s:13THEOplayerSDK14DRMIntegrationO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"DRMIntegration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC21licenseAcquisitionURL10Foundation0H0VSgvp":{"name":"licenseAcquisitionURL","abstract":"

                                                                                                                                                                                                                          Specifies the URL of the licensing server.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC14certificateURL10Foundation0G0VSgvp":{"name":"certificateURL","abstract":"

                                                                                                                                                                                                                          Specifies the URL of the FairPlay certificate server.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC11licenseTypeAA07LicenseG0OSgvp":{"name":"licenseType","abstract":"

                                                                                                                                                                                                                          Specifies the license type.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC7headersSDyS2SGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC21licenseAcquisitionURL011certificateH00F4Type7headers15queryParametersACSSSg_AiA07LicenseJ0OSgSDyS2SGSgANtcfc":{"name":"init(licenseAcquisitionURL:certificateURL:licenseType:headers:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC20ticketAcquisitionURLSSvp":{"name":"ticketAcquisitionURL","abstract":"

                                                                                                                                                                                                                          The required ticket acquisition URL.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          The required session id for the ticket server.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC8streamIdSSvp":{"name":"streamId","abstract":"

                                                                                                                                                                                                                          The required stream id for the ticket server.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC20ticketAcquisitionURL8streamId07sessionI023keySystemConfigurationsACSS_S2SSgAA03KeyL23ConfigurationCollectionCtcfc":{"name":"init(ticketAcquisitionURL:streamId:sessionId:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Xstream DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/VimondDRMConfiguration.html#/s:13THEOplayerSDK22VimondDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Vimond DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VimondDRMConfiguration"},"Classes/VerimatrixDRMConfiguration.html#/s:13THEOplayerSDK26VerimatrixDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a VERIMATRIX DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VerimatrixDRMConfiguration"},"Classes/UplynkDRMConfiguration.html#/s:13THEOplayerSDK22UplynkDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a EZDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"UplynkDRMConfiguration"},"Classes/KeyOSDRMConfiguration.html#/s:13THEOplayerSDK21KeyOSDRMConfigurationC10customdataSSSgvp":{"name":"customdata","abstract":"

                                                                                                                                                                                                                          The KeyOS custom data.

                                                                                                                                                                                                                          ","parent_name":"KeyOSDRMConfiguration"},"Classes/KeyOSDRMConfiguration.html#/s:13THEOplayerSDK21KeyOSDRMConfigurationC10customdata23keySystemConfigurationsACSSSg_AA0cG23ConfigurationCollectionCtcfc":{"name":"init(customdata:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a KeyOS DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"KeyOSDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC10releasePidSSvp":{"name":"releasePid","abstract":"

                                                                                                                                                                                                                          The PID of the media for which the license is being requested.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Comcast Authorization Token.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC9accountIdSSvp":{"name":"accountId","abstract":"

                                                                                                                                                                                                                          The identifier of the Comcast account.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC10releasePid5token9accountId23keySystemConfigurationsACSS_S2SAA03KeyK23ConfigurationCollectionCtcfc":{"name":"init(releasePid:token:accountId:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs an Comcast DRM Configuration.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/AxinomDRMConfiguration.html#/s:13THEOplayerSDK22AxinomDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Axinom token.

                                                                                                                                                                                                                          ","parent_name":"AxinomDRMConfiguration"},"Classes/AxinomDRMConfiguration.html#/s:13THEOplayerSDK22AxinomDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Axinom DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"AxinomDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC8widevineAA22KeySystemConfigurationCvp":{"name":"widevine","abstract":"

                                                                                                                                                                                                                          The Widevine KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP19customIntegrationIdSSSgvp":{"name":"customIntegrationId","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC19customIntegrationId21licenseAcquisitionURL7headers21integrationParameters05queryM0ACSSSg_AISaySDyS2SGGSgSDySSypGSgAJSgtcfc":{"name":"init(customIntegrationId:licenseAcquisitionURL:headers:integrationParameters:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a Widevine DRM configuration object.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/VudrmDRMConfiguration.html#/s:13THEOplayerSDK21VudrmDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The VUDRM token.

                                                                                                                                                                                                                          ","parent_name":"VudrmDRMConfiguration"},"Classes/VudrmDRMConfiguration.html#/s:13THEOplayerSDK21VudrmDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a VUDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VudrmDRMConfiguration"},"Classes/IrdetoDRMConfiguration.html#/s:13THEOplayerSDK22IrdetoDRMConfigurationC5crmId07accountF007contentF003keyF0011applicationF007sessionF06ticket0I20SystemConfigurationsACSS_S5SSgAlA03KeyM23ConfigurationCollectionCtcfc":{"name":"init(crmId:accountId:contentId:keyId:applicationId:sessionId:ticket:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs an Irdeto DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"IrdetoDRMConfiguration"},"Classes/EzdrmDRMConfiguration.html#/s:13THEOplayerSDK21EzdrmDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a EZDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"EzdrmDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC5tokenSSSgvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The authentication token.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          The user ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          The session ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC8merchantSSSgvp":{"name":"merchant","abstract":"

                                                                                                                                                                                                                          The merchant ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC5token6userId07sessionG08merchant23keySystemConfigurationsACSSSg_A3iA03KeyK23ConfigurationCollectionCtcfc":{"name":"init(token:userId:sessionId:merchant:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a DRMToday DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/AzureDRMConfiguration.html#/s:13THEOplayerSDK21AzureDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Azure token.

                                                                                                                                                                                                                          ","parent_name":"AzureDRMConfiguration"},"Classes/AzureDRMConfiguration.html#/s:13THEOplayerSDK21AzureDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Azure DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"AzureDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC8fairplayAA22KeySystemConfigurationCvp":{"name":"fairplay","abstract":"

                                                                                                                                                                                                                          The FairPlay KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC11integrationAA14DRMIntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier of the DRM integration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC7headersSaySDyS2SGGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The FairPlay headers.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          The FairPlay integration parameters.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The custom integration identifier.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC19customIntegrationId21licenseAcquisitionURL011certificateK07headers0I4Type21integrationParameters05queryP0ACSSSg_A2KSaySDyS2SGGSgAA07LicenseN0OSgSDySSypGSgALSgtcfc":{"name":"init(customIntegrationId:licenseAcquisitionURL:certificateURL:headers:licenseType:integrationParameters:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a FairPlay DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          An object of key/value pairs which can be used to pass in specific parameters related to a source into a ContentProtectionIntegration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          DRM integration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The custom integration identifier of the DRM integration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Content%20Protection.html#/s:13THEOplayerSDK32FairPlayDRMConfigurationProtocolP":{"name":"FairPlayDRMConfigurationProtocol","abstract":"

                                                                                                                                                                                                                          The FairPlay DRM configuration.

                                                                                                                                                                                                                          "},"Content%20Protection.html#/s:13THEOplayerSDK32WidevineDRMConfigurationProtocolP":{"name":"WidevineDRMConfigurationProtocol","abstract":"

                                                                                                                                                                                                                          The Widevine DRM configuration.

                                                                                                                                                                                                                          "},"Protocols/DRMConfiguration.html":{"name":"DRMConfiguration","abstract":"

                                                                                                                                                                                                                          The DRMConfiguration object provides a set of DRM parameters for DRM streaming.

                                                                                                                                                                                                                          "},"Classes/FairPlayDRMConfiguration.html":{"name":"FairPlayDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The FairPlayDRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming.

                                                                                                                                                                                                                          "},"Classes/AzureDRMConfiguration.html":{"name":"AzureDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Azure DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Azure integration.

                                                                                                                                                                                                                          "},"Classes/DRMTodayDRMConfiguration.html":{"name":"DRMTodayDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The DRMtoday DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with DRMtoday integration.

                                                                                                                                                                                                                          "},"Classes/EzdrmDRMConfiguration.html":{"name":"EzdrmDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The EZDRM DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with EZDRM integration.

                                                                                                                                                                                                                          "},"Classes/IrdetoDRMConfiguration.html":{"name":"IrdetoDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Irdeto DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Irdeto integration.

                                                                                                                                                                                                                          "},"Classes/VudrmDRMConfiguration.html":{"name":"VudrmDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The VUDRM DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with VUDRM integration.

                                                                                                                                                                                                                          "},"Classes/WidevineDRMConfiguration.html":{"name":"WidevineDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The WidevineDRMConfiguration object provides a set of DRM parameters for Widevine DRM streaming.

                                                                                                                                                                                                                          "},"Classes/AxinomDRMConfiguration.html":{"name":"AxinomDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The AxinomDRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Axinom integration.

                                                                                                                                                                                                                          "},"Classes/ComcastDRMConfiguration.html":{"name":"ComcastDRMConfiguration","abstract":"

                                                                                                                                                                                                                          Represents Comcast MPX DRM Configuration.

                                                                                                                                                                                                                          "},"Classes/KeyOSDRMConfiguration.html":{"name":"KeyOSDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The KeyOS DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with KeyOS integration.

                                                                                                                                                                                                                          "},"Classes/UplynkDRMConfiguration.html":{"name":"UplynkDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Uplynk DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Uplynk integration.

                                                                                                                                                                                                                          "},"Classes/VerimatrixDRMConfiguration.html":{"name":"VerimatrixDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The VERIMATRIX DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with VERIMATRIX integration.

                                                                                                                                                                                                                          "},"Classes/VimondDRMConfiguration.html":{"name":"VimondDRMConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the Vimond DRM integration.

                                                                                                                                                                                                                          "},"Classes/XstreamDRMConfiguration.html":{"name":"XstreamDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Xstream DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Xstream integration.

                                                                                                                                                                                                                          "},"Classes/KeySystemConfiguration.html":{"name":"KeySystemConfiguration","abstract":"

                                                                                                                                                                                                                          Key system configuration.

                                                                                                                                                                                                                          "},"Enums/DRMIntegration.html":{"name":"DRMIntegration","abstract":"

                                                                                                                                                                                                                          The identifier for the DRM integration.

                                                                                                                                                                                                                          "},"Enums/LicenseType.html":{"name":"LicenseType","abstract":"

                                                                                                                                                                                                                          The LicenseTypes for the DRM configuration.

                                                                                                                                                                                                                          "},"Protocols/ContentProtectionError.html":{"name":"ContentProtectionError","abstract":"

                                                                                                                                                                                                                          An error related to content protection.

                                                                                                                                                                                                                          "},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC12metadataKeysSDySSypGSgvp":{"name":"metadataKeys","abstract":"

                                                                                                                                                                                                                          A dictionary of metadata.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC5titleSSSgvp":{"name":"title","abstract":"

                                                                                                                                                                                                                          The title of the content.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC12metadataKeys5titleACSDySSypGSg_SSSgtcfc":{"name":"init(metadataKeys:title:)","abstract":"

                                                                                                                                                                                                                          Constructs a MetadataDescription object.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC9isDefaultSbSgvp":{"name":"isDefault","abstract":"

                                                                                                                                                                                                                          Whether the track should be enabled by default.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC4kindAA0cD4KindOSgvp":{"name":"kind","abstract":"

                                                                                                                                                                                                                          A TextTrackKind object specifying what kind of text track this is.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC3src10Foundation3URLVvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Specifies a source URL where the text track can be downloaded from.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC7srclangSSvp":{"name":"srclang","abstract":"

                                                                                                                                                                                                                          Specifies the main language of the track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC5labelSSSgvp":{"name":"label","abstract":"

                                                                                                                                                                                                                          Specifies a label for the track which can be used to identify it.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC6formatAA0cD6FormatOSgvp":{"name":"format","abstract":"

                                                                                                                                                                                                                          A TextTrackFormat object specifying what format of text track this is.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC3src7srclang9isDefault4kind5label6formatACSS_SSSbSgAA0cD4KindOSgSSSgAA0cD6FormatOSgtcfc":{"name":"init(src:srclang:isDefault:kind:label:format:)","abstract":"

                                                                                                                                                                                                                          Constructs a TextTrackDescription.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"TextTrackDescription"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The ‘src’ property represents the source URL of the manifest or video file to be played.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Specifies the content type (MIME type) of source being played.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3drmAA16DRMConfiguration_pSgvp":{"name":"drm","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify required DRM parameters for a playback source.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC11crossOriginAA05CrossF0OSgvp":{"name":"crossOrigin","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify CORS parameters.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Parse / Expose date ranges from HLS manifest.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4ssaiAA34ServerSideAdInsertionConfiguration_pSgvp":{"name":"ssai","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify required Server-Side Ad Insertion parameters for a playback source.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC7headersSDyS2SGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP request headers associated with the source. These headers are passed to every HTTP request that the player will make which include: master playlist, media playlist and segment requests.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4cmcdSbSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          Send Common Media Client Data (CTA-5004) as HTTP request headers.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC20latencyConfigurationAA0d7LatencyF0VSgvp":{"name":"latencyConfiguration","abstract":"

                                                                                                                                                                                                                          Latency configuration for livestreams. Ignored for VOD playback.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3src4type3drm11crossOrigin4ssai12hlsDateRange7headers4cmcd20latencyConfigurationACSS_SSAA16DRMConfiguration_pSgAA05CrossI0OSgAA021ServerSideAdInsertionQ0_pSgSbSgSDyS2SGSgAtA0d7LatencyQ0VSgtcfc":{"name":"init(src:type:drm:crossOrigin:ssai:hlsDateRange:headers:cmcd:latencyConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a TypedSource.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC7sourcesSayAA05TypedC0CGvp":{"name":"sources","abstract":"

                                                                                                                                                                                                                          Represents the source of the media to be played.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC10textTracksSayAA09TextTrackD0CGSgvp":{"name":"textTracks","abstract":"

                                                                                                                                                                                                                          The textTracks property can be used to add an array of side-loaded text tracks to the player.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC3adsSayAA02AdD0_pGSgvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          The ads property can be used to add an array of AdDescriptions to the player. All valid and supported advertisement files will be cued for playback in the player. Each ad in the array should be described as an AdDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC6poster10Foundation3URLVSgvp":{"name":"poster","abstract":"

                                                                                                                                                                                                                          The poster property can be used to specify a content poster per source.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC8metadataAA08MetadataD0CSgvp":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          Metadata that can be used to describe content, e.g. when casting to chromecast.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC3abrAA0C16AbrConfigurationCSgvp":{"name":"abr","abstract":"

                                                                                                                                                                                                                          Sets the ABR configuration for the source being played.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC17cmcdConfigurationAA010CMCDSourceF0VSgvp":{"name":"cmcdConfiguration","abstract":"

                                                                                                                                                                                                                          Advanced CMCD configuration for this source.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC7sources10textTracks3ads6poster8metadata3abr17cmcdConfigurationACSayAA05TypedC0CG_SayAA09TextTrackD0CGSgSayAA02AdD0_pGSgSSSgAA08MetadataD0CSgAA0c3AbrM0CSgAA010CMCDSourceM0VSgtcfc":{"name":"init(sources:textTracks:ads:poster:metadata:abr:cmcdConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a SourceDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC6source10textTracks3ads6poster8metadata3abr17cmcdConfigurationAcA05TypedC0C_SayAA09TextTrackD0CGSgSayAA02AdD0_pGSgSSSgAA08MetadataD0CSgAA0c3AbrM0CSgAA010CMCDSourceM0VSgtcfc":{"name":"init(source:textTracks:ads:poster:metadata:abr:cmcdConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a SourceDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html":{"name":"SourceDescription","abstract":"

                                                                                                                                                                                                                          The SourceDescription object is used to describe a configuration of a source for a THEOplayer instance.

                                                                                                                                                                                                                          "},"Classes/TypedSource.html":{"name":"TypedSource","abstract":"

                                                                                                                                                                                                                          The TypedSource object provides the following properties:

                                                                                                                                                                                                                          "},"Classes/TextTrackDescription.html":{"name":"TextTrackDescription","abstract":"

                                                                                                                                                                                                                          A TextTrackDescription object contains a description of a side-loaded text track that will be added to the player.

                                                                                                                                                                                                                          "},"Classes/MetadataDescription.html":{"name":"MetadataDescription","abstract":"

                                                                                                                                                                                                                          The MetadataDescription object is used to describe content.

                                                                                                                                                                                                                          "},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C4noneSSvpZ":{"name":"none","abstract":"

                                                                                                                                                                                                                          No edge style

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C6raisedSSvpZ":{"name":"raised","abstract":"

                                                                                                                                                                                                                          A raised edge style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C9depressedSSvpZ":{"name":"depressed","abstract":"

                                                                                                                                                                                                                          A depressed edge style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C7uniformSSvpZ":{"name":"uniform","abstract":"

                                                                                                                                                                                                                          A uniform border style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C10dropShadowSSvpZ":{"name":"dropShadow","abstract":"

                                                                                                                                                                                                                          A drop shadow style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP15backgroundColorSayAA0cde4RuleG0CGSgvp":{"name":"backgroundColor","abstract":"

                                                                                                                                                                                                                          The background color for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP9fontColorSayAA0cde4RuleG0CGSgvp":{"name":"fontColor","abstract":"

                                                                                                                                                                                                                          The font color for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP8fontSizeSayAA0cdE10RuleNumberCGSgvp":{"name":"fontSize","abstract":"

                                                                                                                                                                                                                          The font size for the text track. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP10fontFamilySayAA0cdE10RuleStringCGSgvp":{"name":"fontFamily","abstract":"

                                                                                                                                                                                                                          The font family for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP04edgeE0SayAA0cdE10RuleStringCGSgvp":{"name":"edgeStyle","abstract":"

                                                                                                                                                                                                                          The edge style of the text, represented by a value from TextTrackStyleEdgeStyle.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP9marginTopSayAA0cdE10RuleNumberCGSgvp":{"name":"marginTop","abstract":"

                                                                                                                                                                                                                          The top margin of the area where subtitles are being rendered. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP10marginLeftSayAA0cdE10RuleNumberCGSgvp":{"name":"marginLeft","abstract":"

                                                                                                                                                                                                                          The left margin of the area where subtitles are being rendered. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html":{"name":"TextTrackStyle","abstract":"

                                                                                                                                                                                                                          The TextTrackStyle API can be used to change the style of the rendered TextTracks.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/s:13THEOplayerSDK18TextTrackStyleRuleP":{"name":"TextTrackStyleRule","abstract":"

                                                                                                                                                                                                                          The common protocol for TextTrackStyleRuleColor, THEOplayerTextTrackStyleRuleString and THEOplayerTextTrackStyleRuleNumber

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleColor":{"name":"TextTrackStyleRuleColor","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (UIColor) value.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleString":{"name":"TextTrackStyleRuleString","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (String) value.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleNumber":{"name":"TextTrackStyleRuleNumber","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (Int) value.

                                                                                                                                                                                                                          "},"Classes/TextTrackStyleEdgeStyle.html":{"name":"TextTrackStyleEdgeStyle","abstract":"

                                                                                                                                                                                                                          The TextTrackStyleEdgeStyle API can be used to change the edge style of the rendered TextTracks.

                                                                                                                                                                                                                          "},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “update”.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was updated.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “exit”.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was exited.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “enter”.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was entered.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV5ENTERAA0F4TypeCyAA0e5EnterF0CGvpZ":{"name":"ENTER","abstract":"

                                                                                                                                                                                                                          Fired when CueEnterEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV4EXITAA0F4TypeCyAA0e4ExitF0CGvpZ":{"name":"EXIT","abstract":"

                                                                                                                                                                                                                          Fired when CueExitEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV6UPDATEAA0F4TypeCyAA0e6UpdateF0CGvpZ":{"name":"UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when CueUpdateEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html":{"name":"TextTrackCueEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrackCue events. These events apply to a certain TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueEnterEvent.html":{"name":"CueEnterEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.ENTER occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueExitEvent.html":{"name":"CueExitEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.EXIT occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueUpdateEvent.html":{"name":"CueUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.UPDATE occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP5alignSSvp":{"name":"align","abstract":"

                                                                                                                                                                                                                          The WebVTT cue text alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4lineSSvp":{"name":"line","abstract":"

                                                                                                                                                                                                                          The WebVTT cue line, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP9lineAlignSSvp":{"name":"lineAlign","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue line alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP8positionSSvp":{"name":"position","abstract":"

                                                                                                                                                                                                                          The WebVTT cue position, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP13positionAlignSSvp":{"name":"positionAlign","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue position alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP6regionSSSgvp":{"name":"region","abstract":"

                                                                                                                                                                                                                          The VTTRegion object to which this cue belongs, the WebVTTRegion objects follows the WebVTT specification for WebVTTRegions.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4sizeSivp":{"name":"size","abstract":"

                                                                                                                                                                                                                          The WebVTT cue size, following to the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP11snapToLinesSbvp":{"name":"snapToLines","abstract":"

                                                                                                                                                                                                                          True if the WebVTT cue snap-to-lines flag is true, false otherwise, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4textSSSgvp":{"name":"text","abstract":"

                                                                                                                                                                                                                          The text track cue text in raw unparsed form, following to the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP8verticalSSvp":{"name":"vertical","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue writing direction, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP7contentypSgvp":{"name":"content","abstract":"

                                                                                                                                                                                                                          The cue’s content.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP13contentStringSSSgvp":{"name":"contentString","abstract":"

                                                                                                                                                                                                                          If the cue’s type is WebVtt, the contentString is used. It contains the text track cue text in raw unparsed form.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP17contentDictionarySDyS2SGSgvp":{"name":"contentDictionary","abstract":"

                                                                                                                                                                                                                          If the cue’s type is WebVtt, the contentDictionary is used. It contains the text track cue info in a dictionary.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP7endTimeSdvp":{"name":"endTime","abstract":"

                                                                                                                                                                                                                          The time in seconds and relative to a THEOplayer instance’s currentTime at which the cue becomes inactive.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The cue’s identifier.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          The cue’s unique identifier.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP9startTimeSdvp":{"name":"startTime","abstract":"

                                                                                                                                                                                                                          The time in seconds and relative to a THEOplayer instance’s currentTime at which the cue becomes active.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP5trackAA0cD0_pSgvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The track the given cue belongs to.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackCueEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackCueEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC9getDouble3forSdSgSS_tKF":{"name":"getDouble(for:)","abstract":"

                                                                                                                                                                                                                          The Double value from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC9getString3forSSSgSS_tKF":{"name":"getString(for:)","abstract":"

                                                                                                                                                                                                                          The String value from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC8getBytes3for10Foundation4DataVSgSS_tKF":{"name":"getBytes(for:)","abstract":"

                                                                                                                                                                                                                          The byte buffer from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC03getD12AsDictionarySDySSAA0C9AttributeCGyF":{"name":"getAttributesAsDictionary()","abstract":"

                                                                                                                                                                                                                          The CustomAttribute list as a dictionary.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP14attributeClassSSSgvp":{"name":"attributeClass","abstract":"

                                                                                                                                                                                                                          Identifier of some set of attributes with associated value semantics.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP05startC010Foundation0C0Vvp":{"name":"startDate","abstract":"

                                                                                                                                                                                                                          Returns the date at which the DateRange begins.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP03endC010Foundation0C0VSgvp":{"name":"endDate","abstract":"

                                                                                                                                                                                                                          Returns the date at which the DateRange ends. The date will be equal to or later than the startDate.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          Returns the duration in seconds of the timed metadata.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP15plannedDurationSdSgvp":{"name":"plannedDuration","abstract":"

                                                                                                                                                                                                                          Returns the expected duration in seconds of the timed metadata. Use this whenever the exact duration is not known.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9endOnNextSbvp":{"name":"endOnNext","abstract":"

                                                                                                                                                                                                                          Returns true if the end of this DateRange is equal to the startDate of the Following Range.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9scte35Cmd10Foundation4DataVSgvp":{"name":"scte35Cmd","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘cmd’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9scte35Out10Foundation4DataVSgvp":{"name":"scte35Out","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘out’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP8scte35In10Foundation4DataVSgvp":{"name":"scte35In","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘in’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP16customAttributesAA06CustomG0Cvp":{"name":"customAttributes","abstract":"

                                                                                                                                                                                                                          Returns all client-defined attributes. The attribute name does not include the ‘X-’ prefix.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK16CueEventProtocolP":{"name":"CueEventProtocol","abstract":"

                                                                                                                                                                                                                          The base TextTrackCue Event protocol.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK25TextTrackCueEventProtocolP":{"name":"TextTrackCueEventProtocol","abstract":"

                                                                                                                                                                                                                          The base TextTrack cue Event protocol.

                                                                                                                                                                                                                          "},"Protocols/DateRangeCue.html":{"name":"DateRangeCue","abstract":"

                                                                                                                                                                                                                          Represents the HLS date range cue which is a part of the metadata text track.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/c:@M@THEOplayerSDK@objc(cs)CustomAttribute":{"name":"CustomAttribute","abstract":"

                                                                                                                                                                                                                          The CustomAttribute object of the date range cue.

                                                                                                                                                                                                                          "},"Classes/CustomAttributes.html":{"name":"CustomAttributes","abstract":"

                                                                                                                                                                                                                          An array of CustomAttribute objects for the dateRangeCue.

                                                                                                                                                                                                                          "},"Protocols/TextTrackCue.html":{"name":"TextTrackCue","abstract":"

                                                                                                                                                                                                                          A TextTrackCue object represents an individual cue and provides methods and properties to access the data and events to act on changes to cue state. Depending on the TextTrack’s type, a cue might have different properties.

                                                                                                                                                                                                                          "},"Protocols/WebVttCue.html":{"name":"WebVttCue","abstract":"

                                                                                                                                                                                                                          Web Video Text Tracks cue.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK6Id3CueP":{"name":"Id3Cue","abstract":"

                                                                                                                                                                                                                          ID3 Text Track cue. Content type is [String:String].

                                                                                                                                                                                                                          "},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “exitcue”.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that exited.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “entercue”.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that entered.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “cuechange”.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC5trackAA5Track_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The TextTrackfor which the TextTrackCue changed.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “removecue”.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that was removed.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “addcue”.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that was added.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV10CUE_CHANGEAA0E4TypeCyAA09CueChangeE0CGvpZ":{"name":"CUE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when CueChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV7ADD_CUEAA0E4TypeCyAA06AddCueE0CGvpZ":{"name":"ADD_CUE","abstract":"

                                                                                                                                                                                                                          Fired when AddCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV10REMOVE_CUEAA0E4TypeCyAA09RemoveCueE0CGvpZ":{"name":"REMOVE_CUE","abstract":"

                                                                                                                                                                                                                          Fired when RemoveCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV9ENTER_CUEAA0E4TypeCyAA08EnterCueE0CGvpZ":{"name":"ENTER_CUE","abstract":"

                                                                                                                                                                                                                          Fired when EnterCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV8EXIT_CUEAA0E4TypeCyAA07ExitCueE0CGvpZ":{"name":"EXIT_CUE","abstract":"

                                                                                                                                                                                                                          Fired when ExitCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/MediaTrackEventTypes.html#/s:13THEOplayerSDK20MediaTrackEventTypesV22ACTIVE_QUALITY_CHANGEDAA0E4TypeCyAA020ActiveQualityChangedE0CGvpZ":{"name":"ACTIVE_QUALITY_CHANGED","abstract":"

                                                                                                                                                                                                                          Fired when the activeQuality property of a MediaTrack has been updated.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackEventTypes"},"Structs/TrackEventTypes.html#/s:13THEOplayerSDK15TrackEventTypesV6UPDATEAA0D4TypeCyAA0c6UpdateD0CGvpZ":{"name":"UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when one or more properties of a track have been updated.

                                                                                                                                                                                                                          ","parent_name":"TrackEventTypes"},"Structs/TrackEventTypes.html":{"name":"TrackEventTypes","abstract":"

                                                                                                                                                                                                                          The events fired by a Track.

                                                                                                                                                                                                                          "},"Structs/MediaTrackEventTypes.html":{"name":"MediaTrackEventTypes","abstract":"

                                                                                                                                                                                                                          The events fired by a MediaTrack.

                                                                                                                                                                                                                          "},"Structs/TextTrackEventTypes.html":{"name":"TextTrackEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrack events. These events apply to the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/AddCueEvent.html":{"name":"AddCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.ADD_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/RemoveCueEvent.html":{"name":"RemoveCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.REMOVE_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/CueChangeEvent.html":{"name":"CueChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.CUE_CHANGE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/EnterCueEvent.html":{"name":"EnterCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.ENTER_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/ExitCueEvent.html":{"name":"ExitCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.EXIT_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO6WebVTTyA2CmF":{"name":"WebVTT","abstract":"

                                                                                                                                                                                                                          The text track is in the Web Video Text Tracks format.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO3SRTyA2CmF":{"name":"SRT","abstract":"

                                                                                                                                                                                                                          The text track is in the SubRip Text Tracks format.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO9subtitlesyA2CmF":{"name":"subtitles","abstract":"

                                                                                                                                                                                                                          The text track contains subtitles.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8captionsyA2CmF":{"name":"captions","abstract":"

                                                                                                                                                                                                                          The text track contains closed captions, a translation of dialogue and sound effects.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO11descriptionyA2CmF":{"name":"description","abstract":"

                                                                                                                                                                                                                          The text track contains descriptions, a textual description of the video.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8chaptersyA2CmF":{"name":"chapters","abstract":"

                                                                                                                                                                                                                          The text track contains chapter titles suitable for navigating the media resource.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8metadatayA2CmF":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The text track contains metadata.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackMode.html#/s:13THEOplayerSDK13TextTrackModeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackMode"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP014inBandMetadataD12DispatchTypeSSvp":{"name":"inBandMetadataTrackDispatchType","abstract":"

                                                                                                                                                                                                                          The text track in-band metadata track dispatch type of the text track that the TextTrack object represents.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4modeAA0cD4ModeOvp":{"name":"mode","abstract":"

                                                                                                                                                                                                                          The text track mode.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4cuesSayAA0cD3Cue_pGvp":{"name":"cues","abstract":"

                                                                                                                                                                                                                          The text track’s list of TextTrackCue objects as a TextTrackCueList. This list includes all of the text track’s known cues.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The text track’s resource path

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP10activeCuesSayAA0cD3Cue_pGvp":{"name":"activeCues","abstract":"

                                                                                                                                                                                                                          The text track’s list of active TextTrackCue objects as a TextTrackCueList.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The content type of the given track.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP6forcedSbvp":{"name":"forced","abstract":"

                                                                                                                                                                                                                          Indicates whether the track contains Forced Narrative cues.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP16addEventListener4type8listenerAA0fG0_pAA0F4TypeCyqd__G_yqd__ctAA0F8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP19removeEventListener4type8listeneryAA0F4TypeCyqd__G_AA0fG0_ptAA0F8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/AudioTrack.html#/s:13THEOplayerSDK10AudioTrackP7enabledSbvp":{"name":"enabled","abstract":"

                                                                                                                                                                                                                          Indicates whether the track is enabled.

                                                                                                                                                                                                                          ","parent_name":"AudioTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP7enabledSbvp":{"name":"enabled","abstract":"

                                                                                                                                                                                                                          Indicates whether the track is enabled.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP13activeQualityAA0F0_pSgvp":{"name":"activeQuality","abstract":"

                                                                                                                                                                                                                          The active quality of the media track, i.e. the quality that is currently being played.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP9qualitiesAA11QualityList_pvp":{"name":"qualities","abstract":"

                                                                                                                                                                                                                          The qualities of the media track.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP15targetQualitiesSayAA7Quality_pGSgvp":{"name":"targetQualities","abstract":"

                                                                                                                                                                                                                          One or more desired qualities of the media track.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP4kindSSvp":{"name":"kind","abstract":"

                                                                                                                                                                                                                          The kind of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP8languageSSvp":{"name":"language","abstract":"

                                                                                                                                                                                                                          The language of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP5labelSSvp":{"name":"label","abstract":"

                                                                                                                                                                                                                          The label of the track. This label could be localized.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP16unlocalizedLabelSSvp":{"name":"unlocalizedLabel","abstract":"

                                                                                                                                                                                                                          The unlocalized label of the track. This is guaranteed to be not localized.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          A unique identifier of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html":{"name":"Track","abstract":"

                                                                                                                                                                                                                          A track object.

                                                                                                                                                                                                                          "},"Protocols/MediaTrack.html":{"name":"MediaTrack","abstract":"

                                                                                                                                                                                                                          A MediaTrack is an element that represents a single video or audio track that can be played by the player.

                                                                                                                                                                                                                          "},"Track%20API.html#/s:13THEOplayerSDK10VideoTrackP":{"name":"VideoTrack","abstract":"

                                                                                                                                                                                                                          A VideoTrack object is an element that represents a single video track that can be played by the player.

                                                                                                                                                                                                                          "},"Protocols/AudioTrack.html":{"name":"AudioTrack","abstract":"

                                                                                                                                                                                                                          An AudioTrack object is an element that represents a single audio track that can be played by the player.

                                                                                                                                                                                                                          "},"Protocols/TextTrack.html":{"name":"TextTrack","abstract":"

                                                                                                                                                                                                                          A TextTrack object is an element that represents a single text track that can be displayed in the player.

                                                                                                                                                                                                                          "},"Enums/TextTrackMode.html":{"name":"TextTrackMode","abstract":"

                                                                                                                                                                                                                          The different TextTrack modes.

                                                                                                                                                                                                                          "},"Enums/TextTrackKind.html":{"name":"TextTrackKind","abstract":"

                                                                                                                                                                                                                          Describes the kind of the text track.

                                                                                                                                                                                                                          "},"Enums/TextTrackFormat.html":{"name":"TextTrackFormat","abstract":"

                                                                                                                                                                                                                          Describes the format of the text track.

                                                                                                                                                                                                                          "},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “removetrack”.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC5trackAA0D0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which was just removed from the track list.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “addtrack”.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC5trackAA0D0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which was just added to the track list.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “change”.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC5trackAA0C0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which has its state just changed.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html":{"name":"VideoTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of VideoTrackList events.

                                                                                                                                                                                                                          "},"Structs/AudioTrackListEventTypes.html":{"name":"AudioTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of AudioTrackList events.

                                                                                                                                                                                                                          "},"Structs/TextTrackListEventTypes.html":{"name":"TextTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrackList events.

                                                                                                                                                                                                                          "},"Classes/TrackChangeEvent.html":{"name":"TrackChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.CHANGE occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Classes/AddTrackEvent.html":{"name":"AddTrackEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.ADD_TRACK occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Classes/RemoveTrackEvent.html":{"name":"RemoveTrackEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.REMOVE_TRACK occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of text tracks in the list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP3getyAA0cD0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          The TextTrack object representing the text track at the index position in the player’s list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListPyAA0cD0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the TextTrack object representing the text track at the index position in the player’s list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/AudioTrackList.html#/s:13THEOplayerSDK14AudioTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given AudioTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackList"},"Protocols/AudioTrackList.html#/s:13THEOplayerSDK14AudioTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given AudioTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackList"},"Protocols/VideoTrackList.html#/s:13THEOplayerSDK14VideoTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given VideoTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackList"},"Protocols/VideoTrackList.html#/s:13THEOplayerSDK14VideoTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given VideoTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of media tracks in the list of media tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListP3getyAA0cD0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListPyAA0cD0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html":{"name":"MediaTrackList","abstract":"

                                                                                                                                                                                                                          A MediaTrackList lists all available MediaTrack objects that the player can play. It contains MediaTrack objects, which are either AudioTracks or VideoTracks.

                                                                                                                                                                                                                          "},"Protocols/VideoTrackList.html":{"name":"VideoTrackList","abstract":"

                                                                                                                                                                                                                          A VideoTrackList lists all available VideoTrack objects that the player can play.

                                                                                                                                                                                                                          "},"Protocols/AudioTrackList.html":{"name":"AudioTrackList","abstract":"

                                                                                                                                                                                                                          An AudioTrackList lists all available AudioTrack objects that the player can play.

                                                                                                                                                                                                                          "},"Protocols/TextTrackList.html":{"name":"TextTrackList","abstract":"

                                                                                                                                                                                                                          A TextTrackList lists all available TextTrack objects that the player can display.

                                                                                                                                                                                                                          "},"Classes/VolumeChangeEvent.html#/s:13THEOplayerSDK17VolumeChangeEventC6volumeSfvp":{"name":"volume","abstract":"

                                                                                                                                                                                                                          The new value, between 0 and 1, of the player’s volume.

                                                                                                                                                                                                                          ","parent_name":"VolumeChangeEvent"},"Classes/VolumeChangeEvent.html#/s:13THEOplayerSDK17VolumeChangeEventC06deviceC0Sfvp":{"name":"deviceVolume","abstract":"

                                                                                                                                                                                                                          The new value, between 0 and 1, of the device’s volume.

                                                                                                                                                                                                                          ","parent_name":"VolumeChangeEvent"},"Classes/PresentationModeChangeEvent.html#/s:13THEOplayerSDK27PresentationModeChangeEventC012presentationD0AA0cD0Ovp":{"name":"presentationMode","abstract":"

                                                                                                                                                                                                                          The new PresentationMode of the player.

                                                                                                                                                                                                                          ","parent_name":"PresentationModeChangeEvent"},"Classes/ErrorEvent.html#/s:13THEOplayerSDK10ErrorEventC5errorSSvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The textual representation of the error that happened.

                                                                                                                                                                                                                          ","parent_name":"ErrorEvent"},"Classes/ErrorEvent.html#/s:13THEOplayerSDK10ErrorEventC11errorObjectAA9THEOError_pSgvp":{"name":"errorObject","abstract":"

                                                                                                                                                                                                                          A more descriptive THEOError containing information about the error.

                                                                                                                                                                                                                          ","parent_name":"ErrorEvent"},"Classes/RateChangeEvent.html#/s:13THEOplayerSDK15RateChangeEventC08playbackC0Sdvp":{"name":"playbackRate","abstract":"

                                                                                                                                                                                                                          The new rate of playback of the player.

                                                                                                                                                                                                                          ","parent_name":"RateChangeEvent"},"Classes/TimeUpdateEvent.html#/s:13THEOplayerSDK15TimeUpdateEventC018currentProgramDateC010Foundation0H0VSgvp":{"name":"currentProgramDateTime","abstract":"

                                                                                                                                                                                                                          The current program date time of the player.

                                                                                                                                                                                                                          ","parent_name":"TimeUpdateEvent"},"Classes/DurationChangeEvent.html#/s:13THEOplayerSDK19DurationChangeEventC8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The new duration of the content, in seconds.

                                                                                                                                                                                                                          ","parent_name":"DurationChangeEvent"},"Classes/ReadyStateEvent.html#/s:13THEOplayerSDK15ReadyStateEventC05readyD0AA0cD0Ovp":{"name":"readyState","abstract":"

                                                                                                                                                                                                                          The ReadyState of the player.

                                                                                                                                                                                                                          ","parent_name":"ReadyStateEvent"},"Classes/SourceChangeEvent.html#/s:13THEOplayerSDK17SourceChangeEventC6sourceAA0C11DescriptionCSgvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          The new SourceDescription that was set.

                                                                                                                                                                                                                          ","parent_name":"SourceChangeEvent"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV4PLAYAA0D4TypeCyAA04PlayD0CGvpZ":{"name":"PLAY","abstract":"

                                                                                                                                                                                                                          Fired when PlayEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7PLAYINGAA0D4TypeCyAA07PlayingD0CGvpZ":{"name":"PLAYING","abstract":"

                                                                                                                                                                                                                          Fired when PlayingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5PAUSEAA0D4TypeCyAA05PauseD0CGvpZ":{"name":"PAUSE","abstract":"

                                                                                                                                                                                                                          Fired when PauseEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV8PROGRESSAA0D4TypeCyAA08ProgressD0CGvpZ":{"name":"PROGRESS","abstract":"

                                                                                                                                                                                                                          Fired when ProgressEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7SEEKINGAA0D4TypeCyAA07SeekingD0CGvpZ":{"name":"SEEKING","abstract":"

                                                                                                                                                                                                                          Fired when SeekingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV6SEEKEDAA0D4TypeCyAA06SeekedD0CGvpZ":{"name":"SEEKED","abstract":"

                                                                                                                                                                                                                          Fired when SeekedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7WAITINGAA0D4TypeCyAA07WaitingD0CGvpZ":{"name":"WAITING","abstract":"

                                                                                                                                                                                                                          Fired when WaitingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11TIME_UPDATEAA0D4TypeCyAA010TimeUpdateD0CGvpZ":{"name":"TIME_UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when TimeUpdateEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5ENDEDAA0D4TypeCyAA05EndedD0CGvpZ":{"name":"ENDED","abstract":"

                                                                                                                                                                                                                          Fired when EndedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11RATE_CHANGEAA0D4TypeCyAA010RateChangeD0CGvpZ":{"name":"RATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when RateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV18READY_STATE_CHANGEAA0D4TypeCyAA016ReadyStateChangeD0CGvpZ":{"name":"READY_STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when ReadyStateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV16LOADED_META_DATAAA0D4TypeCyAA014LoadedMetaDataD0CGvpZ":{"name":"LOADED_META_DATA","abstract":"

                                                                                                                                                                                                                          Fired when LoadedMetaDataEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11LOADED_DATAAA0D4TypeCyAA010LoadedDataD0CGvpZ":{"name":"LOADED_DATA","abstract":"

                                                                                                                                                                                                                          Fired when LoadedDataEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV10LOAD_STARTAA0D4TypeCyAA09LoadStartD0CGvpZ":{"name":"LOAD_START","abstract":"

                                                                                                                                                                                                                          Fired when LoadStartEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV8CAN_PLAYAA0D4TypeCyAA07CanPlayD0CGvpZ":{"name":"CAN_PLAY","abstract":"

                                                                                                                                                                                                                          Fired when CanPlayEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV16CAN_PLAY_THROUGHAA0D4TypeCyAA014CanPlayThroughD0CGvpZ":{"name":"CAN_PLAY_THROUGH","abstract":"

                                                                                                                                                                                                                          Fired when CanPlayThroughEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5ERRORAA0D4TypeCyAA05ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when ErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV15DURATION_CHANGEAA0D4TypeCyAA014DurationChangeD0CGvpZ":{"name":"DURATION_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when DurationChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV13SOURCE_CHANGEAA0D4TypeCyAA012SourceChangeD0CGvpZ":{"name":"SOURCE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when SourceChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV21CURRENT_SOURCE_CHANGEAA0D4TypeCyAA019CurrentSourceChangeD0CGvpZ":{"name":"CURRENT_SOURCE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the current source, which is chosen from SourceDescription.sources, changes.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV24PRESENTATION_MODE_CHANGEAA0D4TypeCyAA022PresentationModeChangeD0CGvpZ":{"name":"PRESENTATION_MODE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when PresentationModeChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV19ASPECT_RATIO_CHANGEAA0D4TypeCyAA017AspectRatioChangeD0CGvpZ":{"name":"ASPECT_RATIO_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when AspectRatioChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV13VOLUME_CHANGEAA0D4TypeCyAA012VolumeChangeD0CGvpZ":{"name":"VOLUME_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when VolumeChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV6RESIZEAA0D4TypeCyAA06ResizeD0CGvpZ":{"name":"RESIZE","abstract":"

                                                                                                                                                                                                                          Fired when ResizeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7DESTROYAA0D4TypeCyAA07DestroyD0CGvpZ":{"name":"DESTROY","abstract":"

                                                                                                                                                                                                                          Fired when DestroyEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV9ENCRYPTEDAA0D4TypeCyAA09EncryptedD0CGvpZ":{"name":"ENCRYPTED","abstract":"

                                                                                                                                                                                                                          Fired when the player encounters key system initialization data in the media data.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV26CONTENT_PROTECTION_SUCCESSAA0D4TypeCyAA024ContentProtectionSuccessD0CGvpZ":{"name":"CONTENT_PROTECTION_SUCCESS","abstract":"

                                                                                                                                                                                                                          Fired when the key is usable for decryption.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV24CONTENT_PROTECTION_ERRORAA0D4TypeCyAA022ContentProtectionErrorD0CGvpZ":{"name":"CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          Fired when a content protection error occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html":{"name":"PlayerEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Player events.

                                                                                                                                                                                                                          "},"Classes/SourceChangeEvent.html":{"name":"SourceChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SOURCE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ReadyStateEvent.html":{"name":"ReadyStateEvent","abstract":"

                                                                                                                                                                                                                          The base event for all events that change the ReadyState of the player.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PlayEvent":{"name":"PlayEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PLAY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PlayingEvent":{"name":"PlayingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PLAYING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PauseEvent":{"name":"PauseEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PAUSE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ProgressEvent":{"name":"ProgressEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PROGRESS occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/DurationChangeEvent.html":{"name":"DurationChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.DURATION_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)SeekingEvent":{"name":"SeekingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SEEKING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)SeekedEvent":{"name":"SeekedEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SEEKED occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)WaitingEvent":{"name":"WaitingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.WAITING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/TimeUpdateEvent.html":{"name":"TimeUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.TIME_UPDATE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)EndedEvent":{"name":"EndedEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.ENDED occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/RateChangeEvent.html":{"name":"RateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.RATE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ReadyStateChangeEvent":{"name":"ReadyStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.READY_STATE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadedMetaDataEvent":{"name":"LoadedMetaDataEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOADED_META_DATA occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadedDataEvent":{"name":"LoadedDataEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOADED_DATA occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CanPlayEvent":{"name":"CanPlayEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CAN_PLAY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CanPlayThroughEvent":{"name":"CanPlayThroughEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CAN_PLAY_THROUGH occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ErrorEvent.html":{"name":"ErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/PresentationModeChangeEvent.html":{"name":"PresentationModeChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PRESENTATION_MODE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/VolumeChangeEvent.html":{"name":"VolumeChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.VOLUME_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ResizeEvent":{"name":"ResizeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.RESIZE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadStartEvent":{"name":"LoadStartEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOAD_START occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)DestroyEvent":{"name":"DestroyEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.DESTROY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/BackgroundPlaybackDelegate.html#/s:13THEOplayerSDK26BackgroundPlaybackDelegateP019shouldContinueAudiod2InC0SbyF":{"name":"shouldContinueAudioPlaybackInBackground()","abstract":"

                                                                                                                                                                                                                          Decides whether audio should continue playing when the application goes to background and the video is not visible anymore.

                                                                                                                                                                                                                          ","parent_name":"BackgroundPlaybackDelegate"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC24currentBandwidthEstimateSdvp":{"name":"currentBandwidthEstimate","abstract":"

                                                                                                                                                                                                                          The bandwidth in bits per second estimated to be currently available, as used for ABR decisions.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC18droppedVideoFramesSivp":{"name":"droppedVideoFrames","abstract":"

                                                                                                                                                                                                                          The total number of dropped video frames.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC17renderedFramerateSdvp":{"name":"renderedFramerate","abstract":"

                                                                                                                                                                                                                          The rendered frame rate of the video as it plays, in units of frames per second.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO4noneyA2CmF":{"name":"none","abstract":"

                                                                                                                                                                                                                          The player will not load any data.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO4autoyA2CmF":{"name":"auto","abstract":"

                                                                                                                                                                                                                          The player will load the metadata and the media.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO8metadatayA2CmF":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The player will load the metadata.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO6inlineyA2CmF":{"name":"inline","abstract":"

                                                                                                                                                                                                                          The player is shown in its original location in the view.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO10fullscreenyA2CmF":{"name":"fullscreen","abstract":"

                                                                                                                                                                                                                          The player fills the entire screen and overlays all the other view controllers.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO16pictureInPictureyA2CmF":{"name":"pictureInPicture","abstract":"

                                                                                                                                                                                                                          The player is shown in a window that overlays all the views. Further configurations can be made through PictureInPicture.configure

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO12HAVE_NOTHINGyA2CmF":{"name":"HAVE_NOTHING","abstract":"

                                                                                                                                                                                                                          The player has no information about the duration of its source.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO13HAVE_METADATAyA2CmF":{"name":"HAVE_METADATA","abstract":"

                                                                                                                                                                                                                          The player has information about the duration of its source.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO17HAVE_CURRENT_DATAyA2CmF":{"name":"HAVE_CURRENT_DATA","abstract":"

                                                                                                                                                                                                                          The player has its current frame in its buffer.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO16HAVE_FUTURE_DATAyA2CmF":{"name":"HAVE_FUTURE_DATA","abstract":"

                                                                                                                                                                                                                          The player has enough data for the current playback position, as well as for at least a little bit of time into the future (at least two frames of video, for example).

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO16HAVE_ENOUGH_DATAyA2CmF":{"name":"HAVE_ENOUGH_DATA","abstract":"

                                                                                                                                                                                                                          The player has enough data available, and the download rate is high enough that the media can be played through to the end without interruption.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether THEOplayer is currently connected with a casting device.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP10chromecastAA10Chromecast_pSgvp":{"name":"chromecast","abstract":"

                                                                                                                                                                                                                          A Chromecast integration object that allows you to cast to Chromecast and inspect its state.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP7airPlayAA03AirE0_pSgvp":{"name":"airPlay","abstract":"

                                                                                                                                                                                                                          An AirPlay integration object that allows you to cast to AirPlay and inspect its state.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC7licenseSSSgvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          The license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC10licenseUrlSSSgvp":{"name":"licenseUrl","abstract":"

                                                                                                                                                                                                                          The URL to fetch the license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC3pipAA16PiPConfigurationCSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          The picture in picture configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC7networkAA07NetworkC0CSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC4cmcdAA17CMCDConfigurationVSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          The CMCD configuration for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC16autoIntegrationsSbvp":{"name":"autoIntegrations","abstract":"

                                                                                                                                                                                                                          Flag that enables the player to automatically look for THEOplayer integration libraries (e.g. THEOlive) and register those on the player instance.","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC3uidSiSgvp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          The unique identifier of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C26backgroundPlaybackDelegateAA010BackgrounddE0_pSgvp":{"name":"backgroundPlaybackDelegate","abstract":"

                                                                                                                                                                                                                          The delegate defining behavior for background playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4with13configurationACSo6CGRectVSg_AA0A13ConfigurationCSgtcfc":{"name":"init(with:configuration:)","abstract":"

                                                                                                                                                                                                                          Create a new instance of THEOplayer with a frame.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7versionSSvpZ":{"name":"version","abstract":"

                                                                                                                                                                                                                          The version of THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5frameSo6CGRectVvp":{"name":"frame","abstract":"

                                                                                                                                                                                                                          The frame rectangle, which describes the THEOplayer view’s location and size in its superview’s coordinate system.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6boundsSo6CGRectVvp":{"name":"bounds","abstract":"

                                                                                                                                                                                                                          The bounds rectangle, which describes the THEOplayer view’s location and size in its own coordinate system.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6centerSo7CGPointVvp":{"name":"center","abstract":"

                                                                                                                                                                                                                          The center of the THEOplayer view’s frame.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16autoresizingMaskSo18UIViewAutoresizingVvp":{"name":"autoresizingMask","abstract":"

                                                                                                                                                                                                                          An integer bit mask that determines how the THEOplayer view resizes itself when its superview’s bounds change.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11videoHeightSivp":{"name":"videoHeight","abstract":"

                                                                                                                                                                                                                          Returns the height of the video in pixels for the current quality.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10videoWidthSivp":{"name":"videoWidth","abstract":"

                                                                                                                                                                                                                          Returns the width of the video in pixels for the current quality.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/c:@M@THEOplayerSDK@objc(cs)THEOplayer(py)videoRect":{"name":"videoRect","abstract":"

                                                                                                                                                                                                                          Returns the current size and position of the video image as displayed within the receiver’s bounds.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C23resizeTransitionEnabledSbvp":{"name":"resizeTransitionEnabled","abstract":"

                                                                                                                                                                                                                          Enables or disables the transition animation when resizing the player. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3abrAA16ABRConfiguration_pvp":{"name":"abr","abstract":"

                                                                                                                                                                                                                          Allows you to modify the player’s ABR behavior. See documentation for ABRConfiguration to see how this is done.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11aspectRatioAA06AspectD0Ovp":{"name":"aspectRatio","abstract":"

                                                                                                                                                                                                                          Specifies how to handle the aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7networkAA7Network_pvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network status of the player which can be used to monitor the network related errors.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10textTracksAA13TextTrackList_pvp":{"name":"textTracks","abstract":"

                                                                                                                                                                                                                          The list of Text Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11audioTracksAA14AudioTrackList_pvp":{"name":"audioTracks","abstract":"

                                                                                                                                                                                                                          The list of Audio Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11videoTracksAA14VideoTrackList_pvp":{"name":"videoTracks","abstract":"

                                                                                                                                                                                                                          The list of Video Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The length of the currently loaded video, in seconds.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8autoplaySbvp":{"name":"autoplay","abstract":"

                                                                                                                                                                                                                          Sets or returns if the video should automatically start playing.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/manageContentMatching":{"name":"manageContentMatching","abstract":"

                                                                                                                                                                                                                          Sets or returns whether the player manages the display criteria of the TV to match the content. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6sourceAA17SourceDescriptionCSgvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          Sets or returns the current source of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3srcSSSgvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Returns the current source URL of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6volumeSfvp":{"name":"volume","abstract":"

                                                                                                                                                                                                                          Sets or returns the volume of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5mutedSbvp":{"name":"muted","abstract":"

                                                                                                                                                                                                                          Sets or returns whether the audio output of the video is muted.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7seekingSbvp":{"name":"seeking","abstract":"

                                                                                                                                                                                                                          Return whether the video is seeking.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6pausedSbvp":{"name":"paused","abstract":"

                                                                                                                                                                                                                          Returns whether the video is paused.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5endedSbvp":{"name":"ended","abstract":"

                                                                                                                                                                                                                          Returns whether the video has ended.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C39preventsDisplaySleepDuringVideoPlaybackSbvp":{"name":"preventsDisplaySleepDuringVideoPlayback","abstract":"

                                                                                                                                                                                                                          Prevents the display from sleeping during video playback. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C22allowsExternalPlaybackSbvp":{"name":"allowsExternalPlayback","abstract":"

                                                                                                                                                                                                                          Whether to allow the player to playback externally (AirPlay).

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7preloadAA7PreloadOvp":{"name":"preload","abstract":"

                                                                                                                                                                                                                          Returns whether the player should preload a certain type of data.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C12playbackRateSdvp":{"name":"playbackRate","abstract":"

                                                                                                                                                                                                                          Returns current playback rate of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8bufferedSayAA9TimeRangeCGvp":{"name":"buffered","abstract":"

                                                                                                                                                                                                                          Returns the buffered TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6playedSayAA9TimeRangeCGvp":{"name":"played","abstract":"

                                                                                                                                                                                                                          Returns the played TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8seekableSayAA9TimeRangeCGvp":{"name":"seekable","abstract":"

                                                                                                                                                                                                                          Returns the seekable TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7metricsAA7MetricsCvp":{"name":"metrics","abstract":"

                                                                                                                                                                                                                          The metrics API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16presentationModeAA012PresentationD0Ovp":{"name":"presentationMode","abstract":"

                                                                                                                                                                                                                          Sets or returns the presentationMode of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10readyStateAA05ReadyD0Ovp":{"name":"readyState","abstract":"

                                                                                                                                                                                                                          Returns the readystate of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5errorSSSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          Returns the last encountered player error.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          Returns the unique ID of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11currentTimeSdvp":{"name":"currentTime","abstract":"

                                                                                                                                                                                                                          The current playback position of the video, in seconds. Setting it allows to change the playback position.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C22currentProgramDateTime10Foundation0E0VSgvp":{"name":"currentProgramDateTime","abstract":"

                                                                                                                                                                                                                          Returns the current playback position of the media, as a timestamp.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C31automaticallyManageAudioSessionSbvpZ":{"name":"automaticallyManageAudioSession","abstract":"

                                                                                                                                                                                                                          Sets whether THEOplayer automatically manages the AVAudioSession.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7latencyAA14LatencyManager_pvp":{"name":"latency","abstract":"

                                                                                                                                                                                                                          The latency manager for low latency live playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4playyyF":{"name":"play()","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player starts playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5pauseyyF":{"name":"pause()","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player pauses playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4stop17completionHandleryySbSg_s5Error_pSgtcSg_tF":{"name":"stop(completionHandler:)","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player stops playback completely and unloads all loaded resources.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16addEventListener4type8listenerAA0dE0_pAA0D4TypeCyxG_yxctAA0D8ProtocolRzlF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given PlayerEventType.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C19removeEventListener4type8listeneryAA0D4TypeCyxG_AA0dE0_ptAA0D8ProtocolRzlF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given PlayerEventType.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14setCurrentTime_17completionHandlerySd_yypSg_s5Error_pSgtcSgtF":{"name":"setCurrentTime(_:completionHandler:)","abstract":"

                                                                                                                                                                                                                          Sets the current playback position in the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C25setCurrentProgramDateTime_17completionHandlery10Foundation0F0V_yypSg_s5Error_pSgtcSgtF":{"name":"setCurrentProgramDateTime(_:completionHandler:)","abstract":"

                                                                                                                                                                                                                          Sets the current ProgramDateTime of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C12addAsSubview2ofySo6UIViewC_tF":{"name":"addAsSubview(of:)","abstract":"

                                                                                                                                                                                                                          Adds the THEOplayer view to the end of the parameter view’s list of subviews.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of2atySo6UIViewC_SitF":{"name":"insertAsSubview(of:at:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view at the specified index of the parameter view’s list of subviews.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of05belowE0ySo6UIViewC_AHtF":{"name":"insertAsSubview(of:belowSubview:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view below another view in the parameter view’s hierarchy.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of05aboveE0ySo6UIViewC_AHtF":{"name":"insertAsSubview(of:aboveSubview:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view above another view in the parameter view’s hierarchy.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11isContained2inSbSaySo6UIViewCG_tF":{"name":"isContained(in:)","abstract":"

                                                                                                                                                                                                                          Returns a Boolean value indicating whether THEOplayer is contained in the given array of UIview.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C36registerContentProtectionIntegration13integrationId9keySystem0G7FactoryySS_AA03KeyjH0OAA0defK0_ptFZ":{"name":"registerContentProtectionIntegration(integrationId:keySystem:integrationFactory:)","abstract":"

                                                                                                                                                                                                                          Register a content protection integration

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14addIntegrationyyAA0D0_pF":{"name":"addIntegration(_:)","abstract":"

                                                                                                                                                                                                                          Add an Integration to the THEOplayer instance .

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C17removeIntegrationyyAA0D0_pF":{"name":"removeIntegration(_:)","abstract":"

                                                                                                                                                                                                                          Removes an Integration from the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C21removeAllIntegrationsyyF":{"name":"removeAllIntegrations()","abstract":"

                                                                                                                                                                                                                          Removes all Integrations from the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C18getAllIntegrationsSayAA11Integration_pGyF":{"name":"getAllIntegrations()","abstract":"

                                                                                                                                                                                                                          Returns all registered Integrations on the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C20getIntegrationByKindyAA0D0_pSgAA0dF0OF":{"name":"getIntegrationByKind(_:)","abstract":"

                                                                                                                                                                                                                          Returns the registered Integration on the THEOplayer instance of the specified kind. Returns nil if not found.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14textTrackStyleAA04TextdE0_pSgvp":{"name":"textTrackStyle","abstract":"

                                                                                                                                                                                                                          API to configure TextTrack styles (for subtitles).

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4castAA4Cast_pSgvp":{"name":"cast","abstract":"

                                                                                                                                                                                                                          The Cast object helps you configure and control casting to external devices with THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10fullscreenAA10Fullscreen_pvp":{"name":"fullscreen","abstract":"

                                                                                                                                                                                                                          The Fullscreen API of THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C20addGestureRecognizeryySo09UIGestureE0CF":{"name":"addGestureRecognizer(_:)","abstract":"

                                                                                                                                                                                                                          Attaches a gesture recognizer to THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C23removeGestureRecognizeryySo09UIGestureE0CF":{"name":"removeGestureRecognizer(_:)","abstract":"

                                                                                                                                                                                                                          Detaches a gesture recognizer from THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C18gestureRecognizersSaySo19UIGestureRecognizerCGSgvp":{"name":"gestureRecognizers","abstract":"

                                                                                                                                                                                                                          List of the gesture recognizers attached to THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3adsAA3Ads_pvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          An Ads object that contains information about the current and the scheduled advertisements.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3pipAA09PictureInD0_pSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          A PictureInPicture object to configure Picture-In-Picture.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C29fullscreenOrientationCouplingSbvp":{"name":"fullscreenOrientationCoupling","abstract":"

                                                                                                                                                                                                                          Whether the fullscreen mode is coupled to device orientation, defaults to false.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5cacheAA5Cache_pvpZ":{"name":"cache","abstract":"

                                                                                                                                                                                                                          The Cache object to access the caching API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html":{"name":"THEOplayer","abstract":"

                                                                                                                                                                                                                          The THEOplayer object.

                                                                                                                                                                                                                          "},"Classes/THEOplayerConfiguration.html":{"name":"THEOplayerConfiguration","abstract":"

                                                                                                                                                                                                                          The configuration for a THEOplayer instance.

                                                                                                                                                                                                                          "},"Protocols/Cast.html":{"name":"Cast","abstract":"

                                                                                                                                                                                                                          The Cast object helps you configure and control casting to external devices with THEOplayer.

                                                                                                                                                                                                                          "},"Enums/ReadyState.html":{"name":"ReadyState","abstract":"

                                                                                                                                                                                                                          The ready state of the player.

                                                                                                                                                                                                                          "},"Enums/PresentationMode.html":{"name":"PresentationMode","abstract":"

                                                                                                                                                                                                                          The presentation mode specifies how the player will be displayed.

                                                                                                                                                                                                                          "},"Enums/Preload.html":{"name":"Preload","abstract":"

                                                                                                                                                                                                                          The preload strategy of the player. The strategy specifies what data to load on source change.

                                                                                                                                                                                                                          "},"Classes/Metrics.html":{"name":"Metrics","abstract":"

                                                                                                                                                                                                                          The metrics API which can be used to gather information related to the quality-of-service and video playback experience.

                                                                                                                                                                                                                          "},"Protocols/BackgroundPlaybackDelegate.html":{"name":"BackgroundPlaybackDelegate","abstract":"

                                                                                                                                                                                                                          A delegate defining behavior for background playback.

                                                                                                                                                                                                                          "},"THEOplayer%20API.html":{"name":"THEOplayer API"},"Player%20Events.html":{"name":"Player Events"},"Track%20List%20API.html":{"name":"Track List API"},"Track%20List%20Events.html":{"name":"Track List Events"},"Track%20API.html":{"name":"Track API"},"Track%20Events.html":{"name":"Track Events"},"Text%20Track%20Cue%20API.html":{"name":"Text Track Cue API"},"Text%20Track%20Cue%20Events.html":{"name":"Text Track Cue Events"},"Text%20Track%20Styling%20API.html":{"name":"Text Track Styling API"},"Source%20Description%20API.html":{"name":"Source Description API"},"Content%20Protection.html":{"name":"Content Protection"},"SSAI.html":{"name":"SSAI"},"CSAI.html":{"name":"CSAI"},"Ads%20API.html":{"name":"Ads API"},"Ads%20Events.html":{"name":"Ads Events"},"ChromeCast%20API.html":{"name":"ChromeCast API"},"ChromeCast%20Events.html":{"name":"ChromeCast Events"},"Airplay%20API.html":{"name":"Airplay API"},"Airplay%20Events.html":{"name":"Airplay Events"},"Picture-In-Picture.html":{"name":"Picture-In-Picture"},"Fullscreen%20API.html":{"name":"Fullscreen API"},"Fullscreen%20Events.html":{"name":"Fullscreen Events"},"Network%20Events.html":{"name":"Network Events"},"Error%20API.html":{"name":"Error API"},"Cache%20API.html":{"name":"Cache API"},"Cache%20Events.html":{"name":"Cache Events"},"Adaptive%20Bit%20Rate%20API.html":{"name":"Adaptive Bit Rate API"},"External%20Content%20Protection%20integration%20API.html":{"name":"External Content Protection integration API"},"Util.html":{"name":"Util"},"Base%20classes%20%26%20interfaces.html":{"name":"Base classes & interfaces"},"Other%20Classes.html":{"name":"Other Classes","abstract":"

                                                                                                                                                                                                                          The following classes are available globally.

                                                                                                                                                                                                                          "},"Other%20Extensions.html":{"name":"Other Extensions","abstract":"

                                                                                                                                                                                                                          The following extensions are available globally.

                                                                                                                                                                                                                          "},"Other%20Protocols.html":{"name":"Other Protocols","abstract":"

                                                                                                                                                                                                                          The following protocols are available globally.

                                                                                                                                                                                                                          "},"Other%20Structs.html":{"name":"Other Structures","abstract":"

                                                                                                                                                                                                                          The following structures are available globally.

                                                                                                                                                                                                                          "}} \ No newline at end of file diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/docSet.dsidx b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/docSet.dsidx index 1167e8ff9b4f..ccb19bf7d685 100644 Binary files a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/docSet.dsidx and b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/docSet.dsidx differ diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/search.json b/theoplayer/static/theoplayer/v11/api-reference/ios/search.json index 06f6e67e7d8b..ac782194cf9f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/search.json +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/search.json @@ -1 +1 @@ -{"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          A GUID identifying the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An external session ID that can be used to identify the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          A user ID that can be used to identify the user.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV14eventEndpointsSayAA012CMCDEndpointD0VGSgvp":{"name":"eventEndpoints","abstract":"

                                                                                                                                                                                                                          The endpoints where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV9sessionId015externalSessionF004userF014eventEndpointsACSSSg_A2HSayAA012CMCDEndpointD0VGSgtcfc":{"name":"init(sessionId:externalSessionId:userId:eventEndpoints:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD source configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An external session ID that can be used to identify the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          A user ID that can be used to identify the user.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV14eventEndpointsSayAA25CMCDEndpointConfigurationVGSgvp":{"name":"eventEndpoints","abstract":"

                                                                                                                                                                                                                          The endpoints where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV17externalSessionId04userF014eventEndpointsACSSSg_AGSayAA25CMCDEndpointConfigurationVGSgtcfc":{"name":"init(externalSessionId:userId:eventEndpoints:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDEndpointConfiguration.html#/s:13THEOplayerSDK25CMCDEndpointConfigurationV3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDEndpointConfiguration"},"Structs/CMCDEndpointConfiguration.html#/s:13THEOplayerSDK25CMCDEndpointConfigurationV3urlACSS_tcfc":{"name":"init(url:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD endpoint configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDEndpointConfiguration"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6singleyA2EmF":{"name":"single","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “single” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6lShapeyA2EmF":{"name":"lShape","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “L-shape” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6doubleyA2EmF":{"name":"double","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “double” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK13AdDescriptionP11integrationAA0C11IntegrationOSgvp":{"name":"integration","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11networkCodeSSSgvp":{"name":"networkCode","abstract":"

                                                                                                                                                                                                                          Default GAM network code to use for ad requests.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14customAssetKeySSSgvp":{"name":"customAssetKey","abstract":"

                                                                                                                                                                                                                          Default GAM custom asset key to use for ad requests.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV17backdropDoubleBox10Foundation3URLVSgvp":{"name":"backdropDoubleBox","abstract":"

                                                                                                                                                                                                                          Default backdrop image URL to be used as a background for ads with a double box layout.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14backdropLShape10Foundation3URLVSgvp":{"name":"backdropLShape","abstract":"

                                                                                                                                                                                                                          Default backdrop image URL to be used as a background for ads in L-shape layout.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14overrideLayoutAC0F8OverrideOSgvp":{"name":"overrideLayout","abstract":"

                                                                                                                                                                                                                          Overrides the layout of all THEOads ad breaks, if set.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV13overrideAdSrc10Foundation3URLVSgvp":{"name":"overrideAdSrc","abstract":"

                                                                                                                                                                                                                          Overrides the ad source of all THEOads ad breaks, if set.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV15adTagParametersSDyS2SGSgvp":{"name":"adTagParameters","abstract":"

                                                                                                                                                                                                                          The ad tag parameters added to the GAM stream request.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV23streamActivityMonitorIdSSSgvp":{"name":"streamActivityMonitorId","abstract":"

                                                                                                                                                                                                                          The streamActivityMonitorId added to the GAM Pod stream request.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV6useId3Sbvp":{"name":"useId3","abstract":"

                                                                                                                                                                                                                          Whether to use the ID3-based operating mode.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11sseEndpointSSSgvp":{"name":"sseEndpoint","abstract":"

                                                                                                                                                                                                                          The endpoint from where to retrieve the server-sent events.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV16retrievePodIdURISSSgvp":{"name":"retrievePodIdURI","abstract":"

                                                                                                                                                                                                                          The URI from where to retrieve the PodID’s as returned from the EABN service from Google.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV19initializationDelaySdSgvp":{"name":"initializationDelay","abstract":"

                                                                                                                                                                                                                          The amount of seconds we wait to initialize THEOads.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV12returnToLiveSbvp":{"name":"returnToLive","abstract":"

                                                                                                                                                                                                                          Whether to return to the live edge when playing live content, after an ad break ends.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11daiAssetKeySSSgvp":{"name":"daiAssetKey","abstract":"

                                                                                                                                                                                                                          The Google DAI asset key which will be used as a fallback source when THEOads is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV16breakManifestUrl10Foundation3URLVSgvp":{"name":"breakManifestUrl","abstract":"

                                                                                                                                                                                                                          URL of the manifest that describes the upcoming ad breaks in the stream.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription/LayoutOverride.html":{"name":"LayoutOverride","abstract":"

                                                                                                                                                                                                                          Describes how and when the layout of a THEOads ad break should be overridden.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html":{"name":"THEOAdDescription","abstract":"

                                                                                                                                                                                                                          Describes how TheoAds should be enabled

                                                                                                                                                                                                                          "},"Structs/CMCDEndpointConfiguration.html":{"name":"CMCDEndpointConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for a CMCD endpoint.

                                                                                                                                                                                                                          "},"Structs/CMCDConfiguration.html":{"name":"CMCDConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for Common Media Client Data (CMCD) at the player level.

                                                                                                                                                                                                                          "},"Structs/CMCDSourceConfiguration.html":{"name":"CMCDSourceConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for Common Media Client Data (CMCD) at the source level.

                                                                                                                                                                                                                          "},"Other%20Structs.html#/s:13THEOplayerSDK26SourceLatencyConfigurationV":{"name":"SourceLatencyConfiguration","abstract":"

                                                                                                                                                                                                                          User defined latency configuration.

                                                                                                                                                                                                                          "},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP27addMediaPlaylistInterceptoryyAA0fgH0_pF":{"name":"addMediaPlaylistInterceptor(_:)","abstract":"

                                                                                                                                                                                                                          Adds a MediaPlaylistInterceptor to manipulate media playlist requests and responses. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP30removeMediaPlaylistInterceptoryyAA0fgH0_pF":{"name":"removeMediaPlaylistInterceptor(_:)","abstract":"

                                                                                                                                                                                                                          Removes a MediaPlaylistInterceptor. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP21removeAllInterceptorsyyF":{"name":"removeAllInterceptors()","abstract":"

                                                                                                                                                                                                                          Removes all MediaPlaylistInterceptors. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP015shouldInterceptD7Request4typeSbAA03HlsD4TypeO_tF":{"name":"shouldInterceptPlaylistRequest(type:)","abstract":"

                                                                                                                                                                                                                          Called to check, if certain playlist request types have to be intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP015shouldInterceptD8Response4typeSbAA03HlsD4TypeO_tF":{"name":"shouldInterceptPlaylistResponse(type:)","abstract":"

                                                                                                                                                                                                                          Called to check, if certain playlist response types have to be intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP012didInterceptD7Request4type7request10Foundation10URLRequestVAA03HlsD4TypeO_AItYaKF":{"name":"didInterceptPlaylistRequest(type:request:)","abstract":"

                                                                                                                                                                                                                          Called when the certain playlist request is intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP012didInterceptD8Response4type3url8response4data10Foundation4DataVAA03HlsD4TypeO_AI3URLVSo13NSURLResponseCAKtYaKF":{"name":"didInterceptPlaylistResponse(type:url:response:data:)","abstract":"

                                                                                                                                                                                                                          Called when the certain playlist response is intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP25failedToPerformURLRequest7request8responsey10Foundation0I0V_So13NSURLResponseCtF":{"name":"failedToPerformURLRequest(request:response:)","abstract":"

                                                                                                                                                                                                                          Called when a certain URLRequest is failed.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of qualities in the list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListP3getyAA0C0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          Returns the Quality object representing the quality at the index position in the media track’s quality list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListPyAA0C0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the Quality object representing the quality at the index position in the media track’s quality list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/VideoQuality.html#/s:13THEOplayerSDK12VideoQualityP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The video width of the video quality, in pixels.

                                                                                                                                                                                                                          ","parent_name":"VideoQuality"},"Protocols/VideoQuality.html#/s:13THEOplayerSDK12VideoQualityP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The video height of the video quality, in pixels.

                                                                                                                                                                                                                          ","parent_name":"VideoQuality"},"Protocols/Quality.html#/s:13THEOplayerSDK7QualityP9bandwidthSivp":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          The required bandwidth for the quality, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"Quality"},"Protocols/Quality.html#/s:13THEOplayerSDK7QualityP16averageBandwidthSiSgvp":{"name":"averageBandwidth","abstract":"

                                                                                                                                                                                                                          The average bandwidth of the quality, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"Quality"},"Protocols/LatencyManager.html#/s:13THEOplayerSDK14LatencyManagerP07currentC0SdSgvp":{"name":"currentLatency","abstract":"

                                                                                                                                                                                                                          Time interval between currentProgramDateTime and the devices current Date in a livestream.

                                                                                                                                                                                                                          ","parent_name":"LatencyManager"},"Protocols/LatencyManager.html#/s:13THEOplayerSDK14LatencyManagerP9isEnabledSbvp":{"name":"isEnabled","abstract":"

                                                                                                                                                                                                                          Setting to determine whether the latency manager should be enabled.

                                                                                                                                                                                                                          ","parent_name":"LatencyManager"},"Protocols/LatencyConfiguration.html#/s:13THEOplayerSDK20LatencyConfigurationP12targetOffsetSdvp":{"name":"targetOffset","abstract":"

                                                                                                                                                                                                                          The time interval between the playhead and the actual live edge that the player will aim for when seeking to live.

                                                                                                                                                                                                                          ","parent_name":"LatencyConfiguration"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP8snapbackSbvp":{"name":"snapback","abstract":"

                                                                                                                                                                                                                          Whether snapback is enabled.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAI"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP11contentTime4fromS2d_tF":{"name":"contentTime(from:)","abstract":"

                                                                                                                                                                                                                          Converts stream time (including ads) to content time (excluding ads).","parent_name":"GoogleDAI"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP10streamTime4fromS2d_tF":{"name":"streamTime(from:)","abstract":"

                                                                                                                                                                                                                          Converts content time (excluding ads) to stream time (including ads)","parent_name":"GoogleDAI"},"Protocols/UniversalAdId.html#/s:13THEOplayerSDK13UniversalAdIdP02adE5ValueSSvp":{"name":"adIdValue","abstract":"

                                                                                                                                                                                                                          The Universal Ad identifier of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"UniversalAdId"},"Protocols/UniversalAdId.html#/s:13THEOplayerSDK13UniversalAdIdP02adE8RegistrySSvp":{"name":"adIdRegistry","abstract":"

                                                                                                                                                                                                                          The registry associated with cataloging the UniversalAdId of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"UniversalAdId"},"Protocols/UniversalAdId.html":{"name":"UniversalAdId","abstract":"

                                                                                                                                                                                                                          Represents the list of universal ad ID information of the selected creative for the ad.

                                                                                                                                                                                                                          "},"Protocols/GoogleDAI.html":{"name":"GoogleDAI","abstract":"

                                                                                                                                                                                                                          Represents information regarding content with dynamically inserted advertisements.

                                                                                                                                                                                                                          "},"Protocols/LatencyConfiguration.html":{"name":"LatencyConfiguration","abstract":"

                                                                                                                                                                                                                          Latency configuration on player level.

                                                                                                                                                                                                                          "},"Protocols/LatencyManager.html":{"name":"LatencyManager","abstract":"

                                                                                                                                                                                                                          The latency manager, used to control low-latency live playback.

                                                                                                                                                                                                                          "},"Protocols/Quality.html":{"name":"Quality","abstract":"

                                                                                                                                                                                                                          Represents a quality of a media track.

                                                                                                                                                                                                                          "},"Protocols/VideoQuality.html":{"name":"VideoQuality","abstract":"

                                                                                                                                                                                                                          Represents a quality of a video track.

                                                                                                                                                                                                                          "},"Protocols/QualityList.html":{"name":"QualityList","abstract":"

                                                                                                                                                                                                                          List of qualities.

                                                                                                                                                                                                                          "},"Protocols/MediaPlaylistInterceptor.html":{"name":"MediaPlaylistInterceptor","abstract":"

                                                                                                                                                                                                                          MediaPlaylistInterceptor API (Experimental)

                                                                                                                                                                                                                          "},"Protocols/NetworkAPI.html":{"name":"NetworkAPI","abstract":"

                                                                                                                                                                                                                          The Network API.

                                                                                                                                                                                                                          "},"Extensions/Notification/Name.html#/s:So18NSNotificationNamea13THEOplayerSDKE09PictureInE5MovedABvpZ":{"name":"PictureInPictureMoved","abstract":"

                                                                                                                                                                                                                          Posted when the picture-in-picture has moved to a new corner

                                                                                                                                                                                                                          ","parent_name":"Name"},"Extensions/Notification/Name.html":{"name":"Name","parent_name":"Notification"},"Extensions/Notification.html":{"name":"Notification"},"Classes/CachingTaskIdleStateChangeEvent.html#/s:13THEOplayerSDK31CachingTaskIdleStateChangeEventC10idleReasonAA011CacheStatuseJ0Ovp":{"name":"idleReason","abstract":"

                                                                                                                                                                                                                          The underlying reason that caused the state change.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskIdleStateChangeEvent"},"Classes/CachingTaskErrorStateChangeEvent.html#/s:13THEOplayerSDK32CachingTaskErrorStateChangeEventC5errorAA9THEOError_pSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The underlying error that caused the state change.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskErrorStateChangeEvent"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC05audioeF0SaySSGvp":{"name":"audioTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC04texteF0SaySSGvp":{"name":"textTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC5buildAA0cdeF0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Creates a CachingParametersTrackSelection

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/SourceAbrConfiguration.html#/s:13THEOplayerSDK22SourceAbrConfigurationC10maxBitrateSdSgvp":{"name":"maxBitrate","abstract":"

                                                                                                                                                                                                                          The maximum bitrate in bps for the specified source.

                                                                                                                                                                                                                          ","parent_name":"SourceAbrConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC15integrationKindAA14DRMIntegrationOvp":{"name":"integrationKind","abstract":"

                                                                                                                                                                                                                          The identifier for the kind of integration

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          Parameters that can be used when integrationKind is set to DRMIntegration/custom

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The identifier for the kind of integration when integrationKind is set to DRMIntegration/custom

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC23keySystemConfigurationsAA03KeyF23ConfigurationCollectionCvp":{"name":"keySystemConfigurations","abstract":"

                                                                                                                                                                                                                          A set of configurations for different key systems.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Create a DRM configuration without an integration.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC19customIntegrationId21integrationParameters23keySystemConfigurations05queryI0ACSS_SDySSypGAA03KeyK23ConfigurationCollectionCSDyS2SGSgtcfc":{"name":"init(customIntegrationId:integrationParameters:keySystemConfigurations:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Create a config for a custom DRM integration.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:Se4fromxs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","parent_name":"MultiplatformDRMConfiguration"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8fairplayAA0cdE0CSgvp":{"name":"fairplay","abstract":"

                                                                                                                                                                                                                          The key system configuration for FairPlay.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8widevineAA0cdE0CSgvp":{"name":"widevine","abstract":"

                                                                                                                                                                                                                          The key system configuration for widevine.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8fairplay8widevine13commonHeadersAcA0cdE0CSg_AISDyS2SGtcfc":{"name":"init(fairplay:widevine:commonHeaders:)","abstract":"

                                                                                                                                                                                                                          Create a set of configurations for different key systems.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:Se4fromxs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"KeySystemConfigurationCollection"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC15setHlsDateRangeyySbF":{"name":"setHlsDateRange(_:)","abstract":"

                                                                                                                                                                                                                          Setter for the hlsDateRange property.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC7licenseSSSgvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          The license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC10licenseUrlSSSgvp":{"name":"licenseUrl","abstract":"

                                                                                                                                                                                                                          The URL to fetch the license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC3pipAA16PiPConfigurationCSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          The picture in picture configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC7networkAA07NetworkC0CSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC4cmcdAA17CMCDConfigurationVSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          The CMCD configuration for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC16autoIntegrationsSbvp":{"name":"autoIntegrations","abstract":"

                                                                                                                                                                                                                          Flag that enables the player to automatically look for THEOplayer integration libraries (e.g. THEOlive) and register those on the player instance.","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC5buildAA0aC0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Builds and returns an object of type THEOplayerConfiguration.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/NetworkConfigurationBuilder.html#/s:13THEOplayerSDK27NetworkConfigurationBuilderC9userAgentSSSgvp":{"name":"userAgent","abstract":"

                                                                                                                                                                                                                          The user agent header that the http requests should send.

                                                                                                                                                                                                                          ","parent_name":"NetworkConfigurationBuilder"},"Classes/NetworkConfiguration.html#/s:13THEOplayerSDK20NetworkConfigurationC9userAgentSSSgvp":{"name":"userAgent","abstract":"

                                                                                                                                                                                                                          The user agent header that the http requests should send.

                                                                                                                                                                                                                          ","parent_name":"NetworkConfiguration"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “update”.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC5trackAA0C0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The track that has been updated.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC7qualityAA0D0_pvp":{"name":"quality","abstract":"

                                                                                                                                                                                                                          The quality.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ContentProtectionErrorEvent.html#/s:13THEOplayerSDK27ContentProtectionErrorEventC11errorObjectAA0cdE0_pvp":{"name":"errorObject","abstract":"

                                                                                                                                                                                                                          The ContentProtectionError containing the cause of the content protection error.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionErrorEvent"},"Classes/CurrentSourceChangeEvent.html#/s:13THEOplayerSDK24CurrentSourceChangeEventC07currentD0AA05TypedD0CSgvp":{"name":"currentSource","abstract":"

                                                                                                                                                                                                                          The player’s new current source.

                                                                                                                                                                                                                          ","parent_name":"CurrentSourceChangeEvent"},"Classes/PlayerEvent.html#/s:13THEOplayerSDK11PlayerEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event

                                                                                                                                                                                                                          ","parent_name":"PlayerEvent"},"Classes/PlayerEvent.html#/s:13THEOplayerSDK11PlayerEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"PlayerEvent"},"Classes/AdSkipEvent.html#/s:13THEOplayerSDK11AdSkipEventC16playedPercentageSdSgvp":{"name":"playedPercentage","abstract":"

                                                                                                                                                                                                                          The percentage of the ad that was played when skipped.

                                                                                                                                                                                                                          ","parent_name":"AdSkipEvent"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC36retainPresentationModeOnSourceChangeSbvp":{"name":"retainPresentationModeOnSourceChange","abstract":"

                                                                                                                                                                                                                          Whether the presentation mode should be retained on source changes. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC22requiresLinearPlaybackSbvp":{"name":"requiresLinearPlayback","abstract":"

                                                                                                                                                                                                                          Disables seekability while in native Picture in Picture mode. This can be useful when playing advertisements for instance. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC015nativePictureInG0Sbvp":{"name":"nativePictureInPicture","abstract":"

                                                                                                                                                                                                                          Enable the Native Picture in Picture. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC017canStartPictureInH23AutomaticallyFromInlineSbvp":{"name":"canStartPictureInPictureAutomaticallyFromInline","abstract":"

                                                                                                                                                                                                                          Native Picture in Picture starts automatically when the player is embedded inline and the app transitions to the background. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC5buildAA0cD0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Builds and returns an object of type PiPConfiguration.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC36retainPresentationModeOnSourceChangeSbvp":{"name":"retainPresentationModeOnSourceChange","abstract":"

                                                                                                                                                                                                                          Whether the presentation mode should be retained on source changes. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC22requiresLinearPlaybackSbvp":{"name":"requiresLinearPlayback","abstract":"

                                                                                                                                                                                                                          Disables seekability while in native Picture in Picture mode. This can be useful when playing advertisements for instance. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC015nativePictureInF0Sbvp":{"name":"nativePictureInPicture","abstract":"

                                                                                                                                                                                                                          Enable the Native Picture in Picture. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC017canStartPictureInG23AutomaticallyFromInlineSbvp":{"name":"canStartPictureInPictureAutomaticallyFromInline","abstract":"

                                                                                                                                                                                                                          Native Picture in Picture starts automatically when the player is embedded inline and the app transitions to the background. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdInit":{"name":"AdInit","abstract":"

                                                                                                                                                                                                                          An initializer for a custom Ad.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakInit":{"name":"AdBreakInit","abstract":"

                                                                                                                                                                                                                          An initializer for a custom AdBreak.

                                                                                                                                                                                                                          "},"Classes/PiPConfiguration.html":{"name":"PiPConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the picture-in-picture feature.

                                                                                                                                                                                                                          "},"Classes/PiPConfigurationBuilder.html":{"name":"PiPConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          Builder class for the PiPConfiguration object.

                                                                                                                                                                                                                          "},"Classes/AdSkipEvent.html":{"name":"AdSkipEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the ad was skipped.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdTappedEvent":{"name":"AdTappedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was tapped.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdClickedEvent":{"name":"AdClickedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was clicked. Most of the cases when user clicks on the “Learn More” button.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AddAdEvent":{"name":"AddAdEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was added.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdEvent":{"name":"UpdateAdEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was updated.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AddAdBreakEvent":{"name":"AddAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been added.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdBreakEvent":{"name":"UpdateAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been updated.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)RemoveAdBreakEvent":{"name":"RemoveAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been removed.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakChangeEvent":{"name":"AdBreakChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has changed.

                                                                                                                                                                                                                          "},"Classes/PlayerEvent.html":{"name":"PlayerEvent","abstract":"

                                                                                                                                                                                                                          Represents the base for all other player events.

                                                                                                                                                                                                                          "},"Classes/CurrentSourceChangeEvent.html":{"name":"CurrentSourceChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the current source, which is chosen from SourceDescription.sources, changes.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)EncryptedEvent":{"name":"EncryptedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the player encounters key system initialization data in the media data.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)ContentProtectionSuccessEvent":{"name":"ContentProtectionSuccessEvent","abstract":"

                                                                                                                                                                                                                          Fired when the key is usable for decryption.

                                                                                                                                                                                                                          "},"Classes/ContentProtectionErrorEvent.html":{"name":"ContentProtectionErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CONTENT_PROTECTION_ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ActiveQualityChangedEvent.html":{"name":"ActiveQualityChangedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the media track’s active quality bandwidth changes.

                                                                                                                                                                                                                          "},"Classes/TrackUpdateEvent.html":{"name":"TrackUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when one or more properties of a track have been updated.

                                                                                                                                                                                                                          "},"Classes/NetworkConfiguration.html":{"name":"NetworkConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a network configuration.

                                                                                                                                                                                                                          "},"Classes/NetworkConfigurationBuilder.html":{"name":"NetworkConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          A builder class to help initialize a NetworkConfiguration instance.

                                                                                                                                                                                                                          "},"Classes/THEOplayerConfigurationBuilder.html":{"name":"THEOplayerConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          Builder class for the THEOplayerConfiguration object.

                                                                                                                                                                                                                          "},"Classes/KeySystemConfigurationCollection.html":{"name":"KeySystemConfigurationCollection","abstract":"

                                                                                                                                                                                                                          A set of configurations for different key systems.

                                                                                                                                                                                                                          "},"Classes/MultiplatformDRMConfiguration.html":{"name":"MultiplatformDRMConfiguration","abstract":"

                                                                                                                                                                                                                          A set of DRM parameters.

                                                                                                                                                                                                                          "},"Classes/SourceAbrConfiguration.html":{"name":"SourceAbrConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the ABR configuration for a specific source.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelectionBuilder.html":{"name":"CachingParametersTrackSelectionBuilder","abstract":"

                                                                                                                                                                                                                          A builder to create CachingParametersTrackSelections.

                                                                                                                                                                                                                          "},"Classes/CachingTaskErrorStateChangeEvent.html":{"name":"CachingTaskErrorStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes to .error.

                                                                                                                                                                                                                          "},"Classes/CachingTaskIdleStateChangeEvent.html":{"name":"CachingTaskIdleStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes to .idle.

                                                                                                                                                                                                                          "},"Protocols/EventDispatcherProtocol.html#/s:13THEOplayerSDK23EventDispatcherProtocolP03addC8Listener4type8listenerAA0cG0_pAA0C4TypeCyqd__G_yqd__ctAA0cE0Rd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given type.

                                                                                                                                                                                                                          ","parent_name":"EventDispatcherProtocol"},"Protocols/EventDispatcherProtocol.html#/s:13THEOplayerSDK23EventDispatcherProtocolP06removeC8Listener4type8listeneryAA0C4TypeCyqd__G_AA0cG0_ptAA0cE0Rd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given type.

                                                                                                                                                                                                                          ","parent_name":"EventDispatcherProtocol"},"Classes/EventType.html#/s:13THEOplayerSDK9EventTypeC4nameSSvp":{"name":"name","abstract":"

                                                                                                                                                                                                                          The name of the EventType.

                                                                                                                                                                                                                          ","parent_name":"EventType"},"Classes/EventType.html#/s:13THEOplayerSDK9EventTypeC4nameACyxGSS_tcfc":{"name":"init(name:)","abstract":"

                                                                                                                                                                                                                          Creates a certain EventType.

                                                                                                                                                                                                                          ","parent_name":"EventType"},"Protocols/EventProtocol.html#/s:13THEOplayerSDK13EventProtocolP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event.

                                                                                                                                                                                                                          ","parent_name":"EventProtocol"},"Protocols/EventProtocol.html#/s:13THEOplayerSDK13EventProtocolP4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The Date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"EventProtocol"},"Classes/CurrentTimeEvent.html#/s:13THEOplayerSDK16CurrentTimeEventC07currentD0Sdvp":{"name":"currentTime","abstract":"

                                                                                                                                                                                                                          The current time of the player.

                                                                                                                                                                                                                          ","parent_name":"CurrentTimeEvent"},"Classes/CacheEvent.html#/s:13THEOplayerSDK10CacheEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the event.

                                                                                                                                                                                                                          ","parent_name":"CacheEvent"},"Classes/CacheEvent.html#/s:13THEOplayerSDK10CacheEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"CacheEvent"},"Classes/CacheEvent.html":{"name":"CacheEvent","abstract":"

                                                                                                                                                                                                                          The Cache event object.

                                                                                                                                                                                                                          "},"Classes/CurrentTimeEvent.html":{"name":"CurrentTimeEvent","abstract":"

                                                                                                                                                                                                                          Represents the player events that return the currentTime property.

                                                                                                                                                                                                                          "},"Protocols/EventProtocol.html":{"name":"EventProtocol","abstract":"

                                                                                                                                                                                                                          The Event API which can be used to represent an event.

                                                                                                                                                                                                                          "},"Classes/EventType.html":{"name":"EventType","abstract":"

                                                                                                                                                                                                                          Represents an EventType that conforms to a certain type of EventProtocol T.

                                                                                                                                                                                                                          "},"Protocols/EventDispatcherProtocol.html":{"name":"EventDispatcherProtocol","abstract":"

                                                                                                                                                                                                                          Classes that comform to this protocol can add and remove event listeners.

                                                                                                                                                                                                                          "},"Base%20classes%20%26%20interfaces.html#/s:13THEOplayerSDK18TrackEventProtocolP":{"name":"TrackEventProtocol","abstract":"

                                                                                                                                                                                                                          The base Track Event protocol.

                                                                                                                                                                                                                          "},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3topSivp":{"name":"top","abstract":"

                                                                                                                                                                                                                          The top margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC5rightSivp":{"name":"right","abstract":"

                                                                                                                                                                                                                          The right margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC6bottomSivp":{"name":"bottom","abstract":"

                                                                                                                                                                                                                          The bottom margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC4leftSivp":{"name":"left","abstract":"

                                                                                                                                                                                                                          The left margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3top5right6bottom4leftACSi_S3itcfc":{"name":"init(top:right:bottom:left:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC10horizontal8verticalACSi_Sitcfc":{"name":"init(horizontal:vertical:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3allACSi_tcfc":{"name":"init(all:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC5startSdvp":{"name":"start","abstract":"

                                                                                                                                                                                                                          The start time of the range.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC3endSdvp":{"name":"end","abstract":"

                                                                                                                                                                                                                          The end time of the range.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC5start3endACSd_Sdtcfc":{"name":"init(start:end:)","abstract":"

                                                                                                                                                                                                                          Constructs a TimeRange object.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html":{"name":"TimeRange","abstract":"

                                                                                                                                                                                                                          Helps get information regarding a certain period in the playback.

                                                                                                                                                                                                                          "},"Classes/THEOMargins.html":{"name":"THEOMargins","abstract":"

                                                                                                                                                                                                                          The THEOMargins class is used to define quadruple margins.

                                                                                                                                                                                                                          "},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC7requestAA7RequestCvp":{"name":"request","abstract":"

                                                                                                                                                                                                                          The request for which the response is being returned.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL from which the response was returned. This might have been redirected transparently.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC6statusSivp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The status code as returned in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC10statusTextSSvp":{"name":"statusText","abstract":"

                                                                                                                                                                                                                          The status text as returned in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC7headersSDyS2SGvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP headers as returned by the server.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC4body10Foundation4DataVvp":{"name":"body","abstract":"

                                                                                                                                                                                                                          The body of the response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL of the server to which the request is sent.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC6methodSSvp":{"name":"method","abstract":"

                                                                                                                                                                                                                          The method of the HTTP request, for example: GET, POST or PUT.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC7headersSDyS2SGvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP request headers to be sent to the server.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC4body10Foundation4DataVSgvp":{"name":"body","abstract":"

                                                                                                                                                                                                                          The body of the request. Will be nil for GET requests.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC3url6method7headers4bodyACSS_SSSDyS2SG10Foundation4DataVSgtcfc":{"name":"init(url:method:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a new HTTP request.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Enums/KeySystemId.html#/s:13THEOplayerSDK11KeySystemIdO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"KeySystemId"},"Classes/LicenseRequest.html#/s:13THEOplayerSDK14LicenseRequestC14fairplaySkdUrlSSSgvp":{"name":"fairplaySkdUrl","abstract":"

                                                                                                                                                                                                                          The SKD URL

                                                                                                                                                                                                                          ","parent_name":"LicenseRequest"},"Classes/LicenseRequest.html#/s:13THEOplayerSDK14LicenseRequestC3url6method7headers4body14fairplaySkdUrl14useCredentialsACSS_SSSDyS2SG10Foundation4DataVSgSSSgSbtcfc":{"name":"init(url:method:headers:body:fairplaySkdUrl:useCredentials:)","abstract":"

                                                                                                                                                                                                                          Creates a new LicenseRequest for the given URL.

                                                                                                                                                                                                                          ","parent_name":"LicenseRequest"},"Classes/LicenseResponse.html#/s:13THEOplayerSDK15LicenseResponseC14licenseRequest3url6status0H4Text7headers4bodyAcA0cF0C_SSSiSSSDyS2SG10Foundation4DataVtcfc":{"name":"init(licenseRequest:url:status:statusText:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a LicenseResponse.

                                                                                                                                                                                                                          ","parent_name":"LicenseResponse"},"Classes/CertificateResponse.html#/s:13THEOplayerSDK19CertificateResponseC18certificateRequest3url6status0H4Text7headers4bodyAcA0cF0C_SSSiSSSDyS2SG10Foundation4DataVtcfc":{"name":"init(certificateRequest:url:status:statusText:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a CertificateResponse.

                                                                                                                                                                                                                          ","parent_name":"CertificateResponse"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onCertificateRequestWithRequest:callback:":{"name":"onCertificateRequest(request:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a new certificate is about to be sent.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onCertificateResponseWithResponse:callback:":{"name":"onCertificateResponse(response:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a certificate returns a response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onLicenseRequestWithRequest:callback:":{"name":"onLicenseRequest(request:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a new license is about to be sent.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onLicenseResponseWithResponse:callback:":{"name":"onLicenseResponse(response:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a license returns a response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onExtractFairplayContentIdWithSkdUrl:callback:":{"name":"onExtractFairplayContentId(skdUrl:callback:)","abstract":"

                                                                                                                                                                                                                          A function to extract the Fairplay content ID from the key URI, as given by the URI attribute of the #EXT-X-KEY tag in the HLS playlist (m3u8).

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html":{"name":"ContentProtectionIntegration","abstract":"

                                                                                                                                                                                                                          This ContentProtectionIntegration defines some methods to alter license and certificate requests and responses.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/s:13THEOplayerSDK35ContentProtectionIntegrationFactoryP":{"name":"ContentProtectionIntegrationFactory","abstract":"

                                                                                                                                                                                                                          Factory pattern to createContentProtectionIntegration.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)CertificateRequestCallback":{"name":"CertificateRequestCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the modified CertificateRequest.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)CertificateResponseCallback":{"name":"CertificateResponseCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the actual certificate, or an Error in case of failure.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)LicenseRequestCallback":{"name":"LicenseRequestCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the modified LicenseRequest.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)LicenseResponseCallback":{"name":"LicenseResponseCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the actual license, or an Error in case of failure.

                                                                                                                                                                                                                          "},"Classes/CertificateResponse.html":{"name":"CertificateResponse","abstract":"

                                                                                                                                                                                                                          The certificate response.

                                                                                                                                                                                                                          "},"Classes/LicenseResponse.html":{"name":"LicenseResponse","abstract":"

                                                                                                                                                                                                                          The license response.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(cs)CertificateRequest":{"name":"CertificateRequest","abstract":"

                                                                                                                                                                                                                          A certificate request.

                                                                                                                                                                                                                          "},"Classes/LicenseRequest.html":{"name":"LicenseRequest","abstract":"

                                                                                                                                                                                                                          A license request.

                                                                                                                                                                                                                          "},"Enums/KeySystemId.html":{"name":"KeySystemId","abstract":"

                                                                                                                                                                                                                          Name of the key system.

                                                                                                                                                                                                                          "},"Classes/Request.html":{"name":"Request","abstract":"

                                                                                                                                                                                                                          Represents an HTTP request made by the player, such as a certificate request, license request, or discovery request.

                                                                                                                                                                                                                          "},"Classes/Response.html":{"name":"Response","abstract":"

                                                                                                                                                                                                                          Represents an HTTP response received by the player, such as a certificate response, license response, or discovery response.

                                                                                                                                                                                                                          "},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP8strategyAA24ABRStrategyConfigurationCvp":{"name":"strategy","abstract":"

                                                                                                                                                                                                                          The strategy to use to drive the adaptive bitrate behavior of the player. This configuration will only work with THEOlive and Millicast streams and will not have any effect for other types of streams.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP12targetBufferSdvp":{"name":"targetBuffer","abstract":"

                                                                                                                                                                                                                          The amount of seconds of video to buffer in advance.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP20preferredPeakBitRateSdvp":{"name":"preferredPeakBitRate","abstract":"

                                                                                                                                                                                                                          The desired limit, in bits per second, of network bandwidth consumption. Defaults to 0, which indicates there is no limit.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP26preferredMaximumResolutionSo6CGSizeVvp":{"name":"preferredMaximumResolution","abstract":"

                                                                                                                                                                                                                          The desired maximum resolution of a video that is to be downloaded. Defaults to CGSizeZero, which indicates there is no limit on the video resolution.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC4typeAA0C4TypeOvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of strategy used for ABR.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC8metadataAA11ABRMetadataCSgvp":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The metadata used for ABR.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC4type8metadataAcA0C4TypeO_AA11ABRMetadataCSgtcfc":{"name":"init(type:metadata:)","abstract":"

                                                                                                                                                                                                                          Constructs an ABRStrategyConfiguration given an ABRStrategyType enum member and an ABRMetadata struct.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRMetadata.html#/s:13THEOplayerSDK11ABRMetadataC7bitrateSdSgvp":{"name":"bitrate","abstract":"

                                                                                                                                                                                                                          Specifying the bitrate allows you to initially cap the bandwidth consumption to a specified bitrate, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"ABRMetadata"},"Classes/ABRMetadata.html#/s:13THEOplayerSDK11ABRMetadataC7bitrateACSd_tcfc":{"name":"init(bitrate:)","abstract":"

                                                                                                                                                                                                                          Constructs an ABRMetadata struct given a bitrate.

                                                                                                                                                                                                                          ","parent_name":"ABRMetadata"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO11performanceyA2CmF":{"name":"performance","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on the performance of the player.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO7qualityyA2CmF":{"name":"quality","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on displaying the best visual quality to the end-user as fast as possible.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO9bandwidthyA2CmF":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on displaying the most optimal quality based on the ABR metadata passed in with the ABRStrategyConfiguration, by initially capping the bitrate to match the provided bitrate in the ABR metadata.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html":{"name":"ABRStrategyType","abstract":"

                                                                                                                                                                                                                          The different adaptive bitrate (ABR) strategies. This configuration will only work with THEOlive and Millicast streams and will not have any effect for other types of streams.

                                                                                                                                                                                                                          "},"Classes/ABRMetadata.html":{"name":"ABRMetadata","abstract":"

                                                                                                                                                                                                                          The ABRMetadata specifies extra metadata that can be used to drive the ABR behavior of the player.

                                                                                                                                                                                                                          "},"Classes/ABRStrategyConfiguration.html":{"name":"ABRStrategyConfiguration","abstract":"

                                                                                                                                                                                                                          An object specifying strategy and metadata that the player will use for initial playback.

                                                                                                                                                                                                                          "},"Protocols/ABRConfiguration.html":{"name":"ABRConfiguration","abstract":"

                                                                                                                                                                                                                          The ABR object enables control of the adaptive bitrate behavior of the player.

                                                                                                                                                                                                                          "},"Structs/CachingTaskEventTypes.html#/s:13THEOplayerSDK21CachingTaskEventTypesV12STATE_CHANGEAA0E4TypeCyAA05CacheE0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskEventTypes"},"Structs/CachingTaskEventTypes.html#/s:13THEOplayerSDK21CachingTaskEventTypesV8PROGRESSAA0E4TypeCyAA05CacheE0CGvpZ":{"name":"PROGRESS","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask downloads additional segments.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskEventTypes"},"Structs/CacheEventTypes.html#/s:13THEOplayerSDK15CacheEventTypesV12STATE_CHANGEAA0D4TypeCyAA0cD0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the Cache.status changes.

                                                                                                                                                                                                                          ","parent_name":"CacheEventTypes"},"Structs/CacheEventTypes.html":{"name":"CacheEventTypes","abstract":"

                                                                                                                                                                                                                          The CacheEvent types.

                                                                                                                                                                                                                          "},"Structs/CachingTaskEventTypes.html":{"name":"CachingTaskEventTypes","abstract":"

                                                                                                                                                                                                                          The CachingTask event types.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CacheStateChangeEvent":{"name":"CacheStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the Cache.status changes.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CachingTaskStateChangeEvent":{"name":"CachingTaskStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CachingTaskProgressEvent":{"name":"CachingTaskProgressEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask downloads additional segments.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelection.html#/s:13THEOplayerSDK31CachingParametersTrackSelectionC05audioeF0SaySSGvp":{"name":"audioTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelection"},"Classes/CachingParametersTrackSelection.html#/s:13THEOplayerSDK31CachingParametersTrackSelectionC04texteF0SaySSGvp":{"name":"textTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelection"},"Protocols/CachingTaskLicense.html#/s:13THEOplayerSDK18CachingTaskLicenseP5renewyyF":{"name":"renew()","abstract":"

                                                                                                                                                                                                                          Renews all the licenses associated with this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskLicense"},"Protocols/CachingTaskLicense.html#/s:13THEOplayerSDK18CachingTaskLicenseP5renewyyAA16DRMConfiguration_pF":{"name":"renew(_:)","abstract":"

                                                                                                                                                                                                                          Renews all the licenses associated with this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskLicense"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC14expirationDate10Foundation0F0Vvp":{"name":"expirationDate","abstract":"

                                                                                                                                                                                                                          The expiration date for the cached data.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC9bandwidthSiSgvp":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          An approximation of the desired bandwidth, defaults to the highest bandwidth possible.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC20allowsCellularAccessSbvp":{"name":"allowsCellularAccess","abstract":"

                                                                                                                                                                                                                          An indication of caching data only on WIFI or on cellular data too. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC23preferredTrackSelectionAA0cdfG0Cvp":{"name":"preferredTrackSelection","abstract":"

                                                                                                                                                                                                                          An indication of preferred tracks to be used for offline playback.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC7networkAA20NetworkConfigurationCSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC14expirationDate9bandwidth20allowsCellularAccess23preferredTrackSelection7networkAC10Foundation0F0VSg_SiSgSbAA0cdlM0CSgAA20NetworkConfigurationCSgtcfc":{"name":"init(expirationDate:bandwidth:allowsCellularAccess:preferredTrackSelection:network:)","abstract":"

                                                                                                                                                                                                                          Constructs a CachingParameters.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Enums/CachingTaskStatus.html#/s:13THEOplayerSDK17CachingTaskStatusO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskStatus"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6statusAA0cD6StatusOvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The current CachingTaskStatus.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6sourceAA17SourceDescriptionCvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          The SourceDescription processed by this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP10parametersAA0C10ParametersCvp":{"name":"parameters","abstract":"

                                                                                                                                                                                                                          The CachingParameters for this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP8durationSdvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The amount of content that will be available after this task has finished, in seconds.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6cachedSayAA9TimeRangeCGvp":{"name":"cached","abstract":"

                                                                                                                                                                                                                          List of TimeRange indicating which data is currently cached.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP13secondsCachedSdvp":{"name":"secondsCached","abstract":"

                                                                                                                                                                                                                          The amount of content that has already been cached, in seconds.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP16percentageCachedSdvp":{"name":"percentageCached","abstract":"

                                                                                                                                                                                                                          The percentage of content that has already been cached, between 0 and 1.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP11bytesCachedSuvp":{"name":"bytesCached","abstract":"

                                                                                                                                                                                                                          The amount of bytes that have already been cached.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5bytesSivp":{"name":"bytes","abstract":"

                                                                                                                                                                                                                          The estimation of the amount this task will download and store, in bytes.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Starts downloading the stream and stores it on the device.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6removeyyF":{"name":"remove()","abstract":"

                                                                                                                                                                                                                          Removes the task and tries to evict all associated streaming elements.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5pauseyyF":{"name":"pause()","abstract":"

                                                                                                                                                                                                                          Pauses downloading the stream.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP4move2toy10Foundation3URLV_tKF":{"name":"move(to:)","abstract":"

                                                                                                                                                                                                                          Moves the downloaded stream assets to the specified URL.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP7licenseAA0cD7License_pvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          A controller for license related queries and operations.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP7networkAA7Network_pvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The Network API.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP16addEventListener4type8listenerAA0fG0_pAA0F4TypeCyqd__G_yqd__ctAA0F8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP19removeEventListener4type8listeneryAA0F4TypeCyqd__G_AA0fG0_ptAA0F8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener of the given CachingTaskEventType.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Enums/CacheStatus.html#/s:13THEOplayerSDK11CacheStatusO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CacheStatus"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP6statusAA0C6StatusOvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          Indicates the CacheStatus.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP5tasksSayAA11CachingTask_pGvp":{"name":"tasks","abstract":"

                                                                                                                                                                                                                          The list of all caching tasks.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP10createTask6source10parametersAA07CachingE0_pSgAA17SourceDescriptionC_AA0H10ParametersCSgtF":{"name":"createTask(source:parameters:)","abstract":"

                                                                                                                                                                                                                          Creates a CachingTask which will be used to cache the provided source, abiding to the provided parameters.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener for the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html":{"name":"Cache","abstract":"

                                                                                                                                                                                                                          The caching API allows to store a streaming source on the user’s device.

                                                                                                                                                                                                                          "},"Enums/CacheStatus.html":{"name":"CacheStatus","abstract":"

                                                                                                                                                                                                                          Indicates the status of the Cache.

                                                                                                                                                                                                                          "},"Protocols/CachingTask.html":{"name":"CachingTask","abstract":"

                                                                                                                                                                                                                          Represents a caching task.

                                                                                                                                                                                                                          "},"Enums/CachingTaskStatus.html":{"name":"CachingTaskStatus","abstract":"

                                                                                                                                                                                                                          The status of a caching task.

                                                                                                                                                                                                                          "},"Classes/CachingParameters.html":{"name":"CachingParameters","abstract":"

                                                                                                                                                                                                                          The configuration of a caching task.

                                                                                                                                                                                                                          "},"Protocols/CachingTaskLicense.html":{"name":"CachingTaskLicense","abstract":"

                                                                                                                                                                                                                          The caching task license controller which can be used to renew the license.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelection.html":{"name":"CachingParametersTrackSelection","abstract":"

                                                                                                                                                                                                                          An object that represents a CachingParametersTrackSelection.

                                                                                                                                                                                                                          "},"Cache%20API.html#/s:13THEOplayerSDK21CacheStatusIdleReasonO":{"name":"CacheStatusIdleReason","abstract":"

                                                                                                                                                                                                                          The reason behind IDLE status change.

                                                                                                                                                                                                                          "},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO13CONFIGURATIONyA2CmF":{"name":"CONFIGURATION","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the configuration.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO7LICENSEyA2CmF":{"name":"LICENSE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the license.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO6SOURCEyA2CmF":{"name":"SOURCE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the source.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8MANIFESTyA2CmF":{"name":"MANIFEST","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the manifest.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO5MEDIAyA2CmF":{"name":"MEDIA","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the media.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO7NETWORKyA2CmF":{"name":"NETWORK","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the network.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO18CONTENT_PROTECTIONyA2CmF":{"name":"CONTENT_PROTECTION","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the content protection.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8SUBTITLEyA2CmF":{"name":"SUBTITLE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the subtitles.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO2VRyA2CmF":{"name":"VR","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to VR.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO3ADSyA2CmF":{"name":"ADS","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to ads.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO10FULLSCREENyA2CmF":{"name":"FULLSCREEN","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to fullscreen.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO5CACHEyA2CmF":{"name":"CACHE","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to caching.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8THEOLIVEyA2CmF":{"name":"THEOLIVE","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to THEOlive.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO9MILLICASTyA2CmF":{"name":"MILLICAST","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to Millicast.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19CONFIGURATION_ERRORyA2CmF":{"name":"CONFIGURATION_ERROR","abstract":"

                                                                                                                                                                                                                          The configuration provided is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13LICENSE_ERRORyA2CmF":{"name":"LICENSE_ERROR","abstract":"

                                                                                                                                                                                                                          The license provided is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO22LICENSE_INVALID_DOMAINyA2CmF":{"name":"LICENSE_INVALID_DOMAIN","abstract":"

                                                                                                                                                                                                                          The provided license does not contain the current domain.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO22LICENSE_INVALID_SOURCEyA2CmF":{"name":"LICENSE_INVALID_SOURCE","abstract":"

                                                                                                                                                                                                                          The current source is not allowed in the license provided.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO15LICENSE_EXPIREDyA2CmF":{"name":"LICENSE_EXPIRED","abstract":"

                                                                                                                                                                                                                          The license has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23LICENSE_INVALID_FEATUREyA2CmF":{"name":"LICENSE_INVALID_FEATURE","abstract":"

                                                                                                                                                                                                                          The provided license does not contain the necessary feature.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO14SOURCE_INVALIDyA2CmF":{"name":"SOURCE_INVALID","abstract":"

                                                                                                                                                                                                                          The source provided is not valid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20SOURCE_NOT_SUPPORTEDyA2CmF":{"name":"SOURCE_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The provided source is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MANIFEST_LOAD_ERRORyA2CmF":{"name":"MANIFEST_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          The manifest could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MANIFEST_CORS_ERRORyA2CmF":{"name":"MANIFEST_CORS_ERROR","abstract":"

                                                                                                                                                                                                                          An Error related to Cross-origin resource sharing (CORS).

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MANIFEST_PARSE_ERRORyA2CmF":{"name":"MANIFEST_PARSE_ERROR","abstract":"

                                                                                                                                                                                                                          The manifest could not be parsed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MEDIA_NOT_SUPPORTEDyA2CmF":{"name":"MEDIA_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The media is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO16MEDIA_LOAD_ERRORyA2CmF":{"name":"MEDIA_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          The media could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO18MEDIA_DECODE_ERRORyA2CmF":{"name":"MEDIA_DECODE_ERROR","abstract":"

                                                                                                                                                                                                                          The media could not be decoded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MEDIA_AVPLAYER_ERRORyA2CmF":{"name":"MEDIA_AVPLAYER_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to playback through AVPlayer in the iOS or tvOS SDK.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13MEDIA_ABORTEDyA2CmF":{"name":"MEDIA_ABORTED","abstract":"

                                                                                                                                                                                                                          The fetching process for the media resource was aborted by the user agent at the user’s request.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MEDIA_INTERNAL_ERRORyA2CmF":{"name":"MEDIA_INTERNAL_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong in the internal logic of the media pipeline.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13NETWORK_ERRORyA2CmF":{"name":"NETWORK_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to network has been detected.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO15NETWORK_TIMEOUTyA2CmF":{"name":"NETWORK_TIMEOUT","abstract":"

                                                                                                                                                                                                                          The network has timed out.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO24CONTENT_PROTECTION_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to the content protection.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO32CONTENT_PROTECTION_NOT_SUPPORTEDyA2CmF":{"name":"CONTENT_PROTECTION_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The DRM provided is not supported on this platform.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO40CONTENT_PROTECTION_CONFIGURATION_MISSINGyA2CmF":{"name":"CONTENT_PROTECTION_CONFIGURATION_MISSING","abstract":"

                                                                                                                                                                                                                          The media is DRM protected, but no content protection configuration was provided.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO40CONTENT_PROTECTION_CONFIGURATION_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_CONFIGURATION_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection configuration is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO41CONTENT_PROTECTION_INITIALIZATION_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_INITIALIZATION_INVALID","abstract":"

                                                                                                                                                                                                                          The DRM initialization data could not be parsed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO36CONTENT_PROTECTION_CERTIFICATE_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_CERTIFICATE_ERROR","abstract":"

                                                                                                                                                                                                                          The content protection’s certificate could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO38CONTENT_PROTECTION_CERTIFICATE_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_CERTIFICATE_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection’s certificate is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO32CONTENT_PROTECTION_LICENSE_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_LICENSE_ERROR","abstract":"

                                                                                                                                                                                                                          The content protection’s license could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO34CONTENT_PROTECTION_LICENSE_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_LICENSE_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection’s license is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CONTENT_PROTECTION_KEY_EXPIREDyA2CmF":{"name":"CONTENT_PROTECTION_KEY_EXPIRED","abstract":"

                                                                                                                                                                                                                          The content protection’s key has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CONTENT_PROTECTION_KEY_MISSINGyA2CmF":{"name":"CONTENT_PROTECTION_KEY_MISSING","abstract":"

                                                                                                                                                                                                                          The content protection’s key is missing.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO36CONTENT_PROTECTION_OUTPUT_RESTRICTEDyA2CmF":{"name":"CONTENT_PROTECTION_OUTPUT_RESTRICTED","abstract":"

                                                                                                                                                                                                                          All qualities require HDCP, but the current output does not fulfill HDCP requirements.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33CONTENT_PROTECTION_INTERNAL_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_INTERNAL_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong in the internal logic of the content protection system.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33CONTENT_PROTECTION_DEVICE_REVOKEDyA2CmF":{"name":"CONTENT_PROTECTION_DEVICE_REVOKED","abstract":"

                                                                                                                                                                                                                          The content protection system has revoked this device, so it can no longer play protected content.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO37CONTENT_PROTECTION_PROVISIONING_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_PROVISIONING_ERROR","abstract":"

                                                                                                                                                                                                                          The device could not be provisioned with the credentials it needs to play protected content.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19SUBTITLE_LOAD_ERRORyA2CmF":{"name":"SUBTITLE_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          Loading subtitles has failed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19SUBTITLE_CORS_ERRORyA2CmF":{"name":"SUBTITLE_CORS_ERROR","abstract":"

                                                                                                                                                                                                                          Loading subtitles has failed due to CORS.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20SUBTITLE_PARSE_ERRORyA2CmF":{"name":"SUBTITLE_PARSE_ERROR","abstract":"

                                                                                                                                                                                                                          Parsing subtitles has failed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23VR_PLATFORM_UNSUPPORTEDyA2CmF":{"name":"VR_PLATFORM_UNSUPPORTED","abstract":"

                                                                                                                                                                                                                          This error occurs when VR is not supported on the current platform.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO21VR_PRESENTATION_ERRORyA2CmF":{"name":"VR_PRESENTATION_ERROR","abstract":"

                                                                                                                                                                                                                          Changing the presentation to VR was not possible.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19VR_PERMISSION_ERRORyA2CmF":{"name":"VR_PERMISSION_ERROR","abstract":"

                                                                                                                                                                                                                          The right permissions to enable native VR were not given to the player.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO8AD_ERRORyA2CmF":{"name":"AD_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with an ad.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19AD_BLOCKER_DETECTEDyA2CmF":{"name":"AD_BLOCKER_DETECTED","abstract":"

                                                                                                                                                                                                                          An ad blocker has been detected.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO16FULLSCREEN_ERRORyA2CmF":{"name":"FULLSCREEN_ERROR","abstract":"

                                                                                                                                                                                                                          Changing the presentation to fullscreen was not possible.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO18CACHE_SOURCE_ERRORyA2CmF":{"name":"CACHE_SOURCE_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong while caching a source.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CACHE_CONTENT_PROTECTION_ERRORyA2CmF":{"name":"CACHE_CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong while caching content protection’s license.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23THEO_LIVE_UNKNOWN_ERRORyA2CmF":{"name":"THEO_LIVE_UNKNOWN_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with THEOlive playback.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO27THEO_LIVE_CHANNEL_NOT_FOUNDyA2CmF":{"name":"THEO_LIVE_CHANNEL_NOT_FOUND","abstract":"

                                                                                                                                                                                                                          The THEOlive channel could not be played because it was not found. This can be because it was never created, it has been deleted or locked.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO21THEO_LIVE_END_OF_DEMOyA2CmF":{"name":"THEO_LIVE_END_OF_DEMO","abstract":"

                                                                                                                                                                                                                          The THEOlive channel is a demo channel and the demo window has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO25THEO_LIVE_ANALYTICS_ERRORyA2CmF":{"name":"THEO_LIVE_ANALYTICS_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occurred regarding THEOlive analytics.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23MILLICAST_UNKNOWN_ERRORyA2CmF":{"name":"MILLICAST_UNKNOWN_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with Millicast playback.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MILLICAST_HTTP_ERRORyA2CmF":{"name":"MILLICAST_HTTP_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured regarding HTTP requests in Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33MILLICAST_ABR_CONFIGURATION_ERRORyA2CmF":{"name":"MILLICAST_ABR_CONFIGURATION_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured during ABR configuration in Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO31MILLICAST_TRACK_DISABLING_ERRORyA2CmF":{"name":"MILLICAST_TRACK_DISABLING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when disabling a Millicast remote track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30MILLICAST_TRACK_ENABLING_ERRORyA2CmF":{"name":"MILLICAST_TRACK_ENABLING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when enabling a Millicast remote track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO26MILLICAST_DISCONNECT_ERRORyA2CmF":{"name":"MILLICAST_DISCONNECT_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when disconnecting the millicast client

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO25MILLICAST_SUBSCRIBE_ERRORyA2CmF":{"name":"MILLICAST_SUBSCRIBE_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when attempting to subscribe to Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO26MILLICAST_SET_VOLUME_ERRORyA2CmF":{"name":"MILLICAST_SET_VOLUME_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when attempting to set volume on an audio track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO31MILLCAST_WEBRTC_SIGNALING_ERRORyA2CmF":{"name":"MILLCAST_WEBRTC_SIGNALING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occurred during WebRTC signaling with the millicast media server.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP8userInfoSDySSypGSgvp":{"name":"userInfo","abstract":"

                                                                                                                                                                                                                          The userInfo dictionary for the error, if more details are available.

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP08avPlayerD4CodeSo7AVErrorVSgvp":{"name":"avPlayerErrorCode","abstract":"

                                                                                                                                                                                                                          The parsed error code of the underlying AVplayer error, if available

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP08avPlayerD0SC7AVErrorLeVSgvp":{"name":"avPlayerError","abstract":"

                                                                                                                                                                                                                          The underlying AVplayer error, if available

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP3urlSSSgvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL that was used.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP6statusSivp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The HTTP status code.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP12errorCommentSSSgvp":{"name":"errorComment","abstract":"

                                                                                                                                                                                                                          The error comment which might contain the HTTP status code.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP9timestamp10Foundation4DateVvp":{"name":"timestamp","abstract":"

                                                                                                                                                                                                                          The date at which the error occured.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP4codeAA0C4CodeOvp":{"name":"code","abstract":"

                                                                                                                                                                                                                          A THEOErrorCode that indicates the type of error that has occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP8categoryAA13ErrorCategoryOvp":{"name":"category","abstract":"

                                                                                                                                                                                                                          An ErrorCategory that indicates the category of the error that has occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP5causeAA13THEOBaseError_pSgvp":{"name":"cause","abstract":"

                                                                                                                                                                                                                          The underlying cause of this error, if known.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP4nameSSvp":{"name":"name","abstract":"

                                                                                                                                                                                                                          The name of the error.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP7messageSSvp":{"name":"message","abstract":"

                                                                                                                                                                                                                          The message of the error aimed at the user.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP5stackSaySSGSgvp":{"name":"stack","abstract":"

                                                                                                                                                                                                                          A stack-trace up until the error occured.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html":{"name":"THEOBaseError","abstract":"

                                                                                                                                                                                                                          A basic error that is thrown by THEOPlayer.

                                                                                                                                                                                                                          "},"Protocols/THEOError.html":{"name":"THEOError","abstract":"

                                                                                                                                                                                                                          An error that is thrown by THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/NetworkError.html":{"name":"NetworkError","abstract":"

                                                                                                                                                                                                                          A network error.

                                                                                                                                                                                                                          "},"Protocols/AVPlayerError.html":{"name":"AVPlayerError","abstract":"

                                                                                                                                                                                                                          An error that is thrown by AVPlayer.

                                                                                                                                                                                                                          "},"Enums/THEOErrorCode.html":{"name":"THEOErrorCode","abstract":"

                                                                                                                                                                                                                          A code that indicates the type of error that has occurred.

                                                                                                                                                                                                                          "},"Enums/ErrorCategory.html":{"name":"ErrorCategory","abstract":"

                                                                                                                                                                                                                          The Error category a TheoErrorCode belongs to.

                                                                                                                                                                                                                          "},"Classes/NetworkErrorEvent.html#/s:13THEOplayerSDK17NetworkErrorEventC5errorAA0cD0_pSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          A NetworkError instance containing information about the error.

                                                                                                                                                                                                                          ","parent_name":"NetworkErrorEvent"},"Classes/NetworkErrorEvent.html#/s:13THEOplayerSDK17NetworkErrorEventC9transientSbvp":{"name":"transient","abstract":"

                                                                                                                                                                                                                          Signaling that the current NetworkError is potentially recoverable with retries.

                                                                                                                                                                                                                          ","parent_name":"NetworkErrorEvent"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV5ERRORAA0D4TypeCyAA0c5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV20ENTER_BADNETWORKMODEAA0D4TypeCyAA08EnterBadc4ModeD0CGvpZ":{"name":"ENTER_BADNETWORKMODE","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV19EXIT_BADNETWORKMODEAA0D4TypeCyAA07ExitBadc4ModeD0CGvpZ":{"name":"EXIT_BADNETWORKMODE","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html":{"name":"NetworkEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Network events.

                                                                                                                                                                                                                          "},"Classes/NetworkErrorEvent.html":{"name":"NetworkErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when NetworkEventTypes.ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Type of the event, defaults to “aspectratiochange”.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC06aspectD0AA0cD0Ovp":{"name":"aspectRatio","abstract":"

                                                                                                                                                                                                                          The new AspectRatio of the view.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Fullscreen%20Events.html#/s:13THEOplayerSDK20FullscreenEventTypesV":{"name":"FullscreenEventTypes","abstract":"

                                                                                                                                                                                                                          The types of events related to fullscreen.

                                                                                                                                                                                                                          "},"Classes/AspectRatioChangeEvent.html":{"name":"AspectRatioChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown when the aspect ratio property of the player has changed.

                                                                                                                                                                                                                          "},"Protocols/FullscreenPresentationDelegate.html#/s:13THEOplayerSDK30FullscreenPresentationDelegateP7present14viewController10completionyAA0c4ViewH0C_yyctF":{"name":"present(viewController:completion:)","abstract":"

                                                                                                                                                                                                                          Method which gets called when the fullscreen view controller is ready to be presented.

                                                                                                                                                                                                                          ","parent_name":"FullscreenPresentationDelegate"},"Protocols/FullscreenPresentationDelegate.html#/s:13THEOplayerSDK30FullscreenPresentationDelegateP7dismiss14viewController10completionyAA0c4ViewH0C_yyctF":{"name":"dismiss(viewController:completion:)","abstract":"

                                                                                                                                                                                                                          Method which gets called when the fullscreen view controller is ready to be dismissed.

                                                                                                                                                                                                                          ","parent_name":"FullscreenPresentationDelegate"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO3fityA2CmF":{"name":"fit","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that all content fits inside its bounding box, keeping the original aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO4fillyA2CmF":{"name":"fill","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that all content fits inside the bounding box which will be stretched to fill the entire bounding box.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO10aspectFillyA2CmF":{"name":"aspectFill","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that the content fills up the entire bounding box, keeping the original aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP30supportedInterfaceOrientationsSo26UIInterfaceOrientationMaskVvp":{"name":"supportedInterfaceOrientations","abstract":"

                                                                                                                                                                                                                          The supported interface orientations for fullscreen mode as a UIInterfaceOrientationMask.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP14viewControllerAA0c4ViewE0CSgvp":{"name":"viewController","abstract":"

                                                                                                                                                                                                                          When in fullscreen presentation mode returns the FullscreenViewController that contains the player. Returns nil otherwise.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP19viewControllerClassAA0c4ViewE0CmSgvp":{"name":"viewControllerClass","abstract":"

                                                                                                                                                                                                                          The type of the FullscreenViewController that will be presented when the player goes to fullscreen presentation mode.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP20presentationDelegateAA0c12PresentationE0_pSgvp":{"name":"presentationDelegate","abstract":"

                                                                                                                                                                                                                          The fullscreen delegate which allows control over the presentation of the fullscreen view controller. Setting it will override the default behavior.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP33setSupportedInterfaceOrientations09supportedfG0ySo26UIInterfaceOrientationMaskV_tF":{"name":"setSupportedInterfaceOrientations(supportedInterfaceOrientations:)","abstract":"

                                                                                                                                                                                                                          Sets the supported interface orientations for fullscreen mode.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener for the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html":{"name":"Fullscreen","abstract":"

                                                                                                                                                                                                                          The Fullscreen object helps you configure the settings of the fullscreen mode.

                                                                                                                                                                                                                          "},"Enums/AspectRatio.html":{"name":"AspectRatio","abstract":"

                                                                                                                                                                                                                          Specifies an aspect ratio for the player when in fullscreen mode.

                                                                                                                                                                                                                          "},"Fullscreen%20API.html#/c:@M@THEOplayerSDK@objc(cs)FullscreenViewController":{"name":"FullscreenViewController","abstract":"

                                                                                                                                                                                                                          The Fullscreen view controller class that presents the player when the PresentationMode is set to fullscreen."},"Protocols/FullscreenPresentationDelegate.html":{"name":"FullscreenPresentationDelegate","abstract":"

                                                                                                                                                                                                                          The fullscreen delegate which allows control over the presentation of the fullscreen view controller.

                                                                                                                                                                                                                          "},"Protocols/AVPictureInPictureControllerDelegateExtended.html#/c:@M@THEOplayerSDK@objc(pl)AVPictureInPictureControllerDelegateExtended(im)pictureInPictureDidBecomePossible":{"name":"pictureInPictureDidBecomePossible()","abstract":"

                                                                                                                                                                                                                          Called when the value of AVPictureInPictureController.isPictureInPicturePossible changes to true.

                                                                                                                                                                                                                          ","parent_name":"AVPictureInPictureControllerDelegateExtended"},"Protocols/AVPictureInPictureControllerDelegateExtended.html#/c:@M@THEOplayerSDK@objc(pl)AVPictureInPictureControllerDelegateExtended(im)pictureInPictureDidBecomeNotPossible":{"name":"pictureInPictureDidBecomeNotPossible()","abstract":"

                                                                                                                                                                                                                          Called when the value of AVPictureInPictureController.isPictureInPicturePossible changes to false.

                                                                                                                                                                                                                          ","parent_name":"AVPictureInPictureControllerDelegateExtended"},"Enums/PictureInPictureCorner.html#/s:13THEOplayerSDK09PictureInC6CornerO7defaultACvpZ":{"name":"default","abstract":"

                                                                                                                                                                                                                          The default corner is bottom right

                                                                                                                                                                                                                          ","parent_name":"PictureInPictureCorner"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P13currentCornerAA0cdcF0OSgvp":{"name":"currentCorner","abstract":"

                                                                                                                                                                                                                          The current PictureInPictureCorner the PiP view is displayed in.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P9configure7movable13defaultCorner5scale10visibility6marginySbSg_AA0cdcH0OSgSfSgSdSgAA11THEOMarginsCSgtF":{"name":"configure(movable:defaultCorner:scale:visibility:margin:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P06nativecdC8DelegateSo09AVPicturedc10ControllerF0_pSgvp":{"name":"nativePictureInPictureDelegate","abstract":"

                                                                                                                                                                                                                          The protocol that defines the methods to respond to Picture in Picture events.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P9configure13configurationyAA16PiPConfigurationC_tF":{"name":"configure(configuration:)","abstract":"

                                                                                                                                                                                                                          Sets the picture-in-picture configuration dynamically.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scaleySbSg_AA0cdcH0OSgSfSgtF":{"name":"configure(movable:defaultCorner:scale:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scale10visibilityySbSg_AA0cdcH0OSgSfSgSdSgtF":{"name":"configure(movable:defaultCorner:scale:visibility:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scale6marginySbSg_AA0cdcH0OSgSfSgAA11THEOMarginsCSgtF":{"name":"configure(movable:defaultCorner:scale:margin:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html":{"name":"PictureInPicture","abstract":"

                                                                                                                                                                                                                          Helps configure the settings when PresentationMode.pictureInPicture is active.

                                                                                                                                                                                                                          "},"Enums/PictureInPictureCorner.html":{"name":"PictureInPictureCorner","abstract":"

                                                                                                                                                                                                                          The corner of the PiP view

                                                                                                                                                                                                                          "},"Picture-In-Picture.html#/s:13THEOplayerSDK09PictureInC20NewCornerUserInfoKeySSvp":{"name":"PictureInPictureNewCornerUserInfoKey","abstract":"

                                                                                                                                                                                                                          The key to retrieve the new PiP view corner

                                                                                                                                                                                                                          "},"Picture-In-Picture.html#/s:13THEOplayerSDK09PictureInC20OldCornerUserInfoKeySSvp":{"name":"PictureInPictureOldCornerUserInfoKey","abstract":"

                                                                                                                                                                                                                          The key to retrieve the corner at which the PiP view previously was

                                                                                                                                                                                                                          "},"Protocols/AVPictureInPictureControllerDelegateExtended.html":{"name":"AVPictureInPictureControllerDelegateExtended","abstract":"

                                                                                                                                                                                                                          Extends AVPictureInPictureControllerDelegate to provide additional methods that get called when changes occur in AVPictureInPictureController.

                                                                                                                                                                                                                          "},"Classes/AirPlayStateChangeEvent.html#/s:13THEOplayerSDK23AirPlayStateChangeEventC5stateAA010PlayerCastE0OSgvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          Indicates the state of AirPlay.

                                                                                                                                                                                                                          ","parent_name":"AirPlayStateChangeEvent"},"Classes/AirPlayEvent.html#/s:13THEOplayerSDK12AirPlayEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the event.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEvent"},"Classes/AirPlayEvent.html#/s:13THEOplayerSDK12AirPlayEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEvent"},"Structs/AirPlayEventTypes.html#/s:13THEOplayerSDK17AirPlayEventTypesV12STATE_CHANGEAA0E4TypeCyAA0cd11StateChangeE0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the AirPlay.state changes.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEventTypes"},"Structs/AirPlayEventTypes.html":{"name":"AirPlayEventTypes","abstract":"

                                                                                                                                                                                                                          The AirPlayEvent types.

                                                                                                                                                                                                                          "},"Classes/AirPlayEvent.html":{"name":"AirPlayEvent","abstract":"

                                                                                                                                                                                                                          The AirPlay event object.

                                                                                                                                                                                                                          "},"Classes/AirPlayStateChangeEvent.html":{"name":"AirPlayStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the AirPlay.state changes.

                                                                                                                                                                                                                          "},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether the player is casting.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP5stateAA15PlayerCastStateOvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          The state of the casting process.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Start a casting session with the player’s source.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP4stopyyF":{"name":"stop()","abstract":"

                                                                                                                                                                                                                          Stop the active casting session.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html":{"name":"AirPlay","abstract":"

                                                                                                                                                                                                                          The AirPlay API.

                                                                                                                                                                                                                          "},"Classes/StateChangeEvent.html#/s:13THEOplayerSDK16StateChangeEventC5stateAA010PlayerCastC0Ovp":{"name":"state","abstract":"

                                                                                                                                                                                                                          The new cast state.

                                                                                                                                                                                                                          ","parent_name":"StateChangeEvent"},"Classes/CastErrorEvent.html#/s:13THEOplayerSDK14CastErrorEventC5errorAA0cD0Cvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The error thrown by the Chromecast.

                                                                                                                                                                                                                          ","parent_name":"CastErrorEvent"},"Structs/ChromecastEventTypes.html#/s:13THEOplayerSDK20ChromecastEventTypesV12STATE_CHANGEAA0D4TypeCyAA011StateChangeD0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when castStateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"ChromecastEventTypes"},"Structs/ChromecastEventTypes.html#/s:13THEOplayerSDK20ChromecastEventTypesV5ERRORAA0D4TypeCyAA09CastErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when castErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"ChromecastEventTypes"},"Structs/ChromecastEventTypes.html":{"name":"ChromecastEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Chromecast Events.

                                                                                                                                                                                                                          "},"Classes/CastErrorEvent.html":{"name":"CastErrorEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that there was an error while casting / trying to cast.

                                                                                                                                                                                                                          "},"Classes/StateChangeEvent.html":{"name":"StateChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the state of the connection has changed.

                                                                                                                                                                                                                          "},"Enums/ErrorCode.html#/s:13THEOplayerSDK9ErrorCodeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ErrorCode"},"Enums/ChromecastMetadataType.html#/s:13THEOplayerSDK22ChromecastMetadataTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataType"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The URL to the metadata image.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the image, in pixels.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the image, in pixels.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC3src5width6heightACSS_S2itcfc":{"name":"init(src:width:height:)","abstract":"

                                                                                                                                                                                                                          Constructs a ChromecastMetadataImage.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC6imagesSayAA0cD5ImageCGSgvp":{"name":"images","abstract":"

                                                                                                                                                                                                                          An array of ChromecastMetadataImages.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC11releaseDateSSSgvp":{"name":"releaseDate","abstract":"

                                                                                                                                                                                                                          The release date using the following string format: “YYYY-MM-DD”

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC8subtitleSSSgvp":{"name":"subtitle","abstract":"

                                                                                                                                                                                                                          The subtitle / short explanation about the content.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC11releaseYearSiSgvp":{"name":"releaseYear","abstract":"

                                                                                                                                                                                                                          The release year as an integer number.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC4typeAA0cD4TypeOSgvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type. Defaults to “generic” if unset.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC6images11releaseDate0G4Year5title8subtitle4type12metadataKeysACSayAA0cD5ImageCGSg_SSSgSiSgA2oA0cD4TypeOSgSDySSypGSgtcfc":{"name":"init(images:releaseDate:releaseYear:title:subtitle:type:metadataKeys:)","abstract":"

                                                                                                                                                                                                                          Constructs a ChromecastMetadataDescription.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/CastError.html#/s:13THEOplayerSDK9CastErrorC9errorCodeAA0dF0Ovp":{"name":"errorCode","abstract":"

                                                                                                                                                                                                                          The error code of the cast error.

                                                                                                                                                                                                                          ","parent_name":"CastError"},"Classes/CastError.html#/s:13THEOplayerSDK9CastErrorC11descriptionSSSgvp":{"name":"description","abstract":"

                                                                                                                                                                                                                          The description of the cast error.

                                                                                                                                                                                                                          ","parent_name":"CastError"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9availableyA2CmF":{"name":"available","abstract":"

                                                                                                                                                                                                                          There is a cast device detected, but that THEOplayer is not casting or controlling the current cast session.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9connectedyA2CmF":{"name":"connected","abstract":"

                                                                                                                                                                                                                          THEOplayer is casting to the cast device.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO11unavailableyA2CmF":{"name":"unavailable","abstract":"

                                                                                                                                                                                                                          There is no cast device detected or that the device is not available (e.g. not powered, not connected to the internet).

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO10connectingyA2CmF":{"name":"connecting","abstract":"

                                                                                                                                                                                                                          THEOplayer is in the process of connecting to the cast device.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO4autoyA2CmF":{"name":"auto","abstract":"

                                                                                                                                                                                                                          The player will automatically join a cast session at startup if one exists when play is called.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO6manualyA2CmF":{"name":"manual","abstract":"

                                                                                                                                                                                                                          The player will take over an existing session if there is one and the cast button is clicked.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO8disabledyA2CmF":{"name":"disabled","abstract":"

                                                                                                                                                                                                                          The player will not be affected by any existing cast sessions.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC8strategyAA0C8StrategyOSgvp":{"name":"strategy","abstract":"

                                                                                                                                                                                                                          The join strategy that will determine how the player will join an existing chromecast session.

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC26enableExperimentalPipelineSbvp":{"name":"enableExperimentalPipeline","abstract":"

                                                                                                                                                                                                                          Enable the new chromecast pipeline. This is an improved pipeline that enables new features in the future. Off by default

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC8strategy26enableExperimentalPipelineAcA0C8StrategyOSg_Sbtcfc":{"name":"init(strategy:enableExperimentalPipeline:)","abstract":"

                                                                                                                                                                                                                          Creates a Cast configuration.

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether THEOplayer is casting to a chromecast and has control over the current chromecast session.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5errorAA9CastErrorCSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The last error thrown by chromecast.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP12receiverNameSSSgvp":{"name":"receiverName","abstract":"

                                                                                                                                                                                                                          The name of the chromecast device that THEOplayer is casting to.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5stateAA15PlayerCastStateOSgvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          Indicates the state of the casting process.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP21setConnectionDelegateyyAA0ceF0_pSgF":{"name":"setConnectionDelegate(_:)","abstract":"

                                                                                                                                                                                                                          The ChromecastConnectionDelegate to be used when the Chromecast connection changes.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Start casting to the chromecast. A dialog will prompt to choose the device.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP4stopyyF":{"name":"stop()","abstract":"

                                                                                                                                                                                                                          Stop casting to the chromecast.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP4joinyyF":{"name":"join()","abstract":"

                                                                                                                                                                                                                          Join an active chromecast session.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5leaveyyF":{"name":"leave()","abstract":"

                                                                                                                                                                                                                          Leave an active chromecast session without affecting other devices.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given ChromecastEventType.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given ChromecastEventType.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html":{"name":"Chromecast","abstract":"

                                                                                                                                                                                                                          Chromecast, also known as Google Cast, is a casting device designed by Google.

                                                                                                                                                                                                                          "},"Classes/CastConfiguration.html":{"name":"CastConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the Cast integrations.

                                                                                                                                                                                                                          "},"Enums/CastStrategy.html":{"name":"CastStrategy","abstract":"

                                                                                                                                                                                                                          The cast strategies that specify the ways an existing chromecast session can be joined.

                                                                                                                                                                                                                          "},"Enums/PlayerCastState.html":{"name":"PlayerCastState","abstract":"

                                                                                                                                                                                                                          Indicates the state of the casting processs.

                                                                                                                                                                                                                          "},"Classes/CastError.html":{"name":"CastError","abstract":"

                                                                                                                                                                                                                          The cast error.

                                                                                                                                                                                                                          "},"Classes/ChromecastMetadataDescription.html":{"name":"ChromecastMetadataDescription","abstract":"

                                                                                                                                                                                                                          The description of the metadata used by Chromecast.

                                                                                                                                                                                                                          "},"Classes/ChromecastMetadataImage.html":{"name":"ChromecastMetadataImage","abstract":"

                                                                                                                                                                                                                          The metadata of a Chromecast image.

                                                                                                                                                                                                                          "},"Enums/ChromecastMetadataType.html":{"name":"ChromecastMetadataType","abstract":"

                                                                                                                                                                                                                          The Chromecast metadata type.

                                                                                                                                                                                                                          "},"Enums/ErrorCode.html":{"name":"ErrorCode","abstract":"

                                                                                                                                                                                                                          The different types of errors.

                                                                                                                                                                                                                          "},"Classes/AdErrorEvent.html#/s:13THEOplayerSDK13EventProtocolP4typeSSvp":{"name":"type","parent_name":"AdErrorEvent"},"Classes/AdErrorEvent.html#/s:13THEOplayerSDK13EventProtocolP4date10Foundation4DateVvp":{"name":"date","parent_name":"AdErrorEvent"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV8AD_BEGINAA0D4TypeCyAA07AdBeginD0CGvpZ":{"name":"AD_BEGIN","abstract":"

                                                                                                                                                                                                                          Fired when AdBeginEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV6AD_ENDAA0D4TypeCyAA05AdEndD0CGvpZ":{"name":"AD_END","abstract":"

                                                                                                                                                                                                                          Fired when AdEndEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV8AD_ERRORAA0D4TypeCyAA07AdErrorD0CGvpZ":{"name":"AD_ERROR","abstract":"

                                                                                                                                                                                                                          Fired when AdErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV17AD_FIRST_QUARTILEAA0D4TypeCyAA015AdFirstQuartileD0CGvpZ":{"name":"AD_FIRST_QUARTILE","abstract":"

                                                                                                                                                                                                                          Fired when AdFirstQuartileEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV11AD_MIDPOINTAA0D4TypeCyAA010AdMidpointD0CGvpZ":{"name":"AD_MIDPOINT","abstract":"

                                                                                                                                                                                                                          Fired when AdMidpointEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV17AD_THIRD_QUARTILEAA0D4TypeCyAA015AdThirdQuartileD0CGvpZ":{"name":"AD_THIRD_QUARTILE","abstract":"

                                                                                                                                                                                                                          Fired when AdThirdQuartileEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9AD_LOADEDAA0D4TypeCyAA08AdLoadedD0CGvpZ":{"name":"AD_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when AdLoadedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV13AD_IMPRESSIONAA0D4TypeCyAA012AdImpressionD0CGvpZ":{"name":"AD_IMPRESSION","abstract":"

                                                                                                                                                                                                                          Fired when AdImpressionEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV7AD_SKIPAA0D4TypeCyAA06AdSkipD0CGvpZ":{"name":"AD_SKIP","abstract":"

                                                                                                                                                                                                                          Fired when AdSkipEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV14AD_BREAK_BEGINAA0D4TypeCyAA012AdBreakBeginD0CGvpZ":{"name":"AD_BREAK_BEGIN","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakBeginEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV12AD_BREAK_ENDAA0D4TypeCyAA010AdBreakEndD0CGvpZ":{"name":"AD_BREAK_END","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakEndEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9AD_TAPPEDAA0D4TypeCyAA08AdTappedD0CGvpZ":{"name":"AD_TAPPED","abstract":"

                                                                                                                                                                                                                          Fired when AdTappedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV10AD_CLICKEDAA0D4TypeCyAA09AdClickedD0CGvpZ":{"name":"AD_CLICKED","abstract":"

                                                                                                                                                                                                                          Fired when AdClickedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV12ADD_AD_BREAKAA0D4TypeCyAA010AddAdBreakD0CGvpZ":{"name":"ADD_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when AddAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15UPDATE_AD_BREAKAA0D4TypeCyAA013UpdateAdBreakD0CGvpZ":{"name":"UPDATE_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when UpdateAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15REMOVE_AD_BREAKAA0D4TypeCyAA013RemoveAdBreakD0CGvpZ":{"name":"REMOVE_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15AD_BREAK_CHANGEAA0D4TypeCyAA013AdBreakChangeD0CGvpZ":{"name":"AD_BREAK_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV6ADD_ADAA0D4TypeCyAA05AddAdD0CGvpZ":{"name":"ADD_AD","abstract":"

                                                                                                                                                                                                                          Fired when AddAdEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9UPDATE_ADAA0D4TypeCyAA08UpdateAdD0CGvpZ":{"name":"UPDATE_AD","abstract":"

                                                                                                                                                                                                                          Fired when UpdateAdEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html":{"name":"AdsEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Ads events.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBeginEvent":{"name":"AdBeginEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has begun.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdEndEvent":{"name":"AdEndEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has ended.

                                                                                                                                                                                                                          "},"Classes/AdErrorEvent.html":{"name":"AdErrorEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has encountered an error.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakBeginEvent":{"name":"AdBreakBeginEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has begun.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakEndEvent":{"name":"AdBreakEndEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has ended.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdFirstQuartileEvent":{"name":"AdFirstQuartileEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the first quartile of an ad was watched.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdImpressionEvent":{"name":"AdImpressionEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad impression was fired.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdLoadedEvent":{"name":"AdLoadedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was loaded.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdMidpointEvent":{"name":"AdMidpointEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the middle of an ad was watched.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdThirdQuartileEvent":{"name":"AdThirdQuartileEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the third quartile of an ad was watched.

                                                                                                                                                                                                                          "},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO7closeAdyA2CmF":{"name":"closeAd","abstract":"

                                                                                                                                                                                                                          The obstruction was added to offer the functionality to close the ad.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO13mediaControlsyA2CmF":{"name":"mediaControls","abstract":"

                                                                                                                                                                                                                          The obstruction was added as a part of the media controls, e.g. a pause button.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO10notVisibleyA2CmF":{"name":"notVisible","abstract":"

                                                                                                                                                                                                                          The obstruction that was added is transparent and does not impact viewability.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO5otheryA2CmF":{"name":"other","abstract":"

                                                                                                                                                                                                                          The obstruction was added for another, possibly unknown, reason.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC4viewSo6UIViewCvp":{"name":"view","abstract":"

                                                                                                                                                                                                                          The view element of the friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC7purposeAA0cdE7PurposeOvp":{"name":"purpose","abstract":"

                                                                                                                                                                                                                          The purpose of the friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC14detailedReasonSSSgvp":{"name":"detailedReason","abstract":"

                                                                                                                                                                                                                          A text to explain the reason behind adding the view as a friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC4view7purpose14detailedReasonACSo6UIViewC_AA0cdE7PurposeOSSSgtcfc":{"name":"init(view:purpose:detailedReason:)","abstract":"

                                                                                                                                                                                                                          Constructs an OmidFriendlyObstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Protocols/Omid.html#/s:13THEOplayerSDK4OmidP22addFriendlyObstruction08friendlyF0yAA0ceF0C_tF":{"name":"addFriendlyObstruction(friendlyObstruction:)","abstract":"

                                                                                                                                                                                                                          Adds the passed OmidFriendlyObstruction as a friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"Omid"},"Protocols/Omid.html#/s:13THEOplayerSDK4OmidP26removeFriendlyObstructionsyyF":{"name":"removeFriendlyObstructions()","abstract":"

                                                                                                                                                                                                                          Removes all the previously added friendly obstructions.

                                                                                                                                                                                                                          ","parent_name":"Omid"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO7theoadsyA2CmF":{"name":"theoads","abstract":"

                                                                                                                                                                                                                          The ad is of integration type THEO ad.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO10google_imayA2CmF":{"name":"google_ima","abstract":"

                                                                                                                                                                                                                          The ad is of integration type Google IMA.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO10google_daiyA2CmF":{"name":"google_dai","abstract":"

                                                                                                                                                                                                                          The ad is of integration type Google DAI.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO6customyA2CmF":{"name":"custom","abstract":"

                                                                                                                                                                                                                          The ad is of custom integration type.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegration.html#/s:13THEOplayerSDK13AdIntegrationO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"AdIntegration"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC6linearSSvpZ":{"name":"linear","abstract":"

                                                                                                                                                                                                                          Linear advertisements interrupt the video content. They appear before (as pre-roll), after (as post-roll) or during (as mid-roll) the video content.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC9nonlinearSSvpZ":{"name":"nonlinear","abstract":"

                                                                                                                                                                                                                          Non-linear advertisements appear during video content, without disrupting playback.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC7unknownSSvpZ":{"name":"unknown","abstract":"

                                                                                                                                                                                                                          The type of the advertisement is unknown.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP8adSlotIdSSSgvp":{"name":"adSlotId","abstract":"

                                                                                                                                                                                                                          An identifier of the element in which the companion ad should be appended, if available.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP7altTextSSSgvp":{"name":"altText","abstract":"

                                                                                                                                                                                                                          An alternative description for the companion ad.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The website of the advertisement.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the companion ad, in pixels.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP11resourceURISSSgvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the ad content.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the companion ad, in pixels.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the companion ad.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP3adsSayAA0C0_pGvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          An array of all the ads that are available in the current AdBreak.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP11maxDurationSivp":{"name":"maxDuration","abstract":"

                                                                                                                                                                                                                          Indicates the duration of the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP20maxRemainingDurationSdvp":{"name":"maxRemainingDuration","abstract":"

                                                                                                                                                                                                                          Indicates the remaining duration of the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP10timeOffsetSivp":{"name":"timeOffset","abstract":"

                                                                                                                                                                                                                          The time offset at which point the content will be paused to play the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP11integrationAA0C15IntegrationKindOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The kind of the ad integration.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP17customIntegrationSSSgvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The type of custom ad integration.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP2idSSSgvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the ad break.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP10customDataSDySSypGSgvp":{"name":"customData","abstract":"

                                                                                                                                                                                                                          Additional integration-specific data associated with this ad break.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/NonLinearAd.html#/s:13THEOplayerSDK11NonLinearAdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The url that redirects to the website of the advertiser.

                                                                                                                                                                                                                          ","parent_name":"NonLinearAd"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP8deliverySSvp":{"name":"delivery","abstract":"

                                                                                                                                                                                                                          The delivery type.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP11resourceURISSvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the VAST content.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The MIME type for the file container.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The native height of the video file, in pixels.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The native width of the video file, in pixels.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/LinearAd.html#/s:13THEOplayerSDK8LinearAdP8durationSiSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The duration of the LinearAd, as provided by the VAST file, in seconds.

                                                                                                                                                                                                                          ","parent_name":"LinearAd"},"Protocols/LinearAd.html#/s:13THEOplayerSDK8LinearAdP10mediaFilesSayAA9MediaFile_pGvp":{"name":"mediaFiles","abstract":"

                                                                                                                                                                                                                          An array of mediafiles, which provides some meta data retrieved from the VAST file.

                                                                                                                                                                                                                          ","parent_name":"LinearAd"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP7adBreakAA0cE0_pSgvp":{"name":"adBreak","abstract":"

                                                                                                                                                                                                                          A reference to the AdBreak of which the ad is a part of.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10companionsSayAA09CompanionC0_pGvp":{"name":"companions","abstract":"

                                                                                                                                                                                                                          An array of CompanionAds associated to the ad, if available within the same Creatives element.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Either ‘linear’ or ‘nonlinear’, depending on the concrete implementer.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP2idSSSgvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the creative, provided in the VAST-file.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10skipOffsetSiSgvp":{"name":"skipOffset","abstract":"

                                                                                                                                                                                                                          When the Ad can be skipped, in seconds.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP11resourceURISSSgvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the ad content.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP5widthSiSgvp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the advertisement, in pixels.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP6heightSiSgvp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the advertisement, in pixels.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP11integrationAA0C15IntegrationKindOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The kind of the ad integration.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP8durationSiSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The duration of the ad, in seconds.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The url that redirects to the website of the advertiser.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP17customIntegrationSSSgvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The type of custom ad integration.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP7isSlateSbvp":{"name":"isSlate","abstract":"

                                                                                                                                                                                                                          Whether the ad is slate or not

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10customDataSDySSypGSgvp":{"name":"customData","abstract":"

                                                                                                                                                                                                                          Additional integration-specific data associated with this ad.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP7playingSbvp":{"name":"playing","abstract":"

                                                                                                                                                                                                                          Returns whether a linear ad is currently playing.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP07currentC0SayAA2Ad_pGvp":{"name":"currentAds","abstract":"

                                                                                                                                                                                                                          Returns an array of the currently active ads.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP14currentAdBreakAA0eF0_pSgvp":{"name":"currentAdBreak","abstract":"

                                                                                                                                                                                                                          Returns the active AdBreak that contains the currently playing ad(s).

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP17scheduledAdBreaksSayAA0E5Break_pGvp":{"name":"scheduledAdBreaks","abstract":"

                                                                                                                                                                                                                          Returns an array of AdBreaks that still need to be played.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP09scheduledC0SayAA2Ad_pGvp":{"name":"scheduledAds","abstract":"

                                                                                                                                                                                                                          Returns an array of ads that still need to be played.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP8schedule13adDescriptionyAA02AdF0_p_tF":{"name":"schedule(adDescription:)","abstract":"

                                                                                                                                                                                                                          Schedules an ad.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP4skipyyF":{"name":"skip()","abstract":"

                                                                                                                                                                                                                          Skips the current linear ad.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given ad event type.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given ad event type.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP4omidAA4Omid_pvp":{"name":"omid","abstract":"

                                                                                                                                                                                                                          The Open Measurement API.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP29registerServerSideIntegration13integrationId0H7FactoryySS_AA0ef2AdG7Handler_pAA0efkG10Controller_pXEtF":{"name":"registerServerSideIntegration(integrationId:integrationFactory:)","abstract":"

                                                                                                                                                                                                                          Register a custom advertisement integration. This allows you to integrate with third-party advertisement providers, and have them report their ads and ad-related events through the THEOplayer Ads API.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html":{"name":"Ads","abstract":"

                                                                                                                                                                                                                          The Ads object helps you configure and control ads within THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/Ad.html":{"name":"Ad","abstract":"

                                                                                                                                                                                                                          An Ad is an abstract object that represents a single ad, which is a creative in the VAST specification.

                                                                                                                                                                                                                          "},"Protocols/LinearAd.html":{"name":"LinearAd","abstract":"

                                                                                                                                                                                                                          Represents a linear ad in the VAST specification. It extends the properties of the Ad object.

                                                                                                                                                                                                                          "},"Protocols/MediaFile.html":{"name":"MediaFile","abstract":"

                                                                                                                                                                                                                          Represents the metadata of a media file with ad content.

                                                                                                                                                                                                                          "},"Protocols/NonLinearAd.html":{"name":"NonLinearAd","abstract":"

                                                                                                                                                                                                                          Represents a non-linear ad in the VAST specification. It extends the properties of the Ad object.

                                                                                                                                                                                                                          "},"Protocols/AdBreak.html":{"name":"AdBreak","abstract":"

                                                                                                                                                                                                                          An AdBreak is an object that represents a collection of ads that are scheduled at a certain time.

                                                                                                                                                                                                                          "},"Protocols/CompanionAd.html":{"name":"CompanionAd","abstract":"

                                                                                                                                                                                                                          Represents a companion ad which is displayed besides the player.

                                                                                                                                                                                                                          "},"Classes/AdType.html":{"name":"AdType","abstract":"

                                                                                                                                                                                                                          The type of Ad specifying whether it will interrupt the content or not.

                                                                                                                                                                                                                          "},"Enums/AdIntegration.html":{"name":"AdIntegration","abstract":"

                                                                                                                                                                                                                          The integration of the ad break.

                                                                                                                                                                                                                          "},"Enums/AdIntegrationKind.html":{"name":"AdIntegrationKind","abstract":"

                                                                                                                                                                                                                          The integration kind of the Ad.

                                                                                                                                                                                                                          "},"Protocols/Omid.html":{"name":"Omid","abstract":"

                                                                                                                                                                                                                          The Open Measurement Interface Definition API which can be used to configure the ad viewability measurements conforming to the OMID standards.

                                                                                                                                                                                                                          "},"Classes/OmidFriendlyObstruction.html":{"name":"OmidFriendlyObstruction","abstract":"

                                                                                                                                                                                                                          Represents a friendly obstruction instance for OMID.

                                                                                                                                                                                                                          "},"Enums/OmidFriendlyObstructionPurpose.html":{"name":"OmidFriendlyObstructionPurpose","abstract":"

                                                                                                                                                                                                                          The list of purposes for which an obstruction would be registered as friendly.

                                                                                                                                                                                                                          "},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP8adSystemSSSgvp":{"name":"adSystem","abstract":"

                                                                                                                                                                                                                          The source ad server information included in the ad response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP10creativeIdSSSgvp":{"name":"creativeId","abstract":"

                                                                                                                                                                                                                          The identifier of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP07wrapperE3IdsSaySSGvp":{"name":"wrapperAdIds","abstract":"

                                                                                                                                                                                                                          The list of wrapper ad identifiers as specified in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP07wrapperE7SystemsSaySSGvp":{"name":"wrapperAdSystems","abstract":"

                                                                                                                                                                                                                          The list of wrapper ad systems as specified in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP18wrapperCreativeIdsSaySSGvp":{"name":"wrapperCreativeIds","abstract":"

                                                                                                                                                                                                                          The list of wrapper creative identifiers.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP16vastMediaBitrateSivp":{"name":"vastMediaBitrate","abstract":"

                                                                                                                                                                                                                          The bitrate of the currently playing creative as listed in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP09universalE3IdsSayAA09UniversalE2Id_pGvp":{"name":"universalAdIds","abstract":"

                                                                                                                                                                                                                          The list of universal ad ID information of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP21traffickingParametersSSvp":{"name":"traffickingParameters","abstract":"

                                                                                                                                                                                                                          The String representing custom trafficking parameters from the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC11integrationAA0E11IntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The ad Integration.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC3src10Foundation3URLVvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Represents the source of the ad. The player will download the content available at the URL and will schedule the specified advertisement(s).

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC10timeOffsetSSSgvp":{"name":"timeOffset","abstract":"

                                                                                                                                                                                                                          Specifies the time when an ad should be played in the content video.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC3src10timeOffsetACSS_SSSgtcfc":{"name":"init(src:timeOffset:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleImaAdDescription.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Protocols/AdDescription.html#/s:13THEOplayerSDK13AdDescriptionP11integrationAA0C11IntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The integration type of the ad break.

                                                                                                                                                                                                                          ","parent_name":"AdDescription"},"Protocols/AdDescription.html":{"name":"AdDescription","abstract":"

                                                                                                                                                                                                                          Provides additional information for an advertisement.

                                                                                                                                                                                                                          "},"Classes/GoogleImaAdDescription.html":{"name":"GoogleImaAdDescription","abstract":"

                                                                                                                                                                                                                          An AdDescription object that will be added to the player when using the Google Ima ad integration.

                                                                                                                                                                                                                          "},"Protocols/GoogleImaAd.html":{"name":"GoogleImaAd","abstract":"

                                                                                                                                                                                                                          A GoogleImaAd is a concrete implementation of an Ad which represents a Google IMA ad.

                                                                                                                                                                                                                          "},"Protocols/CustomServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK40CustomServerSideAdInsertionConfigurationP17customIntegrationSSvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The ID of the custom SSAI integration.

                                                                                                                                                                                                                          ","parent_name":"CustomServerSideAdInsertionConfiguration"},"Protocols/CustomServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK34ServerSideAdInsertionConfigurationP11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","parent_name":"CustomServerSideAdInsertionConfiguration"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP9setSource6sourceSbAA0I11DescriptionC_tF":{"name":"setSource(source:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when a new source is loaded into the player.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP04skipE02adSbAA0E0_p_tF":{"name":"skipAd(ad:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an ad is requested to be skipped.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP11resetSourceSbyF":{"name":"resetSource()","abstract":"

                                                                                                                                                                                                                          Handler which will be called before a new source is loaded into the player, or before the player is destroyed.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP7destroyyyF":{"name":"destroy()","abstract":"

                                                                                                                                                                                                                          Handler which will be called when the player is destroyed.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP11integrationSSvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier for this integration, as it was passed to Ads.registerServerSideIntegration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP3adsSayAA0E0_pGvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          The scheduled ads managed by this integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP8adBreaksSayAA0E5Break_pGvp":{"name":"adBreaks","abstract":"

                                                                                                                                                                                                                          The scheduled ad breaks managed by this integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06createE06params7adBreakAA0E0_pAA0E4InitC_AA0eK0_pSgtF":{"name":"createAd(params:adBreak:)","abstract":"

                                                                                                                                                                                                                          Create a new ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE02ad6paramsyAA0E0_p_AA0E4InitCtF":{"name":"updateAd(ad:params:)","abstract":"

                                                                                                                                                                                                                          Update the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE8Progress2ad8progressyAA0E0_p_SdtF":{"name":"updateAdProgress(ad:progress:)","abstract":"

                                                                                                                                                                                                                          Update the playback progression of the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP05beginE02adyAA0E0_p_tF":{"name":"beginAd(ad:)","abstract":"

                                                                                                                                                                                                                          Begin the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP03endE02adyAA0E0_p_tF":{"name":"endAd(ad:)","abstract":"

                                                                                                                                                                                                                          End the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP04skipE02adyAA0E0_p_tF":{"name":"skipAd(ad:)","abstract":"

                                                                                                                                                                                                                          Skip the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06removeE02adyAA0E0_p_tF":{"name":"removeAd(ad:)","abstract":"

                                                                                                                                                                                                                          Remove the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06createE5Break6paramsAA0eI0_pAA0eI4InitC_tF":{"name":"createAdBreak(params:)","abstract":"

                                                                                                                                                                                                                          Create a new ad break.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE5Break02adI06paramsyAA0eI0_p_AA0eI4InitCtF":{"name":"updateAdBreak(adBreak:params:)","abstract":"

                                                                                                                                                                                                                          Update the given ad break.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06removeE5Break02adI0yAA0eI0_p_tF":{"name":"removeAdBreak(adBreak:)","abstract":"

                                                                                                                                                                                                                          Remove the given ad break and all of its ads.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP12removeAllAdsyyF":{"name":"removeAllAds()","abstract":"

                                                                                                                                                                                                                          Remove all ads and ad breaks.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP5errorADys5Error_p_tF":{"name":"error(error:)","abstract":"

                                                                                                                                                                                                                          Fire an AdsEventTypes.AD_ERROR event on the player’s Ads interface.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP10fatalError5error4codeys0I0_p_AA13THEOErrorCodeOSgtF":{"name":"fatalError(error:code:)","abstract":"

                                                                                                                                                                                                                          Fire a fatal PlayerEventMap.ERROR event on the player.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO3vodyA2CmF":{"name":"vod","abstract":"

                                                                                                                                                                                                                          A video on demand.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO4liveyA2CmF":{"name":"live","abstract":"

                                                                                                                                                                                                                          A Live stream.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC15contentSourceIDSSvp":{"name":"contentSourceID","abstract":"

                                                                                                                                                                                                                          The identifier for the publisher content for on-demand streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC7videoIDSSvp":{"name":"videoID","abstract":"

                                                                                                                                                                                                                          The identifier for the video content source for on-demand streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC7videoID013contentSourceG06apiKey9authToken021streamActivityMonitorG015adTagParametersACSS_S3SSgAJSDyS2SGSgtcfc":{"name":"init(videoID:contentSourceID:apiKey:authToken:streamActivityMonitorID:adTagParameters:)","abstract":"

                                                                                                                                                                                                                          The builder for the Google DAI configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAITypedSource.html#/s:13THEOplayerSDK20GoogleDAITypedSourceC4ssaiAcA0C16DAIConfigurationC_tcfc":{"name":"init(ssai:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleDAITypedSource.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAITypedSource"},"Classes/GoogleDAITypedSource.html#/s:13THEOplayerSDK20GoogleDAITypedSourceC4ssai3drmAcA0C16DAIConfigurationC_AA16DRMConfiguration_pSgtcfc":{"name":"init(ssai:drm:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleDAITypedSource with a DRM configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAITypedSource"},"Classes/GoogleDAILiveConfiguration.html#/s:13THEOplayerSDK26GoogleDAILiveConfigurationC8assetKeySSvp":{"name":"assetKey","abstract":"

                                                                                                                                                                                                                          The identifier for the video content source for live streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAILiveConfiguration"},"Classes/GoogleDAILiveConfiguration.html#/s:13THEOplayerSDK26GoogleDAILiveConfigurationC8assetKey03apiG09authToken23streamActivityMonitorID15adTagParametersACSS_S2SSgAISDyS2SGSgtcfc":{"name":"init(assetKey:apiKey:authToken:streamActivityMonitorID:adTagParameters:)","abstract":"

                                                                                                                                                                                                                          The builder for the Google DAI live configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAILiveConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier for the SSAI pre-integration, defaults to GoogleDAISSAIIntegrationID.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC16availabilityTypeAA06StreamF0Ovp":{"name":"availabilityType","abstract":"

                                                                                                                                                                                                                          The type of the requested stream.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC6apiKeySSvp":{"name":"apiKey","abstract":"

                                                                                                                                                                                                                          The API key for the stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC9authTokenSSSgvp":{"name":"authToken","abstract":"

                                                                                                                                                                                                                          The authorization token for the stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC23streamActivityMonitorIDSSSgvp":{"name":"streamActivityMonitorID","abstract":"

                                                                                                                                                                                                                          The identifier for a stream activity monitor session.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC15adTagParametersSDyS2SGSgvp":{"name":"adTagParameters","abstract":"

                                                                                                                                                                                                                          The ad tag parameters added to stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO26GoogleDAISSAIIntegrationIDyA2CmF":{"name":"GoogleDAISSAIIntegrationID","abstract":"

                                                                                                                                                                                                                          The configuration with this identifier is a GoogleDaiConfiguration.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO06CustomC2IDyA2CmF":{"name":"CustomSSAIIntegrationID","abstract":"

                                                                                                                                                                                                                          The configuration with this identifier is a custom ServerSideAdInsertionConfiguration.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Protocols/ServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK34ServerSideAdInsertionConfigurationP11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          Specifies an identifier for a supported SSAI integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdInsertionConfiguration"},"Protocols/ServerSideAdInsertionConfiguration.html":{"name":"ServerSideAdInsertionConfiguration","abstract":"

                                                                                                                                                                                                                          The ServerSideAdInsertionConfiguration protocol which specifies information to play a stream with server-side-inserted ads.

                                                                                                                                                                                                                          "},"Enums/SSAIIntegrationId.html":{"name":"SSAIIntegrationId","abstract":"

                                                                                                                                                                                                                          The SSAI integration identifier.

                                                                                                                                                                                                                          "},"Classes/GoogleDAIConfiguration.html":{"name":"GoogleDAIConfiguration","abstract":"

                                                                                                                                                                                                                          The Google DAI configuration.

                                                                                                                                                                                                                          "},"Classes/GoogleDAILiveConfiguration.html":{"name":"GoogleDAILiveConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a configuration for server-side ad insertion with the Google DAI pre-integration for live streams.

                                                                                                                                                                                                                          "},"Classes/GoogleDAITypedSource.html":{"name":"GoogleDAITypedSource","abstract":"

                                                                                                                                                                                                                          A Google DAI typed source.

                                                                                                                                                                                                                          "},"Classes/GoogleDAIVodConfiguration.html":{"name":"GoogleDAIVodConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a configuration for server-side ad insertion with the Google DAI pre-integration for VOD streams.

                                                                                                                                                                                                                          "},"Enums/StreamType.html":{"name":"StreamType","abstract":"

                                                                                                                                                                                                                          The enum for Stream type, can either be live or vod.

                                                                                                                                                                                                                          "},"Protocols/ServerSideAdIntegrationController.html":{"name":"ServerSideAdIntegrationController","abstract":"

                                                                                                                                                                                                                          A controller to be used by your ServerSideAdIntegrationHandler to update the state of your custom server-side ad integration.

                                                                                                                                                                                                                          "},"Protocols/ServerSideAdIntegrationHandler.html":{"name":"ServerSideAdIntegrationHandler","abstract":"

                                                                                                                                                                                                                          A handler for a server-side ad integration.

                                                                                                                                                                                                                          "},"Protocols/CustomServerSideAdInsertionConfiguration.html":{"name":"CustomServerSideAdInsertionConfiguration","abstract":"

                                                                                                                                                                                                                          The configuration for a custom server-side ad insertion (SSAI) integration.

                                                                                                                                                                                                                          "},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP3urlSSSgvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL that was used in the request.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP6statusSiSgvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The status code from the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP10statusTextSSSgvp":{"name":"statusText","abstract":"

                                                                                                                                                                                                                          The status text from the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP8responseSSSgvp":{"name":"response","abstract":"

                                                                                                                                                                                                                          The body contained in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP10systemCodeSiSgvp":{"name":"systemCode","abstract":"

                                                                                                                                                                                                                          The internal error code from the CDM.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Enums/LicenseType.html#/s:13THEOplayerSDK11LicenseTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"LicenseType"},"Enums/DRMIntegration.html#/s:13THEOplayerSDK14DRMIntegrationO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"DRMIntegration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC21licenseAcquisitionURL10Foundation0H0VSgvp":{"name":"licenseAcquisitionURL","abstract":"

                                                                                                                                                                                                                          Specifies the URL of the licensing server.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC14certificateURL10Foundation0G0VSgvp":{"name":"certificateURL","abstract":"

                                                                                                                                                                                                                          Specifies the URL of the FairPlay certificate server.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC11licenseTypeAA07LicenseG0OSgvp":{"name":"licenseType","abstract":"

                                                                                                                                                                                                                          Specifies the license type.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC7headersSDyS2SGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC21licenseAcquisitionURL011certificateH00F4Type7headers15queryParametersACSSSg_AiA07LicenseJ0OSgSDyS2SGSgANtcfc":{"name":"init(licenseAcquisitionURL:certificateURL:licenseType:headers:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC20ticketAcquisitionURLSSvp":{"name":"ticketAcquisitionURL","abstract":"

                                                                                                                                                                                                                          The required ticket acquisition URL.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          The required session id for the ticket server.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC8streamIdSSvp":{"name":"streamId","abstract":"

                                                                                                                                                                                                                          The required stream id for the ticket server.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC20ticketAcquisitionURL8streamId07sessionI023keySystemConfigurationsACSS_S2SSgAA03KeyL23ConfigurationCollectionCtcfc":{"name":"init(ticketAcquisitionURL:streamId:sessionId:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Xstream DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/VimondDRMConfiguration.html#/s:13THEOplayerSDK22VimondDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Vimond DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VimondDRMConfiguration"},"Classes/VerimatrixDRMConfiguration.html#/s:13THEOplayerSDK26VerimatrixDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a VERIMATRIX DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VerimatrixDRMConfiguration"},"Classes/UplynkDRMConfiguration.html#/s:13THEOplayerSDK22UplynkDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a EZDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"UplynkDRMConfiguration"},"Classes/KeyOSDRMConfiguration.html#/s:13THEOplayerSDK21KeyOSDRMConfigurationC10customdataSSSgvp":{"name":"customdata","abstract":"

                                                                                                                                                                                                                          The KeyOS custom data.

                                                                                                                                                                                                                          ","parent_name":"KeyOSDRMConfiguration"},"Classes/KeyOSDRMConfiguration.html#/s:13THEOplayerSDK21KeyOSDRMConfigurationC10customdata23keySystemConfigurationsACSSSg_AA0cG23ConfigurationCollectionCtcfc":{"name":"init(customdata:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a KeyOS DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"KeyOSDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC10releasePidSSvp":{"name":"releasePid","abstract":"

                                                                                                                                                                                                                          The PID of the media for which the license is being requested.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Comcast Authorization Token.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC9accountIdSSvp":{"name":"accountId","abstract":"

                                                                                                                                                                                                                          The identifier of the Comcast account.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC10releasePid5token9accountId23keySystemConfigurationsACSS_S2SAA03KeyK23ConfigurationCollectionCtcfc":{"name":"init(releasePid:token:accountId:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs an Comcast DRM Configuration.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/AxinomDRMConfiguration.html#/s:13THEOplayerSDK22AxinomDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Axinom token.

                                                                                                                                                                                                                          ","parent_name":"AxinomDRMConfiguration"},"Classes/AxinomDRMConfiguration.html#/s:13THEOplayerSDK22AxinomDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Axinom DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"AxinomDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC8widevineAA22KeySystemConfigurationCvp":{"name":"widevine","abstract":"

                                                                                                                                                                                                                          The Widevine KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP19customIntegrationIdSSSgvp":{"name":"customIntegrationId","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC19customIntegrationId21licenseAcquisitionURL7headers21integrationParameters05queryM0ACSSSg_AISaySDyS2SGGSgSDySSypGSgAJSgtcfc":{"name":"init(customIntegrationId:licenseAcquisitionURL:headers:integrationParameters:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a Widevine DRM configuration object.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/VudrmDRMConfiguration.html#/s:13THEOplayerSDK21VudrmDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The VUDRM token.

                                                                                                                                                                                                                          ","parent_name":"VudrmDRMConfiguration"},"Classes/VudrmDRMConfiguration.html#/s:13THEOplayerSDK21VudrmDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a VUDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VudrmDRMConfiguration"},"Classes/IrdetoDRMConfiguration.html#/s:13THEOplayerSDK22IrdetoDRMConfigurationC5crmId07accountF007contentF003keyF0011applicationF007sessionF06ticket0I20SystemConfigurationsACSS_S5SSgAlA03KeyM23ConfigurationCollectionCtcfc":{"name":"init(crmId:accountId:contentId:keyId:applicationId:sessionId:ticket:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs an Irdeto DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"IrdetoDRMConfiguration"},"Classes/EzdrmDRMConfiguration.html#/s:13THEOplayerSDK21EzdrmDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a EZDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"EzdrmDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC5tokenSSSgvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The authentication token.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          The user ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          The session ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC8merchantSSSgvp":{"name":"merchant","abstract":"

                                                                                                                                                                                                                          The merchant ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC5token6userId07sessionG08merchant23keySystemConfigurationsACSSSg_A3iA03KeyK23ConfigurationCollectionCtcfc":{"name":"init(token:userId:sessionId:merchant:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a DRMToday DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/AzureDRMConfiguration.html#/s:13THEOplayerSDK21AzureDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Azure token.

                                                                                                                                                                                                                          ","parent_name":"AzureDRMConfiguration"},"Classes/AzureDRMConfiguration.html#/s:13THEOplayerSDK21AzureDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Azure DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"AzureDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC8fairplayAA22KeySystemConfigurationCvp":{"name":"fairplay","abstract":"

                                                                                                                                                                                                                          The FairPlay KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC11integrationAA14DRMIntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier of the DRM integration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC7headersSaySDyS2SGGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The FairPlay headers.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          The FairPlay integration parameters.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The custom integration identifier.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC19customIntegrationId21licenseAcquisitionURL011certificateK07headers0I4Type21integrationParameters05queryP0ACSSSg_A2KSaySDyS2SGGSgAA07LicenseN0OSgSDySSypGSgALSgtcfc":{"name":"init(customIntegrationId:licenseAcquisitionURL:certificateURL:headers:licenseType:integrationParameters:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a FairPlay DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          An object of key/value pairs which can be used to pass in specific parameters related to a source into a ContentProtectionIntegration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          DRM integration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The custom integration identifier of the DRM integration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Content%20Protection.html#/s:13THEOplayerSDK32FairPlayDRMConfigurationProtocolP":{"name":"FairPlayDRMConfigurationProtocol","abstract":"

                                                                                                                                                                                                                          The FairPlay DRM configuration.

                                                                                                                                                                                                                          "},"Content%20Protection.html#/s:13THEOplayerSDK32WidevineDRMConfigurationProtocolP":{"name":"WidevineDRMConfigurationProtocol","abstract":"

                                                                                                                                                                                                                          The Widevine DRM configuration.

                                                                                                                                                                                                                          "},"Protocols/DRMConfiguration.html":{"name":"DRMConfiguration","abstract":"

                                                                                                                                                                                                                          The DRMConfiguration object provides a set of DRM parameters for DRM streaming.

                                                                                                                                                                                                                          "},"Classes/FairPlayDRMConfiguration.html":{"name":"FairPlayDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The FairPlayDRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming.

                                                                                                                                                                                                                          "},"Classes/AzureDRMConfiguration.html":{"name":"AzureDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Azure DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Azure integration.

                                                                                                                                                                                                                          "},"Classes/DRMTodayDRMConfiguration.html":{"name":"DRMTodayDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The DRMtoday DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with DRMtoday integration.

                                                                                                                                                                                                                          "},"Classes/EzdrmDRMConfiguration.html":{"name":"EzdrmDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The EZDRM DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with EZDRM integration.

                                                                                                                                                                                                                          "},"Classes/IrdetoDRMConfiguration.html":{"name":"IrdetoDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Irdeto DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Irdeto integration.

                                                                                                                                                                                                                          "},"Classes/VudrmDRMConfiguration.html":{"name":"VudrmDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The VUDRM DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with VUDRM integration.

                                                                                                                                                                                                                          "},"Classes/WidevineDRMConfiguration.html":{"name":"WidevineDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The WidevineDRMConfiguration object provides a set of DRM parameters for Widevine DRM streaming.

                                                                                                                                                                                                                          "},"Classes/AxinomDRMConfiguration.html":{"name":"AxinomDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The AxinomDRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Axinom integration.

                                                                                                                                                                                                                          "},"Classes/ComcastDRMConfiguration.html":{"name":"ComcastDRMConfiguration","abstract":"

                                                                                                                                                                                                                          Represents Comcast MPX DRM Configuration.

                                                                                                                                                                                                                          "},"Classes/KeyOSDRMConfiguration.html":{"name":"KeyOSDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The KeyOS DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with KeyOS integration.

                                                                                                                                                                                                                          "},"Classes/UplynkDRMConfiguration.html":{"name":"UplynkDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Uplynk DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Uplynk integration.

                                                                                                                                                                                                                          "},"Classes/VerimatrixDRMConfiguration.html":{"name":"VerimatrixDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The VERIMATRIX DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with VERIMATRIX integration.

                                                                                                                                                                                                                          "},"Classes/VimondDRMConfiguration.html":{"name":"VimondDRMConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the Vimond DRM integration.

                                                                                                                                                                                                                          "},"Classes/XstreamDRMConfiguration.html":{"name":"XstreamDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Xstream DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Xstream integration.

                                                                                                                                                                                                                          "},"Classes/KeySystemConfiguration.html":{"name":"KeySystemConfiguration","abstract":"

                                                                                                                                                                                                                          Key system configuration.

                                                                                                                                                                                                                          "},"Enums/DRMIntegration.html":{"name":"DRMIntegration","abstract":"

                                                                                                                                                                                                                          The identifier for the DRM integration.

                                                                                                                                                                                                                          "},"Enums/LicenseType.html":{"name":"LicenseType","abstract":"

                                                                                                                                                                                                                          The LicenseTypes for the DRM configuration.

                                                                                                                                                                                                                          "},"Protocols/ContentProtectionError.html":{"name":"ContentProtectionError","abstract":"

                                                                                                                                                                                                                          An error related to content protection.

                                                                                                                                                                                                                          "},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC12metadataKeysSDySSypGSgvp":{"name":"metadataKeys","abstract":"

                                                                                                                                                                                                                          A dictionary of metadata.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC5titleSSSgvp":{"name":"title","abstract":"

                                                                                                                                                                                                                          The title of the content.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC12metadataKeys5titleACSDySSypGSg_SSSgtcfc":{"name":"init(metadataKeys:title:)","abstract":"

                                                                                                                                                                                                                          Constructs a MetadataDescription object.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC9isDefaultSbSgvp":{"name":"isDefault","abstract":"

                                                                                                                                                                                                                          Whether the track should be enabled by default.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC4kindAA0cD4KindOSgvp":{"name":"kind","abstract":"

                                                                                                                                                                                                                          A TextTrackKind object specifying what kind of text track this is.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC3src10Foundation3URLVvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Specifies a source URL where the text track can be downloaded from.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC7srclangSSvp":{"name":"srclang","abstract":"

                                                                                                                                                                                                                          Specifies the main language of the track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC5labelSSSgvp":{"name":"label","abstract":"

                                                                                                                                                                                                                          Specifies a label for the track which can be used to identify it.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC6formatAA0cD6FormatOSgvp":{"name":"format","abstract":"

                                                                                                                                                                                                                          A TextTrackFormat object specifying what format of text track this is.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC3src7srclang9isDefault4kind5label6formatACSS_SSSbSgAA0cD4KindOSgSSSgAA0cD6FormatOSgtcfc":{"name":"init(src:srclang:isDefault:kind:label:format:)","abstract":"

                                                                                                                                                                                                                          Constructs a TextTrackDescription.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"TextTrackDescription"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The ‘src’ property represents the source URL of the manifest or video file to be played.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Specifies the content type (MIME type) of source being played.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3drmAA16DRMConfiguration_pSgvp":{"name":"drm","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify required DRM parameters for a playback source.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC11crossOriginAA05CrossF0OSgvp":{"name":"crossOrigin","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify CORS parameters.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Parse / Expose date ranges from HLS manifest.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4ssaiAA34ServerSideAdInsertionConfiguration_pSgvp":{"name":"ssai","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify required Server-Side Ad Insertion parameters for a playback source.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC7headersSDyS2SGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP request headers associated with the source. These headers are passed to every HTTP request that the player will make which include: master playlist, media playlist and segment requests.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4cmcdSbSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          Send Common Media Client Data (CTA-5004) as HTTP request headers.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC20latencyConfigurationAA0d7LatencyF0VSgvp":{"name":"latencyConfiguration","abstract":"

                                                                                                                                                                                                                          Latency configuration for livestreams. Ignored for VOD playback.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3src4type3drm11crossOrigin4ssai12hlsDateRange7headers4cmcd20latencyConfigurationACSS_SSAA16DRMConfiguration_pSgAA05CrossI0OSgAA021ServerSideAdInsertionQ0_pSgSbSgSDyS2SGSgAtA0d7LatencyQ0VSgtcfc":{"name":"init(src:type:drm:crossOrigin:ssai:hlsDateRange:headers:cmcd:latencyConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a TypedSource.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC7sourcesSayAA05TypedC0CGvp":{"name":"sources","abstract":"

                                                                                                                                                                                                                          Represents the source of the media to be played.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC10textTracksSayAA09TextTrackD0CGSgvp":{"name":"textTracks","abstract":"

                                                                                                                                                                                                                          The textTracks property can be used to add an array of side-loaded text tracks to the player.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC3adsSayAA02AdD0_pGSgvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          The ads property can be used to add an array of AdDescriptions to the player. All valid and supported advertisement files will be cued for playback in the player. Each ad in the array should be described as an AdDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC6poster10Foundation3URLVSgvp":{"name":"poster","abstract":"

                                                                                                                                                                                                                          The poster property can be used to specify a content poster per source.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC8metadataAA08MetadataD0CSgvp":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          Metadata that can be used to describe content, e.g. when casting to chromecast.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC3abrAA0C16AbrConfigurationCSgvp":{"name":"abr","abstract":"

                                                                                                                                                                                                                          Sets the ABR configuration for the source being played.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC17cmcdConfigurationAA010CMCDSourceF0VSgvp":{"name":"cmcdConfiguration","abstract":"

                                                                                                                                                                                                                          Advanced CMCD configuration for this source.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC7sources10textTracks3ads6poster8metadata3abr17cmcdConfigurationACSayAA05TypedC0CG_SayAA09TextTrackD0CGSgSayAA02AdD0_pGSgSSSgAA08MetadataD0CSgAA0c3AbrM0CSgAA010CMCDSourceM0VSgtcfc":{"name":"init(sources:textTracks:ads:poster:metadata:abr:cmcdConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a SourceDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC6source10textTracks3ads6poster8metadata3abr17cmcdConfigurationAcA05TypedC0C_SayAA09TextTrackD0CGSgSayAA02AdD0_pGSgSSSgAA08MetadataD0CSgAA0c3AbrM0CSgAA010CMCDSourceM0VSgtcfc":{"name":"init(source:textTracks:ads:poster:metadata:abr:cmcdConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a SourceDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html":{"name":"SourceDescription","abstract":"

                                                                                                                                                                                                                          The SourceDescription object is used to describe a configuration of a source for a THEOplayer instance.

                                                                                                                                                                                                                          "},"Classes/TypedSource.html":{"name":"TypedSource","abstract":"

                                                                                                                                                                                                                          The TypedSource object provides the following properties:

                                                                                                                                                                                                                          "},"Classes/TextTrackDescription.html":{"name":"TextTrackDescription","abstract":"

                                                                                                                                                                                                                          A TextTrackDescription object contains a description of a side-loaded text track that will be added to the player.

                                                                                                                                                                                                                          "},"Classes/MetadataDescription.html":{"name":"MetadataDescription","abstract":"

                                                                                                                                                                                                                          The MetadataDescription object is used to describe content.

                                                                                                                                                                                                                          "},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C4noneSSvpZ":{"name":"none","abstract":"

                                                                                                                                                                                                                          No edge style

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C6raisedSSvpZ":{"name":"raised","abstract":"

                                                                                                                                                                                                                          A raised edge style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C9depressedSSvpZ":{"name":"depressed","abstract":"

                                                                                                                                                                                                                          A depressed edge style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C7uniformSSvpZ":{"name":"uniform","abstract":"

                                                                                                                                                                                                                          A uniform border style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C10dropShadowSSvpZ":{"name":"dropShadow","abstract":"

                                                                                                                                                                                                                          A drop shadow style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP15backgroundColorSayAA0cde4RuleG0CGSgvp":{"name":"backgroundColor","abstract":"

                                                                                                                                                                                                                          The background color for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP9fontColorSayAA0cde4RuleG0CGSgvp":{"name":"fontColor","abstract":"

                                                                                                                                                                                                                          The font color for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP8fontSizeSayAA0cdE10RuleNumberCGSgvp":{"name":"fontSize","abstract":"

                                                                                                                                                                                                                          The font size for the text track. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP10fontFamilySayAA0cdE10RuleStringCGSgvp":{"name":"fontFamily","abstract":"

                                                                                                                                                                                                                          The font family for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP04edgeE0SayAA0cdE10RuleStringCGSgvp":{"name":"edgeStyle","abstract":"

                                                                                                                                                                                                                          The edge style of the text, represented by a value from TextTrackStyleEdgeStyle.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP9marginTopSayAA0cdE10RuleNumberCGSgvp":{"name":"marginTop","abstract":"

                                                                                                                                                                                                                          The top margin of the area where subtitles are being rendered. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP10marginLeftSayAA0cdE10RuleNumberCGSgvp":{"name":"marginLeft","abstract":"

                                                                                                                                                                                                                          The left margin of the area where subtitles are being rendered. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html":{"name":"TextTrackStyle","abstract":"

                                                                                                                                                                                                                          The TextTrackStyle API can be used to change the style of the rendered TextTracks.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/s:13THEOplayerSDK18TextTrackStyleRuleP":{"name":"TextTrackStyleRule","abstract":"

                                                                                                                                                                                                                          The common protocol for TextTrackStyleRuleColor, THEOplayerTextTrackStyleRuleString and THEOplayerTextTrackStyleRuleNumber

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleColor":{"name":"TextTrackStyleRuleColor","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (UIColor) value.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleString":{"name":"TextTrackStyleRuleString","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (String) value.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleNumber":{"name":"TextTrackStyleRuleNumber","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (Int) value.

                                                                                                                                                                                                                          "},"Classes/TextTrackStyleEdgeStyle.html":{"name":"TextTrackStyleEdgeStyle","abstract":"

                                                                                                                                                                                                                          The TextTrackStyleEdgeStyle API can be used to change the edge style of the rendered TextTracks.

                                                                                                                                                                                                                          "},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “update”.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was updated.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “exit”.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was exited.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “enter”.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was entered.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV5ENTERAA0F4TypeCyAA0e5EnterF0CGvpZ":{"name":"ENTER","abstract":"

                                                                                                                                                                                                                          Fired when CueEnterEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV4EXITAA0F4TypeCyAA0e4ExitF0CGvpZ":{"name":"EXIT","abstract":"

                                                                                                                                                                                                                          Fired when CueExitEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV6UPDATEAA0F4TypeCyAA0e6UpdateF0CGvpZ":{"name":"UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when CueUpdateEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html":{"name":"TextTrackCueEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrackCue events. These events apply to a certain TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueEnterEvent.html":{"name":"CueEnterEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.ENTER occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueExitEvent.html":{"name":"CueExitEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.EXIT occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueUpdateEvent.html":{"name":"CueUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.UPDATE occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP5alignSSvp":{"name":"align","abstract":"

                                                                                                                                                                                                                          The WebVTT cue text alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4lineSSvp":{"name":"line","abstract":"

                                                                                                                                                                                                                          The WebVTT cue line, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP9lineAlignSSvp":{"name":"lineAlign","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue line alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP8positionSSvp":{"name":"position","abstract":"

                                                                                                                                                                                                                          The WebVTT cue position, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP13positionAlignSSvp":{"name":"positionAlign","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue position alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP6regionSSSgvp":{"name":"region","abstract":"

                                                                                                                                                                                                                          The VTTRegion object to which this cue belongs, the WebVTTRegion objects follows the WebVTT specification for WebVTTRegions.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4sizeSivp":{"name":"size","abstract":"

                                                                                                                                                                                                                          The WebVTT cue size, following to the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP11snapToLinesSbvp":{"name":"snapToLines","abstract":"

                                                                                                                                                                                                                          True if the WebVTT cue snap-to-lines flag is true, false otherwise, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4textSSSgvp":{"name":"text","abstract":"

                                                                                                                                                                                                                          The text track cue text in raw unparsed form, following to the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP8verticalSSvp":{"name":"vertical","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue writing direction, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP7contentypSgvp":{"name":"content","abstract":"

                                                                                                                                                                                                                          The cue’s content.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP13contentStringSSSgvp":{"name":"contentString","abstract":"

                                                                                                                                                                                                                          If the cue’s type is WebVtt, the contentString is used. It contains the text track cue text in raw unparsed form.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP17contentDictionarySDyS2SGSgvp":{"name":"contentDictionary","abstract":"

                                                                                                                                                                                                                          If the cue’s type is WebVtt, the contentDictionary is used. It contains the text track cue info in a dictionary.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP7endTimeSdvp":{"name":"endTime","abstract":"

                                                                                                                                                                                                                          The time in seconds and relative to a THEOplayer instance’s currentTime at which the cue becomes inactive.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The cue’s identifier.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          The cue’s unique identifier.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP9startTimeSdvp":{"name":"startTime","abstract":"

                                                                                                                                                                                                                          The time in seconds and relative to a THEOplayer instance’s currentTime at which the cue becomes active.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP5trackAA0cD0_pSgvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The track the given cue belongs to.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackCueEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackCueEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC9getDouble3forSdSgSS_tKF":{"name":"getDouble(for:)","abstract":"

                                                                                                                                                                                                                          The Double value from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC9getString3forSSSgSS_tKF":{"name":"getString(for:)","abstract":"

                                                                                                                                                                                                                          The String value from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC8getBytes3for10Foundation4DataVSgSS_tKF":{"name":"getBytes(for:)","abstract":"

                                                                                                                                                                                                                          The byte buffer from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC03getD12AsDictionarySDySSAA0C9AttributeCGyF":{"name":"getAttributesAsDictionary()","abstract":"

                                                                                                                                                                                                                          The CustomAttribute list as a dictionary.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP14attributeClassSSSgvp":{"name":"attributeClass","abstract":"

                                                                                                                                                                                                                          Identifier of some set of attributes with associated value semantics.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP05startC010Foundation0C0Vvp":{"name":"startDate","abstract":"

                                                                                                                                                                                                                          Returns the date at which the DateRange begins.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP03endC010Foundation0C0VSgvp":{"name":"endDate","abstract":"

                                                                                                                                                                                                                          Returns the date at which the DateRange ends. The date will be equal to or later than the startDate.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          Returns the duration in seconds of the timed metadata.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP15plannedDurationSdSgvp":{"name":"plannedDuration","abstract":"

                                                                                                                                                                                                                          Returns the expected duration in seconds of the timed metadata. Use this whenever the exact duration is not known.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9endOnNextSbvp":{"name":"endOnNext","abstract":"

                                                                                                                                                                                                                          Returns true if the end of this DateRange is equal to the startDate of the Following Range.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9scte35Cmd10Foundation4DataVSgvp":{"name":"scte35Cmd","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘cmd’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9scte35Out10Foundation4DataVSgvp":{"name":"scte35Out","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘out’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP8scte35In10Foundation4DataVSgvp":{"name":"scte35In","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘in’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP16customAttributesAA06CustomG0Cvp":{"name":"customAttributes","abstract":"

                                                                                                                                                                                                                          Returns all client-defined attributes. The attribute name does not include the ‘X-’ prefix.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK16CueEventProtocolP":{"name":"CueEventProtocol","abstract":"

                                                                                                                                                                                                                          The base TextTrackCue Event protocol.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK25TextTrackCueEventProtocolP":{"name":"TextTrackCueEventProtocol","abstract":"

                                                                                                                                                                                                                          The base TextTrack cue Event protocol.

                                                                                                                                                                                                                          "},"Protocols/DateRangeCue.html":{"name":"DateRangeCue","abstract":"

                                                                                                                                                                                                                          Represents the HLS date range cue which is a part of the metadata text track.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/c:@M@THEOplayerSDK@objc(cs)CustomAttribute":{"name":"CustomAttribute","abstract":"

                                                                                                                                                                                                                          The CustomAttribute object of the date range cue.

                                                                                                                                                                                                                          "},"Classes/CustomAttributes.html":{"name":"CustomAttributes","abstract":"

                                                                                                                                                                                                                          An array of CustomAttribute objects for the dateRangeCue.

                                                                                                                                                                                                                          "},"Protocols/TextTrackCue.html":{"name":"TextTrackCue","abstract":"

                                                                                                                                                                                                                          A TextTrackCue object represents an individual cue and provides methods and properties to access the data and events to act on changes to cue state. Depending on the TextTrack’s type, a cue might have different properties.

                                                                                                                                                                                                                          "},"Protocols/WebVttCue.html":{"name":"WebVttCue","abstract":"

                                                                                                                                                                                                                          Web Video Text Tracks cue.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK6Id3CueP":{"name":"Id3Cue","abstract":"

                                                                                                                                                                                                                          ID3 Text Track cue. Content type is [String:String].

                                                                                                                                                                                                                          "},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “exitcue”.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that exited.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “entercue”.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that entered.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “cuechange”.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC5trackAA5Track_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The TextTrackfor which the TextTrackCue changed.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “removecue”.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that was removed.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “addcue”.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that was added.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV10CUE_CHANGEAA0E4TypeCyAA09CueChangeE0CGvpZ":{"name":"CUE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when CueChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV7ADD_CUEAA0E4TypeCyAA06AddCueE0CGvpZ":{"name":"ADD_CUE","abstract":"

                                                                                                                                                                                                                          Fired when AddCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV10REMOVE_CUEAA0E4TypeCyAA09RemoveCueE0CGvpZ":{"name":"REMOVE_CUE","abstract":"

                                                                                                                                                                                                                          Fired when RemoveCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV9ENTER_CUEAA0E4TypeCyAA08EnterCueE0CGvpZ":{"name":"ENTER_CUE","abstract":"

                                                                                                                                                                                                                          Fired when EnterCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV8EXIT_CUEAA0E4TypeCyAA07ExitCueE0CGvpZ":{"name":"EXIT_CUE","abstract":"

                                                                                                                                                                                                                          Fired when ExitCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/MediaTrackEventTypes.html#/s:13THEOplayerSDK20MediaTrackEventTypesV22ACTIVE_QUALITY_CHANGEDAA0E4TypeCyAA020ActiveQualityChangedE0CGvpZ":{"name":"ACTIVE_QUALITY_CHANGED","abstract":"

                                                                                                                                                                                                                          Fired when the activeQuality property of a MediaTrack has been updated.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackEventTypes"},"Structs/TrackEventTypes.html#/s:13THEOplayerSDK15TrackEventTypesV6UPDATEAA0D4TypeCyAA0c6UpdateD0CGvpZ":{"name":"UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when one or more properties of a track have been updated.

                                                                                                                                                                                                                          ","parent_name":"TrackEventTypes"},"Structs/TrackEventTypes.html":{"name":"TrackEventTypes","abstract":"

                                                                                                                                                                                                                          The events fired by a Track.

                                                                                                                                                                                                                          "},"Structs/MediaTrackEventTypes.html":{"name":"MediaTrackEventTypes","abstract":"

                                                                                                                                                                                                                          The events fired by a MediaTrack.

                                                                                                                                                                                                                          "},"Structs/TextTrackEventTypes.html":{"name":"TextTrackEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrack events. These events apply to the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/AddCueEvent.html":{"name":"AddCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.ADD_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/RemoveCueEvent.html":{"name":"RemoveCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.REMOVE_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/CueChangeEvent.html":{"name":"CueChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.CUE_CHANGE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/EnterCueEvent.html":{"name":"EnterCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.ENTER_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/ExitCueEvent.html":{"name":"ExitCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.EXIT_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO6WebVTTyA2CmF":{"name":"WebVTT","abstract":"

                                                                                                                                                                                                                          The text track is in the Web Video Text Tracks format.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO3SRTyA2CmF":{"name":"SRT","abstract":"

                                                                                                                                                                                                                          The text track is in the SubRip Text Tracks format.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO9subtitlesyA2CmF":{"name":"subtitles","abstract":"

                                                                                                                                                                                                                          The text track contains subtitles.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8captionsyA2CmF":{"name":"captions","abstract":"

                                                                                                                                                                                                                          The text track contains closed captions, a translation of dialogue and sound effects.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO11descriptionyA2CmF":{"name":"description","abstract":"

                                                                                                                                                                                                                          The text track contains descriptions, a textual description of the video.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8chaptersyA2CmF":{"name":"chapters","abstract":"

                                                                                                                                                                                                                          The text track contains chapter titles suitable for navigating the media resource.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8metadatayA2CmF":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The text track contains metadata.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackMode.html#/s:13THEOplayerSDK13TextTrackModeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackMode"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP014inBandMetadataD12DispatchTypeSSvp":{"name":"inBandMetadataTrackDispatchType","abstract":"

                                                                                                                                                                                                                          The text track in-band metadata track dispatch type of the text track that the TextTrack object represents.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4modeAA0cD4ModeOvp":{"name":"mode","abstract":"

                                                                                                                                                                                                                          The text track mode.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4cuesSayAA0cD3Cue_pGvp":{"name":"cues","abstract":"

                                                                                                                                                                                                                          The text track’s list of TextTrackCue objects as a TextTrackCueList. This list includes all of the text track’s known cues.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The text track’s resource path

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP10activeCuesSayAA0cD3Cue_pGvp":{"name":"activeCues","abstract":"

                                                                                                                                                                                                                          The text track’s list of active TextTrackCue objects as a TextTrackCueList.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The content type of the given track.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP6forcedSbvp":{"name":"forced","abstract":"

                                                                                                                                                                                                                          Indicates whether the track contains Forced Narrative cues.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP16addEventListener4type8listenerAA0fG0_pAA0F4TypeCyqd__G_yqd__ctAA0F8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP19removeEventListener4type8listeneryAA0F4TypeCyqd__G_AA0fG0_ptAA0F8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/AudioTrack.html#/s:13THEOplayerSDK10AudioTrackP7enabledSbvp":{"name":"enabled","abstract":"

                                                                                                                                                                                                                          Indicates whether the track is enabled.

                                                                                                                                                                                                                          ","parent_name":"AudioTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP7enabledSbvp":{"name":"enabled","abstract":"

                                                                                                                                                                                                                          Indicates whether the track is enabled.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP13activeQualityAA0F0_pSgvp":{"name":"activeQuality","abstract":"

                                                                                                                                                                                                                          The active quality of the media track, i.e. the quality that is currently being played.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP9qualitiesAA11QualityList_pvp":{"name":"qualities","abstract":"

                                                                                                                                                                                                                          The qualities of the media track.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP15targetQualitiesSayAA7Quality_pGSgvp":{"name":"targetQualities","abstract":"

                                                                                                                                                                                                                          One or more desired qualities of the media track.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP4kindSSvp":{"name":"kind","abstract":"

                                                                                                                                                                                                                          The kind of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP8languageSSvp":{"name":"language","abstract":"

                                                                                                                                                                                                                          The language of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP5labelSSvp":{"name":"label","abstract":"

                                                                                                                                                                                                                          The label of the track. This label could be localized.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP16unlocalizedLabelSSvp":{"name":"unlocalizedLabel","abstract":"

                                                                                                                                                                                                                          The unlocalized label of the track. This is guaranteed to be not localized.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          A unique identifier of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html":{"name":"Track","abstract":"

                                                                                                                                                                                                                          A track object.

                                                                                                                                                                                                                          "},"Protocols/MediaTrack.html":{"name":"MediaTrack","abstract":"

                                                                                                                                                                                                                          A MediaTrack is an element that represents a single video or audio track that can be played by the player.

                                                                                                                                                                                                                          "},"Track%20API.html#/s:13THEOplayerSDK10VideoTrackP":{"name":"VideoTrack","abstract":"

                                                                                                                                                                                                                          A VideoTrack object is an element that represents a single video track that can be played by the player.

                                                                                                                                                                                                                          "},"Protocols/AudioTrack.html":{"name":"AudioTrack","abstract":"

                                                                                                                                                                                                                          An AudioTrack object is an element that represents a single audio track that can be played by the player.

                                                                                                                                                                                                                          "},"Protocols/TextTrack.html":{"name":"TextTrack","abstract":"

                                                                                                                                                                                                                          A TextTrack object is an element that represents a single text track that can be displayed in the player.

                                                                                                                                                                                                                          "},"Enums/TextTrackMode.html":{"name":"TextTrackMode","abstract":"

                                                                                                                                                                                                                          The different TextTrack modes.

                                                                                                                                                                                                                          "},"Enums/TextTrackKind.html":{"name":"TextTrackKind","abstract":"

                                                                                                                                                                                                                          Describes the kind of the text track.

                                                                                                                                                                                                                          "},"Enums/TextTrackFormat.html":{"name":"TextTrackFormat","abstract":"

                                                                                                                                                                                                                          Describes the format of the text track.

                                                                                                                                                                                                                          "},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “removetrack”.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC5trackAA0D0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which was just removed from the track list.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “addtrack”.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC5trackAA0D0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which was just added to the track list.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “change”.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC5trackAA0C0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which has its state just changed.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html":{"name":"VideoTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of VideoTrackList events.

                                                                                                                                                                                                                          "},"Structs/AudioTrackListEventTypes.html":{"name":"AudioTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of AudioTrackList events.

                                                                                                                                                                                                                          "},"Structs/TextTrackListEventTypes.html":{"name":"TextTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrackList events.

                                                                                                                                                                                                                          "},"Classes/TrackChangeEvent.html":{"name":"TrackChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.CHANGE occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Classes/AddTrackEvent.html":{"name":"AddTrackEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.ADD_TRACK occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Classes/RemoveTrackEvent.html":{"name":"RemoveTrackEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.REMOVE_TRACK occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of text tracks in the list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP3getyAA0cD0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          The TextTrack object representing the text track at the index position in the player’s list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListPyAA0cD0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the TextTrack object representing the text track at the index position in the player’s list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/AudioTrackList.html#/s:13THEOplayerSDK14AudioTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given AudioTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackList"},"Protocols/AudioTrackList.html#/s:13THEOplayerSDK14AudioTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given AudioTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackList"},"Protocols/VideoTrackList.html#/s:13THEOplayerSDK14VideoTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given VideoTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackList"},"Protocols/VideoTrackList.html#/s:13THEOplayerSDK14VideoTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given VideoTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of media tracks in the list of media tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListP3getyAA0cD0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListPyAA0cD0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html":{"name":"MediaTrackList","abstract":"

                                                                                                                                                                                                                          A MediaTrackList lists all available MediaTrack objects that the player can play. It contains MediaTrack objects, which are either AudioTracks or VideoTracks.

                                                                                                                                                                                                                          "},"Protocols/VideoTrackList.html":{"name":"VideoTrackList","abstract":"

                                                                                                                                                                                                                          A VideoTrackList lists all available VideoTrack objects that the player can play.

                                                                                                                                                                                                                          "},"Protocols/AudioTrackList.html":{"name":"AudioTrackList","abstract":"

                                                                                                                                                                                                                          An AudioTrackList lists all available AudioTrack objects that the player can play.

                                                                                                                                                                                                                          "},"Protocols/TextTrackList.html":{"name":"TextTrackList","abstract":"

                                                                                                                                                                                                                          A TextTrackList lists all available TextTrack objects that the player can display.

                                                                                                                                                                                                                          "},"Classes/VolumeChangeEvent.html#/s:13THEOplayerSDK17VolumeChangeEventC6volumeSfvp":{"name":"volume","abstract":"

                                                                                                                                                                                                                          The new value, between 0 and 1, of the player’s volume.

                                                                                                                                                                                                                          ","parent_name":"VolumeChangeEvent"},"Classes/VolumeChangeEvent.html#/s:13THEOplayerSDK17VolumeChangeEventC06deviceC0Sfvp":{"name":"deviceVolume","abstract":"

                                                                                                                                                                                                                          The new value, between 0 and 1, of the device’s volume.

                                                                                                                                                                                                                          ","parent_name":"VolumeChangeEvent"},"Classes/PresentationModeChangeEvent.html#/s:13THEOplayerSDK27PresentationModeChangeEventC012presentationD0AA0cD0Ovp":{"name":"presentationMode","abstract":"

                                                                                                                                                                                                                          The new PresentationMode of the player.

                                                                                                                                                                                                                          ","parent_name":"PresentationModeChangeEvent"},"Classes/ErrorEvent.html#/s:13THEOplayerSDK10ErrorEventC5errorSSvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The textual representation of the error that happened.

                                                                                                                                                                                                                          ","parent_name":"ErrorEvent"},"Classes/ErrorEvent.html#/s:13THEOplayerSDK10ErrorEventC11errorObjectAA9THEOError_pSgvp":{"name":"errorObject","abstract":"

                                                                                                                                                                                                                          A more descriptive THEOError containing information about the error.

                                                                                                                                                                                                                          ","parent_name":"ErrorEvent"},"Classes/RateChangeEvent.html#/s:13THEOplayerSDK15RateChangeEventC08playbackC0Sdvp":{"name":"playbackRate","abstract":"

                                                                                                                                                                                                                          The new rate of playback of the player.

                                                                                                                                                                                                                          ","parent_name":"RateChangeEvent"},"Classes/TimeUpdateEvent.html#/s:13THEOplayerSDK15TimeUpdateEventC018currentProgramDateC010Foundation0H0VSgvp":{"name":"currentProgramDateTime","abstract":"

                                                                                                                                                                                                                          The current program date time of the player.

                                                                                                                                                                                                                          ","parent_name":"TimeUpdateEvent"},"Classes/DurationChangeEvent.html#/s:13THEOplayerSDK19DurationChangeEventC8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The new duration of the content, in seconds.

                                                                                                                                                                                                                          ","parent_name":"DurationChangeEvent"},"Classes/ReadyStateEvent.html#/s:13THEOplayerSDK15ReadyStateEventC05readyD0AA0cD0Ovp":{"name":"readyState","abstract":"

                                                                                                                                                                                                                          The ReadyState of the player.

                                                                                                                                                                                                                          ","parent_name":"ReadyStateEvent"},"Classes/SourceChangeEvent.html#/s:13THEOplayerSDK17SourceChangeEventC6sourceAA0C11DescriptionCSgvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          The new SourceDescription that was set.

                                                                                                                                                                                                                          ","parent_name":"SourceChangeEvent"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV4PLAYAA0D4TypeCyAA04PlayD0CGvpZ":{"name":"PLAY","abstract":"

                                                                                                                                                                                                                          Fired when PlayEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7PLAYINGAA0D4TypeCyAA07PlayingD0CGvpZ":{"name":"PLAYING","abstract":"

                                                                                                                                                                                                                          Fired when PlayingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5PAUSEAA0D4TypeCyAA05PauseD0CGvpZ":{"name":"PAUSE","abstract":"

                                                                                                                                                                                                                          Fired when PauseEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV8PROGRESSAA0D4TypeCyAA08ProgressD0CGvpZ":{"name":"PROGRESS","abstract":"

                                                                                                                                                                                                                          Fired when ProgressEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7SEEKINGAA0D4TypeCyAA07SeekingD0CGvpZ":{"name":"SEEKING","abstract":"

                                                                                                                                                                                                                          Fired when SeekingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV6SEEKEDAA0D4TypeCyAA06SeekedD0CGvpZ":{"name":"SEEKED","abstract":"

                                                                                                                                                                                                                          Fired when SeekedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7WAITINGAA0D4TypeCyAA07WaitingD0CGvpZ":{"name":"WAITING","abstract":"

                                                                                                                                                                                                                          Fired when WaitingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11TIME_UPDATEAA0D4TypeCyAA010TimeUpdateD0CGvpZ":{"name":"TIME_UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when TimeUpdateEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5ENDEDAA0D4TypeCyAA05EndedD0CGvpZ":{"name":"ENDED","abstract":"

                                                                                                                                                                                                                          Fired when EndedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11RATE_CHANGEAA0D4TypeCyAA010RateChangeD0CGvpZ":{"name":"RATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when RateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV18READY_STATE_CHANGEAA0D4TypeCyAA016ReadyStateChangeD0CGvpZ":{"name":"READY_STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when ReadyStateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV16LOADED_META_DATAAA0D4TypeCyAA014LoadedMetaDataD0CGvpZ":{"name":"LOADED_META_DATA","abstract":"

                                                                                                                                                                                                                          Fired when LoadedMetaDataEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11LOADED_DATAAA0D4TypeCyAA010LoadedDataD0CGvpZ":{"name":"LOADED_DATA","abstract":"

                                                                                                                                                                                                                          Fired when LoadedDataEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV10LOAD_STARTAA0D4TypeCyAA09LoadStartD0CGvpZ":{"name":"LOAD_START","abstract":"

                                                                                                                                                                                                                          Fired when LoadStartEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV8CAN_PLAYAA0D4TypeCyAA07CanPlayD0CGvpZ":{"name":"CAN_PLAY","abstract":"

                                                                                                                                                                                                                          Fired when CanPlayEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV16CAN_PLAY_THROUGHAA0D4TypeCyAA014CanPlayThroughD0CGvpZ":{"name":"CAN_PLAY_THROUGH","abstract":"

                                                                                                                                                                                                                          Fired when CanPlayThroughEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5ERRORAA0D4TypeCyAA05ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when ErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV15DURATION_CHANGEAA0D4TypeCyAA014DurationChangeD0CGvpZ":{"name":"DURATION_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when DurationChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV13SOURCE_CHANGEAA0D4TypeCyAA012SourceChangeD0CGvpZ":{"name":"SOURCE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when SourceChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV21CURRENT_SOURCE_CHANGEAA0D4TypeCyAA019CurrentSourceChangeD0CGvpZ":{"name":"CURRENT_SOURCE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the current source, which is chosen from SourceDescription.sources, changes.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV24PRESENTATION_MODE_CHANGEAA0D4TypeCyAA022PresentationModeChangeD0CGvpZ":{"name":"PRESENTATION_MODE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when PresentationModeChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV19ASPECT_RATIO_CHANGEAA0D4TypeCyAA017AspectRatioChangeD0CGvpZ":{"name":"ASPECT_RATIO_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when AspectRatioChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV13VOLUME_CHANGEAA0D4TypeCyAA012VolumeChangeD0CGvpZ":{"name":"VOLUME_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when VolumeChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV6RESIZEAA0D4TypeCyAA06ResizeD0CGvpZ":{"name":"RESIZE","abstract":"

                                                                                                                                                                                                                          Fired when ResizeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7DESTROYAA0D4TypeCyAA07DestroyD0CGvpZ":{"name":"DESTROY","abstract":"

                                                                                                                                                                                                                          Fired when DestroyEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV9ENCRYPTEDAA0D4TypeCyAA09EncryptedD0CGvpZ":{"name":"ENCRYPTED","abstract":"

                                                                                                                                                                                                                          Fired when the player encounters key system initialization data in the media data.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV26CONTENT_PROTECTION_SUCCESSAA0D4TypeCyAA024ContentProtectionSuccessD0CGvpZ":{"name":"CONTENT_PROTECTION_SUCCESS","abstract":"

                                                                                                                                                                                                                          Fired when the key is usable for decryption.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV24CONTENT_PROTECTION_ERRORAA0D4TypeCyAA022ContentProtectionErrorD0CGvpZ":{"name":"CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          Fired when a content protection error occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html":{"name":"PlayerEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Player events.

                                                                                                                                                                                                                          "},"Classes/SourceChangeEvent.html":{"name":"SourceChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SOURCE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ReadyStateEvent.html":{"name":"ReadyStateEvent","abstract":"

                                                                                                                                                                                                                          The base event for all events that change the ReadyState of the player.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PlayEvent":{"name":"PlayEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PLAY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PlayingEvent":{"name":"PlayingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PLAYING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PauseEvent":{"name":"PauseEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PAUSE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ProgressEvent":{"name":"ProgressEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PROGRESS occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/DurationChangeEvent.html":{"name":"DurationChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.DURATION_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)SeekingEvent":{"name":"SeekingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SEEKING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)SeekedEvent":{"name":"SeekedEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SEEKED occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)WaitingEvent":{"name":"WaitingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.WAITING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/TimeUpdateEvent.html":{"name":"TimeUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.TIME_UPDATE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)EndedEvent":{"name":"EndedEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.ENDED occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/RateChangeEvent.html":{"name":"RateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.RATE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ReadyStateChangeEvent":{"name":"ReadyStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.READY_STATE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadedMetaDataEvent":{"name":"LoadedMetaDataEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOADED_META_DATA occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadedDataEvent":{"name":"LoadedDataEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOADED_DATA occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CanPlayEvent":{"name":"CanPlayEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CAN_PLAY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CanPlayThroughEvent":{"name":"CanPlayThroughEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CAN_PLAY_THROUGH occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ErrorEvent.html":{"name":"ErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/PresentationModeChangeEvent.html":{"name":"PresentationModeChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PRESENTATION_MODE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/VolumeChangeEvent.html":{"name":"VolumeChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.VOLUME_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ResizeEvent":{"name":"ResizeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.RESIZE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadStartEvent":{"name":"LoadStartEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOAD_START occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)DestroyEvent":{"name":"DestroyEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.DESTROY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/BackgroundPlaybackDelegate.html#/s:13THEOplayerSDK26BackgroundPlaybackDelegateP019shouldContinueAudiod2InC0SbyF":{"name":"shouldContinueAudioPlaybackInBackground()","abstract":"

                                                                                                                                                                                                                          Decides whether audio should continue playing when the application goes to background and the video is not visible anymore.

                                                                                                                                                                                                                          ","parent_name":"BackgroundPlaybackDelegate"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC18droppedVideoFramesSivp":{"name":"droppedVideoFrames","abstract":"

                                                                                                                                                                                                                          The total number of dropped video frames.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC17renderedFramerateSdvp":{"name":"renderedFramerate","abstract":"

                                                                                                                                                                                                                          The rendered frame rate of the video as it plays, in units of frames per second.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO4noneyA2CmF":{"name":"none","abstract":"

                                                                                                                                                                                                                          The player will not load any data.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO4autoyA2CmF":{"name":"auto","abstract":"

                                                                                                                                                                                                                          The player will load the metadata and the media.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO8metadatayA2CmF":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The player will load the metadata.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO6inlineyA2CmF":{"name":"inline","abstract":"

                                                                                                                                                                                                                          The player is shown in its original location in the view.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO10fullscreenyA2CmF":{"name":"fullscreen","abstract":"

                                                                                                                                                                                                                          The player fills the entire screen and overlays all the other view controllers.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO16pictureInPictureyA2CmF":{"name":"pictureInPicture","abstract":"

                                                                                                                                                                                                                          The player is shown in a window that overlays all the views. Further configurations can be made through PictureInPicture.configure

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO12HAVE_NOTHINGyA2CmF":{"name":"HAVE_NOTHING","abstract":"

                                                                                                                                                                                                                          The player has no information about the duration of its source.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO13HAVE_METADATAyA2CmF":{"name":"HAVE_METADATA","abstract":"

                                                                                                                                                                                                                          The player has information about the duration of its source.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO17HAVE_CURRENT_DATAyA2CmF":{"name":"HAVE_CURRENT_DATA","abstract":"

                                                                                                                                                                                                                          The player has its current frame in its buffer.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO16HAVE_FUTURE_DATAyA2CmF":{"name":"HAVE_FUTURE_DATA","abstract":"

                                                                                                                                                                                                                          The player has enough data for the current playback position, as well as for at least a little bit of time into the future (at least two frames of video, for example).

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO16HAVE_ENOUGH_DATAyA2CmF":{"name":"HAVE_ENOUGH_DATA","abstract":"

                                                                                                                                                                                                                          The player has enough data available, and the download rate is high enough that the media can be played through to the end without interruption.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether THEOplayer is currently connected with a casting device.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP10chromecastAA10Chromecast_pSgvp":{"name":"chromecast","abstract":"

                                                                                                                                                                                                                          A Chromecast integration object that allows you to cast to Chromecast and inspect its state.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP7airPlayAA03AirE0_pSgvp":{"name":"airPlay","abstract":"

                                                                                                                                                                                                                          An AirPlay integration object that allows you to cast to AirPlay and inspect its state.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC7licenseSSSgvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          The license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC10licenseUrlSSSgvp":{"name":"licenseUrl","abstract":"

                                                                                                                                                                                                                          The URL to fetch the license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC3pipAA16PiPConfigurationCSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          The picture in picture configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC7networkAA07NetworkC0CSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC4cmcdAA17CMCDConfigurationVSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          The CMCD configuration for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC16autoIntegrationsSbvp":{"name":"autoIntegrations","abstract":"

                                                                                                                                                                                                                          Flag that enables the player to automatically look for THEOplayer integration libraries (e.g. THEOlive) and register those on the player instance.","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC3uidSiSgvp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          The unique identifier of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C26backgroundPlaybackDelegateAA010BackgrounddE0_pSgvp":{"name":"backgroundPlaybackDelegate","abstract":"

                                                                                                                                                                                                                          The delegate defining behavior for background playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4with13configurationACSo6CGRectVSg_AA0A13ConfigurationCSgtcfc":{"name":"init(with:configuration:)","abstract":"

                                                                                                                                                                                                                          Create a new instance of THEOplayer with a frame.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7versionSSvpZ":{"name":"version","abstract":"

                                                                                                                                                                                                                          The version of THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5frameSo6CGRectVvp":{"name":"frame","abstract":"

                                                                                                                                                                                                                          The frame rectangle, which describes the THEOplayer view’s location and size in its superview’s coordinate system.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6boundsSo6CGRectVvp":{"name":"bounds","abstract":"

                                                                                                                                                                                                                          The bounds rectangle, which describes the THEOplayer view’s location and size in its own coordinate system.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6centerSo7CGPointVvp":{"name":"center","abstract":"

                                                                                                                                                                                                                          The center of the THEOplayer view’s frame.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16autoresizingMaskSo18UIViewAutoresizingVvp":{"name":"autoresizingMask","abstract":"

                                                                                                                                                                                                                          An integer bit mask that determines how the THEOplayer view resizes itself when its superview’s bounds change.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11videoHeightSivp":{"name":"videoHeight","abstract":"

                                                                                                                                                                                                                          Returns the height of the video in pixels for the current quality.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10videoWidthSivp":{"name":"videoWidth","abstract":"

                                                                                                                                                                                                                          Returns the width of the video in pixels for the current quality.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/c:@M@THEOplayerSDK@objc(cs)THEOplayer(py)videoRect":{"name":"videoRect","abstract":"

                                                                                                                                                                                                                          Returns the current size and position of the video image as displayed within the receiver’s bounds.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C23resizeTransitionEnabledSbvp":{"name":"resizeTransitionEnabled","abstract":"

                                                                                                                                                                                                                          Enables or disables the transition animation when resizing the player. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3abrAA16ABRConfiguration_pvp":{"name":"abr","abstract":"

                                                                                                                                                                                                                          Allows you to modify the player’s ABR behavior. See documentation for ABRConfiguration to see how this is done.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11aspectRatioAA06AspectD0Ovp":{"name":"aspectRatio","abstract":"

                                                                                                                                                                                                                          Specifies how to handle the aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7networkAA7Network_pvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network status of the player which can be used to monitor the network related errors.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10textTracksAA13TextTrackList_pvp":{"name":"textTracks","abstract":"

                                                                                                                                                                                                                          The list of Text Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11audioTracksAA14AudioTrackList_pvp":{"name":"audioTracks","abstract":"

                                                                                                                                                                                                                          The list of Audio Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11videoTracksAA14VideoTrackList_pvp":{"name":"videoTracks","abstract":"

                                                                                                                                                                                                                          The list of Video Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The length of the currently loaded video, in seconds.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8autoplaySbvp":{"name":"autoplay","abstract":"

                                                                                                                                                                                                                          Sets or returns if the video should automatically start playing.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6sourceAA17SourceDescriptionCSgvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          Sets or returns the current source of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3srcSSSgvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Returns the current source URL of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6volumeSfvp":{"name":"volume","abstract":"

                                                                                                                                                                                                                          Sets or returns the volume of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5mutedSbvp":{"name":"muted","abstract":"

                                                                                                                                                                                                                          Sets or returns whether the audio output of the video is muted.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7seekingSbvp":{"name":"seeking","abstract":"

                                                                                                                                                                                                                          Return whether the video is seeking.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6pausedSbvp":{"name":"paused","abstract":"

                                                                                                                                                                                                                          Returns whether the video is paused.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5endedSbvp":{"name":"ended","abstract":"

                                                                                                                                                                                                                          Returns whether the video has ended.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C39preventsDisplaySleepDuringVideoPlaybackSbvp":{"name":"preventsDisplaySleepDuringVideoPlayback","abstract":"

                                                                                                                                                                                                                          Prevents the display from sleeping during video playback. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C22allowsExternalPlaybackSbvp":{"name":"allowsExternalPlayback","abstract":"

                                                                                                                                                                                                                          Whether to allow the player to playback externally (AirPlay).

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7preloadAA7PreloadOvp":{"name":"preload","abstract":"

                                                                                                                                                                                                                          Returns whether the player should preload a certain type of data.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C12playbackRateSdvp":{"name":"playbackRate","abstract":"

                                                                                                                                                                                                                          Returns current playback rate of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8bufferedSayAA9TimeRangeCGvp":{"name":"buffered","abstract":"

                                                                                                                                                                                                                          Returns the buffered TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6playedSayAA9TimeRangeCGvp":{"name":"played","abstract":"

                                                                                                                                                                                                                          Returns the played TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8seekableSayAA9TimeRangeCGvp":{"name":"seekable","abstract":"

                                                                                                                                                                                                                          Returns the seekable TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7metricsAA7MetricsCvp":{"name":"metrics","abstract":"

                                                                                                                                                                                                                          The metrics API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16presentationModeAA012PresentationD0Ovp":{"name":"presentationMode","abstract":"

                                                                                                                                                                                                                          Sets or returns the presentationMode of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10readyStateAA05ReadyD0Ovp":{"name":"readyState","abstract":"

                                                                                                                                                                                                                          Returns the readystate of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5errorSSSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          Returns the last encountered player error.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          Returns the unique ID of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11currentTimeSdvp":{"name":"currentTime","abstract":"

                                                                                                                                                                                                                          The current playback position of the video, in seconds. Setting it allows to change the playback position.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C22currentProgramDateTime10Foundation0E0VSgvp":{"name":"currentProgramDateTime","abstract":"

                                                                                                                                                                                                                          Returns the current playback position of the media, as a timestamp.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C31automaticallyManageAudioSessionSbvpZ":{"name":"automaticallyManageAudioSession","abstract":"

                                                                                                                                                                                                                          Sets whether THEOplayer automatically manages the AVAudioSession.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7latencyAA14LatencyManager_pvp":{"name":"latency","abstract":"

                                                                                                                                                                                                                          The latency manager for low latency live playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4playyyF":{"name":"play()","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player starts playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5pauseyyF":{"name":"pause()","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player pauses playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4stop17completionHandleryySbSg_s5Error_pSgtcSg_tF":{"name":"stop(completionHandler:)","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player stops playback completely and unloads all loaded resources.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16addEventListener4type8listenerAA0dE0_pAA0D4TypeCyxG_yxctAA0D8ProtocolRzlF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given PlayerEventType.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C19removeEventListener4type8listeneryAA0D4TypeCyxG_AA0dE0_ptAA0D8ProtocolRzlF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given PlayerEventType.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14setCurrentTime_17completionHandlerySd_yypSg_s5Error_pSgtcSgtF":{"name":"setCurrentTime(_:completionHandler:)","abstract":"

                                                                                                                                                                                                                          Sets the current playback position in the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C25setCurrentProgramDateTime_17completionHandlery10Foundation0F0V_yypSg_s5Error_pSgtcSgtF":{"name":"setCurrentProgramDateTime(_:completionHandler:)","abstract":"

                                                                                                                                                                                                                          Sets the current ProgramDateTime of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C12addAsSubview2ofySo6UIViewC_tF":{"name":"addAsSubview(of:)","abstract":"

                                                                                                                                                                                                                          Adds the THEOplayer view to the end of the parameter view’s list of subviews.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of2atySo6UIViewC_SitF":{"name":"insertAsSubview(of:at:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view at the specified index of the parameter view’s list of subviews.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of05belowE0ySo6UIViewC_AHtF":{"name":"insertAsSubview(of:belowSubview:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view below another view in the parameter view’s hierarchy.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of05aboveE0ySo6UIViewC_AHtF":{"name":"insertAsSubview(of:aboveSubview:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view above another view in the parameter view’s hierarchy.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11isContained2inSbSaySo6UIViewCG_tF":{"name":"isContained(in:)","abstract":"

                                                                                                                                                                                                                          Returns a Boolean value indicating whether THEOplayer is contained in the given array of UIview.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C36registerContentProtectionIntegration13integrationId9keySystem0G7FactoryySS_AA03KeyjH0OAA0defK0_ptFZ":{"name":"registerContentProtectionIntegration(integrationId:keySystem:integrationFactory:)","abstract":"

                                                                                                                                                                                                                          Register a content protection integration

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14addIntegrationyyAA0D0_pF":{"name":"addIntegration(_:)","abstract":"

                                                                                                                                                                                                                          Add an Integration to the THEOplayer instance .

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C17removeIntegrationyyAA0D0_pF":{"name":"removeIntegration(_:)","abstract":"

                                                                                                                                                                                                                          Removes an Integration from the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C21removeAllIntegrationsyyF":{"name":"removeAllIntegrations()","abstract":"

                                                                                                                                                                                                                          Removes all Integrations from the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C18getAllIntegrationsSayAA11Integration_pGyF":{"name":"getAllIntegrations()","abstract":"

                                                                                                                                                                                                                          Returns all registered Integrations on the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C20getIntegrationByKindyAA0D0_pSgAA0dF0OF":{"name":"getIntegrationByKind(_:)","abstract":"

                                                                                                                                                                                                                          Returns the registered Integration on the THEOplayer instance of the specified kind. Returns nil if not found.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14textTrackStyleAA04TextdE0_pSgvp":{"name":"textTrackStyle","abstract":"

                                                                                                                                                                                                                          API to configure TextTrack styles (for subtitles).

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4castAA4Cast_pSgvp":{"name":"cast","abstract":"

                                                                                                                                                                                                                          The Cast object helps you configure and control casting to external devices with THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10fullscreenAA10Fullscreen_pvp":{"name":"fullscreen","abstract":"

                                                                                                                                                                                                                          The Fullscreen API of THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C20addGestureRecognizeryySo09UIGestureE0CF":{"name":"addGestureRecognizer(_:)","abstract":"

                                                                                                                                                                                                                          Attaches a gesture recognizer to THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C23removeGestureRecognizeryySo09UIGestureE0CF":{"name":"removeGestureRecognizer(_:)","abstract":"

                                                                                                                                                                                                                          Detaches a gesture recognizer from THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C18gestureRecognizersSaySo19UIGestureRecognizerCGSgvp":{"name":"gestureRecognizers","abstract":"

                                                                                                                                                                                                                          List of the gesture recognizers attached to THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3adsAA3Ads_pvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          An Ads object that contains information about the current and the scheduled advertisements.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3pipAA09PictureInD0_pSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          A PictureInPicture object to configure Picture-In-Picture.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C29fullscreenOrientationCouplingSbvp":{"name":"fullscreenOrientationCoupling","abstract":"

                                                                                                                                                                                                                          Whether the fullscreen mode is coupled to device orientation, defaults to false.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5cacheAA5Cache_pvpZ":{"name":"cache","abstract":"

                                                                                                                                                                                                                          The Cache object to access the caching API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html":{"name":"THEOplayer","abstract":"

                                                                                                                                                                                                                          The THEOplayer object.

                                                                                                                                                                                                                          "},"Classes/THEOplayerConfiguration.html":{"name":"THEOplayerConfiguration","abstract":"

                                                                                                                                                                                                                          The configuration for a THEOplayer instance.

                                                                                                                                                                                                                          "},"Protocols/Cast.html":{"name":"Cast","abstract":"

                                                                                                                                                                                                                          The Cast object helps you configure and control casting to external devices with THEOplayer.

                                                                                                                                                                                                                          "},"Enums/ReadyState.html":{"name":"ReadyState","abstract":"

                                                                                                                                                                                                                          The ready state of the player.

                                                                                                                                                                                                                          "},"Enums/PresentationMode.html":{"name":"PresentationMode","abstract":"

                                                                                                                                                                                                                          The presentation mode specifies how the player will be displayed.

                                                                                                                                                                                                                          "},"Enums/Preload.html":{"name":"Preload","abstract":"

                                                                                                                                                                                                                          The preload strategy of the player. The strategy specifies what data to load on source change.

                                                                                                                                                                                                                          "},"Classes/Metrics.html":{"name":"Metrics","abstract":"

                                                                                                                                                                                                                          The metrics API which can be used to gather information related to the quality-of-service and video playback experience.

                                                                                                                                                                                                                          "},"Protocols/BackgroundPlaybackDelegate.html":{"name":"BackgroundPlaybackDelegate","abstract":"

                                                                                                                                                                                                                          A delegate defining behavior for background playback.

                                                                                                                                                                                                                          "},"THEOplayer%20API.html":{"name":"THEOplayer API"},"Player%20Events.html":{"name":"Player Events"},"Track%20List%20API.html":{"name":"Track List API"},"Track%20List%20Events.html":{"name":"Track List Events"},"Track%20API.html":{"name":"Track API"},"Track%20Events.html":{"name":"Track Events"},"Text%20Track%20Cue%20API.html":{"name":"Text Track Cue API"},"Text%20Track%20Cue%20Events.html":{"name":"Text Track Cue Events"},"Text%20Track%20Styling%20API.html":{"name":"Text Track Styling API"},"Source%20Description%20API.html":{"name":"Source Description API"},"Content%20Protection.html":{"name":"Content Protection"},"SSAI.html":{"name":"SSAI"},"CSAI.html":{"name":"CSAI"},"Ads%20API.html":{"name":"Ads API"},"Ads%20Events.html":{"name":"Ads Events"},"ChromeCast%20API.html":{"name":"ChromeCast API"},"ChromeCast%20Events.html":{"name":"ChromeCast Events"},"Airplay%20API.html":{"name":"Airplay API"},"Airplay%20Events.html":{"name":"Airplay Events"},"Picture-In-Picture.html":{"name":"Picture-In-Picture"},"Fullscreen%20API.html":{"name":"Fullscreen API"},"Fullscreen%20Events.html":{"name":"Fullscreen Events"},"Network%20Events.html":{"name":"Network Events"},"Error%20API.html":{"name":"Error API"},"Cache%20API.html":{"name":"Cache API"},"Cache%20Events.html":{"name":"Cache Events"},"Adaptive%20Bit%20Rate%20API.html":{"name":"Adaptive Bit Rate API"},"External%20Content%20Protection%20integration%20API.html":{"name":"External Content Protection integration API"},"Util.html":{"name":"Util"},"Base%20classes%20%26%20interfaces.html":{"name":"Base classes & interfaces"},"Other%20Classes.html":{"name":"Other Classes","abstract":"

                                                                                                                                                                                                                          The following classes are available globally.

                                                                                                                                                                                                                          "},"Other%20Extensions.html":{"name":"Other Extensions","abstract":"

                                                                                                                                                                                                                          The following extensions are available globally.

                                                                                                                                                                                                                          "},"Other%20Protocols.html":{"name":"Other Protocols","abstract":"

                                                                                                                                                                                                                          The following protocols are available globally.

                                                                                                                                                                                                                          "},"Other%20Structs.html":{"name":"Other Structures","abstract":"

                                                                                                                                                                                                                          The following structures are available globally.

                                                                                                                                                                                                                          "}} \ No newline at end of file +{"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          A GUID identifying the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An external session ID that can be used to identify the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          A user ID that can be used to identify the user.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV14eventEndpointsSayAA012CMCDEndpointD0VGSgvp":{"name":"eventEndpoints","abstract":"

                                                                                                                                                                                                                          The endpoints where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDSourceConfiguration.html#/s:13THEOplayerSDK23CMCDSourceConfigurationV9sessionId015externalSessionF004userF014eventEndpointsACSSSg_A2HSayAA012CMCDEndpointD0VGSgtcfc":{"name":"init(sessionId:externalSessionId:userId:eventEndpoints:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD source configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDSourceConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV17externalSessionIdSSSgvp":{"name":"externalSessionId","abstract":"

                                                                                                                                                                                                                          An external session ID that can be used to identify the current playback session.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          A user ID that can be used to identify the user.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV14eventEndpointsSayAA25CMCDEndpointConfigurationVGSgvp":{"name":"eventEndpoints","abstract":"

                                                                                                                                                                                                                          The endpoints where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDConfiguration.html#/s:13THEOplayerSDK17CMCDConfigurationV17externalSessionId04userF014eventEndpointsACSSSg_AGSayAA25CMCDEndpointConfigurationVGSgtcfc":{"name":"init(externalSessionId:userId:eventEndpoints:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDConfiguration"},"Structs/CMCDEndpointConfiguration.html#/s:13THEOplayerSDK25CMCDEndpointConfigurationV3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL where CMCD events should be sent.

                                                                                                                                                                                                                          ","parent_name":"CMCDEndpointConfiguration"},"Structs/CMCDEndpointConfiguration.html#/s:13THEOplayerSDK25CMCDEndpointConfigurationV3urlACSS_tcfc":{"name":"init(url:)","abstract":"

                                                                                                                                                                                                                          Creates a new CMCD endpoint configuration.

                                                                                                                                                                                                                          ","parent_name":"CMCDEndpointConfiguration"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6singleyA2EmF":{"name":"single","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “single” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6lShapeyA2EmF":{"name":"lShape","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “L-shape” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription/LayoutOverride.html#/s:13THEOplayerSDK17THEOAdDescriptionV14LayoutOverrideO6doubleyA2EmF":{"name":"double","abstract":"

                                                                                                                                                                                                                          Override to play all ad breaks using the “double” layout mode.

                                                                                                                                                                                                                          ","parent_name":"LayoutOverride"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK13AdDescriptionP11integrationAA0C11IntegrationOSgvp":{"name":"integration","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11networkCodeSSSgvp":{"name":"networkCode","abstract":"

                                                                                                                                                                                                                          Default GAM network code to use for ad requests.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14customAssetKeySSSgvp":{"name":"customAssetKey","abstract":"

                                                                                                                                                                                                                          Default GAM custom asset key to use for ad requests.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV17backdropDoubleBox10Foundation3URLVSgvp":{"name":"backdropDoubleBox","abstract":"

                                                                                                                                                                                                                          Default backdrop image URL to be used as a background for ads with a double box layout.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14backdropLShape10Foundation3URLVSgvp":{"name":"backdropLShape","abstract":"

                                                                                                                                                                                                                          Default backdrop image URL to be used as a background for ads in L-shape layout.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV14overrideLayoutAC0F8OverrideOSgvp":{"name":"overrideLayout","abstract":"

                                                                                                                                                                                                                          Overrides the layout of all THEOads ad breaks, if set.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV13overrideAdSrc10Foundation3URLVSgvp":{"name":"overrideAdSrc","abstract":"

                                                                                                                                                                                                                          Overrides the ad source of all THEOads ad breaks, if set.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV15adTagParametersSDyS2SGSgvp":{"name":"adTagParameters","abstract":"

                                                                                                                                                                                                                          The ad tag parameters added to the GAM stream request.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV23streamActivityMonitorIdSSSgvp":{"name":"streamActivityMonitorId","abstract":"

                                                                                                                                                                                                                          The streamActivityMonitorId added to the GAM Pod stream request.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV6useId3Sbvp":{"name":"useId3","abstract":"

                                                                                                                                                                                                                          Whether to use the ID3-based operating mode.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11sseEndpointSSSgvp":{"name":"sseEndpoint","abstract":"

                                                                                                                                                                                                                          The endpoint from where to retrieve the server-sent events.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV16retrievePodIdURISSSgvp":{"name":"retrievePodIdURI","abstract":"

                                                                                                                                                                                                                          The URI from where to retrieve the PodID’s as returned from the EABN service from Google.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV19initializationDelaySdSgvp":{"name":"initializationDelay","abstract":"

                                                                                                                                                                                                                          The amount of seconds we wait to initialize THEOads.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV12returnToLiveSbvp":{"name":"returnToLive","abstract":"

                                                                                                                                                                                                                          Whether to return to the live edge when playing live content, after an ad break ends.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV11daiAssetKeySSSgvp":{"name":"daiAssetKey","abstract":"

                                                                                                                                                                                                                          The Google DAI asset key which will be used as a fallback source when THEOads is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html#/s:13THEOplayerSDK17THEOAdDescriptionV16breakManifestUrl10Foundation3URLVSgvp":{"name":"breakManifestUrl","abstract":"

                                                                                                                                                                                                                          URL of the manifest that describes the upcoming ad breaks in the stream.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription/LayoutOverride.html":{"name":"LayoutOverride","abstract":"

                                                                                                                                                                                                                          Describes how and when the layout of a THEOads ad break should be overridden.

                                                                                                                                                                                                                          ","parent_name":"THEOAdDescription"},"Structs/THEOAdDescription.html":{"name":"THEOAdDescription","abstract":"

                                                                                                                                                                                                                          Describes how TheoAds should be enabled

                                                                                                                                                                                                                          "},"Structs/CMCDEndpointConfiguration.html":{"name":"CMCDEndpointConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for a CMCD endpoint.

                                                                                                                                                                                                                          "},"Structs/CMCDConfiguration.html":{"name":"CMCDConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for Common Media Client Data (CMCD) at the player level.

                                                                                                                                                                                                                          "},"Structs/CMCDSourceConfiguration.html":{"name":"CMCDSourceConfiguration","abstract":"

                                                                                                                                                                                                                          Configuration for Common Media Client Data (CMCD) at the source level.

                                                                                                                                                                                                                          "},"Other%20Structs.html#/s:13THEOplayerSDK26SourceLatencyConfigurationV":{"name":"SourceLatencyConfiguration","abstract":"

                                                                                                                                                                                                                          User defined latency configuration.

                                                                                                                                                                                                                          "},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP27addMediaPlaylistInterceptoryyAA0fgH0_pF":{"name":"addMediaPlaylistInterceptor(_:)","abstract":"

                                                                                                                                                                                                                          Adds a MediaPlaylistInterceptor to manipulate media playlist requests and responses. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP30removeMediaPlaylistInterceptoryyAA0fgH0_pF":{"name":"removeMediaPlaylistInterceptor(_:)","abstract":"

                                                                                                                                                                                                                          Removes a MediaPlaylistInterceptor. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/NetworkAPI.html#/s:13THEOplayerSDK10NetworkAPIP21removeAllInterceptorsyyF":{"name":"removeAllInterceptors()","abstract":"

                                                                                                                                                                                                                          Removes all MediaPlaylistInterceptors. (Experimental)

                                                                                                                                                                                                                          ","parent_name":"NetworkAPI"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP015shouldInterceptD7Request4typeSbAA03HlsD4TypeO_tF":{"name":"shouldInterceptPlaylistRequest(type:)","abstract":"

                                                                                                                                                                                                                          Called to check, if certain playlist request types have to be intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP015shouldInterceptD8Response4typeSbAA03HlsD4TypeO_tF":{"name":"shouldInterceptPlaylistResponse(type:)","abstract":"

                                                                                                                                                                                                                          Called to check, if certain playlist response types have to be intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP012didInterceptD7Request4type7request10Foundation10URLRequestVAA03HlsD4TypeO_AItYaKF":{"name":"didInterceptPlaylistRequest(type:request:)","abstract":"

                                                                                                                                                                                                                          Called when the certain playlist request is intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP012didInterceptD8Response4type3url8response4data10Foundation4DataVAA03HlsD4TypeO_AI3URLVSo13NSURLResponseCAKtYaKF":{"name":"didInterceptPlaylistResponse(type:url:response:data:)","abstract":"

                                                                                                                                                                                                                          Called when the certain playlist response is intercepted.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/MediaPlaylistInterceptor.html#/s:13THEOplayerSDK24MediaPlaylistInterceptorP25failedToPerformURLRequest7request8responsey10Foundation0I0V_So13NSURLResponseCtF":{"name":"failedToPerformURLRequest(request:response:)","abstract":"

                                                                                                                                                                                                                          Called when a certain URLRequest is failed.

                                                                                                                                                                                                                          ","parent_name":"MediaPlaylistInterceptor"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of qualities in the list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListP3getyAA0C0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          Returns the Quality object representing the quality at the index position in the media track’s quality list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/QualityList.html#/s:13THEOplayerSDK11QualityListPyAA0C0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the Quality object representing the quality at the index position in the media track’s quality list.

                                                                                                                                                                                                                          ","parent_name":"QualityList"},"Protocols/VideoQuality.html#/s:13THEOplayerSDK12VideoQualityP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The video width of the video quality, in pixels.

                                                                                                                                                                                                                          ","parent_name":"VideoQuality"},"Protocols/VideoQuality.html#/s:13THEOplayerSDK12VideoQualityP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The video height of the video quality, in pixels.

                                                                                                                                                                                                                          ","parent_name":"VideoQuality"},"Protocols/Quality.html#/s:13THEOplayerSDK7QualityP9bandwidthSivp":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          The required bandwidth for the quality, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"Quality"},"Protocols/Quality.html#/s:13THEOplayerSDK7QualityP16averageBandwidthSiSgvp":{"name":"averageBandwidth","abstract":"

                                                                                                                                                                                                                          The average bandwidth of the quality, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"Quality"},"Protocols/LatencyManager.html#/s:13THEOplayerSDK14LatencyManagerP07currentC0SdSgvp":{"name":"currentLatency","abstract":"

                                                                                                                                                                                                                          Time interval between currentProgramDateTime and the devices current Date in a livestream.

                                                                                                                                                                                                                          ","parent_name":"LatencyManager"},"Protocols/LatencyManager.html#/s:13THEOplayerSDK14LatencyManagerP9isEnabledSbvp":{"name":"isEnabled","abstract":"

                                                                                                                                                                                                                          Setting to determine whether the latency manager should be enabled.

                                                                                                                                                                                                                          ","parent_name":"LatencyManager"},"Protocols/LatencyConfiguration.html#/s:13THEOplayerSDK20LatencyConfigurationP12targetOffsetSdvp":{"name":"targetOffset","abstract":"

                                                                                                                                                                                                                          The time interval between the playhead and the actual live edge that the player will aim for when seeking to live.

                                                                                                                                                                                                                          ","parent_name":"LatencyConfiguration"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP8snapbackSbvp":{"name":"snapback","abstract":"

                                                                                                                                                                                                                          Whether snapback is enabled.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAI"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP11contentTime4fromS2d_tF":{"name":"contentTime(from:)","abstract":"

                                                                                                                                                                                                                          Converts stream time (including ads) to content time (excluding ads).","parent_name":"GoogleDAI"},"Protocols/GoogleDAI.html#/s:13THEOplayerSDK9GoogleDAIP10streamTime4fromS2d_tF":{"name":"streamTime(from:)","abstract":"

                                                                                                                                                                                                                          Converts content time (excluding ads) to stream time (including ads)","parent_name":"GoogleDAI"},"Protocols/UniversalAdId.html#/s:13THEOplayerSDK13UniversalAdIdP02adE5ValueSSvp":{"name":"adIdValue","abstract":"

                                                                                                                                                                                                                          The Universal Ad identifier of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"UniversalAdId"},"Protocols/UniversalAdId.html#/s:13THEOplayerSDK13UniversalAdIdP02adE8RegistrySSvp":{"name":"adIdRegistry","abstract":"

                                                                                                                                                                                                                          The registry associated with cataloging the UniversalAdId of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"UniversalAdId"},"Protocols/UniversalAdId.html":{"name":"UniversalAdId","abstract":"

                                                                                                                                                                                                                          Represents the list of universal ad ID information of the selected creative for the ad.

                                                                                                                                                                                                                          "},"Protocols/GoogleDAI.html":{"name":"GoogleDAI","abstract":"

                                                                                                                                                                                                                          Represents information regarding content with dynamically inserted advertisements.

                                                                                                                                                                                                                          "},"Protocols/LatencyConfiguration.html":{"name":"LatencyConfiguration","abstract":"

                                                                                                                                                                                                                          Latency configuration on player level.

                                                                                                                                                                                                                          "},"Protocols/LatencyManager.html":{"name":"LatencyManager","abstract":"

                                                                                                                                                                                                                          The latency manager, used to control low-latency live playback.

                                                                                                                                                                                                                          "},"Protocols/Quality.html":{"name":"Quality","abstract":"

                                                                                                                                                                                                                          Represents a quality of a media track.

                                                                                                                                                                                                                          "},"Protocols/VideoQuality.html":{"name":"VideoQuality","abstract":"

                                                                                                                                                                                                                          Represents a quality of a video track.

                                                                                                                                                                                                                          "},"Protocols/QualityList.html":{"name":"QualityList","abstract":"

                                                                                                                                                                                                                          List of qualities.

                                                                                                                                                                                                                          "},"Protocols/MediaPlaylistInterceptor.html":{"name":"MediaPlaylistInterceptor","abstract":"

                                                                                                                                                                                                                          MediaPlaylistInterceptor API (Experimental)

                                                                                                                                                                                                                          "},"Protocols/NetworkAPI.html":{"name":"NetworkAPI","abstract":"

                                                                                                                                                                                                                          The Network API.

                                                                                                                                                                                                                          "},"Extensions/Notification/Name.html#/s:So18NSNotificationNamea13THEOplayerSDKE09PictureInE5MovedABvpZ":{"name":"PictureInPictureMoved","abstract":"

                                                                                                                                                                                                                          Posted when the picture-in-picture has moved to a new corner

                                                                                                                                                                                                                          ","parent_name":"Name"},"Extensions/Notification/Name.html":{"name":"Name","parent_name":"Notification"},"Extensions/Notification.html":{"name":"Notification"},"Classes/CachingTaskIdleStateChangeEvent.html#/s:13THEOplayerSDK31CachingTaskIdleStateChangeEventC10idleReasonAA011CacheStatuseJ0Ovp":{"name":"idleReason","abstract":"

                                                                                                                                                                                                                          The underlying reason that caused the state change.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskIdleStateChangeEvent"},"Classes/CachingTaskErrorStateChangeEvent.html#/s:13THEOplayerSDK32CachingTaskErrorStateChangeEventC5errorAA9THEOError_pSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The underlying error that caused the state change.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskErrorStateChangeEvent"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC05audioeF0SaySSGvp":{"name":"audioTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC04texteF0SaySSGvp":{"name":"textTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/CachingParametersTrackSelectionBuilder.html#/s:13THEOplayerSDK38CachingParametersTrackSelectionBuilderC5buildAA0cdeF0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Creates a CachingParametersTrackSelection

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelectionBuilder"},"Classes/SourceAbrConfiguration.html#/s:13THEOplayerSDK22SourceAbrConfigurationC10maxBitrateSdSgvp":{"name":"maxBitrate","abstract":"

                                                                                                                                                                                                                          The maximum bitrate in bps for the specified source.

                                                                                                                                                                                                                          ","parent_name":"SourceAbrConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC15integrationKindAA14DRMIntegrationOvp":{"name":"integrationKind","abstract":"

                                                                                                                                                                                                                          The identifier for the kind of integration

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          Parameters that can be used when integrationKind is set to DRMIntegration/custom

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The identifier for the kind of integration when integrationKind is set to DRMIntegration/custom

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC23keySystemConfigurationsAA03KeyF23ConfigurationCollectionCvp":{"name":"keySystemConfigurations","abstract":"

                                                                                                                                                                                                                          A set of configurations for different key systems.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Create a DRM configuration without an integration.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK29MultiplatformDRMConfigurationC19customIntegrationId21integrationParameters23keySystemConfigurations05queryI0ACSS_SDySSypGAA03KeyK23ConfigurationCollectionCSDyS2SGSgtcfc":{"name":"init(customIntegrationId:integrationParameters:keySystemConfigurations:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Create a config for a custom DRM integration.

                                                                                                                                                                                                                          ","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:Se4fromxs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","parent_name":"MultiplatformDRMConfiguration"},"Classes/MultiplatformDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","parent_name":"MultiplatformDRMConfiguration"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8fairplayAA0cdE0CSgvp":{"name":"fairplay","abstract":"

                                                                                                                                                                                                                          The key system configuration for FairPlay.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8widevineAA0cdE0CSgvp":{"name":"widevine","abstract":"

                                                                                                                                                                                                                          The key system configuration for widevine.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:13THEOplayerSDK32KeySystemConfigurationCollectionC8fairplay8widevine13commonHeadersAcA0cdE0CSg_AISDyS2SGtcfc":{"name":"init(fairplay:widevine:commonHeaders:)","abstract":"

                                                                                                                                                                                                                          Create a set of configurations for different key systems.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:Se4fromxs7Decoder_p_tKcfc":{"name":"init(from:)","parent_name":"KeySystemConfigurationCollection"},"Classes/KeySystemConfigurationCollection.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"KeySystemConfigurationCollection"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC15setHlsDateRangeyySbF":{"name":"setHlsDateRange(_:)","abstract":"

                                                                                                                                                                                                                          Setter for the hlsDateRange property.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC7licenseSSSgvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          The license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC10licenseUrlSSSgvp":{"name":"licenseUrl","abstract":"

                                                                                                                                                                                                                          The URL to fetch the license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC3pipAA16PiPConfigurationCSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          The picture in picture configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC7networkAA07NetworkC0CSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC4cmcdAA17CMCDConfigurationVSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          The CMCD configuration for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC16autoIntegrationsSbvp":{"name":"autoIntegrations","abstract":"

                                                                                                                                                                                                                          Flag that enables the player to automatically look for THEOplayer integration libraries (e.g. THEOlive) and register those on the player instance.","parent_name":"THEOplayerConfigurationBuilder"},"Classes/THEOplayerConfigurationBuilder.html#/s:13THEOplayerSDK0A20ConfigurationBuilderC5buildAA0aC0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Builds and returns an object of type THEOplayerConfiguration.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfigurationBuilder"},"Classes/NetworkConfigurationBuilder.html#/s:13THEOplayerSDK27NetworkConfigurationBuilderC9userAgentSSSgvp":{"name":"userAgent","abstract":"

                                                                                                                                                                                                                          The user agent header that the http requests should send.

                                                                                                                                                                                                                          ","parent_name":"NetworkConfigurationBuilder"},"Classes/NetworkConfiguration.html#/s:13THEOplayerSDK20NetworkConfigurationC9userAgentSSSgvp":{"name":"userAgent","abstract":"

                                                                                                                                                                                                                          The user agent header that the http requests should send.

                                                                                                                                                                                                                          ","parent_name":"NetworkConfiguration"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “update”.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/TrackUpdateEvent.html#/s:13THEOplayerSDK16TrackUpdateEventC5trackAA0C0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The track that has been updated.

                                                                                                                                                                                                                          ","parent_name":"TrackUpdateEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ActiveQualityChangedEvent.html#/s:13THEOplayerSDK25ActiveQualityChangedEventC7qualityAA0D0_pvp":{"name":"quality","abstract":"

                                                                                                                                                                                                                          The quality.

                                                                                                                                                                                                                          ","parent_name":"ActiveQualityChangedEvent"},"Classes/ContentProtectionErrorEvent.html#/s:13THEOplayerSDK27ContentProtectionErrorEventC11errorObjectAA0cdE0_pvp":{"name":"errorObject","abstract":"

                                                                                                                                                                                                                          The ContentProtectionError containing the cause of the content protection error.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionErrorEvent"},"Classes/CurrentSourceChangeEvent.html#/s:13THEOplayerSDK24CurrentSourceChangeEventC07currentD0AA05TypedD0CSgvp":{"name":"currentSource","abstract":"

                                                                                                                                                                                                                          The player’s new current source.

                                                                                                                                                                                                                          ","parent_name":"CurrentSourceChangeEvent"},"Classes/PlayerEvent.html#/s:13THEOplayerSDK11PlayerEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          A textual representation of the type of the event

                                                                                                                                                                                                                          ","parent_name":"PlayerEvent"},"Classes/PlayerEvent.html#/s:13THEOplayerSDK11PlayerEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"PlayerEvent"},"Classes/AdSkipEvent.html#/s:13THEOplayerSDK11AdSkipEventC16playedPercentageSdSgvp":{"name":"playedPercentage","abstract":"

                                                                                                                                                                                                                          The percentage of the ad that was played when skipped.

                                                                                                                                                                                                                          ","parent_name":"AdSkipEvent"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC36retainPresentationModeOnSourceChangeSbvp":{"name":"retainPresentationModeOnSourceChange","abstract":"

                                                                                                                                                                                                                          Whether the presentation mode should be retained on source changes. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC22requiresLinearPlaybackSbvp":{"name":"requiresLinearPlayback","abstract":"

                                                                                                                                                                                                                          Disables seekability while in native Picture in Picture mode. This can be useful when playing advertisements for instance. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC015nativePictureInG0Sbvp":{"name":"nativePictureInPicture","abstract":"

                                                                                                                                                                                                                          Enable the Native Picture in Picture. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC017canStartPictureInH23AutomaticallyFromInlineSbvp":{"name":"canStartPictureInPictureAutomaticallyFromInline","abstract":"

                                                                                                                                                                                                                          Native Picture in Picture starts automatically when the player is embedded inline and the app transitions to the background. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfigurationBuilder.html#/s:13THEOplayerSDK23PiPConfigurationBuilderC5buildAA0cD0CyF":{"name":"build()","abstract":"

                                                                                                                                                                                                                          Builds and returns an object of type PiPConfiguration.

                                                                                                                                                                                                                          ","parent_name":"PiPConfigurationBuilder"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC36retainPresentationModeOnSourceChangeSbvp":{"name":"retainPresentationModeOnSourceChange","abstract":"

                                                                                                                                                                                                                          Whether the presentation mode should be retained on source changes. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC22requiresLinearPlaybackSbvp":{"name":"requiresLinearPlayback","abstract":"

                                                                                                                                                                                                                          Disables seekability while in native Picture in Picture mode. This can be useful when playing advertisements for instance. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC015nativePictureInF0Sbvp":{"name":"nativePictureInPicture","abstract":"

                                                                                                                                                                                                                          Enable the Native Picture in Picture. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Classes/PiPConfiguration.html#/s:13THEOplayerSDK16PiPConfigurationC017canStartPictureInG23AutomaticallyFromInlineSbvp":{"name":"canStartPictureInPictureAutomaticallyFromInline","abstract":"

                                                                                                                                                                                                                          Native Picture in Picture starts automatically when the player is embedded inline and the app transitions to the background. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"PiPConfiguration"},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdInit":{"name":"AdInit","abstract":"

                                                                                                                                                                                                                          An initializer for a custom Ad.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakInit":{"name":"AdBreakInit","abstract":"

                                                                                                                                                                                                                          An initializer for a custom AdBreak.

                                                                                                                                                                                                                          "},"Classes/PiPConfiguration.html":{"name":"PiPConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the picture-in-picture feature.

                                                                                                                                                                                                                          "},"Classes/PiPConfigurationBuilder.html":{"name":"PiPConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          Builder class for the PiPConfiguration object.

                                                                                                                                                                                                                          "},"Classes/AdSkipEvent.html":{"name":"AdSkipEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the ad was skipped.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdTappedEvent":{"name":"AdTappedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was tapped.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdClickedEvent":{"name":"AdClickedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was clicked. Most of the cases when user clicks on the “Learn More” button.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AddAdEvent":{"name":"AddAdEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was added.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdEvent":{"name":"UpdateAdEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was updated.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AddAdBreakEvent":{"name":"AddAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been added.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdBreakEvent":{"name":"UpdateAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been updated.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)RemoveAdBreakEvent":{"name":"RemoveAdBreakEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has been removed.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakChangeEvent":{"name":"AdBreakChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has changed.

                                                                                                                                                                                                                          "},"Classes/PlayerEvent.html":{"name":"PlayerEvent","abstract":"

                                                                                                                                                                                                                          Represents the base for all other player events.

                                                                                                                                                                                                                          "},"Classes/CurrentSourceChangeEvent.html":{"name":"CurrentSourceChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the current source, which is chosen from SourceDescription.sources, changes.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)EncryptedEvent":{"name":"EncryptedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the player encounters key system initialization data in the media data.

                                                                                                                                                                                                                          "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)ContentProtectionSuccessEvent":{"name":"ContentProtectionSuccessEvent","abstract":"

                                                                                                                                                                                                                          Fired when the key is usable for decryption.

                                                                                                                                                                                                                          "},"Classes/ContentProtectionErrorEvent.html":{"name":"ContentProtectionErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CONTENT_PROTECTION_ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ActiveQualityChangedEvent.html":{"name":"ActiveQualityChangedEvent","abstract":"

                                                                                                                                                                                                                          Fired when the media track’s active quality bandwidth changes.

                                                                                                                                                                                                                          "},"Classes/TrackUpdateEvent.html":{"name":"TrackUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when one or more properties of a track have been updated.

                                                                                                                                                                                                                          "},"Classes/NetworkConfiguration.html":{"name":"NetworkConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a network configuration.

                                                                                                                                                                                                                          "},"Classes/NetworkConfigurationBuilder.html":{"name":"NetworkConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          A builder class to help initialize a NetworkConfiguration instance.

                                                                                                                                                                                                                          "},"Classes/THEOplayerConfigurationBuilder.html":{"name":"THEOplayerConfigurationBuilder","abstract":"

                                                                                                                                                                                                                          Builder class for the THEOplayerConfiguration object.

                                                                                                                                                                                                                          "},"Classes/KeySystemConfigurationCollection.html":{"name":"KeySystemConfigurationCollection","abstract":"

                                                                                                                                                                                                                          A set of configurations for different key systems.

                                                                                                                                                                                                                          "},"Classes/MultiplatformDRMConfiguration.html":{"name":"MultiplatformDRMConfiguration","abstract":"

                                                                                                                                                                                                                          A set of DRM parameters.

                                                                                                                                                                                                                          "},"Classes/SourceAbrConfiguration.html":{"name":"SourceAbrConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the ABR configuration for a specific source.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelectionBuilder.html":{"name":"CachingParametersTrackSelectionBuilder","abstract":"

                                                                                                                                                                                                                          A builder to create CachingParametersTrackSelections.

                                                                                                                                                                                                                          "},"Classes/CachingTaskErrorStateChangeEvent.html":{"name":"CachingTaskErrorStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes to .error.

                                                                                                                                                                                                                          "},"Classes/CachingTaskIdleStateChangeEvent.html":{"name":"CachingTaskIdleStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes to .idle.

                                                                                                                                                                                                                          "},"Protocols/EventDispatcherProtocol.html#/s:13THEOplayerSDK23EventDispatcherProtocolP03addC8Listener4type8listenerAA0cG0_pAA0C4TypeCyqd__G_yqd__ctAA0cE0Rd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given type.

                                                                                                                                                                                                                          ","parent_name":"EventDispatcherProtocol"},"Protocols/EventDispatcherProtocol.html#/s:13THEOplayerSDK23EventDispatcherProtocolP06removeC8Listener4type8listeneryAA0C4TypeCyqd__G_AA0cG0_ptAA0cE0Rd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given type.

                                                                                                                                                                                                                          ","parent_name":"EventDispatcherProtocol"},"Classes/EventType.html#/s:13THEOplayerSDK9EventTypeC4nameSSvp":{"name":"name","abstract":"

                                                                                                                                                                                                                          The name of the EventType.

                                                                                                                                                                                                                          ","parent_name":"EventType"},"Classes/EventType.html#/s:13THEOplayerSDK9EventTypeC4nameACyxGSS_tcfc":{"name":"init(name:)","abstract":"

                                                                                                                                                                                                                          Creates a certain EventType.

                                                                                                                                                                                                                          ","parent_name":"EventType"},"Protocols/EventProtocol.html#/s:13THEOplayerSDK13EventProtocolP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event.

                                                                                                                                                                                                                          ","parent_name":"EventProtocol"},"Protocols/EventProtocol.html#/s:13THEOplayerSDK13EventProtocolP4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The Date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"EventProtocol"},"Classes/CurrentTimeEvent.html#/s:13THEOplayerSDK16CurrentTimeEventC07currentD0Sdvp":{"name":"currentTime","abstract":"

                                                                                                                                                                                                                          The current time of the player.

                                                                                                                                                                                                                          ","parent_name":"CurrentTimeEvent"},"Classes/CacheEvent.html#/s:13THEOplayerSDK10CacheEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the event.

                                                                                                                                                                                                                          ","parent_name":"CacheEvent"},"Classes/CacheEvent.html#/s:13THEOplayerSDK10CacheEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"CacheEvent"},"Classes/CacheEvent.html":{"name":"CacheEvent","abstract":"

                                                                                                                                                                                                                          The Cache event object.

                                                                                                                                                                                                                          "},"Classes/CurrentTimeEvent.html":{"name":"CurrentTimeEvent","abstract":"

                                                                                                                                                                                                                          Represents the player events that return the currentTime property.

                                                                                                                                                                                                                          "},"Protocols/EventProtocol.html":{"name":"EventProtocol","abstract":"

                                                                                                                                                                                                                          The Event API which can be used to represent an event.

                                                                                                                                                                                                                          "},"Classes/EventType.html":{"name":"EventType","abstract":"

                                                                                                                                                                                                                          Represents an EventType that conforms to a certain type of EventProtocol T.

                                                                                                                                                                                                                          "},"Protocols/EventDispatcherProtocol.html":{"name":"EventDispatcherProtocol","abstract":"

                                                                                                                                                                                                                          Classes that comform to this protocol can add and remove event listeners.

                                                                                                                                                                                                                          "},"Base%20classes%20%26%20interfaces.html#/s:13THEOplayerSDK18TrackEventProtocolP":{"name":"TrackEventProtocol","abstract":"

                                                                                                                                                                                                                          The base Track Event protocol.

                                                                                                                                                                                                                          "},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3topSivp":{"name":"top","abstract":"

                                                                                                                                                                                                                          The top margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC5rightSivp":{"name":"right","abstract":"

                                                                                                                                                                                                                          The right margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC6bottomSivp":{"name":"bottom","abstract":"

                                                                                                                                                                                                                          The bottom margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC4leftSivp":{"name":"left","abstract":"

                                                                                                                                                                                                                          The left margin.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3top5right6bottom4leftACSi_S3itcfc":{"name":"init(top:right:bottom:left:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC10horizontal8verticalACSi_Sitcfc":{"name":"init(horizontal:vertical:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/THEOMargins.html#/s:13THEOplayerSDK11THEOMarginsC3allACSi_tcfc":{"name":"init(all:)","abstract":"

                                                                                                                                                                                                                          Constructs a new THEOMargins instance.

                                                                                                                                                                                                                          ","parent_name":"THEOMargins"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC5startSdvp":{"name":"start","abstract":"

                                                                                                                                                                                                                          The start time of the range.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC3endSdvp":{"name":"end","abstract":"

                                                                                                                                                                                                                          The end time of the range.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html#/s:13THEOplayerSDK9TimeRangeC5start3endACSd_Sdtcfc":{"name":"init(start:end:)","abstract":"

                                                                                                                                                                                                                          Constructs a TimeRange object.

                                                                                                                                                                                                                          ","parent_name":"TimeRange"},"Classes/TimeRange.html":{"name":"TimeRange","abstract":"

                                                                                                                                                                                                                          Helps get information regarding a certain period in the playback.

                                                                                                                                                                                                                          "},"Classes/THEOMargins.html":{"name":"THEOMargins","abstract":"

                                                                                                                                                                                                                          The THEOMargins class is used to define quadruple margins.

                                                                                                                                                                                                                          "},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC7requestAA7RequestCvp":{"name":"request","abstract":"

                                                                                                                                                                                                                          The request for which the response is being returned.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL from which the response was returned. This might have been redirected transparently.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC6statusSivp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The status code as returned in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC10statusTextSSvp":{"name":"statusText","abstract":"

                                                                                                                                                                                                                          The status text as returned in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC7headersSDyS2SGvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP headers as returned by the server.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Response.html#/s:13THEOplayerSDK8ResponseC4body10Foundation4DataVvp":{"name":"body","abstract":"

                                                                                                                                                                                                                          The body of the response.

                                                                                                                                                                                                                          ","parent_name":"Response"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC3urlSSvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL of the server to which the request is sent.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC6methodSSvp":{"name":"method","abstract":"

                                                                                                                                                                                                                          The method of the HTTP request, for example: GET, POST or PUT.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC7headersSDyS2SGvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP request headers to be sent to the server.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC4body10Foundation4DataVSgvp":{"name":"body","abstract":"

                                                                                                                                                                                                                          The body of the request. Will be nil for GET requests.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Classes/Request.html#/s:13THEOplayerSDK7RequestC3url6method7headers4bodyACSS_SSSDyS2SG10Foundation4DataVSgtcfc":{"name":"init(url:method:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a new HTTP request.

                                                                                                                                                                                                                          ","parent_name":"Request"},"Enums/KeySystemId.html#/s:13THEOplayerSDK11KeySystemIdO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"KeySystemId"},"Classes/LicenseRequest.html#/s:13THEOplayerSDK14LicenseRequestC14fairplaySkdUrlSSSgvp":{"name":"fairplaySkdUrl","abstract":"

                                                                                                                                                                                                                          The SKD URL

                                                                                                                                                                                                                          ","parent_name":"LicenseRequest"},"Classes/LicenseRequest.html#/s:13THEOplayerSDK14LicenseRequestC3url6method7headers4body14fairplaySkdUrl14useCredentialsACSS_SSSDyS2SG10Foundation4DataVSgSSSgSbtcfc":{"name":"init(url:method:headers:body:fairplaySkdUrl:useCredentials:)","abstract":"

                                                                                                                                                                                                                          Creates a new LicenseRequest for the given URL.

                                                                                                                                                                                                                          ","parent_name":"LicenseRequest"},"Classes/LicenseResponse.html#/s:13THEOplayerSDK15LicenseResponseC14licenseRequest3url6status0H4Text7headers4bodyAcA0cF0C_SSSiSSSDyS2SG10Foundation4DataVtcfc":{"name":"init(licenseRequest:url:status:statusText:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a LicenseResponse.

                                                                                                                                                                                                                          ","parent_name":"LicenseResponse"},"Classes/CertificateResponse.html#/s:13THEOplayerSDK19CertificateResponseC18certificateRequest3url6status0H4Text7headers4bodyAcA0cF0C_SSSiSSSDyS2SG10Foundation4DataVtcfc":{"name":"init(certificateRequest:url:status:statusText:headers:body:)","abstract":"

                                                                                                                                                                                                                          Creates a CertificateResponse.

                                                                                                                                                                                                                          ","parent_name":"CertificateResponse"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onCertificateRequestWithRequest:callback:":{"name":"onCertificateRequest(request:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a new certificate is about to be sent.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onCertificateResponseWithResponse:callback:":{"name":"onCertificateResponse(response:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a certificate returns a response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onLicenseRequestWithRequest:callback:":{"name":"onLicenseRequest(request:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a new license is about to be sent.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onLicenseResponseWithResponse:callback:":{"name":"onLicenseResponse(response:callback:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an HTTP request for a license returns a response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html#/c:@M@THEOplayerSDK@objc(pl)ContentProtectionIntegration(im)onExtractFairplayContentIdWithSkdUrl:callback:":{"name":"onExtractFairplayContentId(skdUrl:callback:)","abstract":"

                                                                                                                                                                                                                          A function to extract the Fairplay content ID from the key URI, as given by the URI attribute of the #EXT-X-KEY tag in the HLS playlist (m3u8).

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionIntegration"},"Protocols/ContentProtectionIntegration.html":{"name":"ContentProtectionIntegration","abstract":"

                                                                                                                                                                                                                          This ContentProtectionIntegration defines some methods to alter license and certificate requests and responses.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/s:13THEOplayerSDK35ContentProtectionIntegrationFactoryP":{"name":"ContentProtectionIntegrationFactory","abstract":"

                                                                                                                                                                                                                          Factory pattern to createContentProtectionIntegration.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)CertificateRequestCallback":{"name":"CertificateRequestCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the modified CertificateRequest.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)CertificateResponseCallback":{"name":"CertificateResponseCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the actual certificate, or an Error in case of failure.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)LicenseRequestCallback":{"name":"LicenseRequestCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the modified LicenseRequest.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(pl)LicenseResponseCallback":{"name":"LicenseResponseCallback","abstract":"

                                                                                                                                                                                                                          A completion handler that should be called with the actual license, or an Error in case of failure.

                                                                                                                                                                                                                          "},"Classes/CertificateResponse.html":{"name":"CertificateResponse","abstract":"

                                                                                                                                                                                                                          The certificate response.

                                                                                                                                                                                                                          "},"Classes/LicenseResponse.html":{"name":"LicenseResponse","abstract":"

                                                                                                                                                                                                                          The license response.

                                                                                                                                                                                                                          "},"External%20Content%20Protection%20integration%20API.html#/c:@M@THEOplayerSDK@objc(cs)CertificateRequest":{"name":"CertificateRequest","abstract":"

                                                                                                                                                                                                                          A certificate request.

                                                                                                                                                                                                                          "},"Classes/LicenseRequest.html":{"name":"LicenseRequest","abstract":"

                                                                                                                                                                                                                          A license request.

                                                                                                                                                                                                                          "},"Enums/KeySystemId.html":{"name":"KeySystemId","abstract":"

                                                                                                                                                                                                                          Name of the key system.

                                                                                                                                                                                                                          "},"Classes/Request.html":{"name":"Request","abstract":"

                                                                                                                                                                                                                          Represents an HTTP request made by the player, such as a certificate request, license request, or discovery request.

                                                                                                                                                                                                                          "},"Classes/Response.html":{"name":"Response","abstract":"

                                                                                                                                                                                                                          Represents an HTTP response received by the player, such as a certificate response, license response, or discovery response.

                                                                                                                                                                                                                          "},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP8strategyAA24ABRStrategyConfigurationCvp":{"name":"strategy","abstract":"

                                                                                                                                                                                                                          The strategy to use to drive the adaptive bitrate behavior of the player. This configuration will only work with THEOlive and Millicast streams and will not have any effect for other types of streams.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP12targetBufferSdvp":{"name":"targetBuffer","abstract":"

                                                                                                                                                                                                                          The amount of seconds of video to buffer in advance.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP20preferredPeakBitRateSdvp":{"name":"preferredPeakBitRate","abstract":"

                                                                                                                                                                                                                          The desired limit, in bits per second, of network bandwidth consumption. Defaults to 0, which indicates there is no limit.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Protocols/ABRConfiguration.html#/s:13THEOplayerSDK16ABRConfigurationP26preferredMaximumResolutionSo6CGSizeVvp":{"name":"preferredMaximumResolution","abstract":"

                                                                                                                                                                                                                          The desired maximum resolution of a video that is to be downloaded. Defaults to CGSizeZero, which indicates there is no limit on the video resolution.

                                                                                                                                                                                                                          ","parent_name":"ABRConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC4typeAA0C4TypeOvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of strategy used for ABR.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC8metadataAA11ABRMetadataCSgvp":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The metadata used for ABR.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRStrategyConfiguration.html#/s:13THEOplayerSDK24ABRStrategyConfigurationC4type8metadataAcA0C4TypeO_AA11ABRMetadataCSgtcfc":{"name":"init(type:metadata:)","abstract":"

                                                                                                                                                                                                                          Constructs an ABRStrategyConfiguration given an ABRStrategyType enum member and an ABRMetadata struct.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyConfiguration"},"Classes/ABRMetadata.html#/s:13THEOplayerSDK11ABRMetadataC7bitrateSdSgvp":{"name":"bitrate","abstract":"

                                                                                                                                                                                                                          Specifying the bitrate allows you to initially cap the bandwidth consumption to a specified bitrate, in bits per second.

                                                                                                                                                                                                                          ","parent_name":"ABRMetadata"},"Classes/ABRMetadata.html#/s:13THEOplayerSDK11ABRMetadataC7bitrateACSd_tcfc":{"name":"init(bitrate:)","abstract":"

                                                                                                                                                                                                                          Constructs an ABRMetadata struct given a bitrate.

                                                                                                                                                                                                                          ","parent_name":"ABRMetadata"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO11performanceyA2CmF":{"name":"performance","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on the performance of the player.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO7qualityyA2CmF":{"name":"quality","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on displaying the best visual quality to the end-user as fast as possible.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO9bandwidthyA2CmF":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          The player will optimize ABR behavior to focus on displaying the most optimal quality based on the ABR metadata passed in with the ABRStrategyConfiguration, by initially capping the bitrate to match the provided bitrate in the ABR metadata.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html#/s:13THEOplayerSDK15ABRStrategyTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ABRStrategyType"},"Enums/ABRStrategyType.html":{"name":"ABRStrategyType","abstract":"

                                                                                                                                                                                                                          The different adaptive bitrate (ABR) strategies. This configuration will only work with THEOlive and Millicast streams and will not have any effect for other types of streams.

                                                                                                                                                                                                                          "},"Classes/ABRMetadata.html":{"name":"ABRMetadata","abstract":"

                                                                                                                                                                                                                          The ABRMetadata specifies extra metadata that can be used to drive the ABR behavior of the player.

                                                                                                                                                                                                                          "},"Classes/ABRStrategyConfiguration.html":{"name":"ABRStrategyConfiguration","abstract":"

                                                                                                                                                                                                                          An object specifying strategy and metadata that the player will use for initial playback.

                                                                                                                                                                                                                          "},"Protocols/ABRConfiguration.html":{"name":"ABRConfiguration","abstract":"

                                                                                                                                                                                                                          The ABR object enables control of the adaptive bitrate behavior of the player.

                                                                                                                                                                                                                          "},"Structs/CachingTaskEventTypes.html#/s:13THEOplayerSDK21CachingTaskEventTypesV12STATE_CHANGEAA0E4TypeCyAA05CacheE0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskEventTypes"},"Structs/CachingTaskEventTypes.html#/s:13THEOplayerSDK21CachingTaskEventTypesV8PROGRESSAA0E4TypeCyAA05CacheE0CGvpZ":{"name":"PROGRESS","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask downloads additional segments.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskEventTypes"},"Structs/CacheEventTypes.html#/s:13THEOplayerSDK15CacheEventTypesV12STATE_CHANGEAA0D4TypeCyAA0cD0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the Cache.status changes.

                                                                                                                                                                                                                          ","parent_name":"CacheEventTypes"},"Structs/CacheEventTypes.html":{"name":"CacheEventTypes","abstract":"

                                                                                                                                                                                                                          The CacheEvent types.

                                                                                                                                                                                                                          "},"Structs/CachingTaskEventTypes.html":{"name":"CachingTaskEventTypes","abstract":"

                                                                                                                                                                                                                          The CachingTask event types.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CacheStateChangeEvent":{"name":"CacheStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the Cache.status changes.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CachingTaskStateChangeEvent":{"name":"CachingTaskStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask.status changes.

                                                                                                                                                                                                                          "},"Cache%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CachingTaskProgressEvent":{"name":"CachingTaskProgressEvent","abstract":"

                                                                                                                                                                                                                          Fired when the CachingTask downloads additional segments.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelection.html#/s:13THEOplayerSDK31CachingParametersTrackSelectionC05audioeF0SaySSGvp":{"name":"audioTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelection"},"Classes/CachingParametersTrackSelection.html#/s:13THEOplayerSDK31CachingParametersTrackSelectionC04texteF0SaySSGvp":{"name":"textTrackSelection","abstract":"

                                                                                                                                                                                                                          The list of langugage tags that indicates the preferred audio tracks to be cached. Defaults to [].

                                                                                                                                                                                                                          ","parent_name":"CachingParametersTrackSelection"},"Protocols/CachingTaskLicense.html#/s:13THEOplayerSDK18CachingTaskLicenseP5renewyyF":{"name":"renew()","abstract":"

                                                                                                                                                                                                                          Renews all the licenses associated with this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskLicense"},"Protocols/CachingTaskLicense.html#/s:13THEOplayerSDK18CachingTaskLicenseP5renewyyAA16DRMConfiguration_pF":{"name":"renew(_:)","abstract":"

                                                                                                                                                                                                                          Renews all the licenses associated with this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskLicense"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC14expirationDate10Foundation0F0Vvp":{"name":"expirationDate","abstract":"

                                                                                                                                                                                                                          The expiration date for the cached data.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC9bandwidthSiSgvp":{"name":"bandwidth","abstract":"

                                                                                                                                                                                                                          An approximation of the desired bandwidth, defaults to the highest bandwidth possible.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC20allowsCellularAccessSbvp":{"name":"allowsCellularAccess","abstract":"

                                                                                                                                                                                                                          An indication of caching data only on WIFI or on cellular data too. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC23preferredTrackSelectionAA0cdfG0Cvp":{"name":"preferredTrackSelection","abstract":"

                                                                                                                                                                                                                          An indication of preferred tracks to be used for offline playback.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC7networkAA20NetworkConfigurationCSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Classes/CachingParameters.html#/s:13THEOplayerSDK17CachingParametersC14expirationDate9bandwidth20allowsCellularAccess23preferredTrackSelection7networkAC10Foundation0F0VSg_SiSgSbAA0cdlM0CSgAA20NetworkConfigurationCSgtcfc":{"name":"init(expirationDate:bandwidth:allowsCellularAccess:preferredTrackSelection:network:)","abstract":"

                                                                                                                                                                                                                          Constructs a CachingParameters.

                                                                                                                                                                                                                          ","parent_name":"CachingParameters"},"Enums/CachingTaskStatus.html#/s:13THEOplayerSDK17CachingTaskStatusO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CachingTaskStatus"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6statusAA0cD6StatusOvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The current CachingTaskStatus.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6sourceAA17SourceDescriptionCvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          The SourceDescription processed by this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP10parametersAA0C10ParametersCvp":{"name":"parameters","abstract":"

                                                                                                                                                                                                                          The CachingParameters for this caching task.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP8durationSdvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The amount of content that will be available after this task has finished, in seconds.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6cachedSayAA9TimeRangeCGvp":{"name":"cached","abstract":"

                                                                                                                                                                                                                          List of TimeRange indicating which data is currently cached.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP13secondsCachedSdvp":{"name":"secondsCached","abstract":"

                                                                                                                                                                                                                          The amount of content that has already been cached, in seconds.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP16percentageCachedSdvp":{"name":"percentageCached","abstract":"

                                                                                                                                                                                                                          The percentage of content that has already been cached, between 0 and 1.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP11bytesCachedSuvp":{"name":"bytesCached","abstract":"

                                                                                                                                                                                                                          The amount of bytes that have already been cached.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5bytesSivp":{"name":"bytes","abstract":"

                                                                                                                                                                                                                          The estimation of the amount this task will download and store, in bytes.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Starts downloading the stream and stores it on the device.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP6removeyyF":{"name":"remove()","abstract":"

                                                                                                                                                                                                                          Removes the task and tries to evict all associated streaming elements.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP5pauseyyF":{"name":"pause()","abstract":"

                                                                                                                                                                                                                          Pauses downloading the stream.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP4move2toy10Foundation3URLV_tKF":{"name":"move(to:)","abstract":"

                                                                                                                                                                                                                          Moves the downloaded stream assets to the specified URL.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP7licenseAA0cD7License_pvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          A controller for license related queries and operations.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP7networkAA7Network_pvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The Network API.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP16addEventListener4type8listenerAA0fG0_pAA0F4TypeCyqd__G_yqd__ctAA0F8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Protocols/CachingTask.html#/s:13THEOplayerSDK11CachingTaskP19removeEventListener4type8listeneryAA0F4TypeCyqd__G_AA0fG0_ptAA0F8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener of the given CachingTaskEventType.

                                                                                                                                                                                                                          ","parent_name":"CachingTask"},"Enums/CacheStatus.html#/s:13THEOplayerSDK11CacheStatusO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CacheStatus"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP6statusAA0C6StatusOvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          Indicates the CacheStatus.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP5tasksSayAA11CachingTask_pGvp":{"name":"tasks","abstract":"

                                                                                                                                                                                                                          The list of all caching tasks.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP10createTask6source10parametersAA07CachingE0_pSgAA17SourceDescriptionC_AA0H10ParametersCSgtF":{"name":"createTask(source:parameters:)","abstract":"

                                                                                                                                                                                                                          Creates a CachingTask which will be used to cache the provided source, abiding to the provided parameters.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html#/s:13THEOplayerSDK5CacheP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener for the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Cache"},"Protocols/Cache.html":{"name":"Cache","abstract":"

                                                                                                                                                                                                                          The caching API allows to store a streaming source on the user’s device.

                                                                                                                                                                                                                          "},"Enums/CacheStatus.html":{"name":"CacheStatus","abstract":"

                                                                                                                                                                                                                          Indicates the status of the Cache.

                                                                                                                                                                                                                          "},"Protocols/CachingTask.html":{"name":"CachingTask","abstract":"

                                                                                                                                                                                                                          Represents a caching task.

                                                                                                                                                                                                                          "},"Enums/CachingTaskStatus.html":{"name":"CachingTaskStatus","abstract":"

                                                                                                                                                                                                                          The status of a caching task.

                                                                                                                                                                                                                          "},"Classes/CachingParameters.html":{"name":"CachingParameters","abstract":"

                                                                                                                                                                                                                          The configuration of a caching task.

                                                                                                                                                                                                                          "},"Protocols/CachingTaskLicense.html":{"name":"CachingTaskLicense","abstract":"

                                                                                                                                                                                                                          The caching task license controller which can be used to renew the license.

                                                                                                                                                                                                                          "},"Classes/CachingParametersTrackSelection.html":{"name":"CachingParametersTrackSelection","abstract":"

                                                                                                                                                                                                                          An object that represents a CachingParametersTrackSelection.

                                                                                                                                                                                                                          "},"Cache%20API.html#/s:13THEOplayerSDK21CacheStatusIdleReasonO":{"name":"CacheStatusIdleReason","abstract":"

                                                                                                                                                                                                                          The reason behind IDLE status change.

                                                                                                                                                                                                                          "},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO13CONFIGURATIONyA2CmF":{"name":"CONFIGURATION","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the configuration.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO7LICENSEyA2CmF":{"name":"LICENSE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the license.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO6SOURCEyA2CmF":{"name":"SOURCE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the source.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8MANIFESTyA2CmF":{"name":"MANIFEST","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the manifest.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO5MEDIAyA2CmF":{"name":"MEDIA","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the media.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO7NETWORKyA2CmF":{"name":"NETWORK","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the network.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO18CONTENT_PROTECTIONyA2CmF":{"name":"CONTENT_PROTECTION","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the content protection.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8SUBTITLEyA2CmF":{"name":"SUBTITLE","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to the subtitles.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO2VRyA2CmF":{"name":"VR","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to VR.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO3ADSyA2CmF":{"name":"ADS","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to ads.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO10FULLSCREENyA2CmF":{"name":"FULLSCREEN","abstract":"

                                                                                                                                                                                                                          Clusters all errors related to fullscreen.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO5CACHEyA2CmF":{"name":"CACHE","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to caching.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO8THEOLIVEyA2CmF":{"name":"THEOLIVE","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to THEOlive.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/ErrorCategory.html#/s:13THEOplayerSDK13ErrorCategoryO9MILLICASTyA2CmF":{"name":"MILLICAST","abstract":"

                                                                                                                                                                                                                          This category clusters all errors related to Millicast.

                                                                                                                                                                                                                          ","parent_name":"ErrorCategory"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19CONFIGURATION_ERRORyA2CmF":{"name":"CONFIGURATION_ERROR","abstract":"

                                                                                                                                                                                                                          The configuration provided is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13LICENSE_ERRORyA2CmF":{"name":"LICENSE_ERROR","abstract":"

                                                                                                                                                                                                                          The license provided is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO22LICENSE_INVALID_DOMAINyA2CmF":{"name":"LICENSE_INVALID_DOMAIN","abstract":"

                                                                                                                                                                                                                          The provided license does not contain the current domain.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO22LICENSE_INVALID_SOURCEyA2CmF":{"name":"LICENSE_INVALID_SOURCE","abstract":"

                                                                                                                                                                                                                          The current source is not allowed in the license provided.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO15LICENSE_EXPIREDyA2CmF":{"name":"LICENSE_EXPIRED","abstract":"

                                                                                                                                                                                                                          The license has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23LICENSE_INVALID_FEATUREyA2CmF":{"name":"LICENSE_INVALID_FEATURE","abstract":"

                                                                                                                                                                                                                          The provided license does not contain the necessary feature.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO14SOURCE_INVALIDyA2CmF":{"name":"SOURCE_INVALID","abstract":"

                                                                                                                                                                                                                          The source provided is not valid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20SOURCE_NOT_SUPPORTEDyA2CmF":{"name":"SOURCE_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The provided source is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MANIFEST_LOAD_ERRORyA2CmF":{"name":"MANIFEST_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          The manifest could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MANIFEST_CORS_ERRORyA2CmF":{"name":"MANIFEST_CORS_ERROR","abstract":"

                                                                                                                                                                                                                          An Error related to Cross-origin resource sharing (CORS).

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MANIFEST_PARSE_ERRORyA2CmF":{"name":"MANIFEST_PARSE_ERROR","abstract":"

                                                                                                                                                                                                                          The manifest could not be parsed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19MEDIA_NOT_SUPPORTEDyA2CmF":{"name":"MEDIA_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The media is not supported.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO16MEDIA_LOAD_ERRORyA2CmF":{"name":"MEDIA_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          The media could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO18MEDIA_DECODE_ERRORyA2CmF":{"name":"MEDIA_DECODE_ERROR","abstract":"

                                                                                                                                                                                                                          The media could not be decoded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MEDIA_AVPLAYER_ERRORyA2CmF":{"name":"MEDIA_AVPLAYER_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to playback through AVPlayer in the iOS or tvOS SDK.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13MEDIA_ABORTEDyA2CmF":{"name":"MEDIA_ABORTED","abstract":"

                                                                                                                                                                                                                          The fetching process for the media resource was aborted by the user agent at the user’s request.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MEDIA_INTERNAL_ERRORyA2CmF":{"name":"MEDIA_INTERNAL_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong in the internal logic of the media pipeline.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO13NETWORK_ERRORyA2CmF":{"name":"NETWORK_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to network has been detected.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO15NETWORK_TIMEOUTyA2CmF":{"name":"NETWORK_TIMEOUT","abstract":"

                                                                                                                                                                                                                          The network has timed out.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO24CONTENT_PROTECTION_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          An error related to the content protection.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO32CONTENT_PROTECTION_NOT_SUPPORTEDyA2CmF":{"name":"CONTENT_PROTECTION_NOT_SUPPORTED","abstract":"

                                                                                                                                                                                                                          The DRM provided is not supported on this platform.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO40CONTENT_PROTECTION_CONFIGURATION_MISSINGyA2CmF":{"name":"CONTENT_PROTECTION_CONFIGURATION_MISSING","abstract":"

                                                                                                                                                                                                                          The media is DRM protected, but no content protection configuration was provided.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO40CONTENT_PROTECTION_CONFIGURATION_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_CONFIGURATION_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection configuration is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO41CONTENT_PROTECTION_INITIALIZATION_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_INITIALIZATION_INVALID","abstract":"

                                                                                                                                                                                                                          The DRM initialization data could not be parsed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO36CONTENT_PROTECTION_CERTIFICATE_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_CERTIFICATE_ERROR","abstract":"

                                                                                                                                                                                                                          The content protection’s certificate could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO38CONTENT_PROTECTION_CERTIFICATE_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_CERTIFICATE_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection’s certificate is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO32CONTENT_PROTECTION_LICENSE_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_LICENSE_ERROR","abstract":"

                                                                                                                                                                                                                          The content protection’s license could not be loaded.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO34CONTENT_PROTECTION_LICENSE_INVALIDyA2CmF":{"name":"CONTENT_PROTECTION_LICENSE_INVALID","abstract":"

                                                                                                                                                                                                                          The content protection’s license is invalid.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CONTENT_PROTECTION_KEY_EXPIREDyA2CmF":{"name":"CONTENT_PROTECTION_KEY_EXPIRED","abstract":"

                                                                                                                                                                                                                          The content protection’s key has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CONTENT_PROTECTION_KEY_MISSINGyA2CmF":{"name":"CONTENT_PROTECTION_KEY_MISSING","abstract":"

                                                                                                                                                                                                                          The content protection’s key is missing.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO36CONTENT_PROTECTION_OUTPUT_RESTRICTEDyA2CmF":{"name":"CONTENT_PROTECTION_OUTPUT_RESTRICTED","abstract":"

                                                                                                                                                                                                                          All qualities require HDCP, but the current output does not fulfill HDCP requirements.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33CONTENT_PROTECTION_INTERNAL_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_INTERNAL_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong in the internal logic of the content protection system.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33CONTENT_PROTECTION_DEVICE_REVOKEDyA2CmF":{"name":"CONTENT_PROTECTION_DEVICE_REVOKED","abstract":"

                                                                                                                                                                                                                          The content protection system has revoked this device, so it can no longer play protected content.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO37CONTENT_PROTECTION_PROVISIONING_ERRORyA2CmF":{"name":"CONTENT_PROTECTION_PROVISIONING_ERROR","abstract":"

                                                                                                                                                                                                                          The device could not be provisioned with the credentials it needs to play protected content.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19SUBTITLE_LOAD_ERRORyA2CmF":{"name":"SUBTITLE_LOAD_ERROR","abstract":"

                                                                                                                                                                                                                          Loading subtitles has failed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19SUBTITLE_CORS_ERRORyA2CmF":{"name":"SUBTITLE_CORS_ERROR","abstract":"

                                                                                                                                                                                                                          Loading subtitles has failed due to CORS.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20SUBTITLE_PARSE_ERRORyA2CmF":{"name":"SUBTITLE_PARSE_ERROR","abstract":"

                                                                                                                                                                                                                          Parsing subtitles has failed.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23VR_PLATFORM_UNSUPPORTEDyA2CmF":{"name":"VR_PLATFORM_UNSUPPORTED","abstract":"

                                                                                                                                                                                                                          This error occurs when VR is not supported on the current platform.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO21VR_PRESENTATION_ERRORyA2CmF":{"name":"VR_PRESENTATION_ERROR","abstract":"

                                                                                                                                                                                                                          Changing the presentation to VR was not possible.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19VR_PERMISSION_ERRORyA2CmF":{"name":"VR_PERMISSION_ERROR","abstract":"

                                                                                                                                                                                                                          The right permissions to enable native VR were not given to the player.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO8AD_ERRORyA2CmF":{"name":"AD_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with an ad.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO19AD_BLOCKER_DETECTEDyA2CmF":{"name":"AD_BLOCKER_DETECTED","abstract":"

                                                                                                                                                                                                                          An ad blocker has been detected.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO16FULLSCREEN_ERRORyA2CmF":{"name":"FULLSCREEN_ERROR","abstract":"

                                                                                                                                                                                                                          Changing the presentation to fullscreen was not possible.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO18CACHE_SOURCE_ERRORyA2CmF":{"name":"CACHE_SOURCE_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong while caching a source.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30CACHE_CONTENT_PROTECTION_ERRORyA2CmF":{"name":"CACHE_CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong while caching content protection’s license.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23THEO_LIVE_UNKNOWN_ERRORyA2CmF":{"name":"THEO_LIVE_UNKNOWN_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with THEOlive playback.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO27THEO_LIVE_CHANNEL_NOT_FOUNDyA2CmF":{"name":"THEO_LIVE_CHANNEL_NOT_FOUND","abstract":"

                                                                                                                                                                                                                          The THEOlive channel could not be played because it was not found. This can be because it was never created, it has been deleted or locked.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO21THEO_LIVE_END_OF_DEMOyA2CmF":{"name":"THEO_LIVE_END_OF_DEMO","abstract":"

                                                                                                                                                                                                                          The THEOlive channel is a demo channel and the demo window has expired.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO25THEO_LIVE_ANALYTICS_ERRORyA2CmF":{"name":"THEO_LIVE_ANALYTICS_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occurred regarding THEOlive analytics.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO23MILLICAST_UNKNOWN_ERRORyA2CmF":{"name":"MILLICAST_UNKNOWN_ERROR","abstract":"

                                                                                                                                                                                                                          Something went wrong with Millicast playback.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO20MILLICAST_HTTP_ERRORyA2CmF":{"name":"MILLICAST_HTTP_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured regarding HTTP requests in Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO33MILLICAST_ABR_CONFIGURATION_ERRORyA2CmF":{"name":"MILLICAST_ABR_CONFIGURATION_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured during ABR configuration in Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO31MILLICAST_TRACK_DISABLING_ERRORyA2CmF":{"name":"MILLICAST_TRACK_DISABLING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when disabling a Millicast remote track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO30MILLICAST_TRACK_ENABLING_ERRORyA2CmF":{"name":"MILLICAST_TRACK_ENABLING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when enabling a Millicast remote track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO26MILLICAST_DISCONNECT_ERRORyA2CmF":{"name":"MILLICAST_DISCONNECT_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when disconnecting the millicast client

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO25MILLICAST_SUBSCRIBE_ERRORyA2CmF":{"name":"MILLICAST_SUBSCRIBE_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when attempting to subscribe to Millicast.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO26MILLICAST_SET_VOLUME_ERRORyA2CmF":{"name":"MILLICAST_SET_VOLUME_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occured when attempting to set volume on an audio track.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Enums/THEOErrorCode.html#/s:13THEOplayerSDK13THEOErrorCodeO31MILLCAST_WEBRTC_SIGNALING_ERRORyA2CmF":{"name":"MILLCAST_WEBRTC_SIGNALING_ERROR","abstract":"

                                                                                                                                                                                                                          A fatal error occurred during WebRTC signaling with the millicast media server.

                                                                                                                                                                                                                          ","parent_name":"THEOErrorCode"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP8userInfoSDySSypGSgvp":{"name":"userInfo","abstract":"

                                                                                                                                                                                                                          The userInfo dictionary for the error, if more details are available.

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP08avPlayerD4CodeSo7AVErrorVSgvp":{"name":"avPlayerErrorCode","abstract":"

                                                                                                                                                                                                                          The parsed error code of the underlying AVplayer error, if available

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/AVPlayerError.html#/s:13THEOplayerSDK13AVPlayerErrorP08avPlayerD0SC7AVErrorLeVSgvp":{"name":"avPlayerError","abstract":"

                                                                                                                                                                                                                          The underlying AVplayer error, if available

                                                                                                                                                                                                                          ","parent_name":"AVPlayerError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP3urlSSSgvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL that was used.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP6statusSivp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The HTTP status code.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/NetworkError.html#/s:13THEOplayerSDK12NetworkErrorP12errorCommentSSSgvp":{"name":"errorComment","abstract":"

                                                                                                                                                                                                                          The error comment which might contain the HTTP status code.

                                                                                                                                                                                                                          ","parent_name":"NetworkError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP9timestamp10Foundation4DateVvp":{"name":"timestamp","abstract":"

                                                                                                                                                                                                                          The date at which the error occured.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP4codeAA0C4CodeOvp":{"name":"code","abstract":"

                                                                                                                                                                                                                          A THEOErrorCode that indicates the type of error that has occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP8categoryAA13ErrorCategoryOvp":{"name":"category","abstract":"

                                                                                                                                                                                                                          An ErrorCategory that indicates the category of the error that has occurred.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOError.html#/s:13THEOplayerSDK9THEOErrorP5causeAA13THEOBaseError_pSgvp":{"name":"cause","abstract":"

                                                                                                                                                                                                                          The underlying cause of this error, if known.

                                                                                                                                                                                                                          ","parent_name":"THEOError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP4nameSSvp":{"name":"name","abstract":"

                                                                                                                                                                                                                          The name of the error.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP7messageSSvp":{"name":"message","abstract":"

                                                                                                                                                                                                                          The message of the error aimed at the user.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html#/s:13THEOplayerSDK13THEOBaseErrorP5stackSaySSGSgvp":{"name":"stack","abstract":"

                                                                                                                                                                                                                          A stack-trace up until the error occured.

                                                                                                                                                                                                                          ","parent_name":"THEOBaseError"},"Protocols/THEOBaseError.html":{"name":"THEOBaseError","abstract":"

                                                                                                                                                                                                                          A basic error that is thrown by THEOPlayer.

                                                                                                                                                                                                                          "},"Protocols/THEOError.html":{"name":"THEOError","abstract":"

                                                                                                                                                                                                                          An error that is thrown by THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/NetworkError.html":{"name":"NetworkError","abstract":"

                                                                                                                                                                                                                          A network error.

                                                                                                                                                                                                                          "},"Protocols/AVPlayerError.html":{"name":"AVPlayerError","abstract":"

                                                                                                                                                                                                                          An error that is thrown by AVPlayer.

                                                                                                                                                                                                                          "},"Enums/THEOErrorCode.html":{"name":"THEOErrorCode","abstract":"

                                                                                                                                                                                                                          A code that indicates the type of error that has occurred.

                                                                                                                                                                                                                          "},"Enums/ErrorCategory.html":{"name":"ErrorCategory","abstract":"

                                                                                                                                                                                                                          The Error category a TheoErrorCode belongs to.

                                                                                                                                                                                                                          "},"Classes/NetworkErrorEvent.html#/s:13THEOplayerSDK17NetworkErrorEventC5errorAA0cD0_pSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          A NetworkError instance containing information about the error.

                                                                                                                                                                                                                          ","parent_name":"NetworkErrorEvent"},"Classes/NetworkErrorEvent.html#/s:13THEOplayerSDK17NetworkErrorEventC9transientSbvp":{"name":"transient","abstract":"

                                                                                                                                                                                                                          Signaling that the current NetworkError is potentially recoverable with retries.

                                                                                                                                                                                                                          ","parent_name":"NetworkErrorEvent"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV5ERRORAA0D4TypeCyAA0c5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV20ENTER_BADNETWORKMODEAA0D4TypeCyAA08EnterBadc4ModeD0CGvpZ":{"name":"ENTER_BADNETWORKMODE","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html#/s:13THEOplayerSDK17NetworkEventTypesV19EXIT_BADNETWORKMODEAA0D4TypeCyAA07ExitBadc4ModeD0CGvpZ":{"name":"EXIT_BADNETWORKMODE","abstract":"

                                                                                                                                                                                                                          Fired when NetworkErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"NetworkEventTypes"},"Structs/NetworkEventTypes.html":{"name":"NetworkEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Network events.

                                                                                                                                                                                                                          "},"Classes/NetworkErrorEvent.html":{"name":"NetworkErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when NetworkEventTypes.ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Type of the event, defaults to “aspectratiochange”.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Classes/AspectRatioChangeEvent.html#/s:13THEOplayerSDK22AspectRatioChangeEventC06aspectD0AA0cD0Ovp":{"name":"aspectRatio","abstract":"

                                                                                                                                                                                                                          The new AspectRatio of the view.

                                                                                                                                                                                                                          ","parent_name":"AspectRatioChangeEvent"},"Fullscreen%20Events.html#/s:13THEOplayerSDK20FullscreenEventTypesV":{"name":"FullscreenEventTypes","abstract":"

                                                                                                                                                                                                                          The types of events related to fullscreen.

                                                                                                                                                                                                                          "},"Classes/AspectRatioChangeEvent.html":{"name":"AspectRatioChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown when the aspect ratio property of the player has changed.

                                                                                                                                                                                                                          "},"Protocols/FullscreenPresentationDelegate.html#/s:13THEOplayerSDK30FullscreenPresentationDelegateP7present14viewController10completionyAA0c4ViewH0C_yyctF":{"name":"present(viewController:completion:)","abstract":"

                                                                                                                                                                                                                          Method which gets called when the fullscreen view controller is ready to be presented.

                                                                                                                                                                                                                          ","parent_name":"FullscreenPresentationDelegate"},"Protocols/FullscreenPresentationDelegate.html#/s:13THEOplayerSDK30FullscreenPresentationDelegateP7dismiss14viewController10completionyAA0c4ViewH0C_yyctF":{"name":"dismiss(viewController:completion:)","abstract":"

                                                                                                                                                                                                                          Method which gets called when the fullscreen view controller is ready to be dismissed.

                                                                                                                                                                                                                          ","parent_name":"FullscreenPresentationDelegate"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO3fityA2CmF":{"name":"fit","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that all content fits inside its bounding box, keeping the original aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO4fillyA2CmF":{"name":"fill","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that all content fits inside the bounding box which will be stretched to fill the entire bounding box.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Enums/AspectRatio.html#/s:13THEOplayerSDK11AspectRatioO10aspectFillyA2CmF":{"name":"aspectFill","abstract":"

                                                                                                                                                                                                                          Scales the theoplayer so that the content fills up the entire bounding box, keeping the original aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"AspectRatio"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP30supportedInterfaceOrientationsSo26UIInterfaceOrientationMaskVvp":{"name":"supportedInterfaceOrientations","abstract":"

                                                                                                                                                                                                                          The supported interface orientations for fullscreen mode as a UIInterfaceOrientationMask.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP14viewControllerAA0c4ViewE0CSgvp":{"name":"viewController","abstract":"

                                                                                                                                                                                                                          When in fullscreen presentation mode returns the FullscreenViewController that contains the player. Returns nil otherwise.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP19viewControllerClassAA0c4ViewE0CmSgvp":{"name":"viewControllerClass","abstract":"

                                                                                                                                                                                                                          The type of the FullscreenViewController that will be presented when the player goes to fullscreen presentation mode.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP20presentationDelegateAA0c12PresentationE0_pSgvp":{"name":"presentationDelegate","abstract":"

                                                                                                                                                                                                                          The fullscreen delegate which allows control over the presentation of the fullscreen view controller. Setting it will override the default behavior.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP33setSupportedInterfaceOrientations09supportedfG0ySo26UIInterfaceOrientationMaskV_tF":{"name":"setSupportedInterfaceOrientations(supportedInterfaceOrientations:)","abstract":"

                                                                                                                                                                                                                          Sets the supported interface orientations for fullscreen mode.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the event listener of the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html#/s:13THEOplayerSDK10FullscreenP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the event listener for the given EventType.

                                                                                                                                                                                                                          ","parent_name":"Fullscreen"},"Protocols/Fullscreen.html":{"name":"Fullscreen","abstract":"

                                                                                                                                                                                                                          The Fullscreen object helps you configure the settings of the fullscreen mode.

                                                                                                                                                                                                                          "},"Enums/AspectRatio.html":{"name":"AspectRatio","abstract":"

                                                                                                                                                                                                                          Specifies an aspect ratio for the player when in fullscreen mode.

                                                                                                                                                                                                                          "},"Fullscreen%20API.html#/c:@M@THEOplayerSDK@objc(cs)FullscreenViewController":{"name":"FullscreenViewController","abstract":"

                                                                                                                                                                                                                          The Fullscreen view controller class that presents the player when the PresentationMode is set to fullscreen."},"Protocols/FullscreenPresentationDelegate.html":{"name":"FullscreenPresentationDelegate","abstract":"

                                                                                                                                                                                                                          The fullscreen delegate which allows control over the presentation of the fullscreen view controller.

                                                                                                                                                                                                                          "},"Protocols/AVPictureInPictureControllerDelegateExtended.html#/c:@M@THEOplayerSDK@objc(pl)AVPictureInPictureControllerDelegateExtended(im)pictureInPictureDidBecomePossible":{"name":"pictureInPictureDidBecomePossible()","abstract":"

                                                                                                                                                                                                                          Called when the value of AVPictureInPictureController.isPictureInPicturePossible changes to true.

                                                                                                                                                                                                                          ","parent_name":"AVPictureInPictureControllerDelegateExtended"},"Protocols/AVPictureInPictureControllerDelegateExtended.html#/c:@M@THEOplayerSDK@objc(pl)AVPictureInPictureControllerDelegateExtended(im)pictureInPictureDidBecomeNotPossible":{"name":"pictureInPictureDidBecomeNotPossible()","abstract":"

                                                                                                                                                                                                                          Called when the value of AVPictureInPictureController.isPictureInPicturePossible changes to false.

                                                                                                                                                                                                                          ","parent_name":"AVPictureInPictureControllerDelegateExtended"},"Enums/PictureInPictureCorner.html#/s:13THEOplayerSDK09PictureInC6CornerO7defaultACvpZ":{"name":"default","abstract":"

                                                                                                                                                                                                                          The default corner is bottom right

                                                                                                                                                                                                                          ","parent_name":"PictureInPictureCorner"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P13currentCornerAA0cdcF0OSgvp":{"name":"currentCorner","abstract":"

                                                                                                                                                                                                                          The current PictureInPictureCorner the PiP view is displayed in.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P9configure7movable13defaultCorner5scale10visibility6marginySbSg_AA0cdcH0OSgSfSgSdSgAA11THEOMarginsCSgtF":{"name":"configure(movable:defaultCorner:scale:visibility:margin:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P06nativecdC8DelegateSo09AVPicturedc10ControllerF0_pSgvp":{"name":"nativePictureInPictureDelegate","abstract":"

                                                                                                                                                                                                                          The protocol that defines the methods to respond to Picture in Picture events.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0P9configure13configurationyAA16PiPConfigurationC_tF":{"name":"configure(configuration:)","abstract":"

                                                                                                                                                                                                                          Sets the picture-in-picture configuration dynamically.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scaleySbSg_AA0cdcH0OSgSfSgtF":{"name":"configure(movable:defaultCorner:scale:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scale10visibilityySbSg_AA0cdcH0OSgSfSgSdSgtF":{"name":"configure(movable:defaultCorner:scale:visibility:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html#/s:13THEOplayerSDK09PictureInC0PAAE9configure7movable13defaultCorner5scale6marginySbSg_AA0cdcH0OSgSfSgAA11THEOMarginsCSgtF":{"name":"configure(movable:defaultCorner:scale:margin:)","abstract":"

                                                                                                                                                                                                                          Configures the picture-in-picture (PiP) view.

                                                                                                                                                                                                                          ","parent_name":"PictureInPicture"},"Protocols/PictureInPicture.html":{"name":"PictureInPicture","abstract":"

                                                                                                                                                                                                                          Helps configure the settings when PresentationMode.pictureInPicture is active.

                                                                                                                                                                                                                          "},"Enums/PictureInPictureCorner.html":{"name":"PictureInPictureCorner","abstract":"

                                                                                                                                                                                                                          The corner of the PiP view

                                                                                                                                                                                                                          "},"Picture-In-Picture.html#/s:13THEOplayerSDK09PictureInC20NewCornerUserInfoKeySSvp":{"name":"PictureInPictureNewCornerUserInfoKey","abstract":"

                                                                                                                                                                                                                          The key to retrieve the new PiP view corner

                                                                                                                                                                                                                          "},"Picture-In-Picture.html#/s:13THEOplayerSDK09PictureInC20OldCornerUserInfoKeySSvp":{"name":"PictureInPictureOldCornerUserInfoKey","abstract":"

                                                                                                                                                                                                                          The key to retrieve the corner at which the PiP view previously was

                                                                                                                                                                                                                          "},"Protocols/AVPictureInPictureControllerDelegateExtended.html":{"name":"AVPictureInPictureControllerDelegateExtended","abstract":"

                                                                                                                                                                                                                          Extends AVPictureInPictureControllerDelegate to provide additional methods that get called when changes occur in AVPictureInPictureController.

                                                                                                                                                                                                                          "},"Classes/AirPlayStateChangeEvent.html#/s:13THEOplayerSDK23AirPlayStateChangeEventC5stateAA010PlayerCastE0OSgvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          Indicates the state of AirPlay.

                                                                                                                                                                                                                          ","parent_name":"AirPlayStateChangeEvent"},"Classes/AirPlayEvent.html#/s:13THEOplayerSDK12AirPlayEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the event.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEvent"},"Classes/AirPlayEvent.html#/s:13THEOplayerSDK12AirPlayEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occured.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEvent"},"Structs/AirPlayEventTypes.html#/s:13THEOplayerSDK17AirPlayEventTypesV12STATE_CHANGEAA0E4TypeCyAA0cd11StateChangeE0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the AirPlay.state changes.

                                                                                                                                                                                                                          ","parent_name":"AirPlayEventTypes"},"Structs/AirPlayEventTypes.html":{"name":"AirPlayEventTypes","abstract":"

                                                                                                                                                                                                                          The AirPlayEvent types.

                                                                                                                                                                                                                          "},"Classes/AirPlayEvent.html":{"name":"AirPlayEvent","abstract":"

                                                                                                                                                                                                                          The AirPlay event object.

                                                                                                                                                                                                                          "},"Classes/AirPlayStateChangeEvent.html":{"name":"AirPlayStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when the AirPlay.state changes.

                                                                                                                                                                                                                          "},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether the player is casting.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP5stateAA15PlayerCastStateOvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          The state of the casting process.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Start a casting session with the player’s source.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html#/s:13THEOplayerSDK7AirPlayP4stopyyF":{"name":"stop()","abstract":"

                                                                                                                                                                                                                          Stop the active casting session.

                                                                                                                                                                                                                          ","parent_name":"AirPlay"},"Protocols/AirPlay.html":{"name":"AirPlay","abstract":"

                                                                                                                                                                                                                          The AirPlay API.

                                                                                                                                                                                                                          "},"Classes/StateChangeEvent.html#/s:13THEOplayerSDK16StateChangeEventC5stateAA010PlayerCastC0Ovp":{"name":"state","abstract":"

                                                                                                                                                                                                                          The new cast state.

                                                                                                                                                                                                                          ","parent_name":"StateChangeEvent"},"Classes/CastErrorEvent.html#/s:13THEOplayerSDK14CastErrorEventC5errorAA0cD0Cvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The error thrown by the Chromecast.

                                                                                                                                                                                                                          ","parent_name":"CastErrorEvent"},"Structs/ChromecastEventTypes.html#/s:13THEOplayerSDK20ChromecastEventTypesV12STATE_CHANGEAA0D4TypeCyAA011StateChangeD0CGvpZ":{"name":"STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when castStateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"ChromecastEventTypes"},"Structs/ChromecastEventTypes.html#/s:13THEOplayerSDK20ChromecastEventTypesV5ERRORAA0D4TypeCyAA09CastErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when castErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"ChromecastEventTypes"},"Structs/ChromecastEventTypes.html":{"name":"ChromecastEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Chromecast Events.

                                                                                                                                                                                                                          "},"Classes/CastErrorEvent.html":{"name":"CastErrorEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that there was an error while casting / trying to cast.

                                                                                                                                                                                                                          "},"Classes/StateChangeEvent.html":{"name":"StateChangeEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the state of the connection has changed.

                                                                                                                                                                                                                          "},"Enums/ErrorCode.html#/s:13THEOplayerSDK9ErrorCodeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ErrorCode"},"Enums/ChromecastMetadataType.html#/s:13THEOplayerSDK22ChromecastMetadataTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataType"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The URL to the metadata image.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the image, in pixels.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the image, in pixels.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataImage.html#/s:13THEOplayerSDK23ChromecastMetadataImageC3src5width6heightACSS_S2itcfc":{"name":"init(src:width:height:)","abstract":"

                                                                                                                                                                                                                          Constructs a ChromecastMetadataImage.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataImage"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC6imagesSayAA0cD5ImageCGSgvp":{"name":"images","abstract":"

                                                                                                                                                                                                                          An array of ChromecastMetadataImages.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC11releaseDateSSSgvp":{"name":"releaseDate","abstract":"

                                                                                                                                                                                                                          The release date using the following string format: “YYYY-MM-DD”

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC8subtitleSSSgvp":{"name":"subtitle","abstract":"

                                                                                                                                                                                                                          The subtitle / short explanation about the content.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC11releaseYearSiSgvp":{"name":"releaseYear","abstract":"

                                                                                                                                                                                                                          The release year as an integer number.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC4typeAA0cD4TypeOSgvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type. Defaults to “generic” if unset.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/ChromecastMetadataDescription.html#/s:13THEOplayerSDK29ChromecastMetadataDescriptionC6images11releaseDate0G4Year5title8subtitle4type12metadataKeysACSayAA0cD5ImageCGSg_SSSgSiSgA2oA0cD4TypeOSgSDySSypGSgtcfc":{"name":"init(images:releaseDate:releaseYear:title:subtitle:type:metadataKeys:)","abstract":"

                                                                                                                                                                                                                          Constructs a ChromecastMetadataDescription.

                                                                                                                                                                                                                          ","parent_name":"ChromecastMetadataDescription"},"Classes/CastError.html#/s:13THEOplayerSDK9CastErrorC9errorCodeAA0dF0Ovp":{"name":"errorCode","abstract":"

                                                                                                                                                                                                                          The error code of the cast error.

                                                                                                                                                                                                                          ","parent_name":"CastError"},"Classes/CastError.html#/s:13THEOplayerSDK9CastErrorC11descriptionSSSgvp":{"name":"description","abstract":"

                                                                                                                                                                                                                          The description of the cast error.

                                                                                                                                                                                                                          ","parent_name":"CastError"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9availableyA2CmF":{"name":"available","abstract":"

                                                                                                                                                                                                                          There is a cast device detected, but that THEOplayer is not casting or controlling the current cast session.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9connectedyA2CmF":{"name":"connected","abstract":"

                                                                                                                                                                                                                          THEOplayer is casting to the cast device.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO11unavailableyA2CmF":{"name":"unavailable","abstract":"

                                                                                                                                                                                                                          There is no cast device detected or that the device is not available (e.g. not powered, not connected to the internet).

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO10connectingyA2CmF":{"name":"connecting","abstract":"

                                                                                                                                                                                                                          THEOplayer is in the process of connecting to the cast device.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/PlayerCastState.html#/s:13THEOplayerSDK15PlayerCastStateO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"PlayerCastState"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO4autoyA2CmF":{"name":"auto","abstract":"

                                                                                                                                                                                                                          The player will automatically join a cast session at startup if one exists when play is called.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO6manualyA2CmF":{"name":"manual","abstract":"

                                                                                                                                                                                                                          The player will take over an existing session if there is one and the cast button is clicked.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO8disabledyA2CmF":{"name":"disabled","abstract":"

                                                                                                                                                                                                                          The player will not be affected by any existing cast sessions.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Enums/CastStrategy.html#/s:13THEOplayerSDK12CastStrategyO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"CastStrategy"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC8strategyAA0C8StrategyOSgvp":{"name":"strategy","abstract":"

                                                                                                                                                                                                                          The join strategy that will determine how the player will join an existing chromecast session.

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC26enableExperimentalPipelineSbvp":{"name":"enableExperimentalPipeline","abstract":"

                                                                                                                                                                                                                          Enable the new chromecast pipeline. This is an improved pipeline that enables new features in the future. Off by default

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Classes/CastConfiguration.html#/s:13THEOplayerSDK17CastConfigurationC8strategy26enableExperimentalPipelineAcA0C8StrategyOSg_Sbtcfc":{"name":"init(strategy:enableExperimentalPipeline:)","abstract":"

                                                                                                                                                                                                                          Creates a Cast configuration.

                                                                                                                                                                                                                          ","parent_name":"CastConfiguration"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether THEOplayer is casting to a chromecast and has control over the current chromecast session.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5errorAA9CastErrorCSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The last error thrown by chromecast.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP12receiverNameSSSgvp":{"name":"receiverName","abstract":"

                                                                                                                                                                                                                          The name of the chromecast device that THEOplayer is casting to.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5stateAA15PlayerCastStateOSgvp":{"name":"state","abstract":"

                                                                                                                                                                                                                          Indicates the state of the casting process.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP21setConnectionDelegateyyAA0ceF0_pSgF":{"name":"setConnectionDelegate(_:)","abstract":"

                                                                                                                                                                                                                          The ChromecastConnectionDelegate to be used when the Chromecast connection changes.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5startyyF":{"name":"start()","abstract":"

                                                                                                                                                                                                                          Start casting to the chromecast. A dialog will prompt to choose the device.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP4stopyyF":{"name":"stop()","abstract":"

                                                                                                                                                                                                                          Stop casting to the chromecast.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP4joinyyF":{"name":"join()","abstract":"

                                                                                                                                                                                                                          Join an active chromecast session.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP5leaveyyF":{"name":"leave()","abstract":"

                                                                                                                                                                                                                          Leave an active chromecast session without affecting other devices.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given ChromecastEventType.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html#/s:13THEOplayerSDK10ChromecastP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given ChromecastEventType.

                                                                                                                                                                                                                          ","parent_name":"Chromecast"},"Protocols/Chromecast.html":{"name":"Chromecast","abstract":"

                                                                                                                                                                                                                          Chromecast, also known as Google Cast, is a casting device designed by Google.

                                                                                                                                                                                                                          "},"Classes/CastConfiguration.html":{"name":"CastConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the Cast integrations.

                                                                                                                                                                                                                          "},"Enums/CastStrategy.html":{"name":"CastStrategy","abstract":"

                                                                                                                                                                                                                          The cast strategies that specify the ways an existing chromecast session can be joined.

                                                                                                                                                                                                                          "},"Enums/PlayerCastState.html":{"name":"PlayerCastState","abstract":"

                                                                                                                                                                                                                          Indicates the state of the casting processs.

                                                                                                                                                                                                                          "},"Classes/CastError.html":{"name":"CastError","abstract":"

                                                                                                                                                                                                                          The cast error.

                                                                                                                                                                                                                          "},"Classes/ChromecastMetadataDescription.html":{"name":"ChromecastMetadataDescription","abstract":"

                                                                                                                                                                                                                          The description of the metadata used by Chromecast.

                                                                                                                                                                                                                          "},"Classes/ChromecastMetadataImage.html":{"name":"ChromecastMetadataImage","abstract":"

                                                                                                                                                                                                                          The metadata of a Chromecast image.

                                                                                                                                                                                                                          "},"Enums/ChromecastMetadataType.html":{"name":"ChromecastMetadataType","abstract":"

                                                                                                                                                                                                                          The Chromecast metadata type.

                                                                                                                                                                                                                          "},"Enums/ErrorCode.html":{"name":"ErrorCode","abstract":"

                                                                                                                                                                                                                          The different types of errors.

                                                                                                                                                                                                                          "},"Classes/AdErrorEvent.html#/s:13THEOplayerSDK13EventProtocolP4typeSSvp":{"name":"type","parent_name":"AdErrorEvent"},"Classes/AdErrorEvent.html#/s:13THEOplayerSDK13EventProtocolP4date10Foundation4DateVvp":{"name":"date","parent_name":"AdErrorEvent"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV8AD_BEGINAA0D4TypeCyAA07AdBeginD0CGvpZ":{"name":"AD_BEGIN","abstract":"

                                                                                                                                                                                                                          Fired when AdBeginEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV6AD_ENDAA0D4TypeCyAA05AdEndD0CGvpZ":{"name":"AD_END","abstract":"

                                                                                                                                                                                                                          Fired when AdEndEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV8AD_ERRORAA0D4TypeCyAA07AdErrorD0CGvpZ":{"name":"AD_ERROR","abstract":"

                                                                                                                                                                                                                          Fired when AdErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV17AD_FIRST_QUARTILEAA0D4TypeCyAA015AdFirstQuartileD0CGvpZ":{"name":"AD_FIRST_QUARTILE","abstract":"

                                                                                                                                                                                                                          Fired when AdFirstQuartileEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV11AD_MIDPOINTAA0D4TypeCyAA010AdMidpointD0CGvpZ":{"name":"AD_MIDPOINT","abstract":"

                                                                                                                                                                                                                          Fired when AdMidpointEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV17AD_THIRD_QUARTILEAA0D4TypeCyAA015AdThirdQuartileD0CGvpZ":{"name":"AD_THIRD_QUARTILE","abstract":"

                                                                                                                                                                                                                          Fired when AdThirdQuartileEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9AD_LOADEDAA0D4TypeCyAA08AdLoadedD0CGvpZ":{"name":"AD_LOADED","abstract":"

                                                                                                                                                                                                                          Fired when AdLoadedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV13AD_IMPRESSIONAA0D4TypeCyAA012AdImpressionD0CGvpZ":{"name":"AD_IMPRESSION","abstract":"

                                                                                                                                                                                                                          Fired when AdImpressionEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV7AD_SKIPAA0D4TypeCyAA06AdSkipD0CGvpZ":{"name":"AD_SKIP","abstract":"

                                                                                                                                                                                                                          Fired when AdSkipEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV14AD_BREAK_BEGINAA0D4TypeCyAA012AdBreakBeginD0CGvpZ":{"name":"AD_BREAK_BEGIN","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakBeginEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV12AD_BREAK_ENDAA0D4TypeCyAA010AdBreakEndD0CGvpZ":{"name":"AD_BREAK_END","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakEndEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9AD_TAPPEDAA0D4TypeCyAA08AdTappedD0CGvpZ":{"name":"AD_TAPPED","abstract":"

                                                                                                                                                                                                                          Fired when AdTappedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV10AD_CLICKEDAA0D4TypeCyAA09AdClickedD0CGvpZ":{"name":"AD_CLICKED","abstract":"

                                                                                                                                                                                                                          Fired when AdClickedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV12ADD_AD_BREAKAA0D4TypeCyAA010AddAdBreakD0CGvpZ":{"name":"ADD_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when AddAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15UPDATE_AD_BREAKAA0D4TypeCyAA013UpdateAdBreakD0CGvpZ":{"name":"UPDATE_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when UpdateAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15REMOVE_AD_BREAKAA0D4TypeCyAA013RemoveAdBreakD0CGvpZ":{"name":"REMOVE_AD_BREAK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveAdBreakEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV15AD_BREAK_CHANGEAA0D4TypeCyAA013AdBreakChangeD0CGvpZ":{"name":"AD_BREAK_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when AdBreakChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV6ADD_ADAA0D4TypeCyAA05AddAdD0CGvpZ":{"name":"ADD_AD","abstract":"

                                                                                                                                                                                                                          Fired when AddAdEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html#/s:13THEOplayerSDK13AdsEventTypesV9UPDATE_ADAA0D4TypeCyAA08UpdateAdD0CGvpZ":{"name":"UPDATE_AD","abstract":"

                                                                                                                                                                                                                          Fired when UpdateAdEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AdsEventTypes"},"Structs/AdsEventTypes.html":{"name":"AdsEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Ads events.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBeginEvent":{"name":"AdBeginEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has begun.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdEndEvent":{"name":"AdEndEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has ended.

                                                                                                                                                                                                                          "},"Classes/AdErrorEvent.html":{"name":"AdErrorEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad has encountered an error.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakBeginEvent":{"name":"AdBreakBeginEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has begun.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakEndEvent":{"name":"AdBreakEndEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad break has ended.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdFirstQuartileEvent":{"name":"AdFirstQuartileEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the first quartile of an ad was watched.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdImpressionEvent":{"name":"AdImpressionEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad impression was fired.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdLoadedEvent":{"name":"AdLoadedEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that an ad was loaded.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdMidpointEvent":{"name":"AdMidpointEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the middle of an ad was watched.

                                                                                                                                                                                                                          "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdThirdQuartileEvent":{"name":"AdThirdQuartileEvent","abstract":"

                                                                                                                                                                                                                          Thrown to indicate that the third quartile of an ad was watched.

                                                                                                                                                                                                                          "},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO7closeAdyA2CmF":{"name":"closeAd","abstract":"

                                                                                                                                                                                                                          The obstruction was added to offer the functionality to close the ad.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO13mediaControlsyA2CmF":{"name":"mediaControls","abstract":"

                                                                                                                                                                                                                          The obstruction was added as a part of the media controls, e.g. a pause button.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO10notVisibleyA2CmF":{"name":"notVisible","abstract":"

                                                                                                                                                                                                                          The obstruction that was added is transparent and does not impact viewability.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Enums/OmidFriendlyObstructionPurpose.html#/s:13THEOplayerSDK30OmidFriendlyObstructionPurposeO5otheryA2CmF":{"name":"other","abstract":"

                                                                                                                                                                                                                          The obstruction was added for another, possibly unknown, reason.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstructionPurpose"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC4viewSo6UIViewCvp":{"name":"view","abstract":"

                                                                                                                                                                                                                          The view element of the friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC7purposeAA0cdE7PurposeOvp":{"name":"purpose","abstract":"

                                                                                                                                                                                                                          The purpose of the friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC14detailedReasonSSSgvp":{"name":"detailedReason","abstract":"

                                                                                                                                                                                                                          A text to explain the reason behind adding the view as a friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Classes/OmidFriendlyObstruction.html#/s:13THEOplayerSDK23OmidFriendlyObstructionC4view7purpose14detailedReasonACSo6UIViewC_AA0cdE7PurposeOSSSgtcfc":{"name":"init(view:purpose:detailedReason:)","abstract":"

                                                                                                                                                                                                                          Constructs an OmidFriendlyObstruction.

                                                                                                                                                                                                                          ","parent_name":"OmidFriendlyObstruction"},"Protocols/Omid.html#/s:13THEOplayerSDK4OmidP22addFriendlyObstruction08friendlyF0yAA0ceF0C_tF":{"name":"addFriendlyObstruction(friendlyObstruction:)","abstract":"

                                                                                                                                                                                                                          Adds the passed OmidFriendlyObstruction as a friendly obstruction.

                                                                                                                                                                                                                          ","parent_name":"Omid"},"Protocols/Omid.html#/s:13THEOplayerSDK4OmidP26removeFriendlyObstructionsyyF":{"name":"removeFriendlyObstructions()","abstract":"

                                                                                                                                                                                                                          Removes all the previously added friendly obstructions.

                                                                                                                                                                                                                          ","parent_name":"Omid"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO7theoadsyA2CmF":{"name":"theoads","abstract":"

                                                                                                                                                                                                                          The ad is of integration type THEO ad.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO10google_imayA2CmF":{"name":"google_ima","abstract":"

                                                                                                                                                                                                                          The ad is of integration type Google IMA.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO10google_daiyA2CmF":{"name":"google_dai","abstract":"

                                                                                                                                                                                                                          The ad is of integration type Google DAI.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO6customyA2CmF":{"name":"custom","abstract":"

                                                                                                                                                                                                                          The ad is of custom integration type.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegrationKind.html#/s:13THEOplayerSDK17AdIntegrationKindO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"AdIntegrationKind"},"Enums/AdIntegration.html#/s:13THEOplayerSDK13AdIntegrationO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"AdIntegration"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC6linearSSvpZ":{"name":"linear","abstract":"

                                                                                                                                                                                                                          Linear advertisements interrupt the video content. They appear before (as pre-roll), after (as post-roll) or during (as mid-roll) the video content.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC9nonlinearSSvpZ":{"name":"nonlinear","abstract":"

                                                                                                                                                                                                                          Non-linear advertisements appear during video content, without disrupting playback.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Classes/AdType.html#/s:13THEOplayerSDK6AdTypeC7unknownSSvpZ":{"name":"unknown","abstract":"

                                                                                                                                                                                                                          The type of the advertisement is unknown.

                                                                                                                                                                                                                          ","parent_name":"AdType"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP8adSlotIdSSSgvp":{"name":"adSlotId","abstract":"

                                                                                                                                                                                                                          An identifier of the element in which the companion ad should be appended, if available.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP7altTextSSSgvp":{"name":"altText","abstract":"

                                                                                                                                                                                                                          An alternative description for the companion ad.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The website of the advertisement.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the companion ad, in pixels.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP11resourceURISSSgvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the ad content.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the companion ad, in pixels.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/CompanionAd.html#/s:13THEOplayerSDK11CompanionAdP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The type of the companion ad.

                                                                                                                                                                                                                          ","parent_name":"CompanionAd"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP3adsSayAA0C0_pGvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          An array of all the ads that are available in the current AdBreak.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP11maxDurationSivp":{"name":"maxDuration","abstract":"

                                                                                                                                                                                                                          Indicates the duration of the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP20maxRemainingDurationSdvp":{"name":"maxRemainingDuration","abstract":"

                                                                                                                                                                                                                          Indicates the remaining duration of the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP10timeOffsetSivp":{"name":"timeOffset","abstract":"

                                                                                                                                                                                                                          The time offset at which point the content will be paused to play the ad break, in seconds.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP11integrationAA0C15IntegrationKindOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The kind of the ad integration.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP17customIntegrationSSSgvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The type of custom ad integration.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP2idSSSgvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the ad break.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/AdBreak.html#/s:13THEOplayerSDK7AdBreakP10customDataSDySSypGSgvp":{"name":"customData","abstract":"

                                                                                                                                                                                                                          Additional integration-specific data associated with this ad break.

                                                                                                                                                                                                                          ","parent_name":"AdBreak"},"Protocols/NonLinearAd.html#/s:13THEOplayerSDK11NonLinearAdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The url that redirects to the website of the advertiser.

                                                                                                                                                                                                                          ","parent_name":"NonLinearAd"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP8deliverySSvp":{"name":"delivery","abstract":"

                                                                                                                                                                                                                          The delivery type.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP11resourceURISSvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the VAST content.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The MIME type for the file container.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP6heightSivp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The native height of the video file, in pixels.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/MediaFile.html#/s:13THEOplayerSDK9MediaFileP5widthSivp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The native width of the video file, in pixels.

                                                                                                                                                                                                                          ","parent_name":"MediaFile"},"Protocols/LinearAd.html#/s:13THEOplayerSDK8LinearAdP8durationSiSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The duration of the LinearAd, as provided by the VAST file, in seconds.

                                                                                                                                                                                                                          ","parent_name":"LinearAd"},"Protocols/LinearAd.html#/s:13THEOplayerSDK8LinearAdP10mediaFilesSayAA9MediaFile_pGvp":{"name":"mediaFiles","abstract":"

                                                                                                                                                                                                                          An array of mediafiles, which provides some meta data retrieved from the VAST file.

                                                                                                                                                                                                                          ","parent_name":"LinearAd"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP7adBreakAA0cE0_pSgvp":{"name":"adBreak","abstract":"

                                                                                                                                                                                                                          A reference to the AdBreak of which the ad is a part of.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10companionsSayAA09CompanionC0_pGvp":{"name":"companions","abstract":"

                                                                                                                                                                                                                          An array of CompanionAds associated to the ad, if available within the same Creatives element.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Either ‘linear’ or ‘nonlinear’, depending on the concrete implementer.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP2idSSSgvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the creative, provided in the VAST-file.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10skipOffsetSiSgvp":{"name":"skipOffset","abstract":"

                                                                                                                                                                                                                          When the Ad can be skipped, in seconds.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP11resourceURISSSgvp":{"name":"resourceURI","abstract":"

                                                                                                                                                                                                                          The URI of the ad content.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP5widthSiSgvp":{"name":"width","abstract":"

                                                                                                                                                                                                                          The width of the advertisement, in pixels.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP6heightSiSgvp":{"name":"height","abstract":"

                                                                                                                                                                                                                          The height of the advertisement, in pixels.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP11integrationAA0C15IntegrationKindOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The kind of the ad integration.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP8durationSiSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The duration of the ad, in seconds.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP12clickThroughSSSgvp":{"name":"clickThrough","abstract":"

                                                                                                                                                                                                                          The url that redirects to the website of the advertiser.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP17customIntegrationSSSgvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The type of custom ad integration.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP7isSlateSbvp":{"name":"isSlate","abstract":"

                                                                                                                                                                                                                          Whether the ad is slate or not

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ad.html#/s:13THEOplayerSDK2AdP10customDataSDySSypGSgvp":{"name":"customData","abstract":"

                                                                                                                                                                                                                          Additional integration-specific data associated with this ad.

                                                                                                                                                                                                                          ","parent_name":"Ad"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP7playingSbvp":{"name":"playing","abstract":"

                                                                                                                                                                                                                          Returns whether a linear ad is currently playing.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP07currentC0SayAA2Ad_pGvp":{"name":"currentAds","abstract":"

                                                                                                                                                                                                                          Returns an array of the currently active ads.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP14currentAdBreakAA0eF0_pSgvp":{"name":"currentAdBreak","abstract":"

                                                                                                                                                                                                                          Returns the active AdBreak that contains the currently playing ad(s).

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP17scheduledAdBreaksSayAA0E5Break_pGvp":{"name":"scheduledAdBreaks","abstract":"

                                                                                                                                                                                                                          Returns an array of AdBreaks that still need to be played.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP09scheduledC0SayAA2Ad_pGvp":{"name":"scheduledAds","abstract":"

                                                                                                                                                                                                                          Returns an array of ads that still need to be played.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP8schedule13adDescriptionyAA02AdF0_p_tF":{"name":"schedule(adDescription:)","abstract":"

                                                                                                                                                                                                                          Schedules an ad.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP4skipyyF":{"name":"skip()","abstract":"

                                                                                                                                                                                                                          Skips the current linear ad.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP16addEventListener4type8listenerAA0eF0_pAA0E4TypeCyqd__G_yqd__ctAA0E8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given ad event type.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP19removeEventListener4type8listeneryAA0E4TypeCyqd__G_AA0eF0_ptAA0E8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given ad event type.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP4omidAA4Omid_pvp":{"name":"omid","abstract":"

                                                                                                                                                                                                                          The Open Measurement API.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html#/s:13THEOplayerSDK3AdsP29registerServerSideIntegration13integrationId0H7FactoryySS_AA0ef2AdG7Handler_pAA0efkG10Controller_pXEtF":{"name":"registerServerSideIntegration(integrationId:integrationFactory:)","abstract":"

                                                                                                                                                                                                                          Register a custom advertisement integration. This allows you to integrate with third-party advertisement providers, and have them report their ads and ad-related events through the THEOplayer Ads API.

                                                                                                                                                                                                                          ","parent_name":"Ads"},"Protocols/Ads.html":{"name":"Ads","abstract":"

                                                                                                                                                                                                                          The Ads object helps you configure and control ads within THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/Ad.html":{"name":"Ad","abstract":"

                                                                                                                                                                                                                          An Ad is an abstract object that represents a single ad, which is a creative in the VAST specification.

                                                                                                                                                                                                                          "},"Protocols/LinearAd.html":{"name":"LinearAd","abstract":"

                                                                                                                                                                                                                          Represents a linear ad in the VAST specification. It extends the properties of the Ad object.

                                                                                                                                                                                                                          "},"Protocols/MediaFile.html":{"name":"MediaFile","abstract":"

                                                                                                                                                                                                                          Represents the metadata of a media file with ad content.

                                                                                                                                                                                                                          "},"Protocols/NonLinearAd.html":{"name":"NonLinearAd","abstract":"

                                                                                                                                                                                                                          Represents a non-linear ad in the VAST specification. It extends the properties of the Ad object.

                                                                                                                                                                                                                          "},"Protocols/AdBreak.html":{"name":"AdBreak","abstract":"

                                                                                                                                                                                                                          An AdBreak is an object that represents a collection of ads that are scheduled at a certain time.

                                                                                                                                                                                                                          "},"Protocols/CompanionAd.html":{"name":"CompanionAd","abstract":"

                                                                                                                                                                                                                          Represents a companion ad which is displayed besides the player.

                                                                                                                                                                                                                          "},"Classes/AdType.html":{"name":"AdType","abstract":"

                                                                                                                                                                                                                          The type of Ad specifying whether it will interrupt the content or not.

                                                                                                                                                                                                                          "},"Enums/AdIntegration.html":{"name":"AdIntegration","abstract":"

                                                                                                                                                                                                                          The integration of the ad break.

                                                                                                                                                                                                                          "},"Enums/AdIntegrationKind.html":{"name":"AdIntegrationKind","abstract":"

                                                                                                                                                                                                                          The integration kind of the Ad.

                                                                                                                                                                                                                          "},"Protocols/Omid.html":{"name":"Omid","abstract":"

                                                                                                                                                                                                                          The Open Measurement Interface Definition API which can be used to configure the ad viewability measurements conforming to the OMID standards.

                                                                                                                                                                                                                          "},"Classes/OmidFriendlyObstruction.html":{"name":"OmidFriendlyObstruction","abstract":"

                                                                                                                                                                                                                          Represents a friendly obstruction instance for OMID.

                                                                                                                                                                                                                          "},"Enums/OmidFriendlyObstructionPurpose.html":{"name":"OmidFriendlyObstructionPurpose","abstract":"

                                                                                                                                                                                                                          The list of purposes for which an obstruction would be registered as friendly.

                                                                                                                                                                                                                          "},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP8adSystemSSSgvp":{"name":"adSystem","abstract":"

                                                                                                                                                                                                                          The source ad server information included in the ad response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP10creativeIdSSSgvp":{"name":"creativeId","abstract":"

                                                                                                                                                                                                                          The identifier of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP07wrapperE3IdsSaySSGvp":{"name":"wrapperAdIds","abstract":"

                                                                                                                                                                                                                          The list of wrapper ad identifiers as specified in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP07wrapperE7SystemsSaySSGvp":{"name":"wrapperAdSystems","abstract":"

                                                                                                                                                                                                                          The list of wrapper ad systems as specified in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP18wrapperCreativeIdsSaySSGvp":{"name":"wrapperCreativeIds","abstract":"

                                                                                                                                                                                                                          The list of wrapper creative identifiers.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP16vastMediaBitrateSivp":{"name":"vastMediaBitrate","abstract":"

                                                                                                                                                                                                                          The bitrate of the currently playing creative as listed in the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP09universalE3IdsSayAA09UniversalE2Id_pGvp":{"name":"universalAdIds","abstract":"

                                                                                                                                                                                                                          The list of universal ad ID information of the selected creative for the ad.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Protocols/GoogleImaAd.html#/s:13THEOplayerSDK11GoogleImaAdP21traffickingParametersSSvp":{"name":"traffickingParameters","abstract":"

                                                                                                                                                                                                                          The String representing custom trafficking parameters from the VAST response.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAd"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC11integrationAA0E11IntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The ad Integration.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC3src10Foundation3URLVvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Represents the source of the ad. The player will download the content available at the URL and will schedule the specified advertisement(s).

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC10timeOffsetSSSgvp":{"name":"timeOffset","abstract":"

                                                                                                                                                                                                                          Specifies the time when an ad should be played in the content video.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Classes/GoogleImaAdDescription.html#/s:13THEOplayerSDK22GoogleImaAdDescriptionC3src10timeOffsetACSS_SSSgtcfc":{"name":"init(src:timeOffset:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleImaAdDescription.

                                                                                                                                                                                                                          ","parent_name":"GoogleImaAdDescription"},"Protocols/AdDescription.html#/s:13THEOplayerSDK13AdDescriptionP11integrationAA0C11IntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The integration type of the ad break.

                                                                                                                                                                                                                          ","parent_name":"AdDescription"},"Protocols/AdDescription.html":{"name":"AdDescription","abstract":"

                                                                                                                                                                                                                          Provides additional information for an advertisement.

                                                                                                                                                                                                                          "},"Classes/GoogleImaAdDescription.html":{"name":"GoogleImaAdDescription","abstract":"

                                                                                                                                                                                                                          An AdDescription object that will be added to the player when using the Google Ima ad integration.

                                                                                                                                                                                                                          "},"Protocols/GoogleImaAd.html":{"name":"GoogleImaAd","abstract":"

                                                                                                                                                                                                                          A GoogleImaAd is a concrete implementation of an Ad which represents a Google IMA ad.

                                                                                                                                                                                                                          "},"Protocols/CustomServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK40CustomServerSideAdInsertionConfigurationP17customIntegrationSSvp":{"name":"customIntegration","abstract":"

                                                                                                                                                                                                                          The ID of the custom SSAI integration.

                                                                                                                                                                                                                          ","parent_name":"CustomServerSideAdInsertionConfiguration"},"Protocols/CustomServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK34ServerSideAdInsertionConfigurationP11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","parent_name":"CustomServerSideAdInsertionConfiguration"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP9setSource6sourceSbAA0I11DescriptionC_tF":{"name":"setSource(source:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when a new source is loaded into the player.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP04skipE02adSbAA0E0_p_tF":{"name":"skipAd(ad:)","abstract":"

                                                                                                                                                                                                                          Handler which will be called when an ad is requested to be skipped.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP11resetSourceSbyF":{"name":"resetSource()","abstract":"

                                                                                                                                                                                                                          Handler which will be called before a new source is loaded into the player, or before the player is destroyed.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationHandler.html#/s:13THEOplayerSDK30ServerSideAdIntegrationHandlerP7destroyyyF":{"name":"destroy()","abstract":"

                                                                                                                                                                                                                          Handler which will be called when the player is destroyed.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationHandler"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP11integrationSSvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier for this integration, as it was passed to Ads.registerServerSideIntegration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP3adsSayAA0E0_pGvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          The scheduled ads managed by this integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP8adBreaksSayAA0E5Break_pGvp":{"name":"adBreaks","abstract":"

                                                                                                                                                                                                                          The scheduled ad breaks managed by this integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06createE06params7adBreakAA0E0_pAA0E4InitC_AA0eK0_pSgtF":{"name":"createAd(params:adBreak:)","abstract":"

                                                                                                                                                                                                                          Create a new ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE02ad6paramsyAA0E0_p_AA0E4InitCtF":{"name":"updateAd(ad:params:)","abstract":"

                                                                                                                                                                                                                          Update the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE8Progress2ad8progressyAA0E0_p_SdtF":{"name":"updateAdProgress(ad:progress:)","abstract":"

                                                                                                                                                                                                                          Update the playback progression of the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP05beginE02adyAA0E0_p_tF":{"name":"beginAd(ad:)","abstract":"

                                                                                                                                                                                                                          Begin the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP03endE02adyAA0E0_p_tF":{"name":"endAd(ad:)","abstract":"

                                                                                                                                                                                                                          End the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP04skipE02adyAA0E0_p_tF":{"name":"skipAd(ad:)","abstract":"

                                                                                                                                                                                                                          Skip the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06removeE02adyAA0E0_p_tF":{"name":"removeAd(ad:)","abstract":"

                                                                                                                                                                                                                          Remove the given ad.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06createE5Break6paramsAA0eI0_pAA0eI4InitC_tF":{"name":"createAdBreak(params:)","abstract":"

                                                                                                                                                                                                                          Create a new ad break.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06updateE5Break02adI06paramsyAA0eI0_p_AA0eI4InitCtF":{"name":"updateAdBreak(adBreak:params:)","abstract":"

                                                                                                                                                                                                                          Update the given ad break.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP06removeE5Break02adI0yAA0eI0_p_tF":{"name":"removeAdBreak(adBreak:)","abstract":"

                                                                                                                                                                                                                          Remove the given ad break and all of its ads.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP12removeAllAdsyyF":{"name":"removeAllAds()","abstract":"

                                                                                                                                                                                                                          Remove all ads and ad breaks.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP5errorADys5Error_p_tF":{"name":"error(error:)","abstract":"

                                                                                                                                                                                                                          Fire an AdsEventTypes.AD_ERROR event on the player’s Ads interface.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Protocols/ServerSideAdIntegrationController.html#/s:13THEOplayerSDK33ServerSideAdIntegrationControllerP10fatalError5error4codeys0I0_p_AA13THEOErrorCodeOSgtF":{"name":"fatalError(error:code:)","abstract":"

                                                                                                                                                                                                                          Fire a fatal PlayerEventMap.ERROR event on the player.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdIntegrationController"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO3vodyA2CmF":{"name":"vod","abstract":"

                                                                                                                                                                                                                          A video on demand.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO4liveyA2CmF":{"name":"live","abstract":"

                                                                                                                                                                                                                          A Live stream.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Enums/StreamType.html#/s:13THEOplayerSDK10StreamTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"StreamType"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC15contentSourceIDSSvp":{"name":"contentSourceID","abstract":"

                                                                                                                                                                                                                          The identifier for the publisher content for on-demand streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC7videoIDSSvp":{"name":"videoID","abstract":"

                                                                                                                                                                                                                          The identifier for the video content source for on-demand streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAIVodConfiguration.html#/s:13THEOplayerSDK25GoogleDAIVodConfigurationC7videoID013contentSourceG06apiKey9authToken021streamActivityMonitorG015adTagParametersACSS_S3SSgAJSDyS2SGSgtcfc":{"name":"init(videoID:contentSourceID:apiKey:authToken:streamActivityMonitorID:adTagParameters:)","abstract":"

                                                                                                                                                                                                                          The builder for the Google DAI configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIVodConfiguration"},"Classes/GoogleDAITypedSource.html#/s:13THEOplayerSDK20GoogleDAITypedSourceC4ssaiAcA0C16DAIConfigurationC_tcfc":{"name":"init(ssai:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleDAITypedSource.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAITypedSource"},"Classes/GoogleDAITypedSource.html#/s:13THEOplayerSDK20GoogleDAITypedSourceC4ssai3drmAcA0C16DAIConfigurationC_AA16DRMConfiguration_pSgtcfc":{"name":"init(ssai:drm:)","abstract":"

                                                                                                                                                                                                                          Constructs a GoogleDAITypedSource with a DRM configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAITypedSource"},"Classes/GoogleDAILiveConfiguration.html#/s:13THEOplayerSDK26GoogleDAILiveConfigurationC8assetKeySSvp":{"name":"assetKey","abstract":"

                                                                                                                                                                                                                          The identifier for the video content source for live streams.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAILiveConfiguration"},"Classes/GoogleDAILiveConfiguration.html#/s:13THEOplayerSDK26GoogleDAILiveConfigurationC8assetKey03apiG09authToken23streamActivityMonitorID15adTagParametersACSS_S2SSgAISDyS2SGSgtcfc":{"name":"init(assetKey:apiKey:authToken:streamActivityMonitorID:adTagParameters:)","abstract":"

                                                                                                                                                                                                                          The builder for the Google DAI live configuration.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAILiveConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier for the SSAI pre-integration, defaults to GoogleDAISSAIIntegrationID.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC16availabilityTypeAA06StreamF0Ovp":{"name":"availabilityType","abstract":"

                                                                                                                                                                                                                          The type of the requested stream.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC6apiKeySSvp":{"name":"apiKey","abstract":"

                                                                                                                                                                                                                          The API key for the stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC9authTokenSSSgvp":{"name":"authToken","abstract":"

                                                                                                                                                                                                                          The authorization token for the stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC23streamActivityMonitorIDSSSgvp":{"name":"streamActivityMonitorID","abstract":"

                                                                                                                                                                                                                          The identifier for a stream activity monitor session.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Classes/GoogleDAIConfiguration.html#/s:13THEOplayerSDK22GoogleDAIConfigurationC15adTagParametersSDyS2SGSgvp":{"name":"adTagParameters","abstract":"

                                                                                                                                                                                                                          The ad tag parameters added to stream request.

                                                                                                                                                                                                                          ","parent_name":"GoogleDAIConfiguration"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO26GoogleDAISSAIIntegrationIDyA2CmF":{"name":"GoogleDAISSAIIntegrationID","abstract":"

                                                                                                                                                                                                                          The configuration with this identifier is a GoogleDaiConfiguration.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO06CustomC2IDyA2CmF":{"name":"CustomSSAIIntegrationID","abstract":"

                                                                                                                                                                                                                          The configuration with this identifier is a custom ServerSideAdInsertionConfiguration.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Enums/SSAIIntegrationId.html#/s:13THEOplayerSDK17SSAIIntegrationIdO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"SSAIIntegrationId"},"Protocols/ServerSideAdInsertionConfiguration.html#/s:13THEOplayerSDK34ServerSideAdInsertionConfigurationP11integrationAA17SSAIIntegrationIdOvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          Specifies an identifier for a supported SSAI integration.

                                                                                                                                                                                                                          ","parent_name":"ServerSideAdInsertionConfiguration"},"Protocols/ServerSideAdInsertionConfiguration.html":{"name":"ServerSideAdInsertionConfiguration","abstract":"

                                                                                                                                                                                                                          The ServerSideAdInsertionConfiguration protocol which specifies information to play a stream with server-side-inserted ads.

                                                                                                                                                                                                                          "},"Enums/SSAIIntegrationId.html":{"name":"SSAIIntegrationId","abstract":"

                                                                                                                                                                                                                          The SSAI integration identifier.

                                                                                                                                                                                                                          "},"Classes/GoogleDAIConfiguration.html":{"name":"GoogleDAIConfiguration","abstract":"

                                                                                                                                                                                                                          The Google DAI configuration.

                                                                                                                                                                                                                          "},"Classes/GoogleDAILiveConfiguration.html":{"name":"GoogleDAILiveConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a configuration for server-side ad insertion with the Google DAI pre-integration for live streams.

                                                                                                                                                                                                                          "},"Classes/GoogleDAITypedSource.html":{"name":"GoogleDAITypedSource","abstract":"

                                                                                                                                                                                                                          A Google DAI typed source.

                                                                                                                                                                                                                          "},"Classes/GoogleDAIVodConfiguration.html":{"name":"GoogleDAIVodConfiguration","abstract":"

                                                                                                                                                                                                                          Represents a configuration for server-side ad insertion with the Google DAI pre-integration for VOD streams.

                                                                                                                                                                                                                          "},"Enums/StreamType.html":{"name":"StreamType","abstract":"

                                                                                                                                                                                                                          The enum for Stream type, can either be live or vod.

                                                                                                                                                                                                                          "},"Protocols/ServerSideAdIntegrationController.html":{"name":"ServerSideAdIntegrationController","abstract":"

                                                                                                                                                                                                                          A controller to be used by your ServerSideAdIntegrationHandler to update the state of your custom server-side ad integration.

                                                                                                                                                                                                                          "},"Protocols/ServerSideAdIntegrationHandler.html":{"name":"ServerSideAdIntegrationHandler","abstract":"

                                                                                                                                                                                                                          A handler for a server-side ad integration.

                                                                                                                                                                                                                          "},"Protocols/CustomServerSideAdInsertionConfiguration.html":{"name":"CustomServerSideAdInsertionConfiguration","abstract":"

                                                                                                                                                                                                                          The configuration for a custom server-side ad insertion (SSAI) integration.

                                                                                                                                                                                                                          "},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP3urlSSSgvp":{"name":"url","abstract":"

                                                                                                                                                                                                                          The URL that was used in the request.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP6statusSiSgvp":{"name":"status","abstract":"

                                                                                                                                                                                                                          The status code from the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP10statusTextSSSgvp":{"name":"statusText","abstract":"

                                                                                                                                                                                                                          The status text from the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP8responseSSSgvp":{"name":"response","abstract":"

                                                                                                                                                                                                                          The body contained in the HTTP response.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Protocols/ContentProtectionError.html#/s:13THEOplayerSDK22ContentProtectionErrorP10systemCodeSiSgvp":{"name":"systemCode","abstract":"

                                                                                                                                                                                                                          The internal error code from the CDM.

                                                                                                                                                                                                                          ","parent_name":"ContentProtectionError"},"Enums/LicenseType.html#/s:13THEOplayerSDK11LicenseTypeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"LicenseType"},"Enums/DRMIntegration.html#/s:13THEOplayerSDK14DRMIntegrationO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"DRMIntegration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC21licenseAcquisitionURL10Foundation0H0VSgvp":{"name":"licenseAcquisitionURL","abstract":"

                                                                                                                                                                                                                          Specifies the URL of the licensing server.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC14certificateURL10Foundation0G0VSgvp":{"name":"certificateURL","abstract":"

                                                                                                                                                                                                                          Specifies the URL of the FairPlay certificate server.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC11licenseTypeAA07LicenseG0OSgvp":{"name":"licenseType","abstract":"

                                                                                                                                                                                                                          Specifies the license type.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC7headersSDyS2SGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/KeySystemConfiguration.html#/s:13THEOplayerSDK22KeySystemConfigurationC21licenseAcquisitionURL011certificateH00F4Type7headers15queryParametersACSSSg_AiA07LicenseJ0OSgSDyS2SGSgANtcfc":{"name":"init(licenseAcquisitionURL:certificateURL:licenseType:headers:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"KeySystemConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC20ticketAcquisitionURLSSvp":{"name":"ticketAcquisitionURL","abstract":"

                                                                                                                                                                                                                          The required ticket acquisition URL.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          The required session id for the ticket server.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC8streamIdSSvp":{"name":"streamId","abstract":"

                                                                                                                                                                                                                          The required stream id for the ticket server.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/XstreamDRMConfiguration.html#/s:13THEOplayerSDK23XstreamDRMConfigurationC20ticketAcquisitionURL8streamId07sessionI023keySystemConfigurationsACSS_S2SSgAA03KeyL23ConfigurationCollectionCtcfc":{"name":"init(ticketAcquisitionURL:streamId:sessionId:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Xstream DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"XstreamDRMConfiguration"},"Classes/VimondDRMConfiguration.html#/s:13THEOplayerSDK22VimondDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Vimond DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VimondDRMConfiguration"},"Classes/VerimatrixDRMConfiguration.html#/s:13THEOplayerSDK26VerimatrixDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a VERIMATRIX DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VerimatrixDRMConfiguration"},"Classes/UplynkDRMConfiguration.html#/s:13THEOplayerSDK22UplynkDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a EZDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"UplynkDRMConfiguration"},"Classes/KeyOSDRMConfiguration.html#/s:13THEOplayerSDK21KeyOSDRMConfigurationC10customdataSSSgvp":{"name":"customdata","abstract":"

                                                                                                                                                                                                                          The KeyOS custom data.

                                                                                                                                                                                                                          ","parent_name":"KeyOSDRMConfiguration"},"Classes/KeyOSDRMConfiguration.html#/s:13THEOplayerSDK21KeyOSDRMConfigurationC10customdata23keySystemConfigurationsACSSSg_AA0cG23ConfigurationCollectionCtcfc":{"name":"init(customdata:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a KeyOS DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"KeyOSDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC10releasePidSSvp":{"name":"releasePid","abstract":"

                                                                                                                                                                                                                          The PID of the media for which the license is being requested.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Comcast Authorization Token.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC9accountIdSSvp":{"name":"accountId","abstract":"

                                                                                                                                                                                                                          The identifier of the Comcast account.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/ComcastDRMConfiguration.html#/s:13THEOplayerSDK23ComcastDRMConfigurationC10releasePid5token9accountId23keySystemConfigurationsACSS_S2SAA03KeyK23ConfigurationCollectionCtcfc":{"name":"init(releasePid:token:accountId:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs an Comcast DRM Configuration.

                                                                                                                                                                                                                          ","parent_name":"ComcastDRMConfiguration"},"Classes/AxinomDRMConfiguration.html#/s:13THEOplayerSDK22AxinomDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Axinom token.

                                                                                                                                                                                                                          ","parent_name":"AxinomDRMConfiguration"},"Classes/AxinomDRMConfiguration.html#/s:13THEOplayerSDK22AxinomDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Axinom DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"AxinomDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC8widevineAA22KeySystemConfigurationCvp":{"name":"widevine","abstract":"

                                                                                                                                                                                                                          The Widevine KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP19customIntegrationIdSSSgvp":{"name":"customIntegrationId","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/WidevineDRMConfiguration.html#/s:13THEOplayerSDK24WidevineDRMConfigurationC19customIntegrationId21licenseAcquisitionURL7headers21integrationParameters05queryM0ACSSSg_AISaySDyS2SGGSgSDySSypGSgAJSgtcfc":{"name":"init(customIntegrationId:licenseAcquisitionURL:headers:integrationParameters:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a Widevine DRM configuration object.

                                                                                                                                                                                                                          ","parent_name":"WidevineDRMConfiguration"},"Classes/VudrmDRMConfiguration.html#/s:13THEOplayerSDK21VudrmDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The VUDRM token.

                                                                                                                                                                                                                          ","parent_name":"VudrmDRMConfiguration"},"Classes/VudrmDRMConfiguration.html#/s:13THEOplayerSDK21VudrmDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a VUDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"VudrmDRMConfiguration"},"Classes/IrdetoDRMConfiguration.html#/s:13THEOplayerSDK22IrdetoDRMConfigurationC5crmId07accountF007contentF003keyF0011applicationF007sessionF06ticket0I20SystemConfigurationsACSS_S5SSgAlA03KeyM23ConfigurationCollectionCtcfc":{"name":"init(crmId:accountId:contentId:keyId:applicationId:sessionId:ticket:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs an Irdeto DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"IrdetoDRMConfiguration"},"Classes/EzdrmDRMConfiguration.html#/s:13THEOplayerSDK21EzdrmDRMConfigurationC23keySystemConfigurationsAcA03KeyF23ConfigurationCollectionC_tcfc":{"name":"init(keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a EZDRM DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"EzdrmDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC5tokenSSSgvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The authentication token.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC6userIdSSSgvp":{"name":"userId","abstract":"

                                                                                                                                                                                                                          The user ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC9sessionIdSSSgvp":{"name":"sessionId","abstract":"

                                                                                                                                                                                                                          The session ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC8merchantSSSgvp":{"name":"merchant","abstract":"

                                                                                                                                                                                                                          The merchant ID.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/DRMTodayDRMConfiguration.html#/s:13THEOplayerSDK24DRMTodayDRMConfigurationC5token6userId07sessionG08merchant23keySystemConfigurationsACSSSg_A3iA03KeyK23ConfigurationCollectionCtcfc":{"name":"init(token:userId:sessionId:merchant:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a DRMToday DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"DRMTodayDRMConfiguration"},"Classes/AzureDRMConfiguration.html#/s:13THEOplayerSDK21AzureDRMConfigurationC5tokenSSvp":{"name":"token","abstract":"

                                                                                                                                                                                                                          The Azure token.

                                                                                                                                                                                                                          ","parent_name":"AzureDRMConfiguration"},"Classes/AzureDRMConfiguration.html#/s:13THEOplayerSDK21AzureDRMConfigurationC5token23keySystemConfigurationsACSS_AA03KeyG23ConfigurationCollectionCtcfc":{"name":"init(token:keySystemConfigurations:)","abstract":"

                                                                                                                                                                                                                          Constructs a Azure DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"AzureDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC8fairplayAA22KeySystemConfigurationCvp":{"name":"fairplay","abstract":"

                                                                                                                                                                                                                          The FairPlay KeySystemConfiguration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC11integrationAA14DRMIntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          The identifier of the DRM integration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC7headersSaySDyS2SGGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The FairPlay headers.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          The FairPlay integration parameters.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The custom integration identifier.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Classes/FairPlayDRMConfiguration.html#/s:13THEOplayerSDK24FairPlayDRMConfigurationC19customIntegrationId21licenseAcquisitionURL011certificateK07headers0I4Type21integrationParameters05queryP0ACSSSg_A2KSaySDyS2SGGSgAA07LicenseN0OSgSDySSypGSgALSgtcfc":{"name":"init(customIntegrationId:licenseAcquisitionURL:certificateURL:headers:licenseType:integrationParameters:queryParameters:)","abstract":"

                                                                                                                                                                                                                          Constructs a FairPlay DRMConfiguration.

                                                                                                                                                                                                                          ","parent_name":"FairPlayDRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP7headersSaySDyS2SGGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP21integrationParametersSDySSypGSgvp":{"name":"integrationParameters","abstract":"

                                                                                                                                                                                                                          An object of key/value pairs which can be used to pass in specific parameters related to a source into a ContentProtectionIntegration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP11integrationAA14DRMIntegrationOSgvp":{"name":"integration","abstract":"

                                                                                                                                                                                                                          DRM integration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP19customIntegrationIdSSSgvp":{"name":"customIntegrationId","abstract":"

                                                                                                                                                                                                                          The custom integration identifier of the DRM integration.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Protocols/DRMConfiguration.html#/s:13THEOplayerSDK16DRMConfigurationP15queryParametersSDyS2SGSgvp":{"name":"queryParameters","abstract":"

                                                                                                                                                                                                                          Record of query parameters for the licence acquisition request. Each entry contains a query parameter name with associated value.

                                                                                                                                                                                                                          ","parent_name":"DRMConfiguration"},"Content%20Protection.html#/s:13THEOplayerSDK32FairPlayDRMConfigurationProtocolP":{"name":"FairPlayDRMConfigurationProtocol","abstract":"

                                                                                                                                                                                                                          The FairPlay DRM configuration.

                                                                                                                                                                                                                          "},"Content%20Protection.html#/s:13THEOplayerSDK32WidevineDRMConfigurationProtocolP":{"name":"WidevineDRMConfigurationProtocol","abstract":"

                                                                                                                                                                                                                          The Widevine DRM configuration.

                                                                                                                                                                                                                          "},"Protocols/DRMConfiguration.html":{"name":"DRMConfiguration","abstract":"

                                                                                                                                                                                                                          The DRMConfiguration object provides a set of DRM parameters for DRM streaming.

                                                                                                                                                                                                                          "},"Classes/FairPlayDRMConfiguration.html":{"name":"FairPlayDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The FairPlayDRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming.

                                                                                                                                                                                                                          "},"Classes/AzureDRMConfiguration.html":{"name":"AzureDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Azure DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Azure integration.

                                                                                                                                                                                                                          "},"Classes/DRMTodayDRMConfiguration.html":{"name":"DRMTodayDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The DRMtoday DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with DRMtoday integration.

                                                                                                                                                                                                                          "},"Classes/EzdrmDRMConfiguration.html":{"name":"EzdrmDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The EZDRM DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with EZDRM integration.

                                                                                                                                                                                                                          "},"Classes/IrdetoDRMConfiguration.html":{"name":"IrdetoDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Irdeto DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Irdeto integration.

                                                                                                                                                                                                                          "},"Classes/VudrmDRMConfiguration.html":{"name":"VudrmDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The VUDRM DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with VUDRM integration.

                                                                                                                                                                                                                          "},"Classes/WidevineDRMConfiguration.html":{"name":"WidevineDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The WidevineDRMConfiguration object provides a set of DRM parameters for Widevine DRM streaming.

                                                                                                                                                                                                                          "},"Classes/AxinomDRMConfiguration.html":{"name":"AxinomDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The AxinomDRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Axinom integration.

                                                                                                                                                                                                                          "},"Classes/ComcastDRMConfiguration.html":{"name":"ComcastDRMConfiguration","abstract":"

                                                                                                                                                                                                                          Represents Comcast MPX DRM Configuration.

                                                                                                                                                                                                                          "},"Classes/KeyOSDRMConfiguration.html":{"name":"KeyOSDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The KeyOS DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with KeyOS integration.

                                                                                                                                                                                                                          "},"Classes/UplynkDRMConfiguration.html":{"name":"UplynkDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Uplynk DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Uplynk integration.

                                                                                                                                                                                                                          "},"Classes/VerimatrixDRMConfiguration.html":{"name":"VerimatrixDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The VERIMATRIX DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with VERIMATRIX integration.

                                                                                                                                                                                                                          "},"Classes/VimondDRMConfiguration.html":{"name":"VimondDRMConfiguration","abstract":"

                                                                                                                                                                                                                          Describes the configuration of the Vimond DRM integration.

                                                                                                                                                                                                                          "},"Classes/XstreamDRMConfiguration.html":{"name":"XstreamDRMConfiguration","abstract":"

                                                                                                                                                                                                                          The Xstream DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Xstream integration.

                                                                                                                                                                                                                          "},"Classes/KeySystemConfiguration.html":{"name":"KeySystemConfiguration","abstract":"

                                                                                                                                                                                                                          Key system configuration.

                                                                                                                                                                                                                          "},"Enums/DRMIntegration.html":{"name":"DRMIntegration","abstract":"

                                                                                                                                                                                                                          The identifier for the DRM integration.

                                                                                                                                                                                                                          "},"Enums/LicenseType.html":{"name":"LicenseType","abstract":"

                                                                                                                                                                                                                          The LicenseTypes for the DRM configuration.

                                                                                                                                                                                                                          "},"Protocols/ContentProtectionError.html":{"name":"ContentProtectionError","abstract":"

                                                                                                                                                                                                                          An error related to content protection.

                                                                                                                                                                                                                          "},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC12metadataKeysSDySSypGSgvp":{"name":"metadataKeys","abstract":"

                                                                                                                                                                                                                          A dictionary of metadata.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC5titleSSSgvp":{"name":"title","abstract":"

                                                                                                                                                                                                                          The title of the content.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/MetadataDescription.html#/s:13THEOplayerSDK19MetadataDescriptionC12metadataKeys5titleACSDySSypGSg_SSSgtcfc":{"name":"init(metadataKeys:title:)","abstract":"

                                                                                                                                                                                                                          Constructs a MetadataDescription object.

                                                                                                                                                                                                                          ","parent_name":"MetadataDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC9isDefaultSbSgvp":{"name":"isDefault","abstract":"

                                                                                                                                                                                                                          Whether the track should be enabled by default.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC4kindAA0cD4KindOSgvp":{"name":"kind","abstract":"

                                                                                                                                                                                                                          A TextTrackKind object specifying what kind of text track this is.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC3src10Foundation3URLVvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Specifies a source URL where the text track can be downloaded from.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC7srclangSSvp":{"name":"srclang","abstract":"

                                                                                                                                                                                                                          Specifies the main language of the track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC5labelSSSgvp":{"name":"label","abstract":"

                                                                                                                                                                                                                          Specifies a label for the track which can be used to identify it.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC6formatAA0cD6FormatOSgvp":{"name":"format","abstract":"

                                                                                                                                                                                                                          A TextTrackFormat object specifying what format of text track this is.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:13THEOplayerSDK20TextTrackDescriptionC3src7srclang9isDefault4kind5label6formatACSS_SSSbSgAA0cD4KindOSgSSSgAA0cD6FormatOSgtcfc":{"name":"init(src:srclang:isDefault:kind:label:format:)","abstract":"

                                                                                                                                                                                                                          Constructs a TextTrackDescription.

                                                                                                                                                                                                                          ","parent_name":"TextTrackDescription"},"Classes/TextTrackDescription.html#/s:SE6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","parent_name":"TextTrackDescription"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The ‘src’ property represents the source URL of the manifest or video file to be played.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          Specifies the content type (MIME type) of source being played.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3drmAA16DRMConfiguration_pSgvp":{"name":"drm","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify required DRM parameters for a playback source.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC11crossOriginAA05CrossF0OSgvp":{"name":"crossOrigin","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify CORS parameters.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Parse / Expose date ranges from HLS manifest.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4ssaiAA34ServerSideAdInsertionConfiguration_pSgvp":{"name":"ssai","abstract":"

                                                                                                                                                                                                                          This optional property can be used to specify required Server-Side Ad Insertion parameters for a playback source.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC7headersSDyS2SGSgvp":{"name":"headers","abstract":"

                                                                                                                                                                                                                          The HTTP request headers associated with the source. These headers are passed to every HTTP request that the player will make which include: master playlist, media playlist and segment requests.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC4cmcdSbSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          Send Common Media Client Data (CTA-5004) as HTTP request headers.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC20latencyConfigurationAA0d7LatencyF0VSgvp":{"name":"latencyConfiguration","abstract":"

                                                                                                                                                                                                                          Latency configuration for livestreams. Ignored for VOD playback.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/TypedSource.html#/s:13THEOplayerSDK11TypedSourceC3src4type3drm11crossOrigin4ssai12hlsDateRange7headers4cmcd20latencyConfigurationACSS_SSAA16DRMConfiguration_pSgAA05CrossI0OSgAA021ServerSideAdInsertionQ0_pSgSbSgSDyS2SGSgAtA0d7LatencyQ0VSgtcfc":{"name":"init(src:type:drm:crossOrigin:ssai:hlsDateRange:headers:cmcd:latencyConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a TypedSource.

                                                                                                                                                                                                                          ","parent_name":"TypedSource"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC7sourcesSayAA05TypedC0CGvp":{"name":"sources","abstract":"

                                                                                                                                                                                                                          Represents the source of the media to be played.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC10textTracksSayAA09TextTrackD0CGSgvp":{"name":"textTracks","abstract":"

                                                                                                                                                                                                                          The textTracks property can be used to add an array of side-loaded text tracks to the player.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC3adsSayAA02AdD0_pGSgvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          The ads property can be used to add an array of AdDescriptions to the player. All valid and supported advertisement files will be cued for playback in the player. Each ad in the array should be described as an AdDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC6poster10Foundation3URLVSgvp":{"name":"poster","abstract":"

                                                                                                                                                                                                                          The poster property can be used to specify a content poster per source.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC8metadataAA08MetadataD0CSgvp":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          Metadata that can be used to describe content, e.g. when casting to chromecast.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC3abrAA0C16AbrConfigurationCSgvp":{"name":"abr","abstract":"

                                                                                                                                                                                                                          Sets the ABR configuration for the source being played.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC17cmcdConfigurationAA010CMCDSourceF0VSgvp":{"name":"cmcdConfiguration","abstract":"

                                                                                                                                                                                                                          Advanced CMCD configuration for this source.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC7sources10textTracks3ads6poster8metadata3abr17cmcdConfigurationACSayAA05TypedC0CG_SayAA09TextTrackD0CGSgSayAA02AdD0_pGSgSSSgAA08MetadataD0CSgAA0c3AbrM0CSgAA010CMCDSourceM0VSgtcfc":{"name":"init(sources:textTracks:ads:poster:metadata:abr:cmcdConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a SourceDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html#/s:13THEOplayerSDK17SourceDescriptionC6source10textTracks3ads6poster8metadata3abr17cmcdConfigurationAcA05TypedC0C_SayAA09TextTrackD0CGSgSayAA02AdD0_pGSgSSSgAA08MetadataD0CSgAA0c3AbrM0CSgAA010CMCDSourceM0VSgtcfc":{"name":"init(source:textTracks:ads:poster:metadata:abr:cmcdConfiguration:)","abstract":"

                                                                                                                                                                                                                          Constructs a SourceDescription.

                                                                                                                                                                                                                          ","parent_name":"SourceDescription"},"Classes/SourceDescription.html":{"name":"SourceDescription","abstract":"

                                                                                                                                                                                                                          The SourceDescription object is used to describe a configuration of a source for a THEOplayer instance.

                                                                                                                                                                                                                          "},"Classes/TypedSource.html":{"name":"TypedSource","abstract":"

                                                                                                                                                                                                                          The TypedSource object provides the following properties:

                                                                                                                                                                                                                          "},"Classes/TextTrackDescription.html":{"name":"TextTrackDescription","abstract":"

                                                                                                                                                                                                                          A TextTrackDescription object contains a description of a side-loaded text track that will be added to the player.

                                                                                                                                                                                                                          "},"Classes/MetadataDescription.html":{"name":"MetadataDescription","abstract":"

                                                                                                                                                                                                                          The MetadataDescription object is used to describe content.

                                                                                                                                                                                                                          "},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C4noneSSvpZ":{"name":"none","abstract":"

                                                                                                                                                                                                                          No edge style

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C6raisedSSvpZ":{"name":"raised","abstract":"

                                                                                                                                                                                                                          A raised edge style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C9depressedSSvpZ":{"name":"depressed","abstract":"

                                                                                                                                                                                                                          A depressed edge style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C7uniformSSvpZ":{"name":"uniform","abstract":"

                                                                                                                                                                                                                          A uniform border style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Classes/TextTrackStyleEdgeStyle.html#/s:13THEOplayerSDK018TextTrackStyleEdgeE0C10dropShadowSSvpZ":{"name":"dropShadow","abstract":"

                                                                                                                                                                                                                          A drop shadow style.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyleEdgeStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP15backgroundColorSayAA0cde4RuleG0CGSgvp":{"name":"backgroundColor","abstract":"

                                                                                                                                                                                                                          The background color for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP9fontColorSayAA0cde4RuleG0CGSgvp":{"name":"fontColor","abstract":"

                                                                                                                                                                                                                          The font color for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP8fontSizeSayAA0cdE10RuleNumberCGSgvp":{"name":"fontSize","abstract":"

                                                                                                                                                                                                                          The font size for the text track. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP10fontFamilySayAA0cdE10RuleStringCGSgvp":{"name":"fontFamily","abstract":"

                                                                                                                                                                                                                          The font family for the text track.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP04edgeE0SayAA0cdE10RuleStringCGSgvp":{"name":"edgeStyle","abstract":"

                                                                                                                                                                                                                          The edge style of the text, represented by a value from TextTrackStyleEdgeStyle.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP9marginTopSayAA0cdE10RuleNumberCGSgvp":{"name":"marginTop","abstract":"

                                                                                                                                                                                                                          The top margin of the area where subtitles are being rendered. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html#/s:13THEOplayerSDK14TextTrackStyleP10marginLeftSayAA0cdE10RuleNumberCGSgvp":{"name":"marginLeft","abstract":"

                                                                                                                                                                                                                          The left margin of the area where subtitles are being rendered. A non-negative number.

                                                                                                                                                                                                                          ","parent_name":"TextTrackStyle"},"Protocols/TextTrackStyle.html":{"name":"TextTrackStyle","abstract":"

                                                                                                                                                                                                                          The TextTrackStyle API can be used to change the style of the rendered TextTracks.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/s:13THEOplayerSDK18TextTrackStyleRuleP":{"name":"TextTrackStyleRule","abstract":"

                                                                                                                                                                                                                          The common protocol for TextTrackStyleRuleColor, THEOplayerTextTrackStyleRuleString and THEOplayerTextTrackStyleRuleNumber

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleColor":{"name":"TextTrackStyleRuleColor","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (UIColor) value.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleString":{"name":"TextTrackStyleRuleString","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (String) value.

                                                                                                                                                                                                                          "},"Text%20Track%20Styling%20API.html#/c:@M@THEOplayerSDK@objc(cs)TextTrackStyleRuleNumber":{"name":"TextTrackStyleRuleNumber","abstract":"

                                                                                                                                                                                                                          A TextTrackStyleRule that holds a color (Int) value.

                                                                                                                                                                                                                          "},"Classes/TextTrackStyleEdgeStyle.html":{"name":"TextTrackStyleEdgeStyle","abstract":"

                                                                                                                                                                                                                          The TextTrackStyleEdgeStyle API can be used to change the edge style of the rendered TextTracks.

                                                                                                                                                                                                                          "},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “update”.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueUpdateEvent.html#/s:13THEOplayerSDK14CueUpdateEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was updated.

                                                                                                                                                                                                                          ","parent_name":"CueUpdateEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “exit”.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueExitEvent.html#/s:13THEOplayerSDK12CueExitEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was exited.

                                                                                                                                                                                                                          ","parent_name":"CueExitEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “enter”.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Classes/CueEnterEvent.html#/s:13THEOplayerSDK13CueEnterEventC3cueAA09TextTrackC0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCuewhich was entered.

                                                                                                                                                                                                                          ","parent_name":"CueEnterEvent"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV5ENTERAA0F4TypeCyAA0e5EnterF0CGvpZ":{"name":"ENTER","abstract":"

                                                                                                                                                                                                                          Fired when CueEnterEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV4EXITAA0F4TypeCyAA0e4ExitF0CGvpZ":{"name":"EXIT","abstract":"

                                                                                                                                                                                                                          Fired when CueExitEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html#/s:13THEOplayerSDK22TextTrackCueEventTypesV6UPDATEAA0F4TypeCyAA0e6UpdateF0CGvpZ":{"name":"UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when CueUpdateEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCueEventTypes"},"Structs/TextTrackCueEventTypes.html":{"name":"TextTrackCueEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrackCue events. These events apply to a certain TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueEnterEvent.html":{"name":"CueEnterEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.ENTER occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueExitEvent.html":{"name":"CueExitEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.EXIT occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Classes/CueUpdateEvent.html":{"name":"CueUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackCueEventTypes.UPDATE occurs for a TextTrackCue.

                                                                                                                                                                                                                          "},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP5alignSSvp":{"name":"align","abstract":"

                                                                                                                                                                                                                          The WebVTT cue text alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4lineSSvp":{"name":"line","abstract":"

                                                                                                                                                                                                                          The WebVTT cue line, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP9lineAlignSSvp":{"name":"lineAlign","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue line alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP8positionSSvp":{"name":"position","abstract":"

                                                                                                                                                                                                                          The WebVTT cue position, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP13positionAlignSSvp":{"name":"positionAlign","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue position alignment, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP6regionSSSgvp":{"name":"region","abstract":"

                                                                                                                                                                                                                          The VTTRegion object to which this cue belongs, the WebVTTRegion objects follows the WebVTT specification for WebVTTRegions.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4sizeSivp":{"name":"size","abstract":"

                                                                                                                                                                                                                          The WebVTT cue size, following to the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP11snapToLinesSbvp":{"name":"snapToLines","abstract":"

                                                                                                                                                                                                                          True if the WebVTT cue snap-to-lines flag is true, false otherwise, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP4textSSSgvp":{"name":"text","abstract":"

                                                                                                                                                                                                                          The text track cue text in raw unparsed form, following to the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/WebVttCue.html#/s:13THEOplayerSDK9WebVttCueP8verticalSSvp":{"name":"vertical","abstract":"

                                                                                                                                                                                                                          A string representing the WebVTT cue writing direction, following the WebVTT specification.

                                                                                                                                                                                                                          ","parent_name":"WebVttCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP7contentypSgvp":{"name":"content","abstract":"

                                                                                                                                                                                                                          The cue’s content.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP13contentStringSSSgvp":{"name":"contentString","abstract":"

                                                                                                                                                                                                                          If the cue’s type is WebVtt, the contentString is used. It contains the text track cue text in raw unparsed form.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP17contentDictionarySDyS2SGSgvp":{"name":"contentDictionary","abstract":"

                                                                                                                                                                                                                          If the cue’s type is WebVtt, the contentDictionary is used. It contains the text track cue info in a dictionary.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP7endTimeSdvp":{"name":"endTime","abstract":"

                                                                                                                                                                                                                          The time in seconds and relative to a THEOplayer instance’s currentTime at which the cue becomes inactive.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The cue’s identifier.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          The cue’s unique identifier.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP9startTimeSdvp":{"name":"startTime","abstract":"

                                                                                                                                                                                                                          The time in seconds and relative to a THEOplayer instance’s currentTime at which the cue becomes active.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP5trackAA0cD0_pSgvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The track the given cue belongs to.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackCueEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Protocols/TextTrackCue.html#/s:13THEOplayerSDK12TextTrackCueP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackCueEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackCue"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC9getDouble3forSdSgSS_tKF":{"name":"getDouble(for:)","abstract":"

                                                                                                                                                                                                                          The Double value from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC9getString3forSSSgSS_tKF":{"name":"getString(for:)","abstract":"

                                                                                                                                                                                                                          The String value from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC8getBytes3for10Foundation4DataVSgSS_tKF":{"name":"getBytes(for:)","abstract":"

                                                                                                                                                                                                                          The byte buffer from the CustomAttribute list.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Classes/CustomAttributes.html#/s:13THEOplayerSDK16CustomAttributesC03getD12AsDictionarySDySSAA0C9AttributeCGyF":{"name":"getAttributesAsDictionary()","abstract":"

                                                                                                                                                                                                                          The CustomAttribute list as a dictionary.

                                                                                                                                                                                                                          ","parent_name":"CustomAttributes"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP14attributeClassSSSgvp":{"name":"attributeClass","abstract":"

                                                                                                                                                                                                                          Identifier of some set of attributes with associated value semantics.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP05startC010Foundation0C0Vvp":{"name":"startDate","abstract":"

                                                                                                                                                                                                                          Returns the date at which the DateRange begins.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP03endC010Foundation0C0VSgvp":{"name":"endDate","abstract":"

                                                                                                                                                                                                                          Returns the date at which the DateRange ends. The date will be equal to or later than the startDate.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          Returns the duration in seconds of the timed metadata.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP15plannedDurationSdSgvp":{"name":"plannedDuration","abstract":"

                                                                                                                                                                                                                          Returns the expected duration in seconds of the timed metadata. Use this whenever the exact duration is not known.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9endOnNextSbvp":{"name":"endOnNext","abstract":"

                                                                                                                                                                                                                          Returns true if the end of this DateRange is equal to the startDate of the Following Range.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9scte35Cmd10Foundation4DataVSgvp":{"name":"scte35Cmd","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘cmd’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP9scte35Out10Foundation4DataVSgvp":{"name":"scte35Out","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘out’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP8scte35In10Foundation4DataVSgvp":{"name":"scte35In","abstract":"

                                                                                                                                                                                                                          Returns the SCTE ‘in’ splice_info_section.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Protocols/DateRangeCue.html#/s:13THEOplayerSDK12DateRangeCueP16customAttributesAA06CustomG0Cvp":{"name":"customAttributes","abstract":"

                                                                                                                                                                                                                          Returns all client-defined attributes. The attribute name does not include the ‘X-’ prefix.

                                                                                                                                                                                                                          ","parent_name":"DateRangeCue"},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK16CueEventProtocolP":{"name":"CueEventProtocol","abstract":"

                                                                                                                                                                                                                          The base TextTrackCue Event protocol.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK25TextTrackCueEventProtocolP":{"name":"TextTrackCueEventProtocol","abstract":"

                                                                                                                                                                                                                          The base TextTrack cue Event protocol.

                                                                                                                                                                                                                          "},"Protocols/DateRangeCue.html":{"name":"DateRangeCue","abstract":"

                                                                                                                                                                                                                          Represents the HLS date range cue which is a part of the metadata text track.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/c:@M@THEOplayerSDK@objc(cs)CustomAttribute":{"name":"CustomAttribute","abstract":"

                                                                                                                                                                                                                          The CustomAttribute object of the date range cue.

                                                                                                                                                                                                                          "},"Classes/CustomAttributes.html":{"name":"CustomAttributes","abstract":"

                                                                                                                                                                                                                          An array of CustomAttribute objects for the dateRangeCue.

                                                                                                                                                                                                                          "},"Protocols/TextTrackCue.html":{"name":"TextTrackCue","abstract":"

                                                                                                                                                                                                                          A TextTrackCue object represents an individual cue and provides methods and properties to access the data and events to act on changes to cue state. Depending on the TextTrack’s type, a cue might have different properties.

                                                                                                                                                                                                                          "},"Protocols/WebVttCue.html":{"name":"WebVttCue","abstract":"

                                                                                                                                                                                                                          Web Video Text Tracks cue.

                                                                                                                                                                                                                          "},"Text%20Track%20Cue%20API.html#/s:13THEOplayerSDK6Id3CueP":{"name":"Id3Cue","abstract":"

                                                                                                                                                                                                                          ID3 Text Track cue. Content type is [String:String].

                                                                                                                                                                                                                          "},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “exitcue”.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/ExitCueEvent.html#/s:13THEOplayerSDK12ExitCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that exited.

                                                                                                                                                                                                                          ","parent_name":"ExitCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “entercue”.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/EnterCueEvent.html#/s:13THEOplayerSDK13EnterCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that entered.

                                                                                                                                                                                                                          ","parent_name":"EnterCueEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “cuechange”.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/CueChangeEvent.html#/s:13THEOplayerSDK14CueChangeEventC5trackAA5Track_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The TextTrackfor which the TextTrackCue changed.

                                                                                                                                                                                                                          ","parent_name":"CueChangeEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “removecue”.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/RemoveCueEvent.html#/s:13THEOplayerSDK14RemoveCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that was removed.

                                                                                                                                                                                                                          ","parent_name":"RemoveCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “addcue”.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Classes/AddCueEvent.html#/s:13THEOplayerSDK11AddCueEventC3cueAA09TextTrackD0_pvp":{"name":"cue","abstract":"

                                                                                                                                                                                                                          The TextTrackCue that was added.

                                                                                                                                                                                                                          ","parent_name":"AddCueEvent"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV10CUE_CHANGEAA0E4TypeCyAA09CueChangeE0CGvpZ":{"name":"CUE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when CueChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV7ADD_CUEAA0E4TypeCyAA06AddCueE0CGvpZ":{"name":"ADD_CUE","abstract":"

                                                                                                                                                                                                                          Fired when AddCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV10REMOVE_CUEAA0E4TypeCyAA09RemoveCueE0CGvpZ":{"name":"REMOVE_CUE","abstract":"

                                                                                                                                                                                                                          Fired when RemoveCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV9ENTER_CUEAA0E4TypeCyAA08EnterCueE0CGvpZ":{"name":"ENTER_CUE","abstract":"

                                                                                                                                                                                                                          Fired when EnterCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/TextTrackEventTypes.html#/s:13THEOplayerSDK19TextTrackEventTypesV8EXIT_CUEAA0E4TypeCyAA07ExitCueE0CGvpZ":{"name":"EXIT_CUE","abstract":"

                                                                                                                                                                                                                          Fired when ExitCueEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackEventTypes"},"Structs/MediaTrackEventTypes.html#/s:13THEOplayerSDK20MediaTrackEventTypesV22ACTIVE_QUALITY_CHANGEDAA0E4TypeCyAA020ActiveQualityChangedE0CGvpZ":{"name":"ACTIVE_QUALITY_CHANGED","abstract":"

                                                                                                                                                                                                                          Fired when the activeQuality property of a MediaTrack has been updated.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackEventTypes"},"Structs/TrackEventTypes.html#/s:13THEOplayerSDK15TrackEventTypesV6UPDATEAA0D4TypeCyAA0c6UpdateD0CGvpZ":{"name":"UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when one or more properties of a track have been updated.

                                                                                                                                                                                                                          ","parent_name":"TrackEventTypes"},"Structs/TrackEventTypes.html":{"name":"TrackEventTypes","abstract":"

                                                                                                                                                                                                                          The events fired by a Track.

                                                                                                                                                                                                                          "},"Structs/MediaTrackEventTypes.html":{"name":"MediaTrackEventTypes","abstract":"

                                                                                                                                                                                                                          The events fired by a MediaTrack.

                                                                                                                                                                                                                          "},"Structs/TextTrackEventTypes.html":{"name":"TextTrackEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrack events. These events apply to the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/AddCueEvent.html":{"name":"AddCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.ADD_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/RemoveCueEvent.html":{"name":"RemoveCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.REMOVE_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/CueChangeEvent.html":{"name":"CueChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.CUE_CHANGE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/EnterCueEvent.html":{"name":"EnterCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.ENTER_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Classes/ExitCueEvent.html":{"name":"ExitCueEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackEventTypes.EXIT_CUE occurs for the list of TextTrackCues.

                                                                                                                                                                                                                          "},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO6WebVTTyA2CmF":{"name":"WebVTT","abstract":"

                                                                                                                                                                                                                          The text track is in the Web Video Text Tracks format.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO3SRTyA2CmF":{"name":"SRT","abstract":"

                                                                                                                                                                                                                          The text track is in the SubRip Text Tracks format.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackFormat.html#/s:13THEOplayerSDK15TextTrackFormatO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackFormat"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO9subtitlesyA2CmF":{"name":"subtitles","abstract":"

                                                                                                                                                                                                                          The text track contains subtitles.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8captionsyA2CmF":{"name":"captions","abstract":"

                                                                                                                                                                                                                          The text track contains closed captions, a translation of dialogue and sound effects.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO11descriptionyA2CmF":{"name":"description","abstract":"

                                                                                                                                                                                                                          The text track contains descriptions, a textual description of the video.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8chaptersyA2CmF":{"name":"chapters","abstract":"

                                                                                                                                                                                                                          The text track contains chapter titles suitable for navigating the media resource.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO8metadatayA2CmF":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The text track contains metadata.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackKind.html#/s:13THEOplayerSDK13TextTrackKindO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackKind"},"Enums/TextTrackMode.html#/s:13THEOplayerSDK13TextTrackModeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"TextTrackMode"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP014inBandMetadataD12DispatchTypeSSvp":{"name":"inBandMetadataTrackDispatchType","abstract":"

                                                                                                                                                                                                                          The text track in-band metadata track dispatch type of the text track that the TextTrack object represents.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4modeAA0cD4ModeOvp":{"name":"mode","abstract":"

                                                                                                                                                                                                                          The text track mode.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4cuesSayAA0cD3Cue_pGvp":{"name":"cues","abstract":"

                                                                                                                                                                                                                          The text track’s list of TextTrackCue objects as a TextTrackCueList. This list includes all of the text track’s known cues.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP3srcSSvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          The text track’s resource path

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP10activeCuesSayAA0cD3Cue_pGvp":{"name":"activeCues","abstract":"

                                                                                                                                                                                                                          The text track’s list of active TextTrackCue objects as a TextTrackCueList.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The content type of the given track.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP6forcedSbvp":{"name":"forced","abstract":"

                                                                                                                                                                                                                          Indicates whether the track contains Forced Narrative cues.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP16addEventListener4type8listenerAA0fG0_pAA0F4TypeCyqd__G_yqd__ctAA0F8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/TextTrack.html#/s:13THEOplayerSDK9TextTrackP19removeEventListener4type8listeneryAA0F4TypeCyqd__G_AA0fG0_ptAA0F8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrack"},"Protocols/AudioTrack.html#/s:13THEOplayerSDK10AudioTrackP7enabledSbvp":{"name":"enabled","abstract":"

                                                                                                                                                                                                                          Indicates whether the track is enabled.

                                                                                                                                                                                                                          ","parent_name":"AudioTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP7enabledSbvp":{"name":"enabled","abstract":"

                                                                                                                                                                                                                          Indicates whether the track is enabled.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP13activeQualityAA0F0_pSgvp":{"name":"activeQuality","abstract":"

                                                                                                                                                                                                                          The active quality of the media track, i.e. the quality that is currently being played.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP9qualitiesAA11QualityList_pvp":{"name":"qualities","abstract":"

                                                                                                                                                                                                                          The qualities of the media track.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/MediaTrack.html#/s:13THEOplayerSDK10MediaTrackP15targetQualitiesSayAA7Quality_pGSgvp":{"name":"targetQualities","abstract":"

                                                                                                                                                                                                                          One or more desired qualities of the media track.

                                                                                                                                                                                                                          ","parent_name":"MediaTrack"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP4kindSSvp":{"name":"kind","abstract":"

                                                                                                                                                                                                                          The kind of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP8languageSSvp":{"name":"language","abstract":"

                                                                                                                                                                                                                          The language of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP5labelSSvp":{"name":"label","abstract":"

                                                                                                                                                                                                                          The label of the track. This label could be localized.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP16unlocalizedLabelSSvp":{"name":"unlocalizedLabel","abstract":"

                                                                                                                                                                                                                          The unlocalized label of the track. This is guaranteed to be not localized.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP2idSSvp":{"name":"id","abstract":"

                                                                                                                                                                                                                          The identifier of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html#/s:13THEOplayerSDK5TrackP3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          A unique identifier of the track.

                                                                                                                                                                                                                          ","parent_name":"Track"},"Protocols/Track.html":{"name":"Track","abstract":"

                                                                                                                                                                                                                          A track object.

                                                                                                                                                                                                                          "},"Protocols/MediaTrack.html":{"name":"MediaTrack","abstract":"

                                                                                                                                                                                                                          A MediaTrack is an element that represents a single video or audio track that can be played by the player.

                                                                                                                                                                                                                          "},"Track%20API.html#/s:13THEOplayerSDK10VideoTrackP":{"name":"VideoTrack","abstract":"

                                                                                                                                                                                                                          A VideoTrack object is an element that represents a single video track that can be played by the player.

                                                                                                                                                                                                                          "},"Protocols/AudioTrack.html":{"name":"AudioTrack","abstract":"

                                                                                                                                                                                                                          An AudioTrack object is an element that represents a single audio track that can be played by the player.

                                                                                                                                                                                                                          "},"Protocols/TextTrack.html":{"name":"TextTrack","abstract":"

                                                                                                                                                                                                                          A TextTrack object is an element that represents a single text track that can be displayed in the player.

                                                                                                                                                                                                                          "},"Enums/TextTrackMode.html":{"name":"TextTrackMode","abstract":"

                                                                                                                                                                                                                          The different TextTrack modes.

                                                                                                                                                                                                                          "},"Enums/TextTrackKind.html":{"name":"TextTrackKind","abstract":"

                                                                                                                                                                                                                          Describes the kind of the text track.

                                                                                                                                                                                                                          "},"Enums/TextTrackFormat.html":{"name":"TextTrackFormat","abstract":"

                                                                                                                                                                                                                          Describes the format of the text track.

                                                                                                                                                                                                                          "},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “removetrack”.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/RemoveTrackEvent.html#/s:13THEOplayerSDK16RemoveTrackEventC5trackAA0D0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which was just removed from the track list.

                                                                                                                                                                                                                          ","parent_name":"RemoveTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “addtrack”.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/AddTrackEvent.html#/s:13THEOplayerSDK13AddTrackEventC5trackAA0D0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which was just added to the track list.

                                                                                                                                                                                                                          ","parent_name":"AddTrackEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC4typeSSvp":{"name":"type","abstract":"

                                                                                                                                                                                                                          The textual representation of the type of event, “change”.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

                                                                                                                                                                                                                          The date at which the event occurred.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Classes/TrackChangeEvent.html#/s:13THEOplayerSDK16TrackChangeEventC5trackAA0C0_pvp":{"name":"track","abstract":"

                                                                                                                                                                                                                          The Track which has its state just changed.

                                                                                                                                                                                                                          ","parent_name":"TrackChangeEvent"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/TextTrackListEventTypes.html#/s:13THEOplayerSDK23TextTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"TextTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/AudioTrackListEventTypes.html#/s:13THEOplayerSDK24AudioTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV9ADD_TRACKAA0F4TypeCyAA03AdddF0CGvpZ":{"name":"ADD_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when AddTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV12REMOVE_TRACKAA0F4TypeCyAA06RemovedF0CGvpZ":{"name":"REMOVE_TRACK","abstract":"

                                                                                                                                                                                                                          Fired when RemoveTrackEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html#/s:13THEOplayerSDK24VideoTrackListEventTypesV6CHANGEAA0F4TypeCyAA0d6ChangeF0CGvpZ":{"name":"CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when TrackChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackListEventTypes"},"Structs/VideoTrackListEventTypes.html":{"name":"VideoTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of VideoTrackList events.

                                                                                                                                                                                                                          "},"Structs/AudioTrackListEventTypes.html":{"name":"AudioTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of AudioTrackList events.

                                                                                                                                                                                                                          "},"Structs/TextTrackListEventTypes.html":{"name":"TextTrackListEventTypes","abstract":"

                                                                                                                                                                                                                          The types of TextTrackList events.

                                                                                                                                                                                                                          "},"Classes/TrackChangeEvent.html":{"name":"TrackChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.CHANGE occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Classes/AddTrackEvent.html":{"name":"AddTrackEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.ADD_TRACK occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Classes/RemoveTrackEvent.html":{"name":"RemoveTrackEvent","abstract":"

                                                                                                                                                                                                                          Fired when TextTrackListEventTypes.REMOVE_TRACK occurs for a TextTrackList.

                                                                                                                                                                                                                          "},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of text tracks in the list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP3getyAA0cD0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          The TextTrack object representing the text track at the index position in the player’s list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListPyAA0cD0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the TextTrack object representing the text track at the index position in the player’s list of text tracks.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given TextTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/TextTrackList.html#/s:13THEOplayerSDK13TextTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given TextTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"TextTrackList"},"Protocols/AudioTrackList.html#/s:13THEOplayerSDK14AudioTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given AudioTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackList"},"Protocols/AudioTrackList.html#/s:13THEOplayerSDK14AudioTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given AudioTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"AudioTrackList"},"Protocols/VideoTrackList.html#/s:13THEOplayerSDK14VideoTrackListP16addEventListener4type8listenerAA0gH0_pAA0G4TypeCyqd__G_yqd__ctAA0G8ProtocolRd__lF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given VideoTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackList"},"Protocols/VideoTrackList.html#/s:13THEOplayerSDK14VideoTrackListP19removeEventListener4type8listeneryAA0G4TypeCyqd__G_AA0gH0_ptAA0G8ProtocolRd__lF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given VideoTrackListEventType.

                                                                                                                                                                                                                          ","parent_name":"VideoTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListP5countSivp":{"name":"count","abstract":"

                                                                                                                                                                                                                          The number of media tracks in the list of media tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListP3getyAA0cD0_pSiF":{"name":"get(_:)","abstract":"

                                                                                                                                                                                                                          Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html#/s:13THEOplayerSDK14MediaTrackListPyAA0cD0_pSicip":{"name":"subscript(_:)","abstract":"

                                                                                                                                                                                                                          Returns the MediaTrack object representing the media track at the index position in the player’s list of audio or video tracks.

                                                                                                                                                                                                                          ","parent_name":"MediaTrackList"},"Protocols/MediaTrackList.html":{"name":"MediaTrackList","abstract":"

                                                                                                                                                                                                                          A MediaTrackList lists all available MediaTrack objects that the player can play. It contains MediaTrack objects, which are either AudioTracks or VideoTracks.

                                                                                                                                                                                                                          "},"Protocols/VideoTrackList.html":{"name":"VideoTrackList","abstract":"

                                                                                                                                                                                                                          A VideoTrackList lists all available VideoTrack objects that the player can play.

                                                                                                                                                                                                                          "},"Protocols/AudioTrackList.html":{"name":"AudioTrackList","abstract":"

                                                                                                                                                                                                                          An AudioTrackList lists all available AudioTrack objects that the player can play.

                                                                                                                                                                                                                          "},"Protocols/TextTrackList.html":{"name":"TextTrackList","abstract":"

                                                                                                                                                                                                                          A TextTrackList lists all available TextTrack objects that the player can display.

                                                                                                                                                                                                                          "},"Classes/VolumeChangeEvent.html#/s:13THEOplayerSDK17VolumeChangeEventC6volumeSfvp":{"name":"volume","abstract":"

                                                                                                                                                                                                                          The new value, between 0 and 1, of the player’s volume.

                                                                                                                                                                                                                          ","parent_name":"VolumeChangeEvent"},"Classes/VolumeChangeEvent.html#/s:13THEOplayerSDK17VolumeChangeEventC06deviceC0Sfvp":{"name":"deviceVolume","abstract":"

                                                                                                                                                                                                                          The new value, between 0 and 1, of the device’s volume.

                                                                                                                                                                                                                          ","parent_name":"VolumeChangeEvent"},"Classes/PresentationModeChangeEvent.html#/s:13THEOplayerSDK27PresentationModeChangeEventC012presentationD0AA0cD0Ovp":{"name":"presentationMode","abstract":"

                                                                                                                                                                                                                          The new PresentationMode of the player.

                                                                                                                                                                                                                          ","parent_name":"PresentationModeChangeEvent"},"Classes/ErrorEvent.html#/s:13THEOplayerSDK10ErrorEventC5errorSSvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          The textual representation of the error that happened.

                                                                                                                                                                                                                          ","parent_name":"ErrorEvent"},"Classes/ErrorEvent.html#/s:13THEOplayerSDK10ErrorEventC11errorObjectAA9THEOError_pSgvp":{"name":"errorObject","abstract":"

                                                                                                                                                                                                                          A more descriptive THEOError containing information about the error.

                                                                                                                                                                                                                          ","parent_name":"ErrorEvent"},"Classes/RateChangeEvent.html#/s:13THEOplayerSDK15RateChangeEventC08playbackC0Sdvp":{"name":"playbackRate","abstract":"

                                                                                                                                                                                                                          The new rate of playback of the player.

                                                                                                                                                                                                                          ","parent_name":"RateChangeEvent"},"Classes/TimeUpdateEvent.html#/s:13THEOplayerSDK15TimeUpdateEventC018currentProgramDateC010Foundation0H0VSgvp":{"name":"currentProgramDateTime","abstract":"

                                                                                                                                                                                                                          The current program date time of the player.

                                                                                                                                                                                                                          ","parent_name":"TimeUpdateEvent"},"Classes/DurationChangeEvent.html#/s:13THEOplayerSDK19DurationChangeEventC8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The new duration of the content, in seconds.

                                                                                                                                                                                                                          ","parent_name":"DurationChangeEvent"},"Classes/ReadyStateEvent.html#/s:13THEOplayerSDK15ReadyStateEventC05readyD0AA0cD0Ovp":{"name":"readyState","abstract":"

                                                                                                                                                                                                                          The ReadyState of the player.

                                                                                                                                                                                                                          ","parent_name":"ReadyStateEvent"},"Classes/SourceChangeEvent.html#/s:13THEOplayerSDK17SourceChangeEventC6sourceAA0C11DescriptionCSgvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          The new SourceDescription that was set.

                                                                                                                                                                                                                          ","parent_name":"SourceChangeEvent"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV4PLAYAA0D4TypeCyAA04PlayD0CGvpZ":{"name":"PLAY","abstract":"

                                                                                                                                                                                                                          Fired when PlayEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7PLAYINGAA0D4TypeCyAA07PlayingD0CGvpZ":{"name":"PLAYING","abstract":"

                                                                                                                                                                                                                          Fired when PlayingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5PAUSEAA0D4TypeCyAA05PauseD0CGvpZ":{"name":"PAUSE","abstract":"

                                                                                                                                                                                                                          Fired when PauseEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV8PROGRESSAA0D4TypeCyAA08ProgressD0CGvpZ":{"name":"PROGRESS","abstract":"

                                                                                                                                                                                                                          Fired when ProgressEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7SEEKINGAA0D4TypeCyAA07SeekingD0CGvpZ":{"name":"SEEKING","abstract":"

                                                                                                                                                                                                                          Fired when SeekingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV6SEEKEDAA0D4TypeCyAA06SeekedD0CGvpZ":{"name":"SEEKED","abstract":"

                                                                                                                                                                                                                          Fired when SeekedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7WAITINGAA0D4TypeCyAA07WaitingD0CGvpZ":{"name":"WAITING","abstract":"

                                                                                                                                                                                                                          Fired when WaitingEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11TIME_UPDATEAA0D4TypeCyAA010TimeUpdateD0CGvpZ":{"name":"TIME_UPDATE","abstract":"

                                                                                                                                                                                                                          Fired when TimeUpdateEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5ENDEDAA0D4TypeCyAA05EndedD0CGvpZ":{"name":"ENDED","abstract":"

                                                                                                                                                                                                                          Fired when EndedEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11RATE_CHANGEAA0D4TypeCyAA010RateChangeD0CGvpZ":{"name":"RATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when RateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV18READY_STATE_CHANGEAA0D4TypeCyAA016ReadyStateChangeD0CGvpZ":{"name":"READY_STATE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when ReadyStateChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV16LOADED_META_DATAAA0D4TypeCyAA014LoadedMetaDataD0CGvpZ":{"name":"LOADED_META_DATA","abstract":"

                                                                                                                                                                                                                          Fired when LoadedMetaDataEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV11LOADED_DATAAA0D4TypeCyAA010LoadedDataD0CGvpZ":{"name":"LOADED_DATA","abstract":"

                                                                                                                                                                                                                          Fired when LoadedDataEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV10LOAD_STARTAA0D4TypeCyAA09LoadStartD0CGvpZ":{"name":"LOAD_START","abstract":"

                                                                                                                                                                                                                          Fired when LoadStartEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV8CAN_PLAYAA0D4TypeCyAA07CanPlayD0CGvpZ":{"name":"CAN_PLAY","abstract":"

                                                                                                                                                                                                                          Fired when CanPlayEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV16CAN_PLAY_THROUGHAA0D4TypeCyAA014CanPlayThroughD0CGvpZ":{"name":"CAN_PLAY_THROUGH","abstract":"

                                                                                                                                                                                                                          Fired when CanPlayThroughEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV5ERRORAA0D4TypeCyAA05ErrorD0CGvpZ":{"name":"ERROR","abstract":"

                                                                                                                                                                                                                          Fired when ErrorEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV15DURATION_CHANGEAA0D4TypeCyAA014DurationChangeD0CGvpZ":{"name":"DURATION_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when DurationChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV13SOURCE_CHANGEAA0D4TypeCyAA012SourceChangeD0CGvpZ":{"name":"SOURCE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when SourceChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV21CURRENT_SOURCE_CHANGEAA0D4TypeCyAA019CurrentSourceChangeD0CGvpZ":{"name":"CURRENT_SOURCE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when the current source, which is chosen from SourceDescription.sources, changes.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV24PRESENTATION_MODE_CHANGEAA0D4TypeCyAA022PresentationModeChangeD0CGvpZ":{"name":"PRESENTATION_MODE_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when PresentationModeChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV19ASPECT_RATIO_CHANGEAA0D4TypeCyAA017AspectRatioChangeD0CGvpZ":{"name":"ASPECT_RATIO_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when AspectRatioChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV13VOLUME_CHANGEAA0D4TypeCyAA012VolumeChangeD0CGvpZ":{"name":"VOLUME_CHANGE","abstract":"

                                                                                                                                                                                                                          Fired when VolumeChangeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV6RESIZEAA0D4TypeCyAA06ResizeD0CGvpZ":{"name":"RESIZE","abstract":"

                                                                                                                                                                                                                          Fired when ResizeEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV7DESTROYAA0D4TypeCyAA07DestroyD0CGvpZ":{"name":"DESTROY","abstract":"

                                                                                                                                                                                                                          Fired when DestroyEvent occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV9ENCRYPTEDAA0D4TypeCyAA09EncryptedD0CGvpZ":{"name":"ENCRYPTED","abstract":"

                                                                                                                                                                                                                          Fired when the player encounters key system initialization data in the media data.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV26CONTENT_PROTECTION_SUCCESSAA0D4TypeCyAA024ContentProtectionSuccessD0CGvpZ":{"name":"CONTENT_PROTECTION_SUCCESS","abstract":"

                                                                                                                                                                                                                          Fired when the key is usable for decryption.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html#/s:13THEOplayerSDK16PlayerEventTypesV24CONTENT_PROTECTION_ERRORAA0D4TypeCyAA022ContentProtectionErrorD0CGvpZ":{"name":"CONTENT_PROTECTION_ERROR","abstract":"

                                                                                                                                                                                                                          Fired when a content protection error occurs.

                                                                                                                                                                                                                          ","parent_name":"PlayerEventTypes"},"Structs/PlayerEventTypes.html":{"name":"PlayerEventTypes","abstract":"

                                                                                                                                                                                                                          The types of Player events.

                                                                                                                                                                                                                          "},"Classes/SourceChangeEvent.html":{"name":"SourceChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SOURCE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ReadyStateEvent.html":{"name":"ReadyStateEvent","abstract":"

                                                                                                                                                                                                                          The base event for all events that change the ReadyState of the player.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PlayEvent":{"name":"PlayEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PLAY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PlayingEvent":{"name":"PlayingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PLAYING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)PauseEvent":{"name":"PauseEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PAUSE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ProgressEvent":{"name":"ProgressEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PROGRESS occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/DurationChangeEvent.html":{"name":"DurationChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.DURATION_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)SeekingEvent":{"name":"SeekingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SEEKING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)SeekedEvent":{"name":"SeekedEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.SEEKED occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)WaitingEvent":{"name":"WaitingEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.WAITING occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/TimeUpdateEvent.html":{"name":"TimeUpdateEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.TIME_UPDATE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)EndedEvent":{"name":"EndedEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.ENDED occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/RateChangeEvent.html":{"name":"RateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.RATE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ReadyStateChangeEvent":{"name":"ReadyStateChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.READY_STATE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadedMetaDataEvent":{"name":"LoadedMetaDataEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOADED_META_DATA occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadedDataEvent":{"name":"LoadedDataEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOADED_DATA occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CanPlayEvent":{"name":"CanPlayEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CAN_PLAY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)CanPlayThroughEvent":{"name":"CanPlayThroughEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.CAN_PLAY_THROUGH occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/ErrorEvent.html":{"name":"ErrorEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.ERROR occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/PresentationModeChangeEvent.html":{"name":"PresentationModeChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.PRESENTATION_MODE_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Classes/VolumeChangeEvent.html":{"name":"VolumeChangeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.VOLUME_CHANGE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)ResizeEvent":{"name":"ResizeEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.RESIZE occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)LoadStartEvent":{"name":"LoadStartEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.LOAD_START occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Player%20Events.html#/c:@M@THEOplayerSDK@objc(cs)DestroyEvent":{"name":"DestroyEvent","abstract":"

                                                                                                                                                                                                                          Fired when PlayerEventTypes.DESTROY occurs for the THEOplayer.

                                                                                                                                                                                                                          "},"Protocols/BackgroundPlaybackDelegate.html#/s:13THEOplayerSDK26BackgroundPlaybackDelegateP019shouldContinueAudiod2InC0SbyF":{"name":"shouldContinueAudioPlaybackInBackground()","abstract":"

                                                                                                                                                                                                                          Decides whether audio should continue playing when the application goes to background and the video is not visible anymore.

                                                                                                                                                                                                                          ","parent_name":"BackgroundPlaybackDelegate"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC24currentBandwidthEstimateSdvp":{"name":"currentBandwidthEstimate","abstract":"

                                                                                                                                                                                                                          The bandwidth in bits per second estimated to be currently available, as used for ABR decisions.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC18droppedVideoFramesSivp":{"name":"droppedVideoFrames","abstract":"

                                                                                                                                                                                                                          The total number of dropped video frames.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Classes/Metrics.html#/s:13THEOplayerSDK7MetricsC17renderedFramerateSdvp":{"name":"renderedFramerate","abstract":"

                                                                                                                                                                                                                          The rendered frame rate of the video as it plays, in units of frames per second.

                                                                                                                                                                                                                          ","parent_name":"Metrics"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO4noneyA2CmF":{"name":"none","abstract":"

                                                                                                                                                                                                                          The player will not load any data.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO4autoyA2CmF":{"name":"auto","abstract":"

                                                                                                                                                                                                                          The player will load the metadata and the media.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO8metadatayA2CmF":{"name":"metadata","abstract":"

                                                                                                                                                                                                                          The player will load the metadata.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/Preload.html#/s:13THEOplayerSDK7PreloadO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"Preload"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO6inlineyA2CmF":{"name":"inline","abstract":"

                                                                                                                                                                                                                          The player is shown in its original location in the view.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO10fullscreenyA2CmF":{"name":"fullscreen","abstract":"

                                                                                                                                                                                                                          The player fills the entire screen and overlays all the other view controllers.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO16pictureInPictureyA2CmF":{"name":"pictureInPicture","abstract":"

                                                                                                                                                                                                                          The player is shown in a window that overlays all the views. Further configurations can be made through PictureInPicture.configure

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/PresentationMode.html#/s:13THEOplayerSDK16PresentationModeO9_rawValueSSvp":{"name":"_rawValue","abstract":"

                                                                                                                                                                                                                          The raw value of type String.

                                                                                                                                                                                                                          ","parent_name":"PresentationMode"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO12HAVE_NOTHINGyA2CmF":{"name":"HAVE_NOTHING","abstract":"

                                                                                                                                                                                                                          The player has no information about the duration of its source.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO13HAVE_METADATAyA2CmF":{"name":"HAVE_METADATA","abstract":"

                                                                                                                                                                                                                          The player has information about the duration of its source.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO17HAVE_CURRENT_DATAyA2CmF":{"name":"HAVE_CURRENT_DATA","abstract":"

                                                                                                                                                                                                                          The player has its current frame in its buffer.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO16HAVE_FUTURE_DATAyA2CmF":{"name":"HAVE_FUTURE_DATA","abstract":"

                                                                                                                                                                                                                          The player has enough data for the current playback position, as well as for at least a little bit of time into the future (at least two frames of video, for example).

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Enums/ReadyState.html#/s:13THEOplayerSDK10ReadyStateO16HAVE_ENOUGH_DATAyA2CmF":{"name":"HAVE_ENOUGH_DATA","abstract":"

                                                                                                                                                                                                                          The player has enough data available, and the download rate is high enough that the media can be played through to the end without interruption.

                                                                                                                                                                                                                          ","parent_name":"ReadyState"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP7castingSbvp":{"name":"casting","abstract":"

                                                                                                                                                                                                                          Whether THEOplayer is currently connected with a casting device.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP10chromecastAA10Chromecast_pSgvp":{"name":"chromecast","abstract":"

                                                                                                                                                                                                                          A Chromecast integration object that allows you to cast to Chromecast and inspect its state.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Protocols/Cast.html#/s:13THEOplayerSDK4CastP7airPlayAA03AirE0_pSgvp":{"name":"airPlay","abstract":"

                                                                                                                                                                                                                          An AirPlay integration object that allows you to cast to AirPlay and inspect its state.

                                                                                                                                                                                                                          ","parent_name":"Cast"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC12hlsDateRangeSbSgvp":{"name":"hlsDateRange","abstract":"

                                                                                                                                                                                                                          Whether the logic to expose date ranges parsed from HLS manifests is enabled.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC7licenseSSSgvp":{"name":"license","abstract":"

                                                                                                                                                                                                                          The license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC10licenseUrlSSSgvp":{"name":"licenseUrl","abstract":"

                                                                                                                                                                                                                          The URL to fetch the license for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC3pipAA16PiPConfigurationCSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          The picture in picture configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC7networkAA07NetworkC0CSgvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network configuration of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC4cmcdAA17CMCDConfigurationVSgvp":{"name":"cmcd","abstract":"

                                                                                                                                                                                                                          The CMCD configuration for the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC16autoIntegrationsSbvp":{"name":"autoIntegrations","abstract":"

                                                                                                                                                                                                                          Flag that enables the player to automatically look for THEOplayer integration libraries (e.g. THEOlive) and register those on the player instance.","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC3uidSiSgvp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          The unique identifier of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayerConfiguration"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C26backgroundPlaybackDelegateAA010BackgrounddE0_pSgvp":{"name":"backgroundPlaybackDelegate","abstract":"

                                                                                                                                                                                                                          The delegate defining behavior for background playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4with13configurationACSo6CGRectVSg_AA0A13ConfigurationCSgtcfc":{"name":"init(with:configuration:)","abstract":"

                                                                                                                                                                                                                          Create a new instance of THEOplayer with a frame.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7versionSSvpZ":{"name":"version","abstract":"

                                                                                                                                                                                                                          The version of THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5frameSo6CGRectVvp":{"name":"frame","abstract":"

                                                                                                                                                                                                                          The frame rectangle, which describes the THEOplayer view’s location and size in its superview’s coordinate system.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6boundsSo6CGRectVvp":{"name":"bounds","abstract":"

                                                                                                                                                                                                                          The bounds rectangle, which describes the THEOplayer view’s location and size in its own coordinate system.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6centerSo7CGPointVvp":{"name":"center","abstract":"

                                                                                                                                                                                                                          The center of the THEOplayer view’s frame.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16autoresizingMaskSo18UIViewAutoresizingVvp":{"name":"autoresizingMask","abstract":"

                                                                                                                                                                                                                          An integer bit mask that determines how the THEOplayer view resizes itself when its superview’s bounds change.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11videoHeightSivp":{"name":"videoHeight","abstract":"

                                                                                                                                                                                                                          Returns the height of the video in pixels for the current quality.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10videoWidthSivp":{"name":"videoWidth","abstract":"

                                                                                                                                                                                                                          Returns the width of the video in pixels for the current quality.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/c:@M@THEOplayerSDK@objc(cs)THEOplayer(py)videoRect":{"name":"videoRect","abstract":"

                                                                                                                                                                                                                          Returns the current size and position of the video image as displayed within the receiver’s bounds.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C23resizeTransitionEnabledSbvp":{"name":"resizeTransitionEnabled","abstract":"

                                                                                                                                                                                                                          Enables or disables the transition animation when resizing the player. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3abrAA16ABRConfiguration_pvp":{"name":"abr","abstract":"

                                                                                                                                                                                                                          Allows you to modify the player’s ABR behavior. See documentation for ABRConfiguration to see how this is done.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11aspectRatioAA06AspectD0Ovp":{"name":"aspectRatio","abstract":"

                                                                                                                                                                                                                          Specifies how to handle the aspect ratio of the content.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7networkAA7Network_pvp":{"name":"network","abstract":"

                                                                                                                                                                                                                          The network status of the player which can be used to monitor the network related errors.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10textTracksAA13TextTrackList_pvp":{"name":"textTracks","abstract":"

                                                                                                                                                                                                                          The list of Text Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11audioTracksAA14AudioTrackList_pvp":{"name":"audioTracks","abstract":"

                                                                                                                                                                                                                          The list of Audio Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11videoTracksAA14VideoTrackList_pvp":{"name":"videoTracks","abstract":"

                                                                                                                                                                                                                          The list of Video Tracks.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8durationSdSgvp":{"name":"duration","abstract":"

                                                                                                                                                                                                                          The length of the currently loaded video, in seconds.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8autoplaySbvp":{"name":"autoplay","abstract":"

                                                                                                                                                                                                                          Sets or returns if the video should automatically start playing.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/manageContentMatching":{"name":"manageContentMatching","abstract":"

                                                                                                                                                                                                                          Sets or returns whether the player manages the display criteria of the TV to match the content. Defaults to false.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6sourceAA17SourceDescriptionCSgvp":{"name":"source","abstract":"

                                                                                                                                                                                                                          Sets or returns the current source of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3srcSSSgvp":{"name":"src","abstract":"

                                                                                                                                                                                                                          Returns the current source URL of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6volumeSfvp":{"name":"volume","abstract":"

                                                                                                                                                                                                                          Sets or returns the volume of the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5mutedSbvp":{"name":"muted","abstract":"

                                                                                                                                                                                                                          Sets or returns whether the audio output of the video is muted.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7seekingSbvp":{"name":"seeking","abstract":"

                                                                                                                                                                                                                          Return whether the video is seeking.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6pausedSbvp":{"name":"paused","abstract":"

                                                                                                                                                                                                                          Returns whether the video is paused.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5endedSbvp":{"name":"ended","abstract":"

                                                                                                                                                                                                                          Returns whether the video has ended.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C39preventsDisplaySleepDuringVideoPlaybackSbvp":{"name":"preventsDisplaySleepDuringVideoPlayback","abstract":"

                                                                                                                                                                                                                          Prevents the display from sleeping during video playback. Defaults to true.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C22allowsExternalPlaybackSbvp":{"name":"allowsExternalPlayback","abstract":"

                                                                                                                                                                                                                          Whether to allow the player to playback externally (AirPlay).

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7preloadAA7PreloadOvp":{"name":"preload","abstract":"

                                                                                                                                                                                                                          Returns whether the player should preload a certain type of data.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C12playbackRateSdvp":{"name":"playbackRate","abstract":"

                                                                                                                                                                                                                          Returns current playback rate of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8bufferedSayAA9TimeRangeCGvp":{"name":"buffered","abstract":"

                                                                                                                                                                                                                          Returns the buffered TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C6playedSayAA9TimeRangeCGvp":{"name":"played","abstract":"

                                                                                                                                                                                                                          Returns the played TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C8seekableSayAA9TimeRangeCGvp":{"name":"seekable","abstract":"

                                                                                                                                                                                                                          Returns the seekable TimeRanges of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7metricsAA7MetricsCvp":{"name":"metrics","abstract":"

                                                                                                                                                                                                                          The metrics API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16presentationModeAA012PresentationD0Ovp":{"name":"presentationMode","abstract":"

                                                                                                                                                                                                                          Sets or returns the presentationMode of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10readyStateAA05ReadyD0Ovp":{"name":"readyState","abstract":"

                                                                                                                                                                                                                          Returns the readystate of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5errorSSSgvp":{"name":"error","abstract":"

                                                                                                                                                                                                                          Returns the last encountered player error.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3uidSivp":{"name":"uid","abstract":"

                                                                                                                                                                                                                          Returns the unique ID of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11currentTimeSdvp":{"name":"currentTime","abstract":"

                                                                                                                                                                                                                          The current playback position of the video, in seconds. Setting it allows to change the playback position.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C22currentProgramDateTime10Foundation0E0VSgvp":{"name":"currentProgramDateTime","abstract":"

                                                                                                                                                                                                                          Returns the current playback position of the media, as a timestamp.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C31automaticallyManageAudioSessionSbvpZ":{"name":"automaticallyManageAudioSession","abstract":"

                                                                                                                                                                                                                          Sets whether THEOplayer automatically manages the AVAudioSession.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C7latencyAA14LatencyManager_pvp":{"name":"latency","abstract":"

                                                                                                                                                                                                                          The latency manager for low latency live playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4playyyF":{"name":"play()","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player starts playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5pauseyyF":{"name":"pause()","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player pauses playback.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4stop17completionHandleryySbSg_s5Error_pSgtcSg_tF":{"name":"stop(completionHandler:)","abstract":"

                                                                                                                                                                                                                          After invoking this method, the player stops playback completely and unloads all loaded resources.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C16addEventListener4type8listenerAA0dE0_pAA0D4TypeCyxG_yxctAA0D8ProtocolRzlF":{"name":"addEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Adds the given event listener of the given PlayerEventType.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C19removeEventListener4type8listeneryAA0D4TypeCyxG_AA0dE0_ptAA0D8ProtocolRzlF":{"name":"removeEventListener(type:listener:)","abstract":"

                                                                                                                                                                                                                          Removes the given event listener of the given PlayerEventType.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14setCurrentTime_17completionHandlerySd_yypSg_s5Error_pSgtcSgtF":{"name":"setCurrentTime(_:completionHandler:)","abstract":"

                                                                                                                                                                                                                          Sets the current playback position in the video.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C25setCurrentProgramDateTime_17completionHandlery10Foundation0F0V_yypSg_s5Error_pSgtcSgtF":{"name":"setCurrentProgramDateTime(_:completionHandler:)","abstract":"

                                                                                                                                                                                                                          Sets the current ProgramDateTime of the player.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C12addAsSubview2ofySo6UIViewC_tF":{"name":"addAsSubview(of:)","abstract":"

                                                                                                                                                                                                                          Adds the THEOplayer view to the end of the parameter view’s list of subviews.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of2atySo6UIViewC_SitF":{"name":"insertAsSubview(of:at:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view at the specified index of the parameter view’s list of subviews.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of05belowE0ySo6UIViewC_AHtF":{"name":"insertAsSubview(of:belowSubview:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view below another view in the parameter view’s hierarchy.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C15insertAsSubview2of05aboveE0ySo6UIViewC_AHtF":{"name":"insertAsSubview(of:aboveSubview:)","abstract":"

                                                                                                                                                                                                                          Inserts the THEOplayer view above another view in the parameter view’s hierarchy.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C11isContained2inSbSaySo6UIViewCG_tF":{"name":"isContained(in:)","abstract":"

                                                                                                                                                                                                                          Returns a Boolean value indicating whether THEOplayer is contained in the given array of UIview.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C36registerContentProtectionIntegration13integrationId9keySystem0G7FactoryySS_AA03KeyjH0OAA0defK0_ptFZ":{"name":"registerContentProtectionIntegration(integrationId:keySystem:integrationFactory:)","abstract":"

                                                                                                                                                                                                                          Register a content protection integration

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14addIntegrationyyAA0D0_pF":{"name":"addIntegration(_:)","abstract":"

                                                                                                                                                                                                                          Add an Integration to the THEOplayer instance .

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C17removeIntegrationyyAA0D0_pF":{"name":"removeIntegration(_:)","abstract":"

                                                                                                                                                                                                                          Removes an Integration from the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C21removeAllIntegrationsyyF":{"name":"removeAllIntegrations()","abstract":"

                                                                                                                                                                                                                          Removes all Integrations from the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C18getAllIntegrationsSayAA11Integration_pGyF":{"name":"getAllIntegrations()","abstract":"

                                                                                                                                                                                                                          Returns all registered Integrations on the THEOplayer instance.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C20getIntegrationByKindyAA0D0_pSgAA0dF0OF":{"name":"getIntegrationByKind(_:)","abstract":"

                                                                                                                                                                                                                          Returns the registered Integration on the THEOplayer instance of the specified kind. Returns nil if not found.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C14textTrackStyleAA04TextdE0_pSgvp":{"name":"textTrackStyle","abstract":"

                                                                                                                                                                                                                          API to configure TextTrack styles (for subtitles).

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C4castAA4Cast_pSgvp":{"name":"cast","abstract":"

                                                                                                                                                                                                                          The Cast object helps you configure and control casting to external devices with THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C10fullscreenAA10Fullscreen_pvp":{"name":"fullscreen","abstract":"

                                                                                                                                                                                                                          The Fullscreen API of THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C20addGestureRecognizeryySo09UIGestureE0CF":{"name":"addGestureRecognizer(_:)","abstract":"

                                                                                                                                                                                                                          Attaches a gesture recognizer to THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C23removeGestureRecognizeryySo09UIGestureE0CF":{"name":"removeGestureRecognizer(_:)","abstract":"

                                                                                                                                                                                                                          Detaches a gesture recognizer from THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C18gestureRecognizersSaySo19UIGestureRecognizerCGSgvp":{"name":"gestureRecognizers","abstract":"

                                                                                                                                                                                                                          List of the gesture recognizers attached to THEOplayer.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3adsAA3Ads_pvp":{"name":"ads","abstract":"

                                                                                                                                                                                                                          An Ads object that contains information about the current and the scheduled advertisements.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C3pipAA09PictureInD0_pSgvp":{"name":"pip","abstract":"

                                                                                                                                                                                                                          A PictureInPicture object to configure Picture-In-Picture.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C29fullscreenOrientationCouplingSbvp":{"name":"fullscreenOrientationCoupling","abstract":"

                                                                                                                                                                                                                          Whether the fullscreen mode is coupled to device orientation, defaults to false.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html#/s:13THEOplayerSDK0A0C5cacheAA5Cache_pvpZ":{"name":"cache","abstract":"

                                                                                                                                                                                                                          The Cache object to access the caching API.

                                                                                                                                                                                                                          ","parent_name":"THEOplayer"},"Classes/THEOplayer.html":{"name":"THEOplayer","abstract":"

                                                                                                                                                                                                                          The THEOplayer object.

                                                                                                                                                                                                                          "},"Classes/THEOplayerConfiguration.html":{"name":"THEOplayerConfiguration","abstract":"

                                                                                                                                                                                                                          The configuration for a THEOplayer instance.

                                                                                                                                                                                                                          "},"Protocols/Cast.html":{"name":"Cast","abstract":"

                                                                                                                                                                                                                          The Cast object helps you configure and control casting to external devices with THEOplayer.

                                                                                                                                                                                                                          "},"Enums/ReadyState.html":{"name":"ReadyState","abstract":"

                                                                                                                                                                                                                          The ready state of the player.

                                                                                                                                                                                                                          "},"Enums/PresentationMode.html":{"name":"PresentationMode","abstract":"

                                                                                                                                                                                                                          The presentation mode specifies how the player will be displayed.

                                                                                                                                                                                                                          "},"Enums/Preload.html":{"name":"Preload","abstract":"

                                                                                                                                                                                                                          The preload strategy of the player. The strategy specifies what data to load on source change.

                                                                                                                                                                                                                          "},"Classes/Metrics.html":{"name":"Metrics","abstract":"

                                                                                                                                                                                                                          The metrics API which can be used to gather information related to the quality-of-service and video playback experience.

                                                                                                                                                                                                                          "},"Protocols/BackgroundPlaybackDelegate.html":{"name":"BackgroundPlaybackDelegate","abstract":"

                                                                                                                                                                                                                          A delegate defining behavior for background playback.

                                                                                                                                                                                                                          "},"THEOplayer%20API.html":{"name":"THEOplayer API"},"Player%20Events.html":{"name":"Player Events"},"Track%20List%20API.html":{"name":"Track List API"},"Track%20List%20Events.html":{"name":"Track List Events"},"Track%20API.html":{"name":"Track API"},"Track%20Events.html":{"name":"Track Events"},"Text%20Track%20Cue%20API.html":{"name":"Text Track Cue API"},"Text%20Track%20Cue%20Events.html":{"name":"Text Track Cue Events"},"Text%20Track%20Styling%20API.html":{"name":"Text Track Styling API"},"Source%20Description%20API.html":{"name":"Source Description API"},"Content%20Protection.html":{"name":"Content Protection"},"SSAI.html":{"name":"SSAI"},"CSAI.html":{"name":"CSAI"},"Ads%20API.html":{"name":"Ads API"},"Ads%20Events.html":{"name":"Ads Events"},"ChromeCast%20API.html":{"name":"ChromeCast API"},"ChromeCast%20Events.html":{"name":"ChromeCast Events"},"Airplay%20API.html":{"name":"Airplay API"},"Airplay%20Events.html":{"name":"Airplay Events"},"Picture-In-Picture.html":{"name":"Picture-In-Picture"},"Fullscreen%20API.html":{"name":"Fullscreen API"},"Fullscreen%20Events.html":{"name":"Fullscreen Events"},"Network%20Events.html":{"name":"Network Events"},"Error%20API.html":{"name":"Error API"},"Cache%20API.html":{"name":"Cache API"},"Cache%20Events.html":{"name":"Cache Events"},"Adaptive%20Bit%20Rate%20API.html":{"name":"Adaptive Bit Rate API"},"External%20Content%20Protection%20integration%20API.html":{"name":"External Content Protection integration API"},"Util.html":{"name":"Util"},"Base%20classes%20%26%20interfaces.html":{"name":"Base classes & interfaces"},"Other%20Classes.html":{"name":"Other Classes","abstract":"

                                                                                                                                                                                                                          The following classes are available globally.

                                                                                                                                                                                                                          "},"Other%20Extensions.html":{"name":"Other Extensions","abstract":"

                                                                                                                                                                                                                          The following extensions are available globally.

                                                                                                                                                                                                                          "},"Other%20Protocols.html":{"name":"Other Protocols","abstract":"

                                                                                                                                                                                                                          The following protocols are available globally.

                                                                                                                                                                                                                          "},"Other%20Structs.html":{"name":"Other Structures","abstract":"

                                                                                                                                                                                                                          The following structures are available globally.

                                                                                                                                                                                                                          "}} \ No newline at end of file diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/undocumented.json b/theoplayer/static/theoplayer/v11/api-reference/ios/undocumented.json index f4208d8476e5..11b2bcf0d8da 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/undocumented.json +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/undocumented.json @@ -338,7 +338,7 @@ }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Core/Models/Player/Metrics/Metrics.swift", - "line": 55, + "line": 75, "symbol": "Metrics.init(withDroppedFrames:andCorruptedFrames:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" @@ -765,28 +765,28 @@ }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Cache/CachingTaskInternalNative.swift", - "line": 294, + "line": 297, "symbol": "CachingTaskInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Cache/CachingTaskInternalNative.swift", - "line": 300, + "line": 303, "symbol": "CachingTaskInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Cache/CachingTaskInternalNative.swift", - "line": 362, + "line": 365, "symbol": "CachingTaskInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Cache/CachingTaskInternalNative.swift", - "line": 378, + "line": 381, "symbol": "CachingTaskInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" @@ -863,28 +863,28 @@ }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/ContentPlayers/AVPlayerContentPlayerNative.swift", - "line": 1453, + "line": 1501, "symbol": "AVPlayerContentPlayerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/ContentPlayers/AVPlayerContentPlayerNative.swift", - "line": 1536, + "line": 1584, "symbol": "AVPlayerContentPlayerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/ContentPlayers/AVPlayerContentPlayerNative.swift", - "line": 1597, + "line": 1645, "symbol": "AVPlayerContentPlayerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/ContentPlayers/AVPlayerContentPlayerNative.swift", - "line": 1713, + "line": 1790, "symbol": "AVPlayerContentPlayerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" @@ -919,14 +919,14 @@ }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/ContentPlayers/ContentPlayerNative.swift", - "line": 634, + "line": 638, "symbol": "ContentPlayerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/ContentPlayers/ContentPlayerNative.swift", - "line": 662, + "line": 666, "symbol": "ContentPlayerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" @@ -961,63 +961,63 @@ }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 899, + "line": 916, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 910, + "line": 927, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 920, + "line": 937, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 944, + "line": 961, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 951, + "line": 968, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 989, + "line": 1006, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 1005, + "line": 1022, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 1011, + "line": 1028, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Player/THEOplayerInternalNative.swift", - "line": 1029, + "line": 1046, "symbol": "THEOplayerInternalNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/assets/hierarchy.js b/theoplayer/static/theoplayer/v11/api-reference/web/assets/hierarchy.js index 5ea4c2794ce7..c253888e13da 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/assets/hierarchy.js +++ b/theoplayer/static/theoplayer/v11/api-reference/web/assets/hierarchy.js @@ -1 +1 @@ -window.hierarchyData = "eJylXdty47gR/Rc9I1niwtu8aWxP1hU744w93mxt7QNHhG3GFKmQlHe8qfn3VJOyDZCgeaA8LGdl9cFpNhqNWwP676qp665dffhNiFAwoWLJuEwV41IFTAZJwCSPFeMqCRgPg4DFqWAiEUykAeORCJiIopTFXDGZSMlkKCLGuZQsChIWBglTacgkT2KmWBgFjPdAkaZMRJyJIEiYiDlnUsX8d7Zq9F2pN11RV+3qw39Xih5VttWrD6svusw6nZ/UVaer7uxJV91ltlux1WNR5asPIozYat+Uqw+roup0c5dtdPuTG/TXh25brthqU2Ztu/qw6tr8L1TKX16R9OVDUeaNrlYffuPJ7z/YKppVxksJX3IhiJwnBvvX86OMMQcDNPrBVkK8o4EnM8aYmNV/VWbPunnl4SJ54ekL0e1Pg8Rs0cMf6EUibpR78/PZ512PPGuaull4kZG0d11GERNx9HuvhelPB7tcNXU3uD+ijBsE1mZs0t/o791Nk20eIRtYwiBdYnpP73gLLL2Mr31lEDPJBZM8ZVJSVKH/QiZVymRI4SlmMuJMRiGTccBkrJiMEyYTwWQSM5kKJtOYqUAwFcRMccEUj5gSAVNCMSVSpqRkSiZMKcWUipkKA6ZCxVSYMB4HKeMUDXkcRYwnIadHSI+U8SSS9IgZT2L6IqYvKLKmQtAjYjyVAUVFxUQgUiYCKekRMyFExISgj0qETCgZUuiV5E4RE2kaMRkEFLMDRY+EyYAMEXD6gszBBQXiMGBSxJIeMZP9+6soYjIMQnqQmTjZiccUywVZjT5K+kjGDMmaYW/O3p5k0JAsGpJJw4i+iHtD0xcJJxP3diZDK7I0VVHCed8G0mDsFadFu8u6zYNe8sKRtLenpFRtQSwYmZWFPGI8pgqI44DxJO2rImE8pb4u4NRVKTK7oh6PHklAjyRlIhVkdkle1z/CiEmRKCbJkyS5j6R+VSpyrpAe1G/KpH+o3hAyiE1DULuC2siroH+PpvooJLnZLi+zqrjTbQcrMAVg4UDy1KC91vdb6o5Q1ok8SCr5YsRF6N9BgoooU5Hret9s9MlDVt1r6O3H8ihpaL79vml01flyz8FQFdJRh45wvsqBJKE0SbJ9C73ZmyBKE1serB+L6h5z3jdRkMoarxBe5yjTQRIlMl3kptjqr7s86yD7jaRBwtiK/1WOvdibIEozHkiCdWWKolTmOP2XrOhAKlMUpLKGVF90lj9fd1nn0ZqdGJTcdP+LOst1fqm7LM+6DKF2IEDiVEyIT71IT30JzTc9ySo0bpmiGJUKxJTq5qGp9/cPHowmAiW2hh/bXVeALdEQBamsAcdVU983um2hxmjKomTmJOd032TUXeMNxIEAiYUZ2G7rcr/1aJcTeZTUXi7ZNbrVVef5zrM4VAmzj//iF4+OiURKmv39abHVVetXyQ4ISp1Y3demed51aBdmCoN0Sk3Hr9ed1k1R3V939c5j8DqBoSrE76mQNd1ROrzgQCXCYF4JfMQyD0TVeKc6LuqNZ7tbLgBVK5lXy3eOM8WBSqTmSPIfuvujbh7PSWKjd13dUPFNXZaLs/z3oL5z3pD3U94wSKa6nbVdsc2O0MwBPFYvq7M6FI8pgVVKGAVW//CfvW6Xe4NeyvuV4qB/JWt8/1qJ2bdSY/QuCPay0bu17Fm3vq8fDctbETcnbpc6a/cNvYinNvNA0BTSHHKtvxdVvT39cnlSV3fF/WGEs6CCGwTShxb9n/tG+7K7MCB5bA2p6+0maztP+hkUqEA66iWy7970DgxGHnOT/O/6+fq57fTWh90N8m0QsRQsDgMWRylLh9202PLKT1nR0NzlKB3fB/vqmso+HMfWKIOK76fLRym4gAYrMzJH1ielzppHfZw+74NBdayJuKdPH+HOdoCVgkWhYBGt36eKJVywRIYsCRVLYsmSNGVpGDFOmyg8UAnjAW27BAntTgcxVXDCRy9wU+fZs/+LOGHgBqc0h0ln32nm1ZKzeGrxDhJUxBrLnv2ZN749hBMDksfmDO68yXVXe7K7QSB9mtpB8vO1J7sTg5Gn1r5+X9CxYXoOCSoio7EiFFZ3x8ZkoARQsdDaqC66rCr2vt45B/PuG2izNggUxY80MTuIU/1UbPTHrNX5kToCJWAWIwVNk9WPuvp/FFsuANXLWhv6uiufq0dPXdwglF+Zje1WNzSKbgrfAdk8ENUjMldRbottXeW+OjhBKH9iNqnbvX+0d2JAdm4tNv+r7Rqd+fLPoFANrCXDl02IU91ummIHsDsQ3vvvXPaDEPrXHNU9NPVW02zDX6t3sahlrG2dobENm71QuxxEQS4hTK6/1fV9qU/X5z5u4AZ514WQMeNC9dMS+uBS66J40kepNgGi5rGC1Wtxt3V+lBpjHKqFtWb0WtrN807nkGO4ICi3lR10rZsn3VwXuV7n51Wrm3511MMUywX4O44YGrGwhpCH7Agf1aYIb10kD3tdJA8nuuBBZCIP1pVUZl3RYAHyjjdB/wCaxIzLaEiOlZE5l8O9088pR5VP2cySEsUUpeallBMXpHLQx1r1WVdZ+dwVmxavBxfEO8VNUNqfUDGTIuRMksJSRNFBw8jqA/Miu8mKsm4gu03kQTdRwmItyrKgDgvjtKVRxsSxWfSWuoUtQ8/BvH1Gpf26OP1rZjEUG1214JK4LQxaIQwWrNDu6qpdqoFZnLcdQk7HCcRgjJBbylFgvis2WadRtaYI1CzCWQ0Q60gaZZTWpJFUpv29k/0SnSmKclk7gWfb9n6Z5iCFMsRmv9fvD173A3OAyBIG+SIrQeb8VC7zDEJo+ZY/nJ9K6p8+NfRxkeVV1LsxRJT8HYmQ8UhyekSMR4oeIX1BaeVRRP9HGeVR3D9SxqNE0iNmPEoJRj1RlFL6+bA+QeXab/O1eqzqPxbX0l4FYauFNs+667LNg86vik23bwDbjQAor5XPSxVdbykvuAVc4iAJM0UOpmZTZCXoHSMAyqtGvH/TlW6KzVm1yXbtvj9R8/nbv/VmcR/1HSiqSzjypvPqqS6fdH6l612pL4rlzVwXBmZPbParpnjKOrRxmtIoYzR636u6LajTu36uNg9NXRVtP1BHNXgHDWs08obXsv7U+cVzU2xaOpqzrIsbh2oRj7TAOL0Y0lHcanVzqu+KSucY2QiA8iZyHC+L/+z1p6LU57muaIyxmBUyg4I1iMe2bbbt57uvi6MRSxZlS/n4fdtX7zQ946bJKnTighYD6zjytq9NeVFUS3kxb4Iwz7zP4ZQTDMgeWwv256fy17rdZYszojdBmMd8y3/us7LooFxmUxTlsnIPbrLmXneHYoacNihPchYHa5FOprn90UXsxOwUgPKK6fSaioH5UB4rIfMNDnTHtjDKZ/VBQ86khx9NASivlUl2KABzWu/xeEzD6WRIyqMP1l5NrmuM3RQFXzKxMgDX+7wAuUxRlEvNn/+FGuYUgTKH3MW8zvOTPXbUyAGBuUMX9xe9rZ+0L72NgjVIXRoMDcNXAxuFahBJZ82TkK8CFgjmj53834vOm97AoOyx0/tO9h7nFGZQsAYzPuh/gOt9MKqPtUL6WiQtjR+hyQgG66CcPoH10hN5lDV1xkCUzbdjEVwNuxWptTBjelPfnnxd8A0EvncqnO9NRX0voBMcTgzKLp3+drL3OW3qRsEaJDMaeND6r3lLWvOm1bywX74L6GKBKGWC0+0CfLgVhKfu6NwCAzpbGLVF4vTF6+65hK3RC2N8YpSb9NaLQdU+Eoc5kzEnGlk8o8poIMnpzo+kX42lOyTGSiDk/qR0iUWSDnfM2BlX6zx/e6GlIaUpi9rZyqsZhkcw4Vgc5ozHZvXotUbiKKd1lQI63/KZao2qVMWMAsNQpVYa+C/62+3NzXLkepUDX5Hb3npzeQFEx0EKZVDWyYx929XbQUu0I3ZiUPbYuRH9kjm1/LIuCMgtrO537XVufn3MmXkhRmHg4/7ubjjXB1Ha4iinFQzWeXuZVdm9boZD+BixA4Oy24eO8kUq78GcSCUTku5okmE/rKO/mEfO6uqiqHTWLJIbkuDbSas+QRpfDsuCQxrX+TZbpDEkQSZl7R+uQd846tojagl0d1afeED/WsTXjwV0htqQRF9R2q/4sdEZ2A2/iaJcyn6rpe3QdQ5ug9LtkFbJHulM+f+RxyRUnDChqL2FAT2oDiNxqEPrwpXrXd39y0exKQC1hdXYzy/XPqxjcZAzDEzOT43WvzxoXfowu0EovxV2Ttqs8KGeyIOsdlLGzYOufVgn8iirmrIutaSDFMpgzfT6k85tV3RFViKBYSIPs6YzrB6E3i2YslZElITDxZdxNA2GHpo4EOjLJ2YY/vykmzJ79mB2IEDm2BpPD9nyV42mw1GUOATmnM3ivCskFoKJ+NAPxvbVribJbZ0fo5sBQw1k9cVWYZRBf4wSJg7VYrS9ZZT2UhK2zTUHBPVIrHzN2y9Le01f0HKlfYnvcGWu1wEsFwZlT6z+I9s8FNX9TdYuTvTeJEGm1Oozftbtbr0rFlgOUiiDdZchYfGs85E0ymitVp8WbdcU3/ZkfpoewZfvzAMxPeiW2Xf0wKZ2MyhYA+u0cpXv6qLqcHYHAmZOZt79891dWVTghVNuGKqDdW79vE/Jvqk/ZWX5DVxqc2Jg9siyfaebj1l+uJjkss4hC8zBYB2stOPvRXeECm4UqoEVR2ncR53NcowxJFEm+/zCQ1ZVujxttq9HqtEk+Xmk97mSIBnuDrbPkb7cwnG8jkAJqNWs2dmL1bEjQZYwyMetJYwr4wI98ix8QfodJKqJFDOaeFCjXNYVKW/nc7qsg250dCBgZufyLcqHslj3xp5sN15HLyfy3u2Mx8lwR7e1xkHl+h8xnEGhlrASU/1HjceNGe0pSyL7ZVY61WZOH++zbeZ1mdQE4H+uTtBpuuEAN30Yq+NvnzkYWD32meW+MH8PmYOhOtiZiHXW+ZBP5FFWK5nseps13XVx/+DFPYNCNbBOSA8nmj5Xfsd/nSCY3wyFv9b7b3WTfe6XupbWq2xhlG+0CJwbszNwY3mMgJlNDztk3/mRu0Eov5WkRIUsDrpIBixdBqF7cgxsLY+kUUa7ezv0wz6/BuCAwNxml7Yexn1LnjNIoQyje7sBI8KWU1xag/KXizfArJIpAOaNnLwwH8oTuXnw62MdEJTbStC81VVeNye4bacA7+5d8T7TQtrbXW8Fwxp4M/c/RaSGzHP6uRizEspi0a3KAnWkMLD3I/PbQv8BRu9XUZgrnYRtlG4kjTJazZPQHnev29IwYzxifDnv58fsQKEaWGv4F9lzve9w7ok8zDo55nKpS797WWZQ/qPycPgppdBKPBmW4tf5R31fVPjavQlAbSGndyet87MKWpIci6OcarqttM4/FU1LZ6aarig99itcQFiP0KHHZTGss/qoYGFg9um9cuv85qFo8mOsMAWieoQuzzupt7tSYwmuTgzMPvW/IX5iKTUOBMocubyw36T1b3Y2CtbA5X9D6oxfA7QwMLvL//qS0JQiNwjlj11+l3ukGTkxMPu833kqMIWhOiRTDxzyxL11mMJQHdLpLvpittyLGMhh58JYTuPjYCibnPVrYFI6kUdZraseXkrxIPThsqb0hwLaVnc43Ys0yBgrVw3mfTF+LfUVATPPvOt5dVf7Zze4obAu0zo+NH4/Q4xBIH8STGPWVVHdH5HkMUahGrgSgnx+ocUFQbkdUQRiQ8u3RuBAUzrmVMTrT6cm1hi4t4NGwoUh6T9Rp1/LjWRKPyScMAojvSqp/ctE/SJIebiY/f3frh7Lzmo0/MHSZiCn37I152L7siv6KeUi90h0gfrHjx//A+gm+IE=" \ No newline at end of file +window.hierarchyData = "eJylXV13nDi2/S9+1sygDxDkrdp2ZrxufOMbO+mZNasfSCHbTCioASod96z897sOlG0JhNmqeQiOXWdrb0kHfR6p/nPWNk3fnb37pxCxYEJpxbjM6KEiJqNUMMl1wrhKI8bjKGI6E0ykgoksYjwREROJjpjmislUpkzGkjPOpWRJlLI4SpnKYiZ5mjHF4iRifACKLGMi4UxEUcqE5oJJpZPf2Flr7iuz7cum7s7e/edM0aPOd+bs3dknU+W9Kc6bujd1f/nd1P11vj9jZ9/Kujh7J+KEnR3a6uzdWVn3pr3Pt6b7ix/058d+V52xs22Vd93Zu7O+K/5EqfzpBUkfPpZV0Zr67N0/efrbT3aWLIoJEhFKLgSR89Ri/3x1UmEswQBFP9mZEG8oCGTGGFO7+m+q/Mm0LzxcpM88QyKm+8tosZj0+AfKSMKtdO/+dvlxPyAv27ZpVzIysQ6uyyRhQie/DSpsfzqWy03b9KP7I2L8ILA2tU1/Z370d22+/QaVgWMM0qW29wyOt8Iy2ISWr4w0k9Sa8IxJyZlU9C9mUmXUNDEZayYTzmQSM6kjJrViUqdMUkOXaiYzwWSmmYoEU5FmigumeMKUiJgSiimRMSUlUzJlSimmlGYqjpiKFVNxyriOMsapNeQ6SRhPY06PmB4Z42ki6aEZTzV9oOkDalkzIeiRMJ7JiFpFxUQkMiYiKemhmRAiYULQr4r+p2TCRJIocifNRJalTEaRoEfCZMSp9aZGOeL0geBULFQ2sWBSUI6pEZdSZ9TyciZjQsSEiAkRC0EPTaVGvyr6VSVMxjHZxWQX0wcJfZDQB1ScMZVnTMnHlHycJlTEVNZUAZpqIKXqSfn4DmTR1Csuym6f99tHs+aFE+tgT8nimKpYMypWFvOEcU0VoHXEeJoNVZEynlFfF3HqqlTMhFKciYQeaUSPjDNBlScjqZjkwyMeSpcKlupDUdkrKhKVUXHSIxExuRw91FAQMtJ2QdB7Bb0jL4bhPdqRmNvv5XVel/em62EBcwDWHEieWbS35mFH3RHKOrMHSSVfbXER+jeQoBBlC7ltDu3WnD/m9YOBcj+1R0ljO/eHtjV1H8q9BEMlZJMOHeF8sQNJYmmT5IcOytmrIUqjHQ8238r6AXPeV1OQyhmvEN4UKNPREiWyXeSu3JnP+yLvofKbWIOE2mn/6wLL2KshSjMdSIJ1ZZuiVPY4/de87EEq2xSkcoZUn0xePN32eR/wNnsxKLnt/h+avDDFtenzIu9zhNqDAIkzMSO+CCK9CCW0c3qe12i7ZZtiVCoSc6q7x7Y5PDwGMNoIlNgZfuz2fQm+iZYpSOUMOG7a5qE1XQe9jLYtSmZPci4ObU7dNf6CeBAgsbAbti9NddgFvJcze5TUXS7Zt6YzdR+Y50UcKsLu4z+FtUentERK2v39RbkzdRdWyR4ISp063de2fdr3aBdmG4N0Ss3Hr7e9MW1ZP9z2zT5g8DqDoRL0WxLytj9JwzMOFBFHyyLwEcsyEJXxRnV8aLaB7916AqisdFlW6BxnjgNFZPZI8n9N/3vTfrsii63Z901LybdNVa3O8t+Chs5543HRIY7SubbLri93+QnKPMBTdTmd1TF5TARWKXESOf3Dvw+mW+8NBqvgLOloyJIzvn+pxPxrZTB6HwTLbPJmLQfWbWj2E86HDQNuT9yuTd4dWspIoJplIFgU0h5ybX6UdbO7+HR93tT35cNxhLMiwQ8C6WOH/o9Da0LZfRiQXDtD6ma3zbs+kH4BBQrIJr1E/iOY3oPByDW3yf/HPN0+db3ZhbD7QaEvhJaC6ThiOslYNu6maccr3+dlS3OXkzS+DQ7VmsmhOdbOKIOSH6bLJwlcQYOVmdgj6/PK5O03c5qet8GgHGciHujTJ7iz28BKwZJYsEQLlmSK0aZCKmOWxoqlWrI0y1gWJ4zTJgqPVMp4RNsuUZowziNNFZzySQbumiJ/Cs+IFwZucEp7mHT5g2ZeHTlLoIo3kKAQZyx7+UfRhvYQXgxIru0Z3FVbmL4JZPeDQPoscxvJj7eB7F4MRp45+/pDQqc200tIUIhMpkKoWd2f2iYDKYDCYmejuuzzujyEeucSLLhvoM3aKFLUfmSp3UFcmO/l1vySd6Y4USOQAlZiJNAusuabqf8bYesJoLqctaHP++qp/haoxQ9C+ZX9sn0xLY2i2zJ0QLYMRHUk9irKl3LX1EWoBi8I5U/tV+rLIby192JAdu4sNv+961uTh/IvoFAFzpLh8ybEhem2bbkH2D2I4P13LodBCP20R3WPbbMzNNsIV/UmFi0ZZ1tnfNnGzV7ovRxNQS4hbK6/Ns1DZS42VyFu4AcF14WQmnGhhmkJ/eKT9aH8bk6SNgOixeM0Vi/JfWmKk2RMcagKZ83oJbW7p70pIMfwQVBuJzro1rTfTXtbFmZTXNWdaYfV0YCiWE8g3HHE+BILZwh5jI4IkTZHBGuRPB60SB7PtOCNyMwerCup7LqiwQLkHa+G4Q1oqhmXyRgcKxN7Lod7Z5hTTiqfopklBYoNAXlZzJmMsmMlOKs+mzqvnvpy2+H14IMEh7gJoZgUQ8RfnDApKOhRaH5UmDh9YFHmd3lZNS1UbjN70E2UcFjLqiqpw8I4XWuUMfVsFr2GbmHL0EuwYJ9R2bAuTj/tKIZya+oOXBJ3jcFSiKOVUuj2Td2t1cAiLrgcKNqUx2IsjJg74qhhvi+3eW9QWXMEWizCWw0Q68QaZZTOpJEk0/7e+WGNzjZFuZydwMtd97BOc7RCGbTd7w37g7fDwBwgcoxBvsQJkLm6kOs8oxGavuMPVxeS+qf3Lf26yvJiGvwyJBT8TSHBPKHDM4lMGE8UPWL6gMLKk4T+RxHliR4eGeNJKumhGU8yglFPlGQUfj6uT1C6bm4+19/q5vfVtbQXQ7jUYpdn0/f59tEUN+W2P7RA2U0AKK8Tz0sV3ewoLrgDXOJoCTMlHqZ2W+YV6B0TAMqrJrx/NbVpy+1lvc333WE4UfPx67/MdnUf9Q0oqiWeeNNV/b2pvpvixjT7ynwo1zdzfRiYPXXZb9rye96jL6dtjTImk/zeNF1Jnd7tU719bJu67IaBOqrgDTSsaOINL2n9YYoPT2257ehozroWPw5VoScqMM4ghmzSbnWmvTD3ZW0KjGwCQHlTOW0vy38fzPuyMleFqWmMsRoVsoCCFehp2ba77uP959XRiGOLsmV8mt/uxTttz7hr8xqduKDJwBon3va5rT6U9VpczKshzLPsczjlDAOya2fB/upC/qPp9vnqjOjVEOaxc/l/h7wqeyiW2TZFuZzYg7u8fTD9MZkxpg2Kk1zEwSqy2TR3OLqInZidA1BeMZ9eUzIwH8rjBGS+woHu2DVG+Zw+aIyZDPCjOQDldSLJjglgThs8Htc0nD6eUKRfnL2awjQYu20KZjJ1IgA3h6IEuWxTlEstn/+FXsw5AmWOuY95UxTnB+yokQcCc8c+7k9m13w3ofQuClaQ+RSML0aoAheFKkikt+bJKFSAA4L5tZf/R9kH01sYlF17ve/8EHBOYQEFK1jwwfADXG+DUT3OCulLkrQ0foKSCQzWoLw+gfXSM3uUNfO2gShbaMciuBp3KzJnYcb2puF9CnXBVxCY70x4801J/SihExxeDMouvf52fgg5bepHwQrSBQUBtOFr3pLWvGk1Lx6W7yK6WCDJmOB0uwAfbwXhmb917oABnWuMlkXq9cXb/qmCS2MwxvjEJDbptReDqn1iDnOmU060ZQlsVSYDSU53fqTDaizdITEVgZCHk9IlFmk23q/hRlxtiuI1Q2tDStsWLWcnrmYcHsGEU3OYU0+LNaDXmpijnM5VCuh8K2SqNalSpRk1DGOVOmHgv5qvX+7u1luuFzswi9z11rvrD0DrOFqhDMo5mXHo+mY3qkQ7Yi8GZdfejejnyKn1zPogILdwut9N0Ln5zSln5oWYNAO/HO7vx3N9EKVrjnI6jcGm6K7zOn8w7XgIHyP2YFB299BRsUoVPJgTmWRC0h1NMh6GdfQX+8hZU38oa5O3q+SWJZg76dQnSBPK4ZTgGMZ1tctXaSxLkElN3gfMN0669ojeBLo7a4iBoZ8O8e23EjpDbVmiWZRuFn9pTQ52w6+mKJdyc7W2HbopwG1Quh3SSTkgnKn4L+KYhNJUaZliIqaL0WggLRJxrENns+h23/R/DxE2B6Bl4UR4XV1vQlin5iBn7Iyd37fG/PpoTBXC7Aeh/M7M7bzLyxDqmT3ImghnKPJomhDWmT3Kquasa2/S0QplSBwPos+6vuzLvEIahpk9yjo/kn1MJYAw+A1OtGYiSY8XX2o9bwwDlHgQaOadgw8fv5u2yp8CmD0IkFk7hw3HaPmb1tDhKAocAmPOFnHBFaKFZEIf+0Et5JK4L01xijYLhhaQ0xc7iVEE/SkibByqIpmffzim9pwSts21BAR1pJGz6/Rpba/pE5quMyj/fDVemRt0AMuHQdmdvbTzfPtY1g93ebc60Xu1BJncFda/mW6/2ZcrLEcrlMHZxSIsHnU+sUYZM3sV66Ls+rb8eqDip+kRfPnOMhDTQbfMvqEDm9otoGAFdjN+WRf7pqx7nN2DQJmdUGU7Fx/v76uyBi+c8sNgDdNxQ93fNe/zqvoKLrV5MTC7e+dVb9pf8uJ4Mcl1U0AlsARDNTgjQtp/OEGCH4UqkGoyOqTOZr2NsSxRJmd9ntYqa1NdtLuXI9VokPwyMvhcSZSm46XFqe0Lz7dwnK4RSAEtNef+qedSx44EOcYgH3fOMt5YF+iRZ+EL0m8gUSWOZ9rpBVCjXM4S0ev5nD7voRsdPQiYOfUxo3woi7NIfL7bBh29nNkHv2c8jcY7ut0zTLttEX7EcAGFlkQ6vbk5bNR42pjRnbKkctgAoVNt9vTxId/lQZdJzQAnnKuj03TjZr6crOZT6uHlswQDq0c4eylDYuEesgRDNbiNQZP3IeQze5jVLv3bXd72t+XDYxD3AgpV4FyaPZ5o+liHHf/1glB+J6DpH83ha9PmH4elrrX1KtcY5rObXgrBe52dgRvLUwTKPLnweoi+CyP3g2D+bDJ9XR10kQ2YunRPQb5KBLaWJ9Yoo3bzM/bDId8G4IGg3M5Zi8047lvznNEKZJhepg0UIlxyypkEvV68AUaVzAEorzPxeU0G5kN5tJ8Hvz7WA4G5nctpTF007TletnNAcPeuxgsK6UtbvEpgBcHMMpXDF8aM9O7F81W56lZViTqSe+R6UxRfSvM72Hq/mMJcatZso3QTa5jRqbjS/B5w97prjTI6642UxvN5vzBmDwpW4HwhQ/7UHHqce2aPskr3htuizK9NFXYvywIqfFQej99oFDvRneNS/Kb4xTyUNb52bwPQslDzLZ5NcVlDS5JTc5gz8XC+L9uOzky1fVkF7Ff4gKgO57LU5+Suy3GdNUSCg4HZlYf97rFsi1NKYQ6Edfg877zZ7SuDBbh6MSh7Mve/sf3EQmo8CJjZ54XDJm34a+eiUAXa539j6EzYC+hgYHaf/w0poSFFfhDM7/O7IiDMyItB2dNlvwsUMIfBGuYeOMaJB2uYw1AN2XzveDVa7tkM5HCv2nCcJsTBUDa16NfApHRmj7Im82iETRFAGMKVzm8k3XSd6XG6Z2uQUStfDRZDMmFv6gsCZl7I61V934RHN/ihqJZ4XsfHlz+sIKYgkD/1heOU9cMJQR5TFKxg3mLdhHxDiw+CcntaEYgNTd8ZgQOv0imnIl6+OtU9yTyUg0GaC8syfKJO35abKMWotWLUjAxSMud48bgIUh0vZn/7u6untouKxj84asYDRvRdtvZc7FD15TClXOWemK5Q//z58/8BfMb4zw==" \ No newline at end of file diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/assets/navigation.js b/theoplayer/static/theoplayer/v11/api-reference/web/assets/navigation.js index 20a57dbc930b..093ffab6028f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/assets/navigation.js +++ b/theoplayer/static/theoplayer/v11/api-reference/web/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "eJztnVtz4zaWx79Kys/ZzaZzm82b2nantbFjjSQ7MzWVB1iEZcQUoQFBt5WtfPctkBQFEufGXl/Sid9cPn/8AJEgbucA+Nf/Hnn94I++P5rMpkefH61uTZ45XRx9/6/Ocnzr7Ebnuixnudppd/T50Vb526Pvj1a5KktdfjFU/Oet3+RHnx/dmSI7+v7LN3/7/fOOdl7l3lwZ/QGDDQQUC0PwKVdqdasPCe+VM+o61+UXtaGf8qs3vYSlh9OVnkh2o5WvnC6hpHsbkXxb/yAwdWsiElfe5GDS2kAkvNeuNLaAkrYmIrHTa1N67Y5t4XXhZ856vfLGFtPC67VTvke+qYraWH4hSdfP9tuv4zKbTNtfo5+7sVlVl7gx9JN+Ddf4Yb0yhdfuRq0iDFTF3nzz7e+//P5LVJrJ2znyUU3ezo9tcWPW1fBRRJkNRWl2vazOtVeZ8gpj7e0MZuGd8nq9E5UPFFMZLGzlVnpy7Xg8LBWW/kD0u22/rAPCf/33d19+8wamLHdbTZCCGab1akFWYrUgg59rRv7I7K3T6g5JWdsEyU/vdeEpRi0QgKaFITnBzmCqmxvtTLEmy9QT0cATXa6c2eL1NlbQKKpIgpIQD4d/LvvvlSpDT0PjSgRRMskE7cBAxADrsp6rLcba22nM4s5sqSfT2ZnSnKtCrbU7syrT5OsGlEwJ6/YLK15tpADHuS11dqzqWvrO5DApUZFIu9mqwtgCaXgiO4kpleG/skTFIfmKlqgo5Dun9c+3Wud8UWGpCH5cwe8lFlCgH7QF0/+gLZnM2nWuTyZTOPHeyiOmG4VUhsguwvCvD5ZS8On5hH97QxEFPDOFVg75xXsjBTjXmVHo19hZKcRPtiCLEdnJkZR299otTKZDZ9INjsPA2dk8RwawbKqPyPK9KrKR+bVJyMy21v+Df/upjIM+nGCD5M7KIv5eabebKac22mO/PNVR2OWttvyvTVQU8rIwYaKm8kk2hataT0GhrlTpTx+8LkqsZD0FNyrq6sGPQTAcYA8F7IA9mzmdW5WBw/XYyJPmWmW7hVceAB1sPKfp3+ECHWw8ByZI0h5Xpbcb9mkjMo5+ovNQdcAZUmzjOFHXe1kYD+EACUdFWp13auWtS+aGtJrLq/kkyzO1s5W/uNfOmSz5DaCII1/NJtOTc5vSOoNg8lmofOfNCp2CrpWk605l5Cce1M0SiRANiNkMms9ImAEgpjJopps6W+j1RhcenjsNRey44VzndVfLFBjRsvilMrl1xLQjUdFI75p6A4FqG5ncKi/4qUMV2fNulPMLs74VgBEtifdOq81FIahSsJSC/9NW19api7rThh9qX8JW/+7Ljpqs6UnSV+BStvMJSc/s+kzf6xzsh4YCETG0tmalf1IbGBjZZbz6XaDlO5g5WqiLsoeKK9mOqauWZAaIjKXvq6XsZzByLre2vsryIsV8N3Z8fnyC+ac2q0ywdDBUkasRm1V2WmRbawpBU4OquSykHRiihbwPUQZqdWuKNbrynLWCpSrJxeBER/6qvl8t/g2pYw1ISi4N9hQcqi0xCmrtQgxbroFOiD0zK12U+APry8TQEn6XA80InPTnx1ohvpsbw30iqKTQc72x91pUt2EpW0fDBLAqh+1bZGInZkEa8iNIBzNHG+nK7jcRxb3CJgadEXopwUQuFwQ36bvwvo5Vnl+r1R3pnMTlskzm+t+VLv0+cTJdwoSCfkeVnmhFjQsTF7jlbGx0dUK/VO7zLCX90lDFIZnPXPptl75eIzm+VcVa458fJCTBdZTJCn1mnVkGETw/WCvGF03gQlorsTwGCWQZnTpn4QXIgWYEjnhpgFAIJitXIpNB980E64uiUozLarpRa6THhrWk8yS31ypH24GDWQChP4+hiGxYdZFZh5bqYJZByDefykSNS9pptga28+1X4GNgdQ2QyKn7Vw/NR2EVx/4fawosqiW28QOFEaFrvT4wN9st3gkGM+KaNvTLzFsPPdoqRAJmstNEi312CBfDeuzTxZdv/vaj3i12pdcbweIhkYBconkwhd2czM8FWYBSEv5b5bSMDSnJl6KdNzdmpbye63Jr0elJqqPftVbuTu9O9Mrt6lb3Rw2Pm0ClBD3ipdJJmAiK8L2Inj2ipfGFehDCASWD7gdUEgMHUDoeTgwjcP2obMBgUiofNIpUnlHiRBLmB7uT6Gzb+Yosr1Y8MgPqG8fUVBYnOqzevlWlzpbGq8JUslZQkI7MVpTHOODSZmonBYNiKoPTh61rQ+ZFeRB6MpvfMid7A6CSDIJSzRx3RMtLJyFDgVymvRX9EFhKwX/Uu4uFiA0qWXT42dtxT0qQjs12bHYflc2IHEbC23VPqhHsS0QwosEbaChcqMR1PMiIJ8CkIaODxjSlH9N+Lu2dLsa32nwyMkBpm++KO1FGsJSegDqzUd4Z2YAKl9NrkBtbZLIMQCkJr6RNN6ik0P8oa9+fCI5o+dkP7ZhOJay7N0xmaGiiYGfu8Txm0M60s/ZEwTKbgT9ZUkjDcwv1wFCHCgETGImDyyKoko0Va0dHZNFBEUeOxkQkHNOx/DAkosmJgmM2oxMSCkg4at1/k9BUIWA23dQ0iRqMTByl7VShBbHIxEbZtd0L+RNBEUduehaSC0jY2L2uOyHJiIyl130JTU4lLLXianuq4Jg/m0zfm0Jzw6SGT6u5vNqOivwFkIbjPute1nhZs25hMQdt0/yGpd/eaoQuqk35Rc/Yz+Nvwwz6jX2cPmnb47SP7YL6E6xPMVQZ5FwV5kaznrhUxsaH4k/0YCYDJJs4V6ZgiYqcdugHv3RqdYeXrS+Rw/ASAjoS+/70otlmTxSyrxlfFx93xHV4nxC3b2V73t7Tgnipgh1XwW3XfrM+0XohW/ZvnN30i3Zohvu0vRJoeHtN730b9g1Hzz3eHurH3vz8JHF9kyxrXjAFPCgYVDjdgyR1Ahr0/9yc/cj7q//oG5KPVRHmP1RAzkEgAC1vna3Wtywv1r1M4NCzOqcWXjefqiiTVD0iizO7qseQ7ANjk43IdOGV8+K8DupRWVjiS8LEIzK43GbKyx9YJCczqZwLqZpIbe6dIGLSJWU2zfZKDg4JSXA7wWK5qY4cDm+23lBtWCwgQUUdC0CiehIaRrarB/OTj/SJ9KKkJ6bcKr+6RTYgDzSkcy2kKr3xRuV4qRIV6W+ptzpyNSpRkci6ozshu+yBhsfxowBA9+zzt5mqSuIxHsycz4pgSPr+ICIHq7GABDld6sLXzUnYycpVFEJPZ2PXYeWXAkcKCvX3SuXGEw8wFlCguWCMM5cPbw670lkopKTRT7iZoknBTCuGIh5ITy4GGhq3jeoc/2wRNb2gou+oviiycxjyo4wFz7zAIxsNjRoGLZVba99+bU0a4hmiatFKUpgnV0TBIaEIfFyxDwXRSvGngSSjH6Ri+IMhJgGgUormBueIVrYwGDCyF9qTvsSqYyd/MF5Y5EgpQsu7DjqJMLO6hxD9kr5WhA9ORPGvGIhFGTR1TVb+vpYO7NnwNb6vIXH1h8E9hoGIBbIFHIjomJ8gYwdTqYwPJJpkb/XaFBR0KBNBw1KulNzXivGnBdGFgUoxml6XhKUSeDgsMNdUtQCVEnTGLrCDShm6LDXRdQE6CVb0/sa8unfGlWHU4rzJBY84lUsyOTfNqQU8v6eUoJe3xmXy8qdyQSbhDU2LG7uP12SzARPwGc345VxIKANLC59oeXzTiwq/pVQsz0DKHoeVfKhDKQ9vOhbhQ0nFdDCo/sD1vQMNh5vZ0kimn4iWxNu82rBDpkRFIX9WxpMT0VhAr3S7di80VLw2YBDQsH7nIAqnVOgiXjRtQ/lio4jU27gYQdL9ikn6uc6V1xnx+1KFkPneZCSxswt5i1s7XFHp8To7x8NnGvvziMhpBcDTTlsSOBDAxNjv//50MUO8/u91uZ1sDVixWxtVp1tJWnFSDFKJEpz0ACFEy+HDLIk6xXqg4XDN6XNAGGjPyL+iWvqZKrLPwnzrs3rygUdqPF7gQpUZ205IYFIkoP2E4cTNbq6I7n5OZCOg1DlzsJSH/6yvr5bLLh3BHijJlj6E1YfvEztIOxbQzsZyjTFaG+tQaw5EQyk9CelOO/lq4n04fyebmVW43QX2pyUyBho22tTn2GC4TsCAju0GP9YyskswbmVUTpZqIOOgyONvTEziH0LfbVanxUpty6runi6uf9UrxKFJJGAymhb3Nr/X2Uzbba7RM7dAJYPej+MWu2J162xhymb/MPWIqTRcds7cK0/Xq1jD4LoS/Kazs104JTS0AxgYVjNZLLXblBc3l8guvp6CReFlE5TksjD/rnQ48H2a6SJsE0J88YiWxd8V9gOyybUzs5CyqxTxQ146VTAH6wsTcwVw+Zkp4P7iYOYgpXYn+sYUOqPe2UAmh3KFTJQM+p+23Cpk3HQwk3EE9YgI7WkPZhmEHHemMhkUbff6EhJm8tzEZ+Jg7T8kFPjrKVf9s7j7Yx32/AcaAQ598pH9mb3vsQNc4CP/o7h4aU/Oi3uJWR/oX8LdTH08kPAP4MdGv9Ch6K/hGBf4xF/Uyy6qYaOq16vjXoQv+Q+lFH8mC79DrmbqS+QwWcXoSf/U8Qp4l8l2l08Sm0C/H/FHS45mRQPZTsSXSHpO9qMHXyyX52fomKKxccnrO56QknTmZw8AqY94pkb8sYB0YdVLl9gz6qw8Yq7X2Dg4FpArzquVLktzbUKh5zZPFs4TAeu1ytZ60ES2bqu9gSNMT74arBS1R1a0/+fSHyaGkCegb+X9P7tcz5zdaud3c72yLjmnApCw1Gq7tS543vrr5MdVfVBFcl47p+fye4r9tUCvj0Llt5r1uiOUJ3lzV8vlJDfrYqF9e7x6jzUwC2idMxgnDiUCariGESCFfwtTM79yKBFQ9yu9AG1vGkFhygfJBPTFKtwliWN7do7XLpWlZ9B0BoHLcL92hLgJYzux8iRax6IX2oaqF1ka6/TUXWF9jQznlSe22gC6FNt7bVXuzX/cG/0Be29BUMe+1GcvHHJd5aosQ5Z9QT+7L9/E55k82sb0J9j5NvgZdBWDtfxi4KPtnLlqXhgcpfTnCaAaPOjmhSYjGkjEN1g/af/BujssEmW5nL3XKsNuzYnspJsipFjprQ8HwVOnbELCEWDixE1QSfseVFm5oG4f0Wnpwwla6ME2mJzK5PD0U2JrEySnS/YR5em0zB3PuFySCdW2DDQCXPeCpaUGE9CNF15xBXW1lUwLQyKCXYBp6hvyCwcaGtd8CkSxDgIydAc5JXxRXYNXVNBybqwWNTz9kreBXn2zbK6IThMF5fnJZs209sqaDLseChTxsZH1c3lrs+RSjsgkpER1HoFFCiHzzNwlzy0yCSnn2t/aZOTdMwpJSIUbV79aNQGSUZpvB355B5uUQ76+RCKlwi/wYJNy4Id1sLHzOWuymbMbU2r0grVUwlFDJPhl4U2OMRMBP2i68M1RGNCQKUTGffv1pTc52JwezHRjutnYIqiQyMqDnY011Bm63BzZyXkGlp5dqTabJqQS/hUHMwVpziQbTiCbdxfb2EZe7a71JEQZJa18Z+EXAsMxPeGA25t0AbAz8RWom0WC9xzVZ1nm7THC0GRzqKBmmxiDT3mmvC5WOz7qGxLS89Za354qRiFbCQWT3v4+8uJ3wfxXPu1tp2TYZ3Qwc5BFE9HyjezngmoyCy6wZiYMq4l19DMEhFLwE57mMtfeCSp+KqNXCfYeFGRhYG+WQS6uS+3uke8nlTGOpHpPAeZEqo2kA6nyNpxKeqy2avgTWw9SomDb68rrrEtGHeaMK7k84q8k/H0OOEUgDct1Orcqg0ZEkUlA6VVeANWzswOspFLgF9liSr5vWywmU6Rn+8Hada5PJlP+04KlVB3sUpyZe8FWJVwuyoTbsgQJReArK7hkHlWTi2WPESy8qGvDwmR6kk2LMlxZYQu+wHwyKtOTyXRyr0zethzQZwVIuM+he4ihxpJnueNKdsA4SJD6jYeC5/BSdfX2ZW+uLFS+82ZVcpfqQkIS/IleiRnmhkSTcjCTU8c/zZ3Fr1d5vvRVnieqvA1DntDxC+4mxNRkFq+3OL7e4ojm8fG3OL4ONV9yqPmJnRmQl/JWDhOTI+/XK0X/aleKNp5DZXKbLF0nuxcjFY2UjedGjuIeOUbrme8rfZH5aPMUJteCZWdYysOl5JFYru4kKh4pdhPgctKHtA/35YoOCUnwrbahQyaqfV9Ce7r+jNfmcn2ssH990tt3mxRhN4grVB4viyTYg4gHhlPwpMVNtDyeeKixgPQEvF47jKOf+trh/YoUfUkwqOIW+D6hK42TNR0w0gtUsexP6WpjZ8vywpm1wXY4pAqO+TRL3q8XJD+3A+B9Xp6YcmULb4rK+F29wWUDHCGICsEcPm/iOI6+P8rCWRfhzvDsKJlxvt79PO7u54VWmzqqRjtjs8UH41e3C+/CjY6JQ5vSSvOR5TCSDQZKyUKkGhXtr0olMmq6nbH59/N70JqT9aCqcrBwjKe+Jbw5QTr5rT3jCBL0YwdmGe319vLX28txv3K4nFhlzGW28eVusN801ZGLqxzvY0B4RNmou+ku7rVrRzpkEQGdAJvu0E2RyFZdCLcwv8Ez0sjOLahMMiTUt7EJktfPtERPtRiIpO8TagCHdrbNb/KGt9/1jLIvJTf3WAxGCFMsdH7i2i+b3NqGiWnX/T5N14YI80j0gmwkS8ywlHS5mtI7c13hbtZIIAVxtyEj2jF45mJbXC7N5OLmJjcFeW0rLCYdw0VzMQfsC26NEgD3hAEdjfXavVVZu6svxEFSbFicZMDNr8JBWuJMYe3oPPfO8LHfriAd14wWfmnftRGgdNeYKDlfka38ic4VHNgTCyRr+dip+ZFdiKHPVkp1EqxguR5SStCz6jo0myw40j2bb+RnfT1fHlMHxfcUKSruOC+x2OJ3VZ6XK6d1QeWUqMjqaWYC3+VARAH3N200e19BXF8ih5H1FZbK4UQ1gIS0zzAcz764Va63TNpzE0YKMWrq9YbHBRXpnBGEC13K44Qup9LdSaCSRgsq01A0BkhWKExMO75+0g/+rYI3rHRWHkHtG+speNRMFRqekUV2HkN68w4CElRqN1nhDVdkZ5os7NymyMTNdP6KdwZdTs9Usa568cvtslZn4Rj34ey/X6MXuLFZlevyi9bQT/813JENN2xGlWCPgfZuNh1lr6usl+Owbcq2KjLldsdfgTkdzFRt61Tf0ZDvJJD3Kr/xBrkaYiiSAMMFfCQsCOhRULW5LpTJ57q0OT7PBHR8BADh++cTT6gwh4kgvOEpbzCleUEhRn26l6HS3SekFKPRfcSJahRSXmLpqbKvt8MS6E/jdlhRpRhTF57luln2C5F+HOLvYuwn8YQX4iLjx71VgniuO3UparALMZI3FOuE2PgCXw4daz8Czz7jj7xQuE7HfQ17DY+TBkSODd7k35/81X1qkaDPcuczg5XX3Ce+SHrmdNgyEgKWJUVP1eIswtKlPItYLc5C/JwAuTiTK5vJf0Yk5jN4vdQbhDeP78TBq42JSo6sHQpUo9UXjgVzUzNAPTYLauQxUMrRVzYTPZVaNxIrfSYH8cdkcHFzQ491sCQjM5vlaqVvbZ6ha6NUkpGZSd51I+TBj7AZotFdGmlHPVAK0PUtIcLWMBVL1quG6477/7PxjHdmu9XZJEMDSYeCF4lBPLf3Rs8VFB4Pq8bEN96z4L3kJaImBz08zByIPoqMlxgQ8lFKV3Nk9bg2pLX/ak7V86u5YKPPXL57aN5dtIGgOjuNIacfBzMdfdPmRLhMIA37aaM3r+0Dlslr1gCedtqSwIGADYadz1Rhndoo6ISyvpVngRfItP+WpA6Fh8txsGHV/pf/A5iGVng=" \ No newline at end of file +window.navigationData = "eJztnVtz4zaWx79Kys/ZzaZzm82b2nantbFjjSQ7MzWVB1iEZcQUoQFBt5WtfPctkBQFEufGXl/Sid9cPn/8AJEgbucA+Nf/Hnn94I++P5rMpkefH61uTZ45XRx9/6/Ocnzr7Ebnuixnudppd/T50Vb526Pvj1a5KktdfjFU/Oet3+RHnx/dmSI7+v7LN3/7/fOOdl7l3lwZ/QGDDQQUC0PwKVdqdasPCe+VM+o61+UXtaGf8qs3vYSlh9OVnkh2o5WvnC6hpHsbkXxb/yAwdWsiElfe5GDS2kAkvNeuNLaAkrYmIrHTa1N67Y5t4XXhZ856vfLGFtPC67VTvke+qYraWH4hSdfP9tuv4zKbTNtfo5+7sVlVl7gx9JN+Ddf4Yb0yhdfuRq0iDFTF3nzz7e+//P5LVJrJ2znyUU3ezo9tcWPW1fBRRJkNRWl2vazOtVeZ8gpj7e0MZuGd8nq9E5UPFFMZLGzlVnpy7Xg8LBWW/kD0u22/rAPCf/33d19+8wamLHdbTZCCGab1akFWYrUgg59rRv7I7K3T6g5JWdsEyU/vdeEpRi0QgKaFITnBzmCqmxvtTLEmy9QT0cATXa6c2eL1NlbQKKpIgpIQD4d/LvvvlSpDT0PjSgRRMskE7cBAxADrsp6rLcba22nM4s5sqSfT2ZnSnKtCrbU7syrT5OsGlEwJ6/YLK15tpADHuS11dqzqWvrO5DApUZFIu9mqwtgCaXgiO4kpleG/skTFIfmKlqgo5Dun9c+3Wud8UWGpCH5cwe8lFlCgH7QF0/+gLZnM2nWuTyZTOPHeyiOmG4VUhsguwvCvD5ZS8On5hH97QxEFPDOFVg75xXsjBTjXmVHo19hZKcRPtiCLEdnJkZR299otTKZDZ9INjsPA2dk8RwawbKqPyPK9KrKR+bVJyMy21v+Df/upjIM+nGCD5M7KIv5eabebKac22mO/PNVR2OWttvyvTVQU8rIwYaKm8kk2hataT0GhrlTpTx+8LkqsZD0FNyrq6sGPQTAcYA8F7IA9mzmdW5WBw/XYyJPmWmW7hVceAB1sPKfp3+ECHWw8ByZI0h5Xpbcb9mkjMo5+ovNQdcAZUmzjOFHXe1kYD+EACUdFWp13auWtS+aGtJrLq/kkyzO1s5W/uNfOmSz5DaCII1/NJtOTc5vSOoNg8lmofOfNCp2CrpWk605l5Cce1M0SiRANiNkMms9ImAEgpjJopps6W+j1RhcenjsNRey44VzndVfLFBjRsvilMrl1xLQjUdFI75p6A4FqG5ncKi/4qUMV2fNulPMLs74VgBEtifdOq81FIahSsJSC/9NW19api7rThh9qX8JW/+7Ljpqs6UnSV+BStvMJSc/s+kzf6xzsh4YCETG0tmalf1IbGBjZZbz6XaDlO5g5WqiLsoeKK9mOqauWZAaIjKXvq6XsZzByLre2vsryIsV8N3Z8fnyC+ac2q0ywdDBUkasRm1V2WmRbawpBU4OquSykHRiihbwPUQZqdWuKNbrynLWCpSrJxeBER/6qvl8t/g2pYw1ISi4N9hQcqi0xCmrtQgxbroFOiD0zK12U+APry8TQEn6XA80InPTnx1ohvpsbw30iqKTQc72x91pUt2EpW0fDBLAqh+1bZGInZkEa8iNIBzNHG+nK7jcRxb3CJgadEXopwUQuFwQ36bvwvo5Vnl+r1R3pnMTlskzm+t+VLv0+cTJdwoSCfkeVnmhFjQsTF7jlbGx0dUK/VO7zLCX90lDFIZnPXPptl75eIzm+VcVa458fJCTBdZTJCn1mnVkGETw/WCvGF03gQlorsTwGCWQZnTpn4QXIgWYEjnhpgFAIJitXIpNB980E64uiUozLarpRa6THhrWk8yS31ypH24GDWQChP4+hiGxYdZFZh5bqYJZByDefykSNS9pptga28+1X4GNgdQ2QyKn7Vw/NR2EVx/4fawosqiW28QOFEaFrvT4wN9st3gkGM+KaNvTLzFsPPdoqRAJmstNEi312CBfDeuzTxZdv/vaj3i12pdcbweIhkYBconkwhd2czM8FWYBSEv5b5bSMDSnJl6KdNzdmpbye63Jr0elJqqPftVbuTu9O9Mrt6lb3Rw2Pm0ClBD3ipdJJmAiK8L2Inj2ipfGFehDCASWD7gdUEgMHUDoeTgwjcP2obMBgUiofNIpUnlHiRBLmB7uT6Gzb+Yosr1Y8MgPqG8fUVBYnOqzevlWlzpbGq8JUslZQkI7MVpTHOODSZmonBYNiKoPTh61rQ+ZFeRB6MpvfMid7A6CSDIJSzRx3RMtLJyFDgVymvRX9EFhKwX/Uu4uFiA0qWXT42dtxT0qQjs12bHYflc2IHEbC23VPqhHsS0QwosEbaChcqMR1PMiIJ8CkIaODxjSlH9N+Lu2dLsa32nwyMkBpm++KO1FGsJSegDqzUd4Z2YAKl9NrkBtbZLIMQCkJr6RNN6ik0P8oa9+fCI5o+dkP7ZhOJay7N0xmaGiiYGfu8Txm0M60s/ZEwTKbgT9ZUkjDcwv1wFCHCgETGImDyyKoko0Va0dHZNFBEUeOxkQkHNOx/DAkosmJgmM2oxMSCkg4at1/k9BUIWA23dQ0iRqMTByl7VShBbHIxEbZtd0L+RNBEUduehaSC0jY2L2uOyHJiIyl130JTU4lLLXianuq4Jg/m0zfm0Jzw6SGT6u5vNqOivwFkIbjPute1nhZs25hMQdt0/yGpd/eaoQuqk35Rc/Yz+Nvwwz6jX2cPmnb47SP7YL6E6xPMVQZ5FwV5kaznrhUxsaH4k/0YCYDJJs4V6ZgiYqcdugHv3RqdYeXrS+Rw/ASAjoS+/70otlmTxSyrxlfFx93xHV4nxC3b2V73t7Tgnipgh1XwW3XfrM+0XohW/ZvnN30i3Zohvu0vRJoeHtN730b9g1Hzz3eHurH3vz8JHF9kyxrXjAFPCgYVDjdgyR1Ahr0/9yc/cj7q//oG5KPVRHmP1RAzkEgAC1vna3Wtywv1r1M4NCzOqcWXjefqiiTVD0iizO7qseQ7ANjk43IdOGV8+K8DupRWVjiS8LEIzK43GbKyx9YJCczqZwLqZpIbe6dIGLSJWU2zfZKDg4JSXA7wWK5qY4cDm+23lBtWCwgQUUdC0CiehIaRrarB/OTj/SJ9KKkJ6bcKr+6RTYgDzSkcy2kKr3xRuV4qRIV6W+ptzpyNSpRkci6ozshu+yBhsfxowBA9+zzt5mqSuIxHsycz4pgSPr+ICIHq7GABDld6sLXzUnYycpVFEJPZ2PXYeWXAkcKCvX3SuXGEw8wFlCguWCMM5cPbw670lkopKTRT7iZoknBTCuGIh5ITy4GGhq3jeoc/2wRNb2gou+oviiycxjyo4wFz7zAIxsNjRoGLZVba99+bU0a4hmiatFKUpgnV0TBIaEIfFyxDwXRSvGngSSjH6Ri+IMhJgGgUormBueIVrYwGDCyF9qTvsSqYyd/MF5Y5EgpQsu7DjqJMLO6hxD9kr5WhA9ORPGvGIhFGTR1TVb+vpYO7NnwNb6vIXH1h8E9hoGIBbIFHIjomJ8gYwdTqYwPJJpkb/XaFBR0KBNBw1KulNzXivGnBdGFgUoxml6XhKUSeDgsMNdUtQCVEnTGLrCDShm6LDXRdQE6CVb0/sa8unfGlWHU4rzJBY84lUsyOTfNqQU8v6eUoJe3xmXy8qdyQSbhDU2LG7uP12SzARPwGc345VxIKANLC59oeXzTiwq/pVQsz0DKHoeVfKhDKQ9vOhbhQ0nFdDCo/sD1vQMNh5vZ0kimn4iWxNu82rBDpkRFIX9WxpMT0VhAr3S7di80VLw2YBDQsH7nIAqnVOgiXjRtQ/lio4jU27gYQdL9ikn6uc6V1xnx+1KFkPneZCSxswt5i1s7XFHp8To7x8NnGvvziMhpBcDTTlsSOBDAxNjv//50MUO8/u91uZ1sDVixWxtVp1tJWnFSDFKJEpz0ACFEy+HDLIk6xXqg4XDN6XNAGGjPyL+iWvqZKrLPwnzrs3rygUdqPF7gQpUZ205IYFIkoP2E4cTNbq6I7n5OZCOg1DlzsJSH/6yvr5bLLh3BHijJlj6E1YfvEztIOxbQzsZyjTFaG+tQaw5EQyk9CelOO/lq4n04fyebmVW43QX2pyUyBho22tTn2GC4TsCAju0GP9YyskswbmVUTpZqIOOgyONvTEziH0LfbVanxUpty6runi6uf9UrxKFJJGAymhb3Nr/X2Uzbba7RM7dAJYPej+MWu2J162xhymb/MPWIqTRcds7cK0/Xq1jD4LoS/Kazs104JTS0AxgYVjNZLLXblBc3l8guvp6CReFlE5TksjD/rnQ48H2a6SJsE0J88YiWxd8V9gOyybUzs5CyqxTxQ146VTAH6wsTcwVw+Zkp4P7iYOYgpXYn+sYUOqPe2UAmh3KFTJQM+p+23Cpk3HQwk3EE9YgI7WkPZhmEHHemMhkUbff6EhJm8tzEZ+Jg7T8kFPjrKVf9s7j7Yx32/AcaAQ598pH9mb3vsQNc4CP/o7h4aU/Oi3uJWR/oX8LdTH08kPAP4MdGv9Ch6K/hGBf4xF/Uyy6qYaOq16vjXoQv+Q+lFH8mC79DrmbqS+QwWcXoSf/U8Qp4l8l2l08Sm0C/H/FHS45mRQPZTsSXSHpO9qMHXyyX52fomKKxccnrO56QknTmZw8AqY94pkb8sYB0YdVLl9gz6qw8Yq7X2Dg4FpArzquVLktzbUKh5zZPFs4TAeu1ytZ60ES2bqu9gSNMT74arBS1R1a0/+fSHyaGkCegb+X9P7tcz5zdaud3c72yLjmnApCw1Gq7tS543vrr5MdVfVBFcl47p+fye4r9tUCvj0Llt5r1uiOUJ3lzV8vlJDfrYqF9e7x6jzUwC2idMxgnDiUCariGESCFfwtTM79yKBFQ9yu9AG1vGkFhygfJBPTFKtwliWN7do7XLpWlZ9B0BoHLcL92hLgJYzux8iRax6IX2oaqF1ka6/TUXWF9jQznlSe22gC6FNt7bVXuzX/cG/0Be29BUMe+1GcvHHJd5aosQ5Z9QT+7L9/E55k82sb0J9j5NvgZdBWDtfxi4KPtnLlqXhgcpfTnCaAaPOjmhSYjGkjEN1g/af/BujssEmW5nL3XKsNuzYnspJsipFjprQ8HwVOnbELCEWDixE1QSfseVFm5oG4f0Wnpwwla6ME2mJzK5PD0U2JrEySnS/YR5em0zB3PuFySCdW2DDQCXPeCpaUGE9CNF15xBXW1lUwLQyKCXYBp6hvyCwcaGtd8CkSxDgIydAc5JXxRXYNXVNBybqwWNTz9kreBXn2zbK6IThMF5fnJZs209sqaDLseChTxsZH1c3lrs+RSjsgkpER1HoFFCiHzzNwlzy0yCSnn2t/aZOTdMwpJSIUbV79aNQGSUZpvB355B5uUQ76+RCKlwi/wYJNy4Id1sLHzOWuymbMbU2r0grVUwlFDJPhl4U2OMRMBP2i68M1RGNCQKUTGffv1pTc52JwezHRjutnYIqiQyMqDnY011Bm63BzZyXkGlp5dqTabJqQS/hUHMwVpziQbTiCbdxfb2EZe7a71JEQZJa18Z+EXAsMxPeGA25t0AbAz8RWom0WC9xzVZ1nm7THC0GRzqKBmmxiDT3mmvC5WOz7qGxLS89Za354qRiFbiWD4x5cSElJg6bXyI2+UF0ys5fPpdq6HfZ8HMwdZNKEy38h+Lqgms+AidmbCeJ1YRz9DQCgFP+ExMXPtneCLSmX08sPeNYOsOOzNMsjFdandPfJhpjLGQ1VvVsC8U7WR9ExV3objTo/VVg1/YuuaShRsR1B5nXXJqFOicSWXR/yVhL/PAW8LpGG5TudWZdBQKzIJKL3KC6B6dnbkllQK/IZcTMl3movFZIp0mT9Yu871yWTKf1qwlKqDXYozcy/YA4XLRZlwe6EgoQh8ZQW316NqchXuMaKQF3VtWJhMT7JpUYa7MGzBF5hPRmV6MplO7pXJ25YD+qwACfc5dA8x1FjykHhcyY5EBwlSh/RQ8Bzur67evuyVmIXKd96sSu62XkhIgj/RuzbDpJNoUg5mck76p7kM+fWO0Je+I/RElbdhyBM6fsGlh5iazOL1esjX6yHRPD7+esjXoeZLDjU/scMI8lLeymFicuT9elfpX+2u0sYlqUxukzXxZFtkpKKRsvHcyFHcIwd/PfNFqC8yH22ewuRasOwMS3m4lDwSy9WdRMUjxf4HXE46p/ZxxFzRISEJvtU2dMhEte9LaBfan/E+Xq6PFfavT3qtb5MibDNxhcrjZZEEexDxwHC8nrS4iZbHEw81FpCegNf7jHH0U99nvF+Rom8fBlXcAt8ndFdysqYDhpCBKpb9Kd2Z7GxZXjizNtjWiVTBMZ9myfv15uXndgC8z8sTU65s4U1RGb+rd85sgLMJUSGYw+dNgMjR90dZOEQjXEaeHSUzztdLpcddKr3QalOH62hnbLb4YPzqduFduCoycWhTWmk+shxGssEILFnsVaOi/VWpREZN90k2/35+D1pzZB9UVQ4WjvHU1483R1Mnv7VnHEGCfuzALKO9Xov+ei067lcOtx6rjLklN741DvabpjpycZXjfQwIjygbdendxb127UiHLCKgE2DTrb8pEtkDDOEW5jd4RhrZuQWVSYbEEDc2QfL6mZbocRkDkfR9Qg3g0M62+U3e8L6+nlH2peTmHovBCGGKhc5PXPtlk3vmMDHtut+n6doQYR6JXpCNZIkZlpIuV1N6Z64r3M0aCaQg7pplRDsGz9yYi8ulmVzc3OSmIO+DhcWkY7hobvyAfcGtUQLgnjCgo7Feu7cqa+PGQxwkxYbFSQbc/Cqc0CXOFNaOznPvDB/77QrScc1o4Zf2XRsBSneNiZLzFdnKn+hcwYE9sUCylo8dxx/ZhRj60KZUJ8EKlushpQQ9q65Ds8mCI92z+UZ+1tfz5TF1An1PkaLijvMSiy1+V+V5uXJaF1ROiYqsnmYm8F0ORBRwf4VHs6kWxPUlchhZX2GpHE5UA0hI+wzDue+LW+V6y6Q9N2GkEKOmXm94XFCRzhlBuNClPE7ocirdnQQqabSgMg1FY4BkhcLEtOPrJ/3g3yp4w0pn5RHUhrSegkfNVKHhGVlk5zGkN+8gIEGldpMV3nBFdqbJwg6EikzcTOeveBnR5fRMFeuqF7/cLmt1Fo5xHw4V/DV6gRubVbkuv2gN/fRfwx3ZcCdoVAn2GGhTaNNR9rrKejkO2/9sqyJTbnf8FZjTwUzVtk71HQ35TgJ5r/Ibb5A7J4YiCTDc7EfCgoAeBVWb60KZfK5Lm+PzTEDHRwAQvn8+8YQKc5gIwhue8mpUmhcUYtSne8sq3X1CSjEa3UecqEYh5SWWHlf7eu0sgf40rp0VVYoxdeFZ7rFlvxDpxyH+LsZ+Ek940y4yftxbJYjnuqyXoga7ECN5Q7FOiI1vBubQsfYj8Owz/sibiut03New1/A4aUDk2OBN/v3JX92nFgn6LJdJM1h5zX3iG6pnToctIyFgWVL0VC3OIixdyrOI1eIsxM8JkIszubKZ/GdEYj6D19vCQXjz+E4cvNqYqOTI2qFANVp94VgwNzUD1GOzoEYeA6UcfWUz0VOpdSOx0mdyEH9MBhc3N/RYB0syMrNZrlb61uYZujZKJRmZmeRdN0Ie/AibIRrdpZF21AOlAF1fPyJsDVOxZL1quO64/z8bz3hntludTTI0kHQoeJEYxHN7b/RcQeHxsGpMfOM9C95LXiJqctDDw8yB6KPIeIkBIR+ldDVHVo9rQ1r7r+ZUPb+aCzb6zOW7h+bdDR4IqrPTGHL6cTDT0TdtToTLBNKwnzZ6pds+YJm8vw3gaactCRwI2GDY+UwV1qmNgk4o61t5FngzTftvSepQeLgcBxtW7X/5P4WsdmU=" \ No newline at end of file diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/assets/search.js b/theoplayer/static/theoplayer/v11/api-reference/web/assets/search.js index 6a2faeb61fb6..949910851fa6 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/assets/search.js +++ b/theoplayer/static/theoplayer/v11/api-reference/web/assets/search.js @@ -1 +1 @@ -window.searchData = "eJy8vVt33DqS7/ldNl/7TJ+q7jpdq95kSa6t2ZblkmTv0zMPXlQSSqHNJHODpGTVWfPdZ5F5wyUiEAEg+0leTgT+P1yIawD4P7+Y/m345W//7//55Yfuml/+9td/+aWrN+qXv/1ybUxvLutRrXvz/su//DKZ9pe//aK6aTP8q/Pb//Uybtpf/uWXVVsPgxp++dsvv/x//3KI70//6xjhxVU0lmoJY0X0L79sa6O6MeABFS4vLn+9joscgqXr3H3+ePP3r/cXjzd3nxl6XvAc3cfrz4/fv9zfPV5fssVDm2SCj18/fXq4vL++Zig7YZMVP91cXn9+YJTqKWCy1u3F55uP1w+PcTErZLra9dXNBUNqHyxZ5/P14+9397/FlU4Bk7Ue7r7eXzIK6xguXenrh8ebx08crVPIZLXHX6/vPt18Y6hZIZPVvt3HdZYwMgW/be8bBer0jeK36d8/fLq7/O36/vvV9dy+XMON/CHKCjag0jFTYtrX9/d3cF7ZgodQSSpLZ/E9bEU52lHbDKLdF8Sn8MKnKdsdGUsaNEjV9nPx8vr+8ebjzeXFIy8feDGcg+7m87eLTzeRT4MdRzFCp3SSGZFYzkN5e/PwcPP575mUp1hKUV5df7u5vP5+f/3t7rdYG8gxL8WV9l2U/hZuPt883lx8uvl/8qoaGk05zsfr+88XnxKzLTAvxfXb9X9+v/7fX27uE6qWa1uSKPVbdG1LEe3H/4lF51uXpkqt8qF9KbLPd4/fH75++XJ3Hx20MaxLUd19ffzy9fH7/fXD4/1NfDjJjKEU3Zf7u283Dzd3n28+/z2xooFRJPGd5tccFCB0kqrgMyvyTR0j4TR/YeAszf1H9/3q7vbiBl7xCKQDmyIEH68vHr/ew9NPFOFkVISBmNujCKx5PkpwWGX5fnl3/8CpcbBBnvanO95EEzbI0/5ycc/71BCLNPV5wen7xQdGx+AHzdH79uXTxX9e37NSC1tkqF9dX95d8XIaCp+hLBlyIhYZ6uzKHYbOUBUMPWCDJO398iYnuX7QLL3Hm9vru6/wonKgeAqcpPnl5nJu8r/ffP5++CcjuYRVEsV+rYk15g3C5igKKhZikaa+X2Fm91OwQZ4291OGDfK02f0UYpGkPq+0f5+X2r9ffL749J+PN5esvKfMMjkuf734/Pn601KpPt59/RypgrRhJsv156vvdx+/X13f3nEpXJNM/a+ff/t89ztraoIbJTF8u//+5dPF48e7+9vvXz8zmwPcKJnh/vrh+vMje60cMxHo//m0w3P5YvqNatUwfGnrd2WO2vvo/tUPQO74/OVPfz7GvOq7YTTTauyZkVauBZyegNdK1v/8878f1esnruouZKZaM3DVlpCZalOje67ePmwBxUdTr36w0+lY5KqP/bat39nSx+B5uk/T87MyqmHqWsHzdFd191pzM/oYOFdzGNmKS9BMvVZvuXq7oJl6k5ktvph+berNVT2qR71RXALMuAiTHKSIejOZetR9x5S2gufpqlZtZgue7Cl0pmrXsD/kQ9hMxbnn5SruwxZQvHv6L7Vi565jkaf+ogbuF70PmqfX1qPqVtxO4RQ6U7XvuancB83T26jR6BW3MziFzlTVbasFXYIdPlN5Gtnf6SFsnmKnxrfe/GBqnkLnqW7raWAn9Bg4U7Ot35/q1Y/7euR2OJ5Jvj4/zYfAmZr9MHJnNdUxcKamUW1fsxN6DJ2tOqhulPTpnkmevlF18/4w8uuWY5CrPbfv3Bw/hc5THZT6UT+13PRawfN1dbcWyO5CZ6r2k1mx03oInKlpVlzBJWSe2qh+jqJJrmNQSPthfGfXqMAok+FF9fyVjFPofNVP+pWd5lPwPN1Jc9uLXchMtW373nEHGcfAeZqvygz8zuAUOlNVN6r/Ven1C3f06FoUUBd9xK5FAfXfdTO+SMQPBrnag37SrR65UyLHIFO7byf2IsYxcKYmd1T3mjSi+/P//PfTKnndNNevqhs/6WFUHXs8CZhlczwe2nw+g22Sp9+oYTQ9t4KdQuepLtMfyVQpX5G/2py60uzqGTXb/K7Hl6+DMhcr2SAetM0jMmrTv6qUSg9b5tEManwQDT+t8JnKI3u9Zx9U3qpZ23G3Uzvqb1q9Ibtx3u9FNuOgOFl7cT6sdPsGFI7u3jBV0c0bUDW6d8NUpZb04XxmrOgztdEFfVA4up7PVIUX1kFJel2dq0cscsOqjDVupnZbv/cTU/YYNktxU+vuYt5KnYPyhH2TbP1v8xhVpm+b5OmDy8GwLrkazNRDlmVBwciqLFeRWpSFdTlrsgJ1dnrpFVmmIrFMCKoyVgmZyuhyHagbXa0TqEKLdagotVbH1Jw0T24Jl6WELTGAcrEVBq6mVm/h5B5W3AfN04Mnt7AgPbfFFWXTTXjkxJ1tMimwyR48nIjM9Zia6qceP05tO6yMUsxqFdhkEYA7N3APT+3aMNXgqS3e3WTrscfhiWPwhGktLC+a1TJ5OJNapBPiz2nZLH9MahBXdsgsiwOc4MKdEzW/JdpSa3qLzGoLTmalc9jI1BXwInWaXM93dBya/6GH/6G7F2X0bjjKVQL2XdzGfSilBHqPulNw32c0Uw1Zjw80gVX4HGVk2SG62pCuiS46RNca0jURb1HnQwh9RHP0ALcgV83zA8rQgrxEHS3fNzRDq+9G07eRnDwFSmlPmF6owAIR5XuakWZiuYqzSpWujC5WRdeo0jUxz1NnMAn4m2Yogotj9JpYhhrocRqshZVUQxbiOOtv6cqgp6ktGfiXpmthXqbuUl/oW5qhCHmYuvOOvlTqMO9SZ10N8CnNUEQ9Sx1N0J80QxVcRqRXD9PVMI9SWw/yI01XRJYtI6uVGXrUoiVrrTJPO5bWcKUyQw/2IHX0Qr/RDD3Ee9SbHQerD1mKuOeoJwv7i5bRvrUvmozp7wOnjMKIJWjGynN6WjEvVVeU9k1NXOKOrmynpwpb4I6ta2co9itdt7TgIUhSLsKuBm78gXdBRnoAL1dHzPNtTVciPFxtQcSvtYAu7N0Kaoc+rRn6iGerIwz4s+Ypgl6tvmTgy5quCWz7MHd7YvHSbZbvH5uRAthL1hELfWNz9Dr1kx6KHoOk5By2PRbbFUtPEeV96+6MwT63mcqMxgXzt81Uhr1uA+HQ1zZHF/W4dXVBP9sMXXhDMrIPmaFHj35fM0a+sm1Pd0Gc2O3MYsA9bD192K82XRvbcHWWxIB91nRFePuR3nXMUIutxuetxCdsPcp2HNNpOBuPkv3GdBLck9Ydr0P+sxmq0CYjubco0/qLddv/h/vLvnvWa3+BWXejMs/1Sg3/6ochdx6BDZ5Pff9jXtX4XXdN/8ZWqBBreGQRJATdI1G1+bDE/PuL6h7UOOpu/VibtRr/MdVO9xQl5EWWB7ypf+4UPqlubfXZUbjQMA9kGM38+IUgeyyLPOlxydFdavjynpUYwftObtVYN/VYIwCHnwVfh17yhxNfdQqLJuPIh6bgYV8enC8eDMtP24bOLDz2yrJEkwonBKs871ssjwmMvVUygpP1Dajf8LOzbj4YVf8goqlOQRDmBo/84X0Y1YaO/RhGGv2q1asfjy+mn9Zw69UcN6ftcGKZfrOtO913AylihxJLGFWP+lXdUOVZOaHEEtMw9vO+NfzlHCTsUFKJYC8ZEIged8Cjf3Fn00DkL/TZVTxqTeY7ceyYiLIb1TqeH24wscjw0GIN/UHgGEQaObA8D8TP8AunJHYLuF/vb2gNO5hUZPiht3fPz4Mi644TSiox6rElc+kQQBwx1sU0nM4EjXbq9LzcVbcXzU1DNmtBSKnUm7MeBCi8kaeunYjdro/ouJafJJ0gkgeneMgLIw8siU2vpcJqf0kxrCmzRMj2jI481qjZKqyWjZTb1D+vyD7FknPDpsrdq/nYlO7WEl3IKAlg1BtFtVSWrBOUKwZ8P8vaBqG2/F5oOOlFyBhYWojYmAPtnny1RrKBzJHG22ZfOmilE6SBsrvpNFV088/8kmM1UscoBQ3VQpnSWJ3E4g0WJcJrRU5qgpaEkmV9zCdV/gftiYIVY1RmGPVob89D4qdgpTrLIE5Ox+nworKP9fpLbeqNmgMLEXxb0afIwZsXEhvTb78aLUJz7bJziZ6CIQxi914BUOQL91EEO9gCCO+8OAckcmxcID6MtXE9uzn6tlXx/Ij0XCFNZJpBCXvN07Jmqrs1Ne5wwkgaJnZ8FXFiMICUjzwAQenog4VAlCOAIB2FYAhuiTaX9epl2ZsYqMFkEIxfrnhGw5FK8zpMAbpZMCAjWwRkb4DVM74wWs6YsKyoKRC3tK/UsDJ6i3cxVgB+CUenlX6szMmlTYuuQG3beqUu+25E626gHhhlAOxWtpDxTKB8Cp0hGRuZBqqssSks7DUWi5sG1UycAhRpILzoxE2DxYtlpuOhQquP5OVvPDm8KQjUhI0AKO6V33yymCq+4+9FSs+NTVx4J1h5ZnrS0ryMSr/a9/iQ0q/U9T2IlFtqRIEVGmJxR1aJA6r0OpBY/OklT5cEvmIjW6yhN1ZPiwrg5iqdAGpJI77hai0QYZuuGfKRjVhLHN6MzZCObNBa0vAmbYZ0ZGFOuCZHSdGrByehhAUDSpba2D2JApu76ZLYsgS65pghRe3RWnrAPm26aGzv9qSbcLoqJh3Z07W14X3ddPHYXu9JG9nvTZeOjaqFS720FLrdbKv4W84ZaUN7SkuPXiOioudsR5+EiC3p9BQS29Qn5XCrWiTojgUOXnXE6MwJUmJEHUYoHVC51OLqAgAIB1gYgJu5SCUaJPthy1UbpJvBcOh3vaDYNzBExUjuygkmFmlqZGtiONQEagsCjXY+LGCfO4WiPoURRz+sXlQztarZZy+dQ1DoHEm2GleId9AGEks+aEMAGLWeYzMPyrwq86AbdRNbihsOXTdtKc4L6mgGDJB+NIPAOBQpq9xT0jmPO+jIfxDPbEYi5rRWbjiWjNu0xp28vTCCeW3b9m+qudUb9fi+xVZFgdgrwBJNGsu5e4nwIZqnGMoDL5d5J0sGtOWGjo4MdDvOklz3/bpVNxtkzgnp2iZ54v7NG1Hp2NNtXOHhpX+77KdubPo3fs2ufLM8CP+MfFQ+9gAUV/h1W+vGufsjKm2biMW9ZmVpym9rrHE8/CxZJHtSa42VoxNfdQqLJuPIh8vNX7tI0zbIFV691N0aKztQ+WiRK6067GMFdXfBc0QPW9NcVSt8hmyDtkm+YEM3RiypJ6LXAfSeYl1NXJRfjNkl6F6RFxEjH2VmyT1rM4x/TLUZNTq082V9mwx5vZlvTBrw4ZKv7RhkCM+9ouIW6jFwhiB5Oi+UjB/JY4nqZttrbBElFD0FzxAlxvG+YGxEzxDb1F29VkZUnoFRBsD4ok0j/IB8m2T53VRP0iL6FsnS03ZeH2O2+1bgbEF+Wn0LibQ7BJvnLMRq5PHn/P1iNyp/z5ieup8oxcufnqxw6TMqvLvu8Isyq/lyPGws5kEARlgJRgHwdVdPVLjmCgl7o/fbXVvzaWlriEoEBBS5nu/NZZFXjiH6gQBpEFcxFEFY2QQweKmjMMLyp2G8RsS91cSthctv/PK2L+TDIiJfnD7iyD8YSyGysxVIOBly/fCnP//1N/W+c8SIr50R4fkZNw3q0qhGdbMzNryUENOpgjiQ9FMJRPJkXW/qeE4Eoco5lMJR87xKQ3gilbsrcnhpBcIKmsbtdr6pOUmgco2JdEPJiQN9827fS+H6FnmzSoq3WgLJkY52xTA6tdxw9Yg1RTEc174MVqNe9UrdXMmBLMuSKLd1Nz3Xq3EySN/PgPLiKIrXNwo+acfh2huXBLqDG30GzR3R1CeiJH//YQQlwdK+OMe2DA6nt0J5sD6LHNEJAdt+/Um9ptRwy7JMXk3LlYCrebclpXnyzZOhgp5+Nwrk9fRAWEFPP2AuZlTU1cGMSDGUBKzfauSpq3ZGhQB2Z29i55FoHiiOoniPqKMeB+yRvjQmEYlq9aJE0WZPAMRp9lCg5GZPADgoM7f1n2vk7C4J6BqXybFhNKrepJWgY5uM4zR72nyxb5K1UXY/Cbzt6mHE9vOsuKpTOGaR7xnRDMUWcmzRQeYdHUjKfb5s9XS/LxqE63Bls2Q5XdE4y4F3TlEYgcN2TLKHt3BcRcGNuICg/cF0dfs+6tUQ67WAcOXWPrDIeasfUBKQ1M4vSVIX31q/C0Y/s9VDvdm2ulvfY1+vH3UFmSEptLExiNdat877LrS4FZxZj1gQytRr9aHuGtx5HWAJrMohPclYns4CseobtYKnvwHBMWw5edXNJQ3vewX6p8DlAJCjTYG25IATQ7atn5AJYqB8CFpOvMOGaIF254/HcqWHVW+Y2oeg5cQnbmFLnoZBhOWjmLDxSR7KMJC445mAKmtQg4DZ/eBP3fWbq/vb+NoAGFLQN6rhT3/+qzDm6mjFTDGcHPTEsKrNDwUPAAgoy+4cWM+1Nlts7kJgWXbnwIoN3Qgy1uAtFSZy7RoPK+X+NRHwXDDLaVYppG14FjCjnpUxqjnukorzEY7iHLB/TMq8pxd4aH4OyLH/ocSfyMGoxMcxDepOb5+vzOZijfm6ECih+Tly6U3PmxUdPDoh6Cy7QlhOf/jPyShWdwgFLNIbohGLO0MwLSl9IY4k7wolUGRPiEPJO0IJVKwfxLlY3WAiSqRRZEGltIwSXLoPxBETukARFrMHJABzOkAJKqf/wzGTuz8JIt774WCRzk8iz+n7cJDkrk+CSPZ8OJu844tA2f3eh3pQ/+vfv44aXCU5/Ur2cN47hSvktJ4XW3UMCRe/hYZIqY4rdQwpkfKyCfchPf0qGAg8gQsBXlTVLhhOTXuSrkw/DHdGI4f/fDE3eKpoUw/gUquvtg+XKvMCu5D6Ki+ElyhL5Koe1T12iBFQs8Onyup11xt1vXlSTaNOL4mip899jIh9MhY9AgooGMOeuOh8/1S3ij/i5qsjdskYK/UK+n0HuvuAyUL6lbixKVCzQydL9m+fdrnFkrRDp0oaNRp5mYJWqQiDqjetGoaHNz2uXh6I5x59DNQyFWW+e2t3ZwlH3gmdKhl3xvdlma73LOnd0Y3mVjW6ZverFWaYAfJ5uRZx3h5/Qm7MBSACIwGAM6rop66pzfvlv4HCx18FHiucmKolFMJ8Qoow/wep9B8CZk5M1RIqwvwfEeZf6/Z5RN488MPw+V+ksVaWBZ2iIzCdrpvuuafU59/56aHu2wxijD+d6EAikj3e3wWCfaS3g+WcbFsuXlDNg1pvVDfCjZ8XRjCw38x+vHfPhxiWzTixVBWLBkm9nzQm5DfdqAKQfjRiSLuY5uv/wY9q+YFfIJ0a33oDtu2nmKpTKBh6R0N47E1gvlkKx0AJAvObDbH4D2F40Ys3zi2l5B1zEmK5o1g9Is9ZWPJOwITUMvfkLcWczfgAxa/i1BVDTgDBEdXZNxS/eieMtXItiEyNnNe33uzAlPc/81Pz9D7C014/tuoQEuc/sFFSSzpBFxZY8Bg+WXbFV1xli1H9eyAX7d4ZgrA7UCBFvKfHEGn1SnUDWt0dpVPYZLktuRYfKG7hxXep6PE+BkEVBYySAQa16rtG8oH4FunS6Cwx1KTnhRwxsj93xeK9eiiW1Pk6slldcARoW0/MD+kQMjntu46VpXUMmikmz+vc3j+ChZ4xgOqawWc+iBTcOccGHV4wfme9Nf16viVMEnFlGUXTFruriDH2ARm4IyAcA8nqT6yeaR+Kv89mVAc/1oNEWh0Mokk7ADNSNsQq7hyEX3la1a1hP30oyuoYXPwtLuRl2uMTTok2mQLTyNs6IIyWPLDDBJA3oCeeQo2oj4dXTGYLZwcVLPI0DfbuIhV3dbJjfIVWGtBdlDlTk0gc01QYJPtpRxUwoHR9TRZxdTSKptRiTzlPRDDAB4uSMdTPrd7Nza6QA2cES2CcBuSWfzfviKC3rNm/CzYHdo9LYC8VB5FWrgGWLAsV9WLAMtVXFN2hxpGmn0kKAZDHkqSy2LVjoaDoojZEGqg6+3fZYjXIDla6IgVxS+qTw59WrUL9lNrFAWFVshCHX9c4EJEqF8qn1DwExKuArzXSWc2/8Eflq7pbqXbZB/k4N5iXddtiO8tW3BVhh+byjIw54Zn67WaD3PZp69oBU4SM+mNSwyhPMGWYAjKqn0s6/gzev2MrOyG5Uk5lwWY9kqkO4eF+jKiC/NldzgH9tojLK04C0M0VbIEX02/UKpYblROOJZMwHSswBysw7ykz2SFmOMMY9ZkKAgn6yGiJQidBeMXLvUoGdcJC5IeY9xUl7mcuPWdMmSjuPzBqPcqfmfkmeLKiM7JhXLrqyyUqYlwVhhO4i6BDCCRW6ZAGSAS19CdjCW/RSRXHxzKYtnAwQ6I45a7MqJ/nK0rVvRq2Pbb4GAYT7Mn28GkeLNJqb8BMLJACzPtKzW9xwGM3jOVkUxxnP6wR4ZxskFrIlyc2rjB1YAOrUF7sYp69zxOA9mbFoWYOCc0ufAkM5xN9qbtOtVdmfzU1+Z0iYfkfK3WckowdPlHpJBlLSNoRApqGc6BACkSeTaRx4OOJOTDUCTGaBTwkJkSBK+jxaCOvjgbBBbs/u32nr8gXGpGoHPNYJoSpSj95GSWjzl/K8YBiutXtfCX5MOK+9HBIwXx1fz8t7PaBR17ZhmSy/URg401t1GrsDV1NQBTXtATM8kdIsbcpIT9MT/OFd0/KPGKnbymS0LwE1Jt6MiN4VIpiOVolIrhfBTmPPf4qnsYxohNfBmrBYuLH6/TJxTWfA7LCMjeGgL6M56vSz+LFhYxaKf2qDHa9ra/nhU+VJbzLPMGYc1lcCp2k+kqiC15BYflCmsdALqfJ5P+rhw8h+5L7cKkyraoRhzJP5xAwVYi7KBhUWHppUAaB+46FlUlwRS1HGL6lNtQVXFQLy4INe3wZFA4qGPBst/Bd/lTM1cEqVqCsFUk7tKgHCMPzd7D67v+OfqlI/NXRlpF8P0Eozqf4F43zfGJ+5RKgh/hHhwM90D6ciUCxj5Hi6fFnQLk4YKW9jo8ZliCCpWb6hmoo3qphvKPgM1ODoEvkxhFQ3LaQShOZiq/kA+EKrORjsQpX8qFEpI83fRbuyDMujq7ko9qylXwaBSl3amcqCMUvc05GO7tT7GzOdNNG5DEvbWaGRzbMjgFv909AR+7EJw0EQ432adpcmBFzp46qVG4MsbKBUkehxSdjNBhzcibBysqsc+TTEmdORtkRFARb9ZttP8TmJiiWZV4QqtHD6vO0eUrGciIoCKa2eoh28CjVybo8UlZ2+XGUx0PflOLT0Q9LJcHp2c8LWbOPYh2NCwL1y+VqdXuhTXy0hZKFsRRENKpV9aBQp/I4nhtDebT/VHXqh+DGUBBtUPWQOkaojsbFgbJaDS+KonBGqyGnzXBjKInWd+uMbtwyLwk1zre/pCIdjEsCTU9jTumdzAtC5RCFOLwZhQRvvoIx64N0YyiZc9EZL85Evd3HhaEnYbgjOxyUP/F6UXr9wpxGnKKujmbcVO9SgH1LBtksJQh2NkXk8aNsFEDkIFsUwSnx/V3yV2pl3peq8Rt8Hz0YkF/ayD0kaKTkjSQgMyL8WrcTXIFx7YNNmjyUvUefkvjeCWkhWNeYO577/mkaxg67EiAuVYXRMFtpOuHYhPnkxJcK7EZxTthGz84Gq/k6ypvlZs5njfQuDGwssnMmgHLfZSCLPXmTIH+o92TCvS39Gctw9o5uF6s/Jj3oOeTX+0+pfFhk58zPrTLDsvc94gcQGehhNOeE5jgCMqBT32JIg47f8sthJm7+LY/8Op8IzO80wmgKQ7tdrIZ3Zlot2YvpGvR48iGi6hQIa1I0tedi8BPQRwk7GEtE7mZ01Eo/r0cgcF1zjhRZ5/U8EK9akBt31u+SU3roppkfXxU7RGYDYmnoB9Vc1ssg86NGJth+IEFq+m5uwdEeDIq4coywpPncWG9ad+sJm2DC8pZJpjg68YaF6ck2IeqU6GbVxKcAfiBBMzZXqOuu2fYauUwYjrwKDJF0BvwYyM9Rma5uH9Qw6L5DXNcRFsA2E2calBExHA3kwn55H3KVVe5gYH75YyesyJiDc1Z+SuEU4CneOYiz0gsELV3bMQmqzpOdDpLC3C8B5yS/h4KoQzLiwPpUBSj0B4tyAJ9tXv44VbvfzMtqnJcqkaCljvwQsXPO/CDpwFDQZzNpDtnDmUIo6ulMEkv8eKYQjDzvSYGJH9AUgsVOf1JsrMOfyTiRiT0TLGVeL0Omj6tSmPLHNKVovOc0aciMBzWFuJz1HAo1eSFHhrn3WPiCbF5QhI5pkQ8GfeOT5KBf+RQiMN75JGFSX/oUYpInuSk+8WufcTBv/LDpu/mlS6zGH34W3AWyvJ7Jia46BkXrwpEO5d/Wne67C+x7OPwsGOc0D22PD3OcCCsrMJqGIyHqVDuit2IEesewyXKrVq9+7G/BY2l6BunCu2WaXx9v4cWdQNcJnyxL7Or7irGd/LiYUbsToV/vb1iKbvhkWXzX3heM7NSDUu4X19U/efMNIKDgKySG+FjE8gE+lJak4T2KlDC4F0DNncNKYW0VCmWZYfVAAEHPL1CIhNmFACo6t0C5eDOLNJTYAJMDlTTIFOBG5hQoYsqMQoLFnU/ggFmzCQEqay6BYqbPJASIxNAdBYsN3AXyrGE7CpI+aBcg0kN2lC1hwE5DeZ3vPCL6Yvpxd/oWP1QLhhTsw823aPYGawOwuCvLjp18KEkoFvYWEcnkP0tUEAg7HkTxkIeCRPKGuoSLQLDsSmAQ9wwSELG3shIQ8HlUDCMyqxKh7B1F5DXDsSyBgm2+EQzkzltMPN5Y4YfV8eAFzqxHIhceXSdSJj5YHSOLnLBORLl7+i+1SiqHyrUvhhV6Ht6qYcA8MWKQVGxnRMb8VuS4pDOLHFXaQnt3IoubaQaMrK0OgBIabBoqodW2oVKb7rS7J2I4sisoWGBk234TnW6j4cnW3XHkUz/nI0/jx/3CwT5SdPWDVqyI2JjlZycaQe475xZg/DboKC4S09lQBQPLGKt0rMmC3T9LmJmnQSxnQczLyzCaPEjmd/yxni9H5c0AQzP+V/006Vb8Cdsq1SEGebYc0sjMHUll24cV7Jthd+hTMYcX6ZNJPyQg4fgNSQEdvMkB2ajxpedVCofjaFcGgzt9chhEE6gYQPzABs2CH9UQYkW+C0ELV/B1CTJq8aeR/rIEzZHwcaS/KkGjRN+WkKII5hXRdyYKgLDnFKw3JrKA+G0H9b6EFAH4TB9GpYzu1qzllzBwscUXJOqkpRcgTei3gt7EQmOZyC0sUpDIVA7DSJnIkVBEDfnUr5ZRUeyBqKhV8TqDaWRVHii5qBu6mXfMDxY5xGFUrAomgGXWNJQwp8rRmETdWy7C5Va5U+DiNc2LOquCWWnKKyofKqeEQCiyYPotv1z2Yc9QLHbMmaVySFBuoThIeWUSIhFF8nU7p59bKFbo4sXix51VMHayeO0wNfBEEYE4WC0wA49ZcwKknLoDYzm1Z6j1RRO7u9YPxK8rMVcrMGaem1VAjo7ytm29HJkasY8CpggMmWXABRt+6O3d8/OgJFCOUWbO7NxL4Q8FUT9aZEqPeqPEaXeM8gvD/w7ibqt+IMEyhV4en+XHWp0s8Kzm3QHT183ydvZ8T0M/oRkO3fgSmsphnGyezGyxP8QYmUogYQWOSnYMYonKN0eSjiVJ2nuSLLK+U4iEdk0kkqxjiiO59WQY+8286PI4X2SIXYoRhOLXjTf19Doi9Q6MtTpaYPUgQGal7W6Lj1bAkBJHve1hvtUpeMUJV6gCa1a6D8lBkJb/EoLsbUrIt/WTPCMORmUAiCtESIbYPSIiDPyLxxHoG0Vi8uEX8Lt6+vb4eDTBcbyAolPp80H/J93qEd4kQOOvfFtuMwelDMWb78+7nJARGMVmGZ4BjNtugHBEs1EOUJ5nq7Pl1nNvVopo1ECco9EZgJDzvziMPhdI96HumsO9rkvQKz1s63H18kg2QDBlNLYzJIHur0DOoLsqBhPpvUCasPMqiBPryxAioCsrBrXBnPRwoI3vmFcMZjnyhF9ciSM5hmcAwy6Sxon8a6SLodBDEZCFMRJhik/itnIq2Fj6lyFeIlc/EyOBg1FaXshvYyRREm9FlEDurl+UZ5RtVyCvuNdGxoDOlGPWWPuqHl6+tPX7/A5jdIELDSyYc7or0HKVKowBLjA8ZeiB6EEbtdyJOqxq+HrKCBsQRSE4ve56oy5ea93Wu0nH77pr+rcESCKqQrCdUs1wzISHF/2MPXkeQUUjKgQ6qPVGdeO9aut5yvRtnC+rTUMloioEOw3qQdWbVg3DF2V03zy86XEFXt0QYcVjSkd1G5VR3c9reEhDbP8uaDrmEKzoqkNQLDkWHt1OMeWEW0AsgKURvxhHo5+mEZ7PAiShVXoeNGRX4EtbodMlVddgz4WFiqfAWYJ33WfE9Q+UPAbPEsXuzgYlgxu0cysXPKwNtQWDWY7stp0XfZorUb0KjdIzfliN6t/+crlhJt8Onit6w0yuFTpX8g7ezMM074gNPJbo7B3E/3rt4Jmi/I8JvpA+t16P2AJ1CHAIWk4cmaOG0pKpKSIsnhCGFMnzQA4Sc94VUuVMtzAwe0C0XJr0oR7mucFYd3racO7BYpiJdjvmm3SxFwm5WpUbD/LlMtKLYaKXd/EJZVd55cBO48sjdh0On9eKpXh+UnePsQnFN5HlAC9DWGWyK6oXUfGcpe4uY0OKbzLLATZadU37np2zXkTFczbiFcjmxPwEz5S/mntZW0oCEm71ykgKeZEbG19+rVsOcm/GuoVP9POJT5EUr9XMW+j4rBl30mUkg3FDHTsJqffVZeAzro9j46deJpeB/zq/VJfZLJ7iODsudRMem1d8L54M2Bmo643qhvg5Nihc/gkJNFaZfyeYCPRoMnbDMQ4TuepYIo/t7uLiIrdSCQp6DzLOQl+IHBF3q92wW7HFPm3rd341O7y0g/SJfpyVEx5LkwUqW1wM5IjHBDgyHTaKDYQ6cpgKS2Gl86mvG9UQ7QIYtETTgEcsbR3g1GBAgqoZgrnG8RJgAOFNBgEibDViQFTtoE+j4qHL15Gs86hEshg1Jd7kgIB+DLwKk35WNgaUVW2ip2Vtg7vn51Z31IADDlu21gQxp9cZJ0FFagwAJ68vHCxObQlhkusKguTUFM5i8RneS2CvrzppK7EyyV+GTJEml+7463Qp0rG1reR3BcqvUiUuSaVA0etNgsWlJHHmwkzSKkwKEGeJRbyekgLCWSwRr4ykgJDrCPxFA6a01/Q+9k39zmyCwbCFmmI8bvGWF5aotKaaAJPvHAnRIk05gSbfehGixZt6go7Z5KcCRVsXHlrK2q0QeqPM/PY81vgQnJZlmfyL9VIES8JWiBSO3YtRmDl7CkJgXi9HwCbvHghByYekacT4S9JSGPT1HRqEfoBHCsEbFxA4yTsnclDk4e0on//ydg5GZPhCgMj3PuJozvBm/3NsvyMMVmDlAYlUuOgApCDFoRmFiTqe8gHQlQVMXLaoQILYpX692Y6aWMa2fxffp4J5YwaRVq4BnLsOqrCChYqimsWRpo9whgDIyU2pLFaRQkFRDUKk3aozrJFjHfufxIfBYnGJz1ccGLF9sc2wvrmKqh6DYcVEi+A+/q6K0L0/IgtvvjmKAjfgiNiwelEbdXOFvFjrqLphk7KU9PV2xcRu3hFp1MPbkZU5d0ckEb9uR1Di0h2Re63b+FddHUJxy0/sMO6oJfuKR0CYbuIOS46HOIBjt6jdyrxvR6o7dkKU65DDaHldsgss7ZQBVVm3zJLXnZ5Pl9RcBCt8TqoP0WAXmFDSwTUlcnl0XADIykYGmLxbkynfiNOvBWtwk1B7oy4PaM3NcLuIy+Jll+HLAMp6ZbbtNVpiy2+C9evmAb46xImqOgRDS2iHhFWKBpzBuRK7QIkC/msJDDnAJE28qfXFMKjxN3i53ZV1AycKRjx8PEWOS09M8kUNW1ZFOQVMFGqH261aPw48NTd0siRXLEdmo9tWr+phZIl5odMkt0b3Brkqz5WzQqZK9a+6QYZlntQxZJoUcteRq+JfbyQUwEcDnkhkCEALvaG+vK7OG+2/C8hAHUbEExIIlr9iiEUq7oqDFOCz+GjvGMBYRnQOZ3g7ouLS0QEB4pb6qMyHuvmsxrfe/LjtG3yxGAtbovyJmKWVAEmQuCAoJGFpRJGcIiEfZSr5ClPWs0sZD1zL3rPOfr465bXq9Mebsl5rij7PhNeLQlWCqA0OaFLWELlCRR5kwOECUGQg4QYhM0W+kAVETi9oBSmz6DMXsiCW2IIWE8fPctXMsaEUu5/59a9V3Ro+luNHVx2DMj8hiza3nG2M9EXLOJAe1YYFsQ9YTFhS0WyOrFVTGMuvcA+jUfUG25JyQgjWMch7t4BYqzp+55aHm7ApBuiK98ZYENTuFQAh3sTiQcyhkI06COIYPCf7kV0XQE+y98KSpve3AIKEbS4WCL7bBUAIN71YANjeFyAv2gLDxNNafb8FyGr4o1iSJtgjy26FQTi7If6pR+7kEA5aYERKRCycsSCpkY5iKSDZaD8K5BbG1sw3e7Y8p3UieAm/9Vj0Utd1KnUJ3utRPLEDewIg5cMeBRS7sScARjzZo4wcZ/Y8LNqPWAKY4FCcgE66kkdx5d7kKYg8h/I4bIZPeQI2w608ipzqWZ6Ay3CljuKmelMn4FKezFFOsTMzD9Dp/P7ZGNbdimDAIh0eGrG4qwPTktLJ4Ujy7k0CRXZsOJS8S5NAxToznIvVjSWiRFosFlRKiyXBpTstHDGhuxJhMTsqAjCni5KgcjonHDO5W5IgcjokHDG5K5Igkp0QzibvfiJQdsfzsdZm7qf2D9tdmc2xLt2rYdt3A4jLMBN4yykz6me9qkf11YAvgXHlqiAquLXjpBpb2dcr1Q3ZoE40vGLNgGZ8v2zy1K9Zhg/V0WP46CiJthAMl6ZG9/f90zSMnYJf8WBIVWE0sixDEh7/nFKB3Sj+m2C/3n8qwLuLhf7sZYiz66DulsdJbxrVzULwGiaHFIvsnHn8ouom8tVTyCfzc0LuG8SL1R+THvQcMqM+YJGdMwHb+XrSYffGV8anF0ZzTmhBx0BB5/YJMuhpUJdGLV9P3SYzB7GcE3n29SzQkYTRFIZ2ul2j1O8vSrUXzZUaVkZv0e4WDClyv1fmVRlsUIVHX7mmSLMPJwSDmR3Tqbd+SBzPuBgQfBtAFIW4DEAGsZrUl9nlEq66BIZtWAZkfh4BOyJFk1iWJVAiKzIUC2dJRgbT7XbZ5PXENiwBsjX9s4afoaQwTmYlIIzatvVKXeJOKRRLYM1sZUWIgx7Vw+7QjbzQfOMSeTb0k1nBnkMkytHsHLk06o26e34elLgQHctCaGD3iPhw2b9LusKvnabTanlu7MNGSp9ymeFl78lrBs5UhqyTdVPbDiujVHe35DBc5/xA/Ezs6le9XhrXr+AJfzjqyjNDkheww2n8u+oh6b+rXuBFWoPFcoij2v0Oc876WLRwf3WKluiU3GidBLf9U91e1rAX7elXwbrgi+k3asWLsXJCI/AnRDINHN1jGL7/teqah93FWux4K8eGTNUJGvPC7fQ81dH/BJsrWN6xyZNfvP7E6fes5Ah26fb9ulVXF2CbcPyRXz+Hrt4+IS6HbnSVFRRJwpGN7J0fTd0Nz73ZwCtQvipgw5d3Sm/vrzt7bX7szc6xDvP59CgI00SY/fjsonms1/TihYeCGiaCDMfEfOzN5SmdnLLBTQUwUO2Oro7DISVjFH6+Q6vh0txnrbDUW40cPSdZDlZFEKhnFUmK6EuKQpDXWrf1k271+I6d4SV5QvsSWKqrn1r1ue9WYiLXtARMZPJOwXAm7zKY/Rz8sm/EOeOaloDpN7q5WK3UMMwuu/dTC88JKSg4ihJwu2bzYt5A0eP7bd/psTfwYQsKEI8mERJsiT/pV8VvjYPQ52mRYRmyVabmzERi01tqjDFsrQujETeYROFiF5ok4LA6FIwH7FQK55eko8E4xZ0NG4/b4SBkWKdTNg+5HRECiXVGZSG5HRQCiXVSZSGlHRcCG+u8ykKndGgIOKdTy4YHO7r5u20eltkmCW6FE3RuT/Rc14+02hkI02wngT7iSt+vhWPRd20VgzT9MNwZvdZSPMewPFhTD+CBeJxob3EGFAMeRydIDP9YugTkBXZfwEFeBJ4KQpCrelT38w3cYiLbsjyaXne9UdebJ9U0qnlUP8fH+ejubCnMvEhMZ0Bndu0haU6nzgBr61F1q3f+3CQgRGI4A+pKvYI3nRFse5MzwOhXYruMILLtzoDVv33alYcQy7Yrj2XUaHLqGGhfHnNQ9aZVw/DwpsfVy8No6lGthTmJxnEGXPjiP4LNnOdjGIZaC0l2FpHpHUN63obe+X3JABy78jmCHakngFgTXoZ03CcSh0j0hBTi3dZdvVbNrWp0nTBVqLAozgL7uZ49tGeXyegGHwQamBeBBKde3/qG38T6gc+zwgiq5C8wBilNX19ECBOXF9lgrOU8hC19NY+NJ1nMQyjFa3lcuP3kefdNRJZHYLYwhkJo3FVGGCtrkZGLyJ2IwIhZsxEuIneFEUbMWmDkIkrXF2HUIsuLXOSU1UUYu9jiIhd9OeuQhHqyTP/Cw772ZlNfgH661s+S/vSDUTUxsjjFV53CSrJ6x4ufuFjOgTD1j4HLAWz1x3koMH+1PAjXgCpZUvhJL5MzluYpbLLcqtWrH48vpp/WxOqnpekZFMvwVb/Z1h3mbBti2MELQuz8nMjRhUNhh08vBKPq3YlLnqodvFzayYMrIQR8WiUToqEPcgUUbvjkAqBesAw10xZ7SIAX9I2BQP4lfGYgUxy+FTIQFtwIyRHlDPls9eRBHo0xPLTc5vYUtpj8Zl4qQI4VBvpW4OSaTj+sGUgi72pmptqonecv8sAhQGGHL4Yx/NDb2Gq5ReEELwYx6hE+jBboH0Iml/1o6udnvfqhO9ZKiS2NWJZFeRiN7tbpQEf7dCxuxy+6Z5QhPHX6VZmhbi+am4ZXJoFJMZg33cB3wwcMh5DlpE293SrDzwXPILnkj/EQN13h4tDlVmkAl8exnQjBNZNAgBNJ5oqtH1IwvWzb/u1BqfkD/tib/YyX2q8BtSoinkgmsOb4nMkYQMWel/FuHqm79VRTfg8whWVXAmPS163aKOSIPQXiWBZBGdRF8/UQ63xoh9zqQ6iQSBIB7e/oVzVsL7Yg0f4n/peih9nbLRZVdQwG4x+IsGFo3elnBZ8ndGSsgFwh8SXwjmDy7e8RkHXPytZjsKTUMu+WdxRzLpUHcMJauUR9W28JkkMQfi1d9y2dnU6U1TE4ma1HUtpLyKhV/6rM+6AUuFQHEsC2Uhw/e3ebN9HeEwlKn9T1pCIurV6QbG9WKD6RI6vPnOPDCsKku69y0WjPVRgqwWmViYP5q4IcIldVLgDspQrrCxxUmfLzG7Zs/X1g/PtOd4aF9QR+Knx50gUW45B7vzKBpI6vIGARn1cuML3kCPMlLDsycbhOriBXln8rFxBzbYWJRF6tXATSoRXmkPuycmFIN1YYRu7ByoThOa+CUBl+q0w4vssqCJjprcqFhB1VYSKBjypXHpmzwvr+3LQAAO2kCmIk+KdyYZCVVxiD2m9lCsYdUkHpRF9UPhTPDRVjy/BA5SPGnU8xvES/UxzNmRW1wyHmeLuIhOXPkxrV1u8P09OyK/PFqLavwW1UUqlCYkFqNpZADFEP86RId5Me3y9ave7mla4ESCyeZEyn2B4fv/yK3wBt/cyeH99c/dvFONarF9V80atxMuA3FIYSlD7iJoHEWTXUrZ4Abpp7BKrO8JLgQ8DuApi2xuszX3KjNwpzysGELZtc+e3uZymBa5YA4dXpD/WgFh8zBOL4u2B1GStLN65IKZ7AUPbLfoPuHVg/S9rf2KfgxMn9Bo6c0gxz1ej8iolQOz6BVHSbhyE4qp9gvxCI7QNKhKCKYFa6bqmq7IXiV4u5o6pXI3I3PxJz5VjRibPQ82qmzyCpoHEIup762ozqGpec/9w9P6i2hWcUmLhnl4uxb3Vv6S4DJAlNs2GMhgfwKMLeIFfYqJXSr6q5IFtcX92xykUYlhL91K/Bi2YxBMcqF+G1bnXztRs16GCHIThWCQh+iwffv7z7RdayIcN3Kyrw4XqfPOmBeltE+jA9LYq3VQlvwtNS5FvwtqL8DXhaGH373RaVvflOCyJvvdtykjfeAzHxtr6tnLyrT2Mw99ttkpzt9hDG/fD/PsemV9fdqt4O07xi39w9/ZdaYd8wGr7IvJSOPTpDxROTPAyKEfEGRGKw+RmHz/jQM0JlWZdDQr/VCAw9bhNjRKbZERjOhJuD5H1FN91r376q5ovqt62aP1IELwzI/25UNxoNb1viMVcnKzTBAL20DmDqdOGTwl4Wf+l3j5A9vHfzLfWdHpYFO2qCRpnws32+9Rt+Q4AjUR3N0VwgUyYtiDgQXSQpMNu9TTKSFUEumF9rjH6tR3JFyg5SpBMLIoz2Ww6luMQDuUgJM8T6t04Z+qFGUDm0k2J45Xcs7X+q5tO70avhEV8GggOLZy9E70IosM5Z4ilKHqBQSMzRiQyJ7oYoHEZXJEMhm2aKJN4oy0DQj5OCoD9TGUBkNZbC4KzNRmG8z/ZRmc1w9/wVfvjaCVBgH8CLLJKxFltaZvpynAyMixLL275gbIEbFAtKiJCTNJpEqfAqOlWtyUw5RB/PDqqqfu30H5P6qNvIw8RI0AIZhUYbyTiQHBVPTVulWd25BIY3usCJBKOMCFZQF350/RvW0+5/LTJGtOOKDg8PWPKKZYnI1tFCySCrhuNA3O4TloeSIkMWlm3JXVa+IHfIxEu+vMDYnLGmIQMv0v0JIDk9YxYq0T8IMGMdiBTR/1RM+0l32ML6/tcS/YgVU6x+7JGwdXn4sgdfYyKueQBF/IwZlLlSz7rbOdVjkm6oou0CEDW7BfDgxaUFaUdKjSdJfRSQaLT6o7J4eUbqfBDwTKXqVFd5wUY+E07ZSj5KtjDxfSLKsU+VkvZK+T/7YVujDgP7Xws0Z3ZMkZw7IMk/CEck9iGEMk7W3F64Tx5Dil4YQTbR54LAiFmPrAXY2KCdd3EjDCJ5y4wLFH+eHGZJfJici0W8AA7zQG9/pwjTz1DD2gnvexM4ztewWwztP9ZtO3tZL7vXIBgUUDTHgpsiNNqqkdwUBacDrZL1gHyfOM7RCCl+CQB2QoWQF90SFIPxa4BZqe043817r/6YkLsboHD88n/qG/DMFhprtbfgJzhIBLZ90PaDgnszFOZogxc+V/4FP5+A65+MyufHchUcupmCItlm54AaX3phIR1tyuMYNWz7bsA9GlAoz7I82jA9yalORuWBqMYNphG3bVwUbACOkvjj72Ig0ROCBFPaMcEInufs1miDOZMRVftoldQsegjzd9L8ruHr4mIf2MEwH+St1iPu5oti2GZpEHifvGtBGDy7gMV7ZSvasFsmkrjnzu2HbXlZR0wD8HtimwDqipMRDHu8ZSOcrAogDGM9TtJMOBoVA0BXFmMQj+RqgASE11vYBORyTUQ6o/Vz64K4+aNRJO2fDSJuAEMMvwUcRj33eSjI/nd+e8d42SeImHzMJ0jeARmbBhPnyENl8HZwqSSycBeIUUt3DBn6NESgBp+JkIqSQ01Hj7zmAZHC6iO5RuIEKrM+EkYpXxtx2YnFS+5HZ8F4ZvE8Tl4bAcTlcwcEwilt06ixv7q/jV7+AIcUtEirVT91I/xaAxF5ZRsiOQ4nAgNRw5/+/FcxxcGKmf8ypO221aslSEL+eMYl8mjVqtr8gN9bo1gsu3Pk096jVZ5HtmGR/DGbBIi9UQmA51qbbVuLC8iyO0cBxTaFCDLW1lAqTGQkxMNKeOZQBvxDvctr1cGoRI7NNWN5vEIKYRueI2e2Rj0rY1Tzm3on7ponEcEozgH7x6TMe3qNC83PATmoYUjqbmzDEnVu1KsfyA4hQXG0KoEwDepOb5+vzOZijQ14CZbQ/BwF9qYb9ao7eMRI0Fl2hbDs8eNv6v3ugTN8BAMKRo/ooA2PWDpmg9OSMEIikMQDJBnU8rwY5uVLYdmG8CclAqGGJwQGODpJhogMRggOzlgkFYXuGHhQCb2DCJccBxCI8DAgHYPX61NAGZ2+CJXR5xOYqV2+CJHRyxGIqZ2cCJHq4wg2sIuTQAQ92sd9Q3SsNrz+jTYT9HZTo/v7/mkaxk4NeG1i6FVhXIKCi+QD1g0pMx9sWSErfWx0N57/TmzkJrQUcv96tHPBx7t+FjhzIJAG2ehh1N1q9+YWddqKzYvFePb8JrZU2fBSX6cM3FavVDeoi9Ufk95dW5BbxbEYz56UrTLDcunQiL7IyU5EGNfZ8bkjBQ5+1rghDT/u38OmT3T3yYBf3pAv1K+GcZ0DPxiZCEck/10jkbONQMqPPM4y4ijeWZfopM/ZOZ+5Uy7bGRfvhM/Z+Z650z1PZ3u2TvY8nevZOtWzdKbn6kTP03merdOUdpb8fvK/oYtM6h29LCjaEYr7wHQYSc+S0amkA9L9h6jrSIeQ9BIZHUQ6IK8vSOoG0qF4LX5SY58OxWrXU5r0dCRe653UcIug7Db6E/MtPygcv31+7s1Kza+d42dRUYEqNIbTDSYFO/FV/9SbaZOC45sWgzm8PXSPfNhRJC+CAmC6S84lz7QYTEYugRHkg421WasxJZM8yyQU4GPevaUG9u5uCP4HvJrMjMNtJuz4K8SWTO0hCTQO8aglAQK9aylHUN18sAB03YG0T8FzRDd9p8fe6G79KfKQHcSAWguR3Cr33k/j5cv8Ti/qqh4EyndVh6OUuaqH7NiwcAkowDgaYDnLFMbc0xFZkXs6BeGU8G44SxzWd0PkHwgE4pMd0PeQIw4yDz/m+224IIEVUsQsBGLSA2lL18l4EPjpd4hBeO6dh4AchoP0JYemmeLRmQLIkbbogyKBnxx+FtcLUvCjI8/fspKWfBAWZEiu9MmHYUGM2DFYpix+ABZUBY6+Fkg7fQiWAAmOvxaAiX371BHYNHn3U+tUbS6Q5m/3m+TI5wejanhAZkdWnQJyE7PHRIV3U36O8jFkGelVq1c/Hl9MP63B48SuvBe6FMJ8Tv+yXu6emu/1RT4wFwSwwT7tiHy/2dad7juOrB22UOqNqndLsgx5O2wh+WUn9ArZSPXk7bBl5KlDzq549IBzTEr9HFU38MrZCZsm96L0+gVpoW2pY7gyGQof4XYlBfdGR+VoD3FPF3EKzwIYHlpskumKHwOWEV7utGK2Vk7YtOq0RIFOdAIxenJDSy3+5+gGhSvmhC2TsUbtrk/8en/D0bcDlwEYfugtsR7o6Dthy8iPemwZOX8IVkgUW6pwNUUrFBHJqdOvygx1e9HcNIyPKAhfBuNNN/BFKq76IViyqDtsxaYukgWYVnVrDP0wzz2GwZoC/HIrjQ5Ijy/B+QNRKmo7+X3dqGYeR+Brjm4Q8VI3drsIFG/l2iDJ8ZilC56Qrmy5kwcQabwhDKQNTxBHWxFIVtaYoABhxbpVY93EK5cTrHAFC+MWVDKXP6miAfoJlY0FwqlwAA670rEg6IoHyCdUPgzEroC3daef1TBeG9MbtP6FofJ3VJA4ZcUO4KOlPpr3y/lWGQmMYwUXOh9hUOZVr9SnfoVOPzCO0DQbZllgu+wbUeE4VmUQbtUwIA+90BQnw1wQ7GPE9EXfIonhfIqqHiYzb9t+VuNbb35cD6Pe1GMP7qzjoQVr83XXoKPJiEBlGzNzAk8g9tH2U9c8Gr3FOq8YpB9BQVBn6Lmsc6mdHewJESMNYkAqNQvNqVWNrpe6B1MdfhWMJ+oJ3iPyIqsOAbGUHMHQdU6kcfJ1yOYoKjPsndd4Yk5ogWRQJvPqCio4/yj4jvVosF7Wia06hSTQFzK0TJZbtRA3VU/NCZwo2Kh2nkWDe4ienBU0UQxfAvWkgDVQkRDa47gy5MWOURGiaXdUwlY8JhNU5lvV9l3UWwsJKtjvGgY13lxJ465OdkQagTSQWxDKJJA4pkVgmn5T6+5zjXWQBIxjWgRmo8aaahswkpNdEYzZYUaZpDxxTIvADNPT/FDNU1J98YxTgYIP9rHWbW8elqVoFMoOJPhIn/ChRhBjtQvNHZf55Oj29LA4+IOLtBiIZUNkM0d+3+99Mf2oVmRjGGJAtoVzZ2X6Ybgzeq1FYI5VYaSmHvCeKmTZBy8NYcDlY4zB8H0a2AgvsEMYgvAicASTIFzVo7qf/TRlLLZZYSi97nqjrjdPqml2L0A+mnr1Y37mRZJhkWhKQ9NbzRgj4yIyNkLLPG6DsCDmhfOpXanXlYRqH740hn4l3q7DWGyj0kD9G3HiAAOyjQoD7VdD0+oSaFwYcFD1plXD8PCmx9XLwzLXXUtyD42gNKiRVPhd6NIIQ60lDLvghSHmtx8flHnF1sxAFMeoNBA1MQdQRCvBXIi4hziCk+gkLgHbHc9pFhPp9KHC7Mtjfl7cDqkTSzhiYJuPF86/DIk1/yqYcS2v2uon3eqRaO2OkVa+gSSBCzgKMufcP6aaD+IaUMMdSpg4HedLxk7GxcVgj0Vfh3hyJi6x/BdDZB8uVaatnxTooOfrHAKmC3XrCdvlC7SOYVPl/lgqlKbmBic9O3Cq4O5kraDi+wapwhOvMk7S2ujsbtVNs2xcflrucqD6auvLDm1S5Y3a9K9KTACbSSDARnuJ8Lbe0giHUJJGfG4Kd5XxfbUck4wUraNRIfax9B6Tgy0WvdALASHI0ULaq8RQ9mmrX2vdzm24BAqwzc2ZfZRTlwPkWuci7VqV9DqE2OdiTVvUCQgBOVoUqEPwZ4x5tLohSvi2AjHGvFw9zCLN8kmcbJp52ZzihguhkA65PDlx73BSj/UQaXnhVLedB96VmjdxtviKSRCMX/FQ73ssVsAR301YyIymzugVMsZafhK4MEzPz8qo5kGtN6obo5FWgAGanoUS3asxZtqOqvk2X3f0cb4VKi6OGKUB7NxsPxzcqfYOPViRWhC4YRJIY/rtVpYPoEmS+NiPdfvhfVTDznc1Kg0YpAtL0gwYcIWdj0e38xN+SCd0+JH8gOSdgRNtRj9wZEdgGl2vux7xEnMhrKBINsbEuB2Aq5vV9kNIUNmScwU/EL+xnP1f4YoKxlkdwkcyODZ2OoQ79BCXE13AVjiBd+Fu/1sUcXUyiiTRRkeXkhrU2xQFOBkJaxADCJnhoyyCw7ISjI2UY0OtOQiEyceXcXn4EeZSuTHvQaD+qSiTZZWfLyO6hIzrG9GCtgAGW4dCUfwVqWIgnVHruUE3yCACJ3It8wtokmcKuU5HS6ePBgKM/IEBA1HabQeURXpwBBTq9ojdLjdIvqscEJ/MUc5jxuS3GjmgDxMcgkfqZ9Q5rlOr8W6ZWdKjGM8vzjXLhWB46CEcqf55TLSIdx4IleKbx8NBPfMgDplfHhMA8coD9SU+eTx5zCMPkhf547HlaW88hCPBF48HJPbEgwDL+OExgSNeeCBfwr0vTBy2Rx7EleePxwREvfFAIpkvHhOB9sQDORL88JgwtBceCJPgg8eDYXrgQVA5/nc8OIH3HQSY63vHhEQ870Aiz+8uRQ7zsgP1RD52TIB57edmFn6t21t+Ex3a5eXDaFS9uVit5rP08M1xCIZvl4dxPE7z2P9Q/I8ntMvCiLg9QgQpTo9MGMzlEcQgTyTyBBnujZB0qnMjG4rp2oiw5Tg2shEZbo0IXqpTI4oGz5HnVgO/RiQMxp8roy4ESKTCi0SAFCSvvvskzPX3uHT8U/WUZf7JJIhT3n0df5shCMQv69iYHYyZd3ImIMeOkNZm7JRBrwWAEVwrOYKTyVM76m9avX1ZjqSSe0lwUMFCVNO8avUmjbs62SFpRdKArX3U3Xz+VoxxsiuJMeKXDHNoRuDW4Qyow3WyhEMeBRWYF4FSHbZXT7EcrMogoHebkAh7qyIIz1PbDiujVGrhABEUAdu9C5II5RmXAVp8NbBXcGkc27QgzGa/A5AIZJkXg1q2LpN4DpZFULboRT8Uxpa+9UeIkNIblOwK5rh0t05i2NmVwTD92iBv+NEcJ8MiIPOiTGJ74piWgZmvZJwH18lIYQSFwOatyaQRlWNaBGZQ6kdCJ300KwaR8h2d7MpgLLPYxNriGRcBmpd1CPd4CscxLQIz17rEvHFMi8Fs+92DthlQQRRl4Pp22qTWI8+4CNBbrceU7+tkl4phT1n3dxJCFPuf+FNSRd1+acdW2SF5Kx0HTkS671rdgeXq6B6DwVkXiohddBy5ZK+cOMj+ebBluX+ltpxMx6zKIe3eURIzQWZFoJgOSw5Rjo8SCyeh5AjDomDy8qMsi6ANaiQv1XVovMDJAGH7yGEofZ2v5BJfIEH5V/VKL+hlQlDZe9l3o+nblvxQgdBlOylMAOm3qHRbCcqr4SgTWunlWEDBEEvYXhB+EfTPz5He2h3xnMLTiYsMuKJjBE+VNVbgDa+shpFVw8HwopNFol4Gl2MMGoBMgZNbauQQo6X7olzchE6cAGb17KWQC2Uyr89PgbY/nL6jHt60fpZsmaFvb/rxiZ/ftHlRefwFTkBf+AgnB6AdsRddQ/1jWKRI43KxZz8DTfTlT6kw+dpmKCt/cJMFsXid//p4C96tDFDY4dPTTj71GarKX/vkQJAPfoYQ8jc/GRDUs58BAvjyZyYAfjV9IC98oJMhDp9jCoQFR7o4orQTSKie4LTNwcDf6wwRhE92MuTp16oCgoTnLVkQ5AuXAIX8kUsGBv3OZUCR8NQlAwK9byPQlz14yZFG3L9CZYnbF0M4/vJlgJD4+CUDBl/i8BlkzxPB0vYw8u5VmbZ+X0aew6hnP1SIAwgmGVY+1uvlIno1m0vir0JbXsqhdCUOw1A21nBMAEJ1yCiEuGMWAMF9JIoi6CslEJt6rZAznTjKySi7WA7bbSIAyygbYND/BNtIVHxvkC9MXVOAq4tvKRAgYf0FSkN699PCQDv5JV4XDkEEi9z9OPbgrBeKsjoGJ9N0JMWcstQzOOQAJfeBswQNNtgHFQ35GBVTcuzBdVlQcBdWKgdUkQf6a51/5lcNfIrkRxd7v8umk45CAi16fwWWsrPqy+xQh56pOP3Kz6jIi8BelKyHgC1I4fkNX010bCMui7WBvqxoyAzKOmWmv0TPR/hh+OVHdbJgrPEeNgDGD6DWuvti1KC6cQl52zfqrtsdD7pEHWJgLGZsecivmroaHQZzbMTyTk1Y/GbilSEMJpgzwNeIYHEGV4k4yQJ40akKOD3BZRvcDVUi27b9263+qZpL/K4wHAKwLoO0O2H38ejKL8cCYshH6+r2fUSu6cRxLKtsBOyWQ1R9b5AvvFmBkzJceGeQLfyiG3Wltkbtnuv+vTad7tayIsDjyMeLXCqCM2EXiySC6GF3Bwh2eTYK4hlmg7T6ydTmnXqaHWUJbQvgrFQHn70gMA42peSRdYQYAbWSIIKgLgEhIMCLQBIhNtOomotp7LGDKCiHb5mN0r8qY3SjDnFe1tuaGNZgXGQ02ZBbZQY9jN8WD2cRl2+ZjzL8RQawhM+W3Q9p9+fs7+uRMzjGmBiRlQBmXClDIVLXyiRCjS+q/6RfZbllGWUDTNv2vQOdO1D5o0mKeDhloJzlUo95E+erU45VlzpNnXGImomwG+pvj5f2oYeGQRTMuijSMC2PciVDnewLYA2jUkZ365R88m0L4rT7MRZ+8IbBFURSEBA9ucvgos/uJuLAi7osGmKNNwkGP+bGwIkcdGMC7RYyY4cAQRzQNAemUcNoenZbfAqeJao3qhvEX1BolgURvcki4wIL5qURm+2o4UOx4G0Rx+BZot3KvG9HgaxlkCeM3NIhv5wj804O+VUcJe6VSLxOotQtEhmXRxS4MyLtqgie8Kbu9LOar0wXlLdvVAJA1rcEVjkI6C0Z8ssx8u7EEF+FkX0DRsrFF/n3XSRdc1HidovESy3K3WWRdYUFF2Nr7cZJUUDbPBzMnwcGIJ15cq/LSLglI/tyjJQ7Mbiiy8Npoqbbsykg3/Xj83wEVEhgmWVBJMwECk4B6Ms/IHHGnR9lLrBIvrci+7qKlFsqWJdT7AJh736efuUvp+Fvfnqxxd77tNCQU3drNe4CfXj/enPFkQwsJNJetuHeR4cfyzkfOTHyfI+OhFLXI1dL5nkUE0Udj1xRmd8RIOqXle7WZHEdfi9aYk6k7EI7oiaUm6soLrqYNFV6rrS4AAFpvwz7abxSxDD/8Du/DDf1T72ZQL/ZIMLqFBgvuyMiJqg7geAxsEjQz7b7eSz8m3rfHXZl7WkRJgL/q6nR/X3/NA1jR0xaYlpVGA+/VlFpx75rZUb9rFfEVxZFduM4Ly55DpRHC58NLQDX6GHU3Wp3+nW+ov5Zw3cysDix2M6avy+qbpATRyzok/1ZMfdeJherPya9c2r9eg8eimZBY7GdNQl7XwfVjejBThZ8GM9Zsf+YlHmnj6axsMN4zoodf26CRZ34/EQi9Ov8wHSBLiWMpzS23wk/7JZ//sLqfsHAAkf4ehiIw4i0QuVa490BnCJiufQWeTQgxnMyTYdxisNajgN5rN/F0wE0kX6klWuAJM1GRebAnBsTQ/XkaxM5SMw7AUOqnIsBeWDLJUD8QnIN0gtpmLbb3owDX9mzkEkjtZ10ngLC8Ws/vl6KRRvb4ISw0W2RU9hN31DrdygNGkcSHlYAc2HufBTxxQg8OL840CWCSOTCFQMiZYyi4nwLICQQSbyUmIDoCkcMSrbgwQJza9FuK4+oN1aAcqtYQay8ZSyHVlxJA01htWSI4+UciAtLFha3y/IfU405qO9/EiyyvNa6xQ6K2LFVdki41A5cqJQy9Vp9oO5T9RQDgyRh8gZXRzF+cWtEajU3/eC8wtE5BksSUd1cDODmnqNyCpckA1+94Sjo5Mjb+kmB52Cc+A+hkiSWPzGFfaAkgWHVm7jCIVSSxMQohElUCuKxv/tJpg77IyDMEb/DkjPYB3DCBhbtK+3f8wdVQWyy7sqBRdeYYj2GpX4KTNappO4xVBP1jog0VnbIVMULwi9B3KsAirKKuBT4pGR6sA1262cyHc7XppEbTv3IKu3fbgrwE5vc89GqyHTFC5L/NUERyj4on5pYkjqcH2ODeEZwxjIBsG8MFBZ9ZjiAU7rHSxFjZQwFLDbFwGNnTTXgVEgrHc4gq3oSGPoOSwIJuc0yGQStiDiCrDpGYNxKOV8VSt1h4YbgV8Odhxo4tgeirE7BsRx2QDMGaJB68jiNh8UcrkFkOaM2HA6tAdQ4AA7JrxFmZ48vFxIClW/MqSWRoYIbGH9rHQon6HiJzSc0ZviOSDyl9JPty9WKMv2DSb54q+ETzLj23iJfepAXaXW0yZdH7+jF1cPLegXibt2em43LevWiu/VjPfwgRhtQyAIDSzxeaScPJgXL9HpAqhuOs7fBMl0kj/bthLysc4/ghLXg0dSrWPmfwpQqeS/GlDK3wLHsnkPwGQ7BqZJmiJJlHGjKSxdECMt1fhAxUqzHIKVK1Y0wpVBP1EnZ6wEk5G4UAHsxFwQg38jFBd3S3EZcJNwQQpfQh3qzbXW3RifeYeQVZIglcQtvivO3FCCA+M4CT/h59u+SpNw2yBHGr4GFVCM3wfIk4bVvSI5YAedJ4d9oKEZe58yTE1WdxGqDf5HR5RokcIk2l4pa2vpiacJ9B151Pw3S5gnyH4Aj4pQQa2EnEzCIoBAY7yvJXeyJQ7lVe/GwgrGWn/jV9qlvwD0SO6JqHwjL0h2N3Bnc0YCcvgUyG9Xo+hEtLEvIDpkoNb70SDvt6OyDJYmY/Tt2rCR5gZMEh+mJpXUKlySDf0+WRqS7IQUm+K5JJ/6JuFgyFn3UB9xVwn29aVHge7/pNPXNzz8X++6PkbG+/YUs+fs/aTHbAEqO0w6cBNltAS0ZaQ9sPU6bQIkx24WTpKRtoITj7cNJk9lGUHKRduKkxWkrKCG6vTjpMNoMUobbbliKorbDEwfaj1tVD5PBti2cIPx99U1tfuyNH7CLg6DIK8CQTN+RngTZ1XXsaB8B4hgWA7mG76OIclwTF1IkYKSUjGspRnGq3+FJXqz/Ov1eogPzYov1YBZcShfmq8X7sLjgfAvPxNQ7hs2Vw97gxSTJd3g5smjL6+vRTS8o5NY/zr3EYSh+Xdwfc/9Qr370z8+C2KvAEktlkAQcZQ6ssV17FONklY2wO4Ofkhu+ZQKKXfIPy51K6KqP9XMx1xw/TpZDjs0pXF4K9EQLSgxhbCAWCIuWPGBhv+yoG0js34uWnvwGEgc1ofwybiDhSFMlmHEDCSLtluFyx9b1fGyNKEgvUP6aKxylNGd9duk5PoSCPsTHliX8mxHhmJMzW3p/U/8kKc/KMcoE2N/d9kA9lIlgAKbZMOZVrxT14gvK4lvmoiwDs0vkkCBGYRsVAbhVw4B4K5EMJ7tMDNSlAJGnfQpkstgiCSVNLpbw5YXKssYeh3BbfPOqzMP8LExz0w3znT59Fx17x634fcIc7TpbqnKjwUommlhOLh2FZqcw07ctvEQTNRL4FDQfjKp/gFMEnkxlRcHJHCiNKFwe1xmQRHUKRZNXKRrRWe55UmvdXYCrTUy8UwyF0VZG1aPKYrOiOBPcUpsLEB7iKYypuiYrAw/2pbHwsS8PKzIWTsR6rse6vc5kcyIpDLg7EZBVolYUZ4LL/ST8eM6D2bYXWR2GF01hyOGH3mYV8zGCwmC7g5pZaFYUZ4LLrYF+PGfC/EK8MSAk/RJ7fkAEGx9y/lp3jWy8ubfg7xASzxMxJKLPFUUShjYegyKOC3HA3ChKwmWjnQ1M2pq5VElNGYBkV+tNbcaH2fE2PsmEgwpmTcOgRvjKdCru6mTHnGsjaUKXtOeraJVJIHNMzwLX9Jtad59rZI2OgnNMzwIXm9ZRdKzJnAxnfsMJuYGWRDnZnSWXtsu9/klF6JieBW6YnoaV0U9J1d8zLgXotE/9Stftw0ttkEcqnACCVa5RbeDxRhBfdQiLVFKHEMvml/6NnYDqFDpDEvEOAOQo9wBMyunWXjSyYB5q7YNmiM2ZI8hHuRhW+26QG1CCQIJauEJaTjDKah+ckZ6FFTuMjF2jhajSF2qxZQezEojuQmdKjohHDqI5Ug45lKhbZeZx48WTiY+nwJD8yrM16lkZM79t3+j+Er1FjtCpkDiwLACTFsP7Nl98nYnnxlECz8zTIr0aH/vduzsPyOtmFB4SRyJeWIsih66CQAU2/sEohRv/ATvWIuBzNBgjci8BWxjd6INlZRt9BARQwrxGInXChSzsIXHSez8ALybb1e37qKnPHRK3rLIRntp+9WN/R8TN80WDr2VjOFgM2WirzQpeAcBI9gb5wrvEfDm+Uy+jAKyzkRqDjKgQiF34bFnqiWBUO/pCsARgGucud+yxF2RxCs8yG2WO56IZLp5HZVBXIIwGMM4H6ucHiWUYB5Ns8WE0qt6gLigYgGOWDTGPQ5frL2QNqGOWD6E3areiKIOwzbIhXmXir6miYcd8peaVjS3dTFqBCnXKfoxBlxwfetjk6R10CAJ2z0VwhJ11gBbvqotg0h13QBV022Ug+J14SER24UXwyA49APK78yII8c494AC79jIwvI4+JEK7+SJY/E4/ICO7/DJwkQFAiBR2/0VAiNs7EZLYBZ58acY4JFSHRyFF8oIzJgmAkBFJGSDG+CQEgkcnRYCosUoA8loGIBy3fKpH1a3ip/Xw0PyRzHNvVmo+xXL3/DwoYokKlanCKKgPB0wctsqtOj0HTqGybEvh7M8ppueUH0FhsC+Rm8mZeF84d5UnQO7ONWbknhdBYbDs3AOjKQU51matxvTM8+wzsJz2atuP//uiiU20glCCmdYWvMIZibLaBUdSF8JiA/R69aI+TOgQBhF3zbIh9iP9eq2+ItvAGIdvmY2yuMiIEA4WudKNmk+HSaSPFrnS8DWEmCxxFaFAMuKMg2lz/HD4ENuLpkFdOTEEyygXYN8PXTRX1OAHAYGMc4EYTzVjONTrzGkwRm3belkGw146wFgCS+bglY1GTbYQpuhsiy0+zwuI/hHRd6xK58c0yDqQffiEnPA75Z/Y7T/HH2nfZT+6fzjVGI3YDcaXWCa9dx1jKxUMKRhOrFbz6WvETw6PvLINkfKBE5HY0hMorNZeBjOqjTxLjlalEB6xdwZiFI/kawNRELsqPi7j5P0TVzsPAPzuFDRwvhMHHbXMmQNPE3mtAnJ9ToTMtoXLIxEHXAVgweBrAGIUzOskwiHyPuFAOVX2sEIHgh1+FLWRahj0k0Yz3Ymz8sMzU3mkRjFG/aouJ6QW+gxWYKSsY4KreulV5xzvYOdKTzQwSBXmpXGVlbpllQ6c0Xgyx4CJQvC0yRMhZktxgW5+Gfh2v9+zBL3Sw7YeVy/YYruvHo0hEW35r7j+PliiCOr766nQPr8MmW49ITeYBErHoIliG+S6Fk9oQ13QEhWhH87zpBiP5UUFEXdpT4lyk45KoB2Sq0FeEBsVQV4j9jSo94ghCfGDd36bT711JxJnPmsX1BD6RbsoAtSHXzTN5YS7C0Ph+D37aqLrih9ptTOIJMlGlo5yUWXZAFeAEv1gAhTZ4I1GAcv8MlIsl5Pgmb4Vvi4URFitgKUgMDUzIiKougZzPwgFT4HTBSON0VGL0xwRMgN1sVqoNkQvU+OIopd2hYL0fV0csVizfpRiteyuUHrjflRNfsuUgyRt8o9UOe+YYmBIoxA5OoIELbD2QESc2DB7qcmp/eHRDvaHkHGshCZI6iFQIKw+XM84rOpwCllucBBGyxseuOAZVdFXT66JcRxOLfBxkisBiIPWAeJdYygcv/xVh6zso9FWBxNGDQhfMHbFf8LX4hPaO4t86d2tMzLxo02SPFq2P/XI+7wPAct+3U6s/I/7SJ3zbbva6Z92DIb1Zbsw6R82AIOV/TyWiHHNYfgl3qpuDT82CMZZHcPHi3yBRQZWGjlhD4vuQ8slkWz8unyYrI/IClr0M/LjZX9INnvGpxToJ39MDCDO5xQAJX9QMBBYFyIuaVA4wcBZPddTS9cwwC/pYBSpCgzHgufebGqh/tEmXz66zB2I81a8GdLxxe9Am7kOzvFviaznht4tnKVdnvC8xi4W3xslAYCf1TJWZS1QOiHLNbBhtLz21QVPbV4B9bTWlYUTbVwBnLS2FcOB6wB2tM8NISjzelTr3tB7zac4Kyu8NJ0LOooxDZH8thl2gYsCxDbBbH3WThgphz+wBQlGntjiSU6wIzOkNxGey6gYXl8ZDVbBt1ewSFNbi/T3V1CS8Nbpkih3T/+lVqL8rlw7TsFnNp45T0HQIHA15KzcyJdt6qaJ9pnO2sXRIJbFkXWT1bJ2KRA+GkizOAYyKTmLZZOZD8simKwILJNc8fh37yqTN+DwZX/qUZjko0Wm9OKXMXdG8kIHTLNh5s0gWU7YNpnyc5MlzgXHKBOAsXYaXTgt0gbs4pUVhG0jzwe4jf+pR97syApYcHLkx8qcG9nUySOdQDuxpBkw8b49gEns3WEYsOzvjw5j3H1b0KLg4BOPP7Fs4CTmedsRkBIXPBFafJ+ZoGJuN8uAYhWa4kmq2TE8pIrPXRergXODlmvigHh5jZzHnv5NhfqpHxMHiFEzQqDUKoEAgXVhiO5YDcX3qwb5btVA7VWJ/JIs8XzPJBIruoU2SDfQSDmpK5SlXsQZKoCDqtvD+A6fDXND8KvbfEfD2vRT11z2bWQOdYq6Cs0iWb8Dx+ZRzVpJUlbZBjnCz303itJtG+QKf6w3uqVXez3lo0WuNHZDNCZM3gbNk93UZq27D/2IXKEASXs2+fKf1DPdWAfie4t86fv5mQiZ9sEkX/yxp9fbAumdQY7wm+6a/k30cbkmQvH0Hs0iyO/RSCxpF2ORFeliAji0i2Gt0johBWPb+FJNGDO0bIqnkbtQMR9z405TvbAFJ6hQzImjaT9ByTM/kIk55+NCxMb0MEPSoB5HAuvFzsOGNcNzg5ab4QHx8mZ4HntqpYT00+okDyhaGyCgtMqAAjl14UX10Su9gkCSDavHek1fpgPHXoWWSI0IUkDMARrTb6/66alVH/qfAhjIthDOp4eXGqkTNMvRMBdkfir0tu70sxpG5PIxDCU0zYTZXSV2Mb8f+JuCZw0wSmCYCdLUOoHCtcpE0J0edd3qfy5XmFwp5EJiBAW2zkYiL7JBUeJ32LAROjW+9ebHJeY+AyO4VpkI/asyRjfqU/3eT3C/CVMEhpkg8dvBEJDEy8EEYKPR6lV96Zub5uv9jQgtMM3MJeKiMoQBuqesSL4Mg7rumm2vRaXlWuXmxnJB0sV8hYoe32/7To+9uYE9fBEcNIZMNPpSN4Qm4U43NtA0qOvbh78LaE4WmXkxDeqm+TeZ8s5ALhwOCImPZZAM/s2sPj9tbIZx6Y6iEVeIEZWqAa3rqxfVTK1qZAioGRdCvkpjy6cvz9Ag3HUZmyVrQSaGs/RBF9wZwuB0XaEZu3DC2r6kb8AWgrwwIm89bdUgduRVaEgm7oSPLYbXbfuErYWABJZFnrSdjie11sS40WeATMvBKORUSxRFUYdbUkBQr744Cu3glwBD+HhFaWLnZHEc/5P8pF/VxVZjGPufBR/iNL489j8UWvnsGCs7NJ6UAyM6vW8+7+Yct8RMxdENTCTiSV2Om+ycbicCJOh6HKbc7gfAgqsauRMQBhMsi+v5xdmnaR5ytX3dILfyIRIVaB6tFzEHSj/W5TqbLK5DDEXR+ufnVnexjwcHO9lnY6n9/CuhCAPTAjCjMk91s1/UQK/Tw4kg+3ysn3rMoYLMs6H0ssIx9rEhEIgEGKcAQW1O9PJrMKCo3VnNy03vv6q6oVtb6NnWwJpON+vWZ/VzVKar24f5Atm+w9ccECjIvgDWoXCvu/qppb9t6D2kwDoNCaojX6anVq+iNcQKxq8fyx9BpNXegE6dTUyn7QF9StwNIRjkPZG13Iqu2gWVDSP2wOhpTsYrjxBK+hOPTDDTD8Od0cTMK0ByTErCNPUA+3wCFPuwReXhty5BdcFDlzzxF3zhyRd/aWVLzyzxq3pU96hLCkxh25TE0euuN+p686SaRjWO+wI7kyJxFMWN73oFdMiWVz5My3wvEKJCbIvirdQrfG8GxLMPXBRAv0Y2EQIK26IoSv+2f16NjWJblETZmv5ZI57HAMcpON3f06LzVl5aRQUtS+bHoOpNq4bh4U2Pq5eH0cy3TLCLCbUuiojcPwPxUDfP8MSGmlxuc9R2YUumlX4bFoJIeBiWiYJ5aEEQ5EXrLLlpUJdGNaojt6Z84cCqZA5Mg7qtu3qtmlvV6Fo0Uq8w48KAn+v5CZDD85sCuMCwJNibejIj+6s9hhbWH2c69ev13fzAtzL4RT1uEMH2LXVTDxApfFWPkySPFhXG7uaBVf3LeVIksdUqUJFcm0IF3WnwtHnqat3eq6FvJ7xvDIIJDj0hcy04yuqJOGAH0GKibzLRtxKiLwo9doIJH02yxbdGPWvEmRQRP5pki7/pBjlGiWkfLFKknRqsN7u5IdxpHX8tcibUjS16HvSEhuxHYZu/ng651RsVwXdVPJnI5gko5JVE7CpUN4jYheeL6dem3szrAegjCYBEhZrjSWXcQ7qPNYWkhDy6Qw7pyg4T8ADQISoEIDs8gAK4FW6sOz1tru5v47M7JKxgXXf3GOdnbMGaEqhcY6zYkeRgQGr405//msBysOOWhRCLdHKgyeIeD0KYVatq8wPxnSdZLMvz5NPupIAyaRXKsy6TW8+1NlvMvZ/EsSzPk1vPRquuad/TcsuzLpNbseVYkoh1FiEdKOLIyEVDHBtLFuxca5Y7d+SgtumZ4Hoz1i2yQ0yznSzLFO48VlfGqOY39f7wPoxqk1C0cCTnyTvG+/U0LPWKfUnQaVB3evt8ZTYXa3TcSoGGEZwH9FWZIamxORmWqYtvulGvmEcUSWJZFssjZ0g4jx4+1INqRIPDqFW5YSJPijdgjCdWPnTk8gkHkemo5HCSSxsfWCYDkkNMJp98sJmOGxt2cpFZA9BkTHIoykSUD0rTcWPDUy4ya6CajBkbsjIpk7wKSkBHhhNy/JThRXJC6KEuEz5h0JsOTA1/ubzRgXA6HnNIzCXNGRwnJ4IzTGYmIHnAnAzPGToz4ZMH0cnw1HCaCQ0NrM8DSw65mbTywbcE1xmGozcemcNL5tzB9Oxk/aRbPcKtpjm9zO6FRVobQzw5jzxNfNKgniSmIl7+i456HyQhcvx1qlPskeeo6Oi79VQj/pq2wjFYggj2KvQpfvI5aC9q+SE0qxolHz+jILgHz04cWUfOfBT/04zdwuaFERz3wPakoBiFm1I+OLYrRbY90lvWuKLYVhisKdoLwxGCciWPDwaPEfB2XvH7A8PXDWLXBmY+78B62oEjGGQceq/04cci7gNOZFHvgSNXbsNW4g7pGAx6fbQLQN8cHRORtKKF7ouGkKDKE/3y7ECiqxvo9iyItrJMItkc+xIjn34ozfn8OcK7EpMm3LWSIwTlGnNm8cIU6iUzXTd88KReMvTeiOdqjsMIrCnuJRkuI4+3ny6Ru0B3Pwl6RuK6MyuuagXcbuag75nwI9+oh5EtcwrHzLGI7E9W4o7BktKGjPptAW/Yn5GijRrrph7rqKQVMClVRq1138FLObbOKVySzOKux6oadsgiWTnM1z7HE3gMlpQ+vImyNcKWKSNd2DTUFvQnojI5+QjO1k4fv9Eg3IGVW3szhlUhjtdIX5PNz+5XflNNOGa7sUX9sU9oYk9oTyniAA0JOZn0vlUNcSbm9HP+0XUvLtm5dYsz69C6D0GfWJciRI6nB+IpZ9PjGOjBdF9fdiqdIYwcSQ90DTF9i8tgh899GdHJc5Ysfewc0E84cx4HER8498HKnDZngEY2igOulB3hOAb7kLnPk3fCnAGGHi8PSGRnyxnS9MHyQD/hVDkDgj5SHkAknCePQzDPdfswOYe641CCE90+WO5xbgYccpY7IKEOcjNksFPcgY5/hFsoFDmv7culHNZmQGCrGoE8eUw7LsQ4o+1Lph7QZsEwT2cDTDlHs1lojHPZAFbqoWwQyR6sf72JNlNeEP6g/blFZq1QjNUhNFwJfU5McmrbYWWU6u6WO7zBugjLA5ZZKPjMDtSPTO+YotSWOCgb3RwXCvMz3LbIkp4GZS5WstJ2bbLk0Wk1KEzPrXFJ95v9shyfZ3y5QMDsSTceq2j6DacC3W1CyhZHafidigylbfu3W/1TNcSrIhQYYH8uzF238fHYtKWgAnGcA7er2/dRr8TFbNmdAWtVw7vvBNHe5BwwmxXSneIwO5MzwBCdO0oT6+IF8lTviupH+1gJgG7UldoatbvM8/fadLpbS6svHssZiiy22ERxpiw7ieD0sFs7mi+JFcJ5pmeAa/WTqc37px6/a5bgC63PgrhSHXwpEIl2sDofEvJiXpzKfy+vIBi1UEWCiZesRGCbaVTNxTT22AEjgs23PQPe4XW2g8plva1xD2iClYzoDODb2Rt+GL/17QRvShOsvu058DTonUVBafxdbpn08Bep9GJxhlwwaqx1d1jjuK9Hddft1i4uUXcvgpMR3XkSwVj5pbFT14BFoOP+8jwhnmV2BqgJXJwlcCZ8kVYmvG3fO3A1jhI/GJ0hJ4hVBZQntrZAy7srDPdq3qiip7huGP66wvDSv+luzY60OhlgSfNwMWH8nUtEWPjMJQEidq+BiUg/mxSUeQbCl9+HzpNk+vTABDHnnhSguX7JamOSJPGBUU7aWFiBkxGzjF2vZVFZxx2nl9C44zbN4punfY4xSG49cNlE9SHi3f210/PJzbq9aODDzU4Aibf+TXOv1vPTT/BYPYi28kyQ5Dm8hPi3uoWdmxHlQ3iZrJOVi8v1P6Z6nlagrvJhqHxneSROmbs8gI+e067RKRhCcjJB8pctjm0xY8oi13kSwy1rdPi2/CL5UODhwSmaYGfBJV5AsMiHQY3x+A+hmBLykYWTmES/XRqD28VbJDleuyFMUDku4OZ0/5uggmz1x/keg/kJtmiMlReaKtELtP1c9Ztt3aH7m46gEzZRzqhly4chdgqZJtVQc2RHqoEmwxIp4rCKqwSdVhEJLc+3MnQO4RJlZhfsgVcpnLBpcs9Gqd9flGrpC0FcXdgoDYDY8HE0Y3s8EZmN3qhHtE+zhayQaVLkKRlXCz4mIxHD1xMcocgSQiiS2Pkc28e87gdHEXVAB5r8LugCH43ufv4wP9NNjEb9UJKRiyDGqib2YUNU8QAYFhUOgLkY+BgUxhCOQQkMsISNqsmRwRKg0IjUjo0xMD3QZXTHlh67TyZFGR2zpcntnUnJ4YfeEvt/oapjkCPMafJtXXa778smt8tOfcpsnEkoYQttcZVopgM07EtmNthuUMnXzWsvwvb7YMeoFwVacoghrTnnAUXbdAgorWFHgdA6cd01vBpxCFi+Pjgxy2rDkT6nLrj66TUhBsOqBy5Mei0AYPA6QK3YQwEldeBpNnxSyJlPPPrKM+XUhsia+D5G5D2gOAr1QlAKyNwVp5HsLQug7O522kcrhPFt03DQaoldFxUE4ldH/NooOFLo+ij2J5h7rRSCVGYok3LNFAIUXDdVBCJlTFXmOioSkaqs7HY0+Zoq7ncKXlgl+lD5N0ilM/n26VhosTz80Fve+OYYsvwAx41aNsI5JSBniOMRpI9xojisQY6Hkz7KgXCgunDZb7atIq4ZAwOWWrAKI+WsWbnMiaUPSCcVPgsmVvYATFLRYzBQyTf2wIOCcwIWbQPCmNlNgEufWAcA/aQ6wIKJ1QEAJqkOYDBwHZi3oRk14BhMUP5DZOnNj7U6WMRK/sScXO6ecmKpR0HiZe6BJJY4BAKVN2dNI2U5gx0fp3nPXboosGqRu2BRYK2CuUzBGVknLU7E1iWC2TdrNSI+/1/tuzCJtmWTKx9ZAvGVOQsfcdFnbYbxj6k2o0bOxSHyvmEuyEY3215H2gePwbLJlR9ftGlS8sE3FINAn9bHOXP/sY802myGoUs1oEjMnKYUSEJio4pBJDWvfKxYQ4thJTW5JBZUQ2LrcKWX4LJX30otvBVcc8tZbstcaSu4yFZ2fY2xtMZdVUtbUDusP4liriwrulkSrFXd7nuXaPvrBCzV9IaRclpdlzmxwQWkk9paFkysmQVgklpYDAYqedIhZhCvQzCiq6ygdAkPqFvtZOagDAehvWRgkCvMSacTmC/oHqeKbNENJ6camQhQFR7n4R17JBaGLtUcIDFz2gQgCYkNAwaR1DrwsWJNBIaV1E6QWEANiSw1zT8LF66Qg1lefNUpLFn8Cx8mNzW6v+ta5GyPL2iFTpZ86qeuqc371Xx6Hr7KMRAObZLlG/VcT+34pR9GZbCLQ3x9wCgDYFgZvY14Qdradvh02bjnpaXJ9LukBONelyc9ps8lKWdMT42SLbF9yHSpn6MyHfY4bKhnB08WfamHi2Zqx0/U/Yu+NGCUA3BlpvWDHqcavwoRIAischAe1M+pbuUQgF0Oxjfdt6qDL32F5K3wybJ6IE+YnfT2AZOFNvXPh/mCJJaYFThdkHidJhSMvVDDEexftbqvR+yOiEDTCZ8s2791yjBbjVPYZLmtqI/blujc5mu7ed/kIWSy1DDXuitJr+ZbpEsznOwtWa6LPSU5vkybp67W7b0a+nbit32IYR7IF6Oe9U++/jF8uuyr4HO1AksEkbE9Y6XLDibzHGNMHkKPMc5WtUNOr7SJGVy7FAwkq2+65/5eDdseu2cQDlrOLwCMmecbEPBTU67vfXzOBXDYpkVgDhOr7w1rNhYiAREUAdvPuL7veqXvU7QTC9HAKArBDeBbEhGcAX9YQgrA6/YACEHvxwHhzLpCCvYMjIWwn159Ry4LJkEc2yI4evhOruPBIAerIgib+uf3gTGADzFsyzIoKjqqBygUb3TPAphH7t8NZ+wAgLjGRYCWcb2Y5GBVBCGjTS3flnJmDCEHe/bARNDd+vtzWyO3a0dIbOMiQMsn+L2Z5PXEtiyCsgzfv2854/2QxjMuByQvpqNZGYjX1CbFtkxFYQyeY/tUYHj+MDqyTYTHnrRRBCcOndOIpw8WnmUtKp2c3SsCJ2X/KoaG1J6IO9EhSEGPIifKRKeiI3m+X5GLk+taFAOLeBe5MCkORjEAmY+Ry1PAzQjCCypm/JbrMJigEdvNDx8YV3UAVyFD1lSTwbv+vntQ6sfdqzLUUj903b1rmA2CXJONyVOXZJOiYZlf3d8yi90PKVgFUsOf/vxXYczV0UpS0YPkYC40rarND0WsCcFQlt05sJ5rbdCXIggsy+4cWJp+opci08hrvUVgOFfXRbGQq+zK5d5cMEbVjbhUbcOzgBn1rIxRzW/q/eF9GNVGnI9wFOeA/WNS5j29wEPzc0BOg7rT2+crs7lYkzMCGDI0Pwfkm27Uq+6IMTJMZ9kVwgq7o/jmT8K+zzz40d1zH5+reHs/gCHVgsX2f7a6W0dWcF0A2yBXWJp4zyZL3qhdUyYkCMyEEED1YrgSncLwqxjHRcmLl++nZEHjzQ7p5+BLH8OLZcMs/aK7NXMEGQSV7N3ebLZGDZH7cWGFyremkh2mBxurHe7C/aYb1X/T6k0OBsdRBK/VnarNRXNFOvogXJ5xKhBcW67nFi2yYuaGK7VSBsSaskLmJSJtrw5i4bT1PHF6DQzSTlj7QlHgco97GtihJG1D5MPzdvWjJyEcWPoMxuGWOQlAaJoLw6hq8h1hljDjznJAnXt7OQehUz/H7yPpHBYS2EYJAHT9ZjRtZ9kHgCNObeAKrf4jUMxBHRsk3t6VWe6ngIBasRvBfqgHxWj8wsCCmmGI5W0s5mpnRRYAkAJimePr/acEjJNlKZTI/ilOwtk7FYAMlJMMSjFE3WMECJEvA2MIvg0pBPo1zI9Nsr8GO3DZryGIOfgaGK0BkKLMryPEgr6Osmi8rwUgC7+WomCcryek8r+eokisrylk4n9NCAT6NXEHHUDoYuMOLO6koQeUrPTRB4rGHYAIcFh1o9AwhMZCa8u3vmE3vVbYUnMxOGLOjCzEz2j6A4Dklp8BtEAMox513XI6gAAujKBMTnF7pAAoq0PigPH6o5AroztiYHF6o4ApuTNiAP3/tN1dkxw3ki7o/yLe0jiJD3cH5k4tzexojzStQ6n7nDHZ2FqJlS3VNlnFqSqqpVnb/74W8Cgy440XyIhk7R2NiARQmR5feADHpuvNqkfbb0W8C+try+s2PWVbhtH1sXuuLWcSbXQq35hnlPwZF90Oe7244Ga4vUvjWOh16YI7z7BL/djYGBbPmMFjXeX51B3L3n7Wr/88P/wz/ObP83Nv/qUfzueYxSOfbTkZrXjTarJV5z/nt3/47HyzW7uzKQIePjvr7KA7LA78lvH16EHs5KDtv/7TJKevjvePN3+7eXP1eBw+v2AjL7oVjEPj099zboLPtzdvjrcPO3vFP/2ZXbo//teHm/vj8PoI/Tj5yGc2/jRR5KKvg354f4f6gTm9YY+mey6P23MzGi6JI9W+ePrIlj9v7nav8U2bGNM+bN/QeFtXtmxuzDqyeaPjjd04u+kx7cS2DZC3deH8slHWhY1rRrd1YQvQsU5sJrpt3fjbP/6v9xum7rGe4Ec/vzPnNh5mvdi0CfG25s9vSMw6sHFz4m1dOLN3MGt/yz7C3cbPXYzPvtetDn6mEalezRuGpNhf0Fv1PxWO5md1u/Hpk8/Ulb2XpP2bw+7ozLmN1btd2bTT+o6O7LsinHTkgsvCsCPv7x5uLvx5Tj76TJ2Z5kecW6nT7c7iw8/VoR1XzdOu7L1sDjux69p50ov9F9DzO9ouj998Ju1IqPvzmXS6rOIXHz+0/W8dZ4V9Ovavd9dbntzbYTvuELuenT9Vfsmjs/8Fz/DkfNKN3Q/O405sfm4+7cK+x+ZhB7bfok46sPPmNOzA1tvSSfO7bkjjxnc8sJ92YO/z+rATOx/XT/pxydP6sCtbb80nfdh1Ux42vv1R/aT5nU/qww5svNmctL7nNoNNn7nwbnxK/3TsMz+kQ8U7ntFPuv88F53LH4vPd2XX5efSh+Lz3dj+KIod2fkker4rex5EsTO7n0M3dGf7FeGyp1DahS0n5/4vyT+x/US9ub0+Dmh+2MCLpw/v+w7mP+pZY+O0V58RIauunfmRvn979eb4693b61Hyh94ndl1Nv9nxO2EbL04+v/n7OP3Thu8Sn9WzZRXP2bmz6dPHHduWUX1vpzYkvh13a2su3A0dOxPaW29Ye989/RTbV/sL+OTmv7y748rW1+BVJ56n+feffpGLvg/6+Yu6tY6CH+4+3I9SH3r5jovXz4Nr40llL/zAPY49d3U0uWDK5LSx+ZPDR1/lhkbHrxirRje8XIwbfXN3+3i8ffz+/u7x+OZxhMSnbZNPfUYX7u8eHv58fzPceHTR+uIDz/erX189DF6wTnswH/l8Tf86yv972vKvkOf3GRr++urx+PrqdrSvBfTg9BPP15WRmJ924CyTn2nml9u7++O/vPv5eH19vP7x+Pvjj/dXb/4+nUkbf4MzNTzjN7Il186iZ5sz7Iwbfnv1eLx988fGtfynPeh88vm+k7dvjr8NMkAv+jIf+oyN3/x29g1j0YPT45+xG3f/+Na/543dOD3++brxfpiF87QD789n3TzT1NurP36+evP3v9y/3ZL3Z9F256Of0Zkzk9IXrW9ZRXi2uelv2P13k49d3on74+P9JdcD+rnnC8GH49W7t8eHhx/+cfP45tcfHqfkxL9sPCu6n32+7k3jCT8c738bveOfdmlx/PN148PD8av74/Xxdlo3sjF8Vp951u58d3V79cvx+rvj9c3VjreGF72PPmvn/r351ffzdWNzx1Yf+6xOrd+u/nKz8fyDA3evqvhuSms4usywBl6sPjy62ODf0u3Qv9/N03N3/8UvVh9+jg5NL10Xfj/Ljz5DZ+a3sM/4ingNl3WNBOz7ab77tsVA62OfcTFQp/KNi4HIn3HRkoBeLy5YFLC9S2Og6HXpgoUBwy4tY+Pfj78//umqc0ucC7f/+neD5/HTyl7cnRvYf+pX71nj17t/dJ94Fy19OnJ7U4sM0b/eXHd+tUU782EXNjL1cuMfs6+R1Y/tt+zBDz4fsGM8eBQ+p7W98CNHvX/qXe/x++r22NmtY9XY07Gf0dzD4Glo1d7D+vlnS4OLMJjyH21sbj50Z2OrcPh+/I224u2h8Obuw+3j9d0/bscbEi5rfsE+Nfq7vM+XXhlOGt52bTjb3M5v8sX6M3ua33FxOmlzw+Vp2ND4AgV/3N6GVlE5eg35VL49LsfTSKDGLVNHTjrZGy98192dGNt7OvTyxt7e3HYeubCt+cjLm3q8eXy78e96OnRXY4tgeDjef/mmv8nnp+Idl6i3N533SKjtxdORne6f9I33/q9XD4//8jT/j7W4OGD7X9B7jFxXN57csuxfp7Hf39FrGmnrd+z+hqYWX9fx9vru/qsrvv/Kp9IdP/XVQ29zIqjuxadDO3/Ap8715wTwFw5s6unAHQ3t3ssF27x4G5fz3dm4gQr26HP2TjnfqTa/YuOPcd9/jNrS0B3Nib5upx23pxl6aozysK+P2n6qtKB882tPHjtVv1h+7NxfdyYV+F+P9zfvrh7vb37fsvlJ/+gdgxXdDVDO1L53E5TBn9a9TfU3QjnXud2boezv3mhDlHPd270pyv7uncHacz3cQref1amxH+3o3gU7Z+zv+HCjlHOd3b9ZygUd3LZhytmufsamKfs7vWHjlHMdvnTzlP2d3bCByrnOXrqJyv7OjjZSOdfL3ZupbOre4jY3bSnQ1qd9dfX27cRT3x0fr6472wH0j97zHPz+8cP9sTdh9UwTL5Yf71wN+39Ud0HV+zZd7eubh+kScWnneDXP1cn+Kqdz/Tqz2Gl/V95Nxnrpt3T64efq0LRxx/H2sYX6pf0idTxz947X7VP88rqtdydVPF/n7t5M257c/jIaKD3fP1LLc3Xx/vjmePPbxReN5cefrVOP76caHx6v3vFXoHO9Wn7+ubrVXQ54rj/jVYGbOrK6tfzPD1dvbx75s9pJ+Y63pN+ubt5e/cxH/VZVvjg9fOMt9LTb3U4c769+Of7p6vZ6/G1DX1afer4u/byvLz///9KJN3fXxzf9q9uiBx+Pfb7mj7fTL00nC6/b/3Tw83Xgbzf3D4/tHNnWh8Xxg9PuXLNTDa97I37rVk8Ov7zRM08jixa3PH+caY7PAV83tSOV7pZm3179zB1t3fLToc/X+O3mQLrFEPrcph/e3N1vbPvp0Odr/MPWH/vDM//aOy6gG26W68b2D52vbyIXD55v6NLW4fNVrz5rAL3TscWjxJF67/T/e948b18fH27+uxPXc1UvTg/r/brHf1x0D3pqgt17tjYwuu4+1X/2etuvfnDBe6p9faHbWvm7D52FZJ8qfzpkf+X96V6faj8z02tU/fRC3zsdnqr/eMwF1Q8yKZw0cC5rwqiJwdXtqf5zV7V+5XTVw6eK+wsdRpV23hueKv1ja6XkIjeu+eMx26qHS9VXzaC681rhkB0TR7qPeOsK900exV7vxX7WgV1TRTd24LfBjWDVgfng/k/IG8Rf8/v5nNvwq5JDn+fX7VW8/1dmf03v8fPT0bv7tfxs/yfY0Z27t9cXd2f52Wfpzuhc6PZj9zkx7tAyVN/d3V5vwmp65LNAdb/m3UjN/5xLgHrQqf04vatbQ5gedGs/Su/q1jmQHvRsE0Zf2pkz/ritW5cI5K4OjwF60MkL8HlfxzbC86iLn4POuzq7BZwHHb0Ym3d1cgs0Dzp5MTLv6uQQmAe924/L57q1vB093Px80x/7fyrdfttpzW2o7MXTgb2r08eOdR8yH266wLBs6tOhn9nYj7/eHx+m5Ds7Wj39zI7mcRDqzz8/dBciY8vLwy9t1N+u9rS7+sSepmlUbmv96ahnjdJFpZuj9WOHe8+jT9HQuZby1hefuqALiy/37u2Hd8dzr0l40DO8INEqd74arfq+97Gfd2LfA//WTvzWDtzRjY8f6PzEg4YXv/Br2ubrXWOw3/tEhmFdL+C4Trdfd0Pl5v74pvt8O7dxetDeBvoT7F9vmlg/qPh4f+QXkI81z0fsrfrDw/Hr4283b47f3bVXyrvbx/s7nvXhqa3+R/Y2/tu0ndabq7f/+ue/jhpcHrahkf2k8vpzIaXb/FY+ef0MaPK6e4qef/9/feGLf9LD1vpe+LG9H3DTg+1tS5vRu06QNk8+8FkNv7+6vbu/enf13R1fz0gbhw99Vgf8FN/V/OIjextfBtDX44vnx+LtgfN+yqOzpbYXT0f2/oJPfes9f9295XyFLc0HXtzQH1d8JBrb8eP2NLP8NYaLbD6W7niKempxsMBmWe2L9Ud6fw5ZVLPU0fv7u841cdnk04GXNnRuCRE0t2np0IZGp3NwT6uL43c0uwiRD9f37zaN+7IDn2XYt1vx7lFf+rdcMujb79L+Md89nRoO+fY7tX/Ed0+nzg349vu1abz3wq6cGf3b1KlLhgD3dPfvxz/4nmyD7j195hm+rfFYc78LFww17+rWxpHmQQc/Z6B5T1e3jDP3u3nxMPOeLj7e/f2497x8+swzxNiWQe5+Ry4e497TxeEQd79v+0e4z3Tq9Lb7v65upkX63YGu0/Id4yMf7qe+9BY6rCp9sfwAD4dFV3cOrq1b3DWutqXp3pDauuldo2mdphe/4fHnLz9c8/Hap7Lhb7d4/W/7mx3bhzyRyL93XuAWVb/ofazzWz51ufsXvf7xqz+/f+ylKVkcsOMN7u3VH3cfHr8+vr3647uNFb9Yfaj7J530uft3/fXHH7/60Ps+vXDHw+zbm1/oNXdZ14un47o9n3vVXRDR0ihuaOjTkRc2NdibBJpi25AMT6RzTfPp2tDqjqnaZxt827kXQJNv8dq/u5EvN4bJ6bEXNjeaAAqtnZ0FurmxrX8fHn9hs/fHX7b9hR8PvLCh3ixvaGY4y/t8I7dX73+8+/bmli/oxLYWR1/a5GivH2yQbuvzWefdYycjILT8OMoGeL6R+05uZWzlfk8y5bPNdhadQKN7VpycbfIJOza0e3Lo9q91t43gze9SIjnbmY1SsroqXA4mtEurB4zXZy5QXr79MWMUUyd1jXYuWXRscKsaXINOW3q74QI0bsyvzV/evvn17v5/b2sUP/I8jf/H/sb/47Maf3gzocFfr96OHkNPm15+4PKGp5ns7+/uH3d96esPPVcHNn7x6w9d3oHu2pV1s+M1LJ3GTi8F//vh8f54tWlIvXPocwyqj6reO6ze+4suGFgfdmv30PrOjo0G14cd2z28vrNjZwbYh33bMsR+eXfGQ59bO3bBEOjOLg9Huofd3D/Wvbdr20a7x538jPHund3dMOI97OqlY947u/kwJYu5u+W6Muzg6Sef5XTxoy/pyacPPktHHm/e/P34+OWb//pw4+/bf3n97e5OdSp5lg5usIJh3y7Vgp3dHHnBsH+7xeB8x06fLP7j7sPPd/dXg+HZ5RE7XjTGNyBS7ab7DnT49G2uWpD4sf0v//R6tcfWNFr/8E8nJWeG0rs1LrY+XdU6le6r+U1LVOVzml/fvV3VjeX7ar/+5tMX+z+mQ6B2LN9Z+/f3x7d3V9fsOzkt21nr6+kG+sNiUutTpZ+KdtbpmkE7+qloZ520tv31/HL17urL26u3fzzevHk4+T2++Ror7x+5v8Vv73759vjb8S37I7B8f+3T9nA3b47/fvWOVn5SfEHd7SrX6/en0n01b/oBnuG7//B4Nz0kfnX1/gqWJM1trA7YV//vN7d374Z/xPqIfS3894f747CB1QG76v/T3Yfb66t7/F6e/ntfXR/+9rfjPeyZMdd3UrSrzq+u3vx6nC5BHx6gypOS/TX+ePXw936tn0p31vzwyC6kH/9/X23TuG/bge34+vhfH44n+xHM1a4O2Ff/r/d3747ThgP/Ms24/OpUrOcG1kdc2MJTvkByGeEH7Wvn7t30+dFZwg7Z2cbt1e/jFvCAvfWf7J5+c3fb/VG6B35ee3MI/fDhZ/YjjY/e1/Knndp/OD4uNsaYG1sdsK/+Dw+Pd+/OPYt1jtrV0tdffvOlJ5lsdw7yvZEj9rVwnHaLvqdVnxTtq/NpSjdbrjfXTQ7Z18br7368u776Y3TC0GN2tfIv178cf3j8Y/UU//H/99VGSWqu8bRsf62nc/hPKjw3eX9V1+9TJuCHaTfZ0RfbO2xfW/99fT98sFkfsKv+f70/Hv/Xr8fj2y+v/3J780gCnByxq4X/4+7ul7fHr7/85ocfvvxm9Jf0D9zV3r8dH963DYjJ37Io21fr24evbx6mKUI3tx9uHv9o0zDerU/Z7nH7Wvvxx+//7Xh1fbx/+Ob2ZtXGsnRXzd98nZbZUb3Kp//eV9c0uvHweDPtQk2+bCzeV/f99fHxbhQu5IhdLfyfdze3nQGT06Jddf6P4x9//mHU6fUBe+v3oetv8D56UrKrxm9v3hxvH9gQwUnJrhq/u/rj5+OXD3/cvoEKPxXsq286X3tPYcvC/fX+OM1gIX/8svCCentV7q7t7upx01t6/8B97X14+3jT0l61RIrftumj2BQ7Zmcrj8frj+/8lHifmuoduKu9aT5vexL5693N9VPydGiKHrOrle9vvl+lR/O6T0r21fj2qo373dzdyvTv79ZnADtkXxvd0cxLxzK/P9nFgfUYinfV/fr49urxeN1/Zl4fcEn9/3ZzPar9Y/Eldf/w690/BnV/LN5Zd3sR/NPdNd7MTkouqbHdxd8c3z/e4cP4+oBL6v/25u8YICcll9T43fHx1zu8Py7KLqmVv5B/xvv3/NF+pRfU+PD+7vbhSIPgU9FFdY7CYHXERS3QQPhUdFGd9Mv9VLSrzh+OV+/eTu9zx/ubu+sf/jEtk+88P44OvajNTa19VjtTUqEfbq6Pi5GYf71683i3GpMeH7yv3b/fvH9/vP7yuvenYfm+2t9d3T/+MOXhHj04dY7a1xIba79glN0/ctoPvI6RIy5oAUfb5//dVxO8pa96iuX7ap/G6ft3eSzeWfe06H9UOZTvrH2iuD/fHjc9tp85+oKWyTXvQh384fH+5vaX6ZX1b+sKn0p21vjH2+P393fvj/ePf7w+vrm7X0XN+oh9LXx4P014PV77wPKPx98f22vcVx/aFX8V+GcO39X2x0/33lbXB1xWf3eqADnishZIEC3K9tX66/Huy+sH+i65KLu81j//dry/v1l/4eyYfa3cPF7d3nwYDsHSY3a18pdvvr26/eXD1S/4B3wq2Fff+7d/3P79y4eH4+Pqurwou7TW7+5+u5k2MFqrET/o0nZ+/O1cI09HXNzCOtKh9IKaR9FCjrighe/vj9OQyNPTLG0Djvn8VrrfFTluV2ufNk0dfXOdo/a19HEPvfktqzMa1D1uZ2tTvt7h37Q+YmcLmBq0+wf1DtzX3t3N9ff3d+9uHo69htZH7Gvh+y+/+ZoMG338/321vf6epZKbq1wU7qyX3X/n/91d0yrX3Kfqnor21fnjjw2eOOxD6d6aP6p0t3Y8Ym8L355OHP5Y6/S/l9Q0/ibwiL0tdEZ8T0ourXHcb3bU3pZ+aIvjuk0sivfV/eGMWq8P2FX/lFjkL7ePN28716BV+b7a5ynoH01tJBTjg3e1O89kH31v7JBdbfzH3cP7qzfH1VPhx//fWVubnL7pTXd47LDV9KnBN9O0wI8V/3Z1fzNt4/bwT+3/t1dyMofvtI4zM/dOqvjb8WraA/2BVPNUtLUq37GM1TSXbK3ow+PNW1ZN+/+tlfx2vH84DfJP1cwlw4p0uUx4yq64mrJ28rt/bOVvH25b2cM/bfnYsAufeuAv2dOw4ekY5ru76w/Tn7Mo3fpH/e3+7t3ivf5Tx5f1PR1IKj5Z27HsIfsbfpseQ//vh1Xv5/8fn6wny16+726d91STHzHu71Nv/t//fPnFze318fcv/vn/+Rgx//xFfJVe1S9efvG3m+OUzf6ff/LWX37x5u7dPFXm+u7Nh/bP/5wP++txGjWeDvaj/+nwxcufDi8tvAol/ed/vvzp6cOtoP3HUx2f/qd9MHzx8qfwUuTVodTFB8Pqg2HxwfjFy5/iS7VXJSw/GFcfjIsPpi9e/pRemr6KNS4+mFYfTIsP5i9e/pTZB/Pqg3nxQfni5U/CPiirD8rig/rFy5/0pcqrdNDFB3X1QV180L54+ZOxn8NWH7TFB8sXL38qrKtl9cGy+GD94uVP9aWmV7Euf466+mBdBsAUD+HwUuxVScvOhnXwBIieFj6B/aWBBNAygsIUFyGyTod1EIVlFIUpNkJ6qeGVxrL88DqQwjKSwhQfIdNur4MpLKMpTDESaDyFdUCFZUSFKU6C0g+vgyosoypMsRKMfngdWGEZWWGKl0BjK6yDKyyjK0wxEyr98DrAwjLC4hQz8cA+HNcRFpcRFqeYiYF+eB1hEa5R7SIV6YfJZWoZYXGKmUivVHEdYXEZYXGKmUivVnEdYXEZYXGKmUgjLK4jLC4jLE4xE2mExXWExWWExSlmIo2wuI6wuIywKa/DT5FGWFxHWFxGWJxiJtIIi+sIi8sIS1PMJBphaR1haRlhaYqZRCMsrSMsLSMsTTGTaISldYQluBO2WyG/F5Kb4TLC0hQziUZYWkdYWkZYmmIm0QhL6whLywhLU8wkGmFpHWFpGWFpiplEIyytIywtIyxNMZNohKV1hKVlhKUpZhKNsLSOsLSMsDzFTKYRltcRlpcRlqeYyTTC8jrC8jLC8hQzmUZYXkdYXkZYnmIm0wjL6wjL8LzVHrj4Exd55FpGWJ5iJtMIy+sIy8sIy1PMZBpheR1heRlheYqZTCMsryMsLyMsTzGTaYTldYTlZYTlKWYyjbC8jrC8jDCZYkZohMk6wmQZYTLFjNAIk3WEyTLCZIoZoREm6wiTZYTJFDNCI0zWESbLCJMpZoRGmKwjTOCpvj3W8+d68mC/jDCZYkZohMk6wmQZYTLFjNAIk3WEyTLCZIoZoREm6wiTZYTJFDNCI0zWESbLCJs2tvlJaYTpOsJ0GWE6xYzSCNN1hOkywnSKGaURpusI02WE6RQzSiNM1xGmywjTKWY0vwwhv8rJlp9eh5guQ0ynoFFhb7m6DjGFl8f29qjs3VrJ++MyxHQKGrWXEl+lsHxD0XWI6TLEdAoaLez1RtchpssQ0ylotNIPr0NMlyFmU9DYgX1htg4xW4aYTUFjgX54HWK2DDGbgsbogIStQ8yWIWZT0Bh9mbR1iNkyxGyKGcu05XWE2TLCbIoZoxFm6wizZYTZFDOmL+XwSvPyzLB1hBkMUbQxCnuZ7VVdDm4YGaRYBphNIWM0wGwdYLYMMJtCxuhYha0DzJYBVqaQKQf2J5d1gJVlgJUpZEpgP3NZB1hZBliZQqbQACvrACvLACtTyJTEvrCyDrCyDLAyhUyhoxVlHWBlGWBlCplCA6ysA6wsA6xMIVOUfngdYGUZYGWKmWJs+KysI6zAOFjpjWcVMhK2DLAyhUwptNfrACvLAKstwCrrdV0HWF0GWJ1CptLLX10HWF0GWJ1Cpgba8jrA6jLA6hQylUZnXQdYXQZYnUKmJvrhdYDVZYDVKWRqfinhlcW8/PA6wOoywOoUMlVYaNd1gNVlgNUpZCqNzroOsLoMsNoCzOiI6TrCKgy21u6YaSXjrTjgOgVNLdO9vSYYujywIVcYcz20KKMh6mX4eRh2PbRx1wMNUy/ECmDo9dDGXg80VL0QK4Dh10Puj/weyADsAUZgD20I9hBZ0HkhVgCjsIc2DHtIvAdkIPYAI7GHNhR7yC/18CpUgwrIYOwBRmMPbTj2QEPfC7ECGJE9eAwqr4AMyh4gDOeBf8oUgQ39r8b+2+D/odAwoMP/EIgOAAceyYwA0ABGCMAUABnAHSAcXubwSlKACkggIgW4BfQAhAQicoB7QOdUYCKAJOAm0PsOSCAiC7gLhMx7QAIRacBtINBHjMB0AHggtBH/EJT+CkQIAhBBiK5QRntAlCAAE4Q28h9CoV8ikYIAVBDa6H8Ilb5nBsIFAbwgNALgr5qBiEEAMghNAfibVyBoEEANQoMA/vIViBsEgIPQLIC/iwRCBwHsoCWF5q8jgeBBAD0Isf9SEYgfBACE0EyAvxoEQggBDCE0FgiRf/+EEQI4QkiOoXSAJRBKCGAJofFA4NgVCCcE8ITQiIA/rwciCgFIITQl4I/dgaBCAFUIDQr4k3cgrhAAFkKzAv7wHQgtBLCF0LiAP8gGogsBeCE0MeCPo4EAQwBhCA0N+BNpIMYQABlC9hBM9AskzhAAGkKOg2caYg0BsCFkD0E6nhuINwQAh9AMofdAQMwhADqELIMbOnGHAPAQ8uh+TOwhAD6E5gmB420g/hAAIEIzhcABNxCDCIAQIdfBEwFxiAAQEeQweCIgFhEAI4KEwRMB8YgAIBEkDp4IiEkEQIkgHol8qgRxiQAwESQPngiITQTAidC8IcTyMhym6wnWwCaKQCg2dOg8ERCjCIAUobkDH38OhCkCOEVo9MCHoAORigBUEZo+8FHoQLAigFYE5wo6EB2IVwQAi9AMovNERMgigFmExhCdJyKiFgHYIjSJ4CPSgcBFALkIzSL4oHQgdBHALkLjCD4uHYheBOCL0EQi8CkZgQhGAMIITSX42HYgiBFAMUKDic4jJXGMAJARmk3wR0oiGQEoI7hl8PglmBFAM4JzBn8kJZ4RADRCMwo+1B0IaQQwjdCYovNIS1QjAGuEJhV8wDsQ2AggG6FhBR/zDsQ2AuBGaF7Bh70D4Y0AvhGaWfCR70CII4BxhMYWfPA7EOUIwByhyUXneZpARwDpCA0vePgQ6ghgHcGxgz+OE+0IwB3BvYM/ihHwCCAeoSFG53GcmEcA9AjNMfhweCDsEcA9QqMMPiIeiHwEoI/QNIMPigeCHwH0IzTQCKnzBZD4AwEJZfA+QhAkgIKEBht8bD0QBwkAIaHZRud9hlBIAAsJjiH8fYZoSAAOCU04Ap+YF4iIBCCRUFN/ZjNBkQAqEpxF+Dg9cZEAMBJcRvgZRGgkgI2EqoNxesIjAXwkVBuM0xMiCWAkoZb+OD1RkgBMEtxJOq+kREoCUEk8HPoD/ZFYSQQriYfQH+iPBEsiYEl0LOEzPCPBkghYEmcsoW/VkWBJBCyJjiVcCiLRkghaEmctoVIQiZZE0JI4awmVgki0JIKWxFlLqBREoiURtCTOWkLPpUi0JIKWRNcS+jAdCZZEwJLoWMIHFiLBkghYEueVElQKIsGSCFgSHUv4yRgJlkTAkuhY0vkOiJZE0JI4awkdF4hESyJoSZy1hD6SRaIlEbQkzlpCxwUi0ZIIWhJnLaFSEImWRNCSOGsJHReIREsiaEl0LeGTviPRkoiLKVxL+MTvyNZT4IIK1xI++TuyNRWrRRV+SeRLDOi6CohE15LErydsbQUurmj4EfhE8MjWV+ACi6YfgU8Gj2yNBS6yaPwR8oGeC2ydBS60aP4R+KTwyNZa4GKLJiAh8+sBW2+BCy4agYScXqbwygrcmNiaCzCT2AyErh2MhEwikEl0MsmZV0DiEMgkOplkod8AIZMIZBKdTLLSWzMhkwhkEpOvI7OXUl7VDLclYiYRzCQ2Awm58D+BxCGgSUweh5V/iSQOQU1i6k4DjARNIqBJbAgS5PAy11cxwBWZqEkENYlNQYKE6ZIeIv4GJAqBTWJjkGl1fT68qnAtIWwSgU2is4nwJ0TCJhHYJDYF4e9pkahJBDWJriaS6S2FqEkENYmuJiI0jImaRFCT6Goiyt6UIlGTCGoSXU06lxKiJhHUJLqaCH1ZjERNIqhJdDWR8jKXV2YQyERNIqhJdDXpXI2ImkRQk9gQhA+XR4ImEdAkOpp0zmSCJhHQJDqadM4kgiYR0CQ6mvAziZhJBDOJbiZCR+wjMZMIZhLdTPgKhUjIJAKZRPHVteGl5FcJH++ImUQwk9gMJPCVCpGgSQQ0iVIGYUTUJIKaxKYgQdPLlF+pwAWVsEkENomNQXrnInGTCG4Sm4ME5Q+YBE4iwEnUOIhkIicR5CRqGkQyoZMIdBJ1FInETiLYSVQZBBLBkwh4Eh1PlD9kEzyJgCdxsAAkEjyJgCexYUhQ/mxD9CSCnkT1QORrgYmfRPCT6H5CnywIn0Tgk2hhEATETyL4SbTYn5ITCaBEAJTYQCRoob8BEZQIghItD05FQigRCCWahyF/TSGGEsFQYjMR/ohOCCUCoUSzwcWIGEoEQ4lWRt8AiUJAlNhQJBi/JRBFiaAosbFI708gjhLBUWJzkWB84IZASgRIiSUOvgMiKREkJTYZCcZvSoRSIlBKLLl/YyeUEoFSYqORwCk6EkuJYCmx2Uiw/FJ0/YBJMCUCpkTHlM71mGBKBEyJDUeC8esx0ZQImhLL6L5MOCUCp8TGI2HibPKeQDwlgqfEGgZxREAlAqhEBxXjV3QCKhFAJTqodL4DIioRRCXW0QWRkEoEUonVI5EPJBNTiWAq0U3FOnkmSCSCqUQ3FXpFJaISQVSii0rvKyRxCKQS62jUhpBKBFJJTiqlkyyDZcuAdBlOKnzYJRFSSUAqyUmFD7skQioJSCU5qfBhl0RIJQGpJCcVPuySCKkkIJXkpMIfcRMhlQSkkpqQ0IejREAlAagkBxU+7JIIqCQAleSgwp+uEgGVBKCSHFT4sEkiopJAVFIDEj5skgioJACV5KDCh00SAZUEoJIcVPiwSSKgkgBUkoMKvyklAioJQCU5qPBxl0RAJQGoJAcVfjFIBFQSgEpyUOHjLomASgJQSQ4qfNwlEVBJACppTkvVSb9DAhFAJYXBjTkRUEkAKikOXpgTAZUEoJKaj/BXtUQ8JYGnJPeUEtkTZiKeksBTknsKn2qViKck8JTknlJ4MiHiKQk8Jbmn8MlWiXhKAk9J7imFJxUinpLAU5J7SuGJhYinJPCU5J7ChTcRT0ngKck9pfDsRMRTEiaxSoN1UInlscJEVi4qhac4YrmsMJmVi0qliSQTy2e1SmjVIrHys5nmtIJIdFGpPKEWy2uFia1cVGonqRaJRExu5aJS+bnA8lthgqtGJKHy5FosxxUmuXJTqfxcYHmuMNGVr0ShU98SS3UFpJKcVCo/l4ipJDCV5KbCJx4lYioJTCX5UpRKJ98mgioJUCU5qlR+KhBUSYAqqRlJPPBTgaBKAlRJzUjigY4bJIIqCVAlNSOJB34qEFRJgCqpGUk88NsCQZUEqJKakcRDJ8ccCURAldSMJB74qUBQJQGqJPHUkXTqUiKqkkBVUkOSyKcuJaIqCVQlNSSJB35VJ6qSQFVSU5J4oGPRibBKAlZJTUli4C9shFUSsEpqShIDvygTVknAKqkpSQw8EgmrJGCV1JQkBh6JhFUSsEpqShIDj0TCKglYJTUliTxrayKskoBVUlOSGHgkElZJwCpJPZEpnXqUCKskYJXUlCQGfk0krJKAVVJTkhgq7wGJRGCV1JQk8kyuibBKAlZJzir0pZmgSgJUSTOq8Ed9gioJUCU1JIl8kW0iqpJAVZIOxrMTUZUEqpIakkS+SjcRVUmgKqkxSeRpaRNxlQSuktxVOl8icZUErpJsMJ6diKskcJXUmCTyZaKJuEoCV0nWn5idCKskYJVko9dmwioJWCU1J4l8kWcisJIAVpJ5ILa1TSFjBSwPKgRic5LIFzgmAisJYCU5rFATSMRVErhKKh6HnVysJA7BVVJjksiXlyXiKglcJTUmiZ2sv8RVErhKKp7gmV8NiKskcJXUnCR2sv8SWEkAK6k5SUz8vkhgJQGspOYksZMFmMBKAlhJzUliJxMwgZUEsJKak8RONmACKwlgJTUniZ2MwARWEsBKak4SO1mBCawkgJXksMJPBeIqCVwlVQ/ETmZhEojgKqkxSeTZhRNxlQSukqpnG+eRTFwlgaukxiRxmkxKXtiIqyRwldSYJGYeycRVErhKalASebbhRGQlgaykBiWRZxxORFYSyEpqUBIzXfCUiKwkkJV86M9EzARWMsBKbk4SO5mLCaxkgJXcnCRmqmOZwEoGWMkHD0T6rpIJrGSAldycJMqB94AkjQZYyQdPfR/YgHQmsJIBVrKvVeHDeJnQSgZayU4rfBQuE1rJQCu5SUkUOjE7E1rJQCvZaYWvMciEVjLQSm5UEnlS5kxsJYOt5NC/ImZCKxloJTcpiTyxcya0koFWcpOSKHTNUya0koFWcvBApCdzJrSSgVZy8ECkr2uZ0EoGWslNSqIUxkuZ0EoGWslNSqLQ17VMaCUDreQmJVEPNI4IrWSglRwGc7MzoZUMtJJ95w9tb3w1ws9IaCUDrWTf/UMj/ROIrWSwlew7gChdxpuJrWSwley2wlcgZmIrGWwlx0GOuUxsJYOtZLeVzgWJ2EoGW8nzjiD8bCS2ksFWsu8KojJ9B0HxSySRCLaSfWcQVV4BiUSwley7g0zGtk6GkImtZLCVnAb3ZkIrGWglJw/EQv8CQisZaCUnD8RK/wJCKxloJTcpiXbgPWCbOUAgNimJFqY5B/EAkUxoJQOt5CYl0fjJSGglA63kJiXREv8TSCACreTk29Nk/iWSQARayU1KIp8GlgmtZKCVnOrgVCC2knEfkXwYnApsKxHcSySHwanAthPB/UTcVvipwHYUwS1FmpT0TgW2q8hqW5E8OBXoziIQiE4rnVOB7S6C24s4rXROBbbDCG4x4rTSORXYLiO4zYjTSudUYDuN4FYjTiudU4HtNgK0kp1WjG+yQmglA61kpxU+nTATWslAK9lpxfhmK4RWMtBKdlrhk/kyoZUMtJKblPAUWZnISgZZyS4rU46e9US0TGQlg6xkl5USeAUkEEFWsstKibwCEoggK9llpSQ2NTcTWckgK9llpWTeAxKIICtZB7dmAisZYCU7rBRhs6gygZUMsJIdVorSv4DASgZYyQ4rxeh3SGAlA6xkh5VSeA9IIAKsZPVArPRBm9BKBlrJTUpipclSMqGVDLSSnVZq4N8BCUSglaylPySeCa1koJXstFL5qUBoJQOtZKeVmmgFhFYy0EpuUhL51JFMaCUDreQmJZFPHcmEVjLQSnZa4VNHMqGVDLSSG5VEPvUjE1vJYCu5UUms/KJObCWDrWS3FT5zIxNbyWAruVFJOvC92oitZLCVbN1UxJnISgZZyU1K0oEmDsyEVjLQSm5Skg50PmAmtJKBVnKTknTg4z+EVjLQSm5SkvjEj0xoJQOtZKcV+g0QWMkAK9lzf9EBNMIqGVglNyVJB6HXIsIqGVglNyVJB34aEVbJwCrZ16t0XvoJq2RgldyUJB34eUhYJQOrZF+v0hk1IKySgVVy9SjkJzJhlQyskqtHIf8ZiatkcJXcmCTxiS+ZuEoGV8mNSRKf+JKJq2RwldyYJPGJL5m4SgZXyY1JUuBnInGVDK6Sa3edQCaqkkFVsq9W6YzgEVXJoCq5IQndAjsTU8lgKrkRSeLzdjIxlQymIs1IEp+3IwRVBFBFmpEkvuOyEFQRQBWZd0thD0ZCTEXAVKQRSediJMRUBExFDoMBRCGmImAq4otVeOInIaYiYCrSiCQFOolOiKkImIqMTEWIqQiYioxMRYipCJiKHDwQ+baLxFQETEWCByIdjRdiKgKmImFwORSCKgKoIs1IEp99JQRVBFBFmpEkPvtJCKoIoIo0I0l88pIQVBFAFWlGkmJiL9xCUEUAVSQMdE8IqgigijQjSTGzFyUhqCKAKjInAOOhTFBFAFWkGUnic4eEoIoAqkgzksQTxAtBFQFUkWYkic8dEoIqAqgi0SORn0wEVQRQRaJHIt/HlKCKAKqIb6/OcU0IqgigijQjSXzykBBUEUAVaUaS+OQhIagigCoy2DBFiKkImIrEwUpSIaYiYCrSiIQvwBNCKgKkImmwbkqIqQiYivjG63z6lBBTETAVaUTS+QoJqQiQiqTBemYhpCJAKtKEpPMVElEREBVJg4mIQkRFQFSkAQnPMS8EVARARXw3dp6NUAioCICK+I7sfAKaEFARABXxXdn5BDQhoCIAKtJ8JPEJaEJARQBUpPkIT24gxFMEPEVy7E+aEQIqAqAiDip80owQUBEAFWk+khJNNS4EVARARUbbpggBFQFQkTxIzCkEVARARbIHIr+lEFARABXJZfQdkEAEUBFPAMaTUgoBFcH928UDkd/U2BbuuId785HEpwEK28Yd93FvPpL4NEBhW7njXu4yuiCy7dxxP3dfq8Knbwnb0n21p/voiki3dYdIbECSMr+psK3dcW/3BiQpUxARtr077u/egCRNKcDW64GFbfGOe7w3IEk8wYKwbd5BVEQPg1dOQioCpCLqkUgzNAghFQFSEfVIpGuihZCKAKlIE5KU+fWAkIoAqYiTCmdyIaQiQCria1UoSwkRFQFRERcVrtxCREVAVEQHkx2EiIqAqIh6IPILEhEVAVGRBiSpc2MioiIgKuKiwp1diKgIiIo0IEnCr2hEVARERRqQJKETm4WIioCoSAOSxOdSChEVAVERFxU+hU2IqAiIijQgSUI3QhEiKgKiIg1IEp9MKURUBERFXFQ691YiKgKiIr5apRNIxFQETEXcVIQ/5BFTETAVGewbL4RUBEhFnFSEvzMTUhEgFSmDYUQiKgKiIi4qnTsrMRUBU5EyGkYkqiKgKuKqIvySTFRFQFXEVUX49YioioCqSBkNIxJVEVAVKaNhRKIqAqoiZTA1W4iqCKiKuKrwFKdCVEVAVcRVRfkVkaiKgKqIqwpPcSpEVQRURVxVlF8RiaoIqIq4qvD5qEJURUBVxFWFJ9cUoioCqiKNSZLyywlxFQFXkcYkiSfHFOIqAq4iDUrSNImOjEMSWRGQFZnzgNFrOoEVAVhRhxWeWlIJrCjAih4G60iVwIoCrGiDEn5JVgIrCrCicxYw+qqgBFYUYEWbkySeW1IJrCjAijYn6f0F6zBUcBV1V+EkoMRVFFxFG5MkoxcDJa6i4CramCTx1JJKXEXBVdRdxejFQImrKLiKuqsYvRgocRUFV1F3FT6lV4mrKLiKuqvwiZBKXEXBVdRdhU+EVOIqCq6i7ip8IqQSV1FwFXVX4RMhlbiKgqtoY5LEkwIqcRUFV1F3FZ7GS4mrKLiKNiZJhUcicRUFV1F3lcIjkbiKgquouwpPgqXEVRRcRd1VCo9E4ioKrqLuKjwJlhJXUXAVdVfhSbCUuIqCq2hjksRzWClxFQVXUXcVnoJKiasouIp6IjCaNUcJqyiwinoeMJ5TT4mrKLiKNiZJlZ8KxFUUXEVH+6oogRUFWNHmJIkn0VICKwqwop4HjGeHVAIrCrCiDUp4ggUlsKIAK+qwwrMCKoEVBVjRBiWJpwFTIisKsqIuK3ziixJZUZAVbVKSKl3QrIRWFGhFnVb4ZFAltKJAK+q0UoW9ayihFQVaUaeVaQdHVgEJRKAVdVqZtnAkFRBaUaAVzaE/FKrEVhRsRRuVJD6bVImtKNiKNipJ0yaM65FMJbaiYCvaqCQf6CJKJbaiYCs6L1ahY2BKbEXBVtQXq/CJ0UpsRcFWtFFJPtCdgJXYioKtaKMSvpO0ElpRoBVtUpKnNZTrRKlKaEWBVtR3pOeZ+JXQigKt6LwjPR38UEIrCrSiox3pldCKAq1ok5LM5+QqoRUFWlHxQKT5bpXQigKtaJOSzJOxKaEVBVrRJiWZJ2NTQisKtKLigWhs+o8SWlGgFZVB+iUltKJAKyoeifx6QmhFgVa0SUnm2dyU0IoCrWiTkhzorhRKaEWBVrRJSQ40t6ISWlGgFW1SkvmkViW0okAr2qSkgztKaEWBVrRRSeazYpXYioKtqOroVyCRCLaijUq6vwKJRLAVbVSSp70w2a9AIhFsRRuVdH9GEolgK9qoJPOZsUpsRcFWdLYVSiNKbEXBVtRXq/C1sEpsRcFW1Fer8LWwSmxFwVbUBsinxFYUbEWtj3xKaEWBVtQXq/C1sEpoRYFW1BOBcSVUQisKtKJOK3wtrBJaUaAVtTp4PiG0okArWjwQ+VsrsRUFW1HPBMYX0yqxFQVbUc8ExhfTKsEVBVxRxxVOrUpwRQFXtFlJDvzFm+CKAq5o8UsivzERXFHAFW1WkgN/8Sa4ooAr2qwk8+nFSnBFAVe0WUmO/NWd4IoCrqjjCp91oARXFHBFm5XkSBdOKcEVBVzROnpxJriigCvqW6zwTQmU4IoCrmgdvTkTXFHAFW1Wknl+SCW4ooAr6qnAOld1gisKuKKeCqxzVSe4ooAr6qnAeFY8JbiigCvqqcA6twWCKwq4orWfHFEJrijgih0O/duCEVwxwBXzVGD8tmAEVwxwxTwVGL8tGNEVA10xTwXGbwtGdMVAV8xTgfGruhFdMdAV81Rg/KpuhFcMeMUO2r+qG+EVA16xg18SKbIZ4RUDXrGDXxLptghGeMWAV6xpSY50AZYRXjHgFQt+SaRTN4zwigGvWNOSHGlOOSO8YsAr5rzCJ6MZ4RUDXjHnFX5bMMIrBrxiwS+JdOmOEV4x4BVzXuEvPEZ4xYBXrGlJ5qsNjPCKAa+Yb7PCsdUIrxjwijUt4VRpRFcMdMUalhQ6hGQEVwxwxZqVZL5cwgiuGOCKOa7wgTwjuGKAKxZHcUhwxQBXLI7ikOCKAa5YHMUhwRUDXLE4mBxrBFcMcMWixyF99TeiKwa6Yg1LMl8vYERXDHTFGpZkvl7AiK4Y6Io1LMl8vYARXTHQFUseifR1xYiuGOiKNSzJPGGtEV0x0BVrWpL5XHcjvGLAK9a0JPOZ5kZ4xYBXrGlJ5jPNjfCKAa9Ykv4kaSO8YsAr5rzCZcAIrxjwijUtyZnOhzPCKwa8Ys4rnYs64RUDXjFPBcbH5Y3wigGvWNOSzKeqG+EVA16xmVf4r0B4xYBXzHml8ysQXjHgFXNe4VPVjfCKAa+YL13pXJUJrxjwimUZXJUJrxjwimUdxAHhFQNeMeeVzK+JhFcMeMXyYCWfEV8x8BVzX8n8OZX4ioGvmAyW8hnxFQNfscYlmSdfNuIrBr5i7iud74D4ioGvmPsKz95sxFcMfMV89/red0AiEXzF3Fd4+mYjvmLgKyaD7S2M+IqBr5jvXt/7E0gkgq9Y45LMV10Y8RUDX7HR7vVGfMXAV2y0e70RXzHwFXNf4YsejPiKga+YjiKR+IqBr5j7ivCbK/EVA18xHUUi8RUDXzH3Fb5qwoivGPiK+UYrdPzDCK8Y8Io1LelsGG2EVwx4xXyfFb43pxFeMeAV893r+Y7TRnjFgFfMDv3NPY3wigGvWNOSLPzuTnjFgFds3mflQO+thFcMeMXMA5HfmAivGPCKNS3JPI23EV4x4BUzD0R+WyC+YuArZqNLIvEVA18xG10Sia8Y+Io1Lsl85YkRXzHwFWtckvnKESO+YuAr5r7C110Y8RUDX7HikcjfO4mvGPiKNS7JPJG4EV8x8BVzX+F5wI34ioGvmPsKnzlgxFcMfMXK6NWZ+IqBr5j7Cl93YcRXDHzF3FeUcqsRXzHwFXNfUTosbsRXDHzFSh3FAYlE8BVzX1H+nEl8xcBXrHFJVroSzYivGPiKzb5Cp/UZ8RUDX7HGJVnpHBYjvmLgK+a+0jkXiK8Y+IrNvsLPBeIrBr5iVQfnAvEVA1+x6pFIV7ob8RUDX7HGJTzthRFeMeAVa1zCp5ca4RUDXimHwUNiIbxSgFeKr13hSf0L4ZUCvFIOfkWke/EVwisFeKX44hU+Ia0QXinAK+XgcUinwBTCKwV4pRwG2woUwisFeKU0Lcl8+UwhvFKAV4rzCl+9UgivFOCV4rzCV68UwisFeKU4r/DVK4XwSgFeKc4rfPVKIbxSgFeK8wpfvVIIrxTgldK0JPPVK4XwSgFeKU1LMl+9UgivFOCV4rzCV68UwisFeKU0LclWWd7dQnilAK8U5xW+eqUQXinAK6VpCc2yWAiuFMCV0rAk88UvhehKAV0pTUsyX/xSCK8U4JXivMJn2BbCKwV4pcTQv7EWwisFeKU0Lcl8+U0hvFKAV0rTksyX3xTCKwV4pTiv8OU3hfBKAV4pTUsyX35TCK8U4JXivMKX3xTCKwV4pfjiFT7PuRBeKcArxZOCmdIbG+GVArxSfPFK585IeKUAr5R5E3t+YyO8UoBXii9e6dyXCK8U4JXivMLXMBXCKwV4pTivFPqcXAivFOCV4jut8Ck0hfBKAV4pTUtyPbDhj0J4pQCvlDSYg1MIrxTgleK8UmkS60J4pQCvlDSYg1MIrxTgldK0JPNd7AvhlQK8UnJ/X4FCdKWArpQ82PKnEF0poCslD7b8KURXCuhKaViSK928qhBdKaArxXda4bOACtGVArpSRotXCtGVArpS8mDLn0J0pYCulIYlYVr2QE4FoisFdKXMO63QWUCF6EoBXSmuK3whVyG6UkBXyrx6hQ5iFaIrBXSlyGBaYiG6UkBXiutK54WJ6EoBXSkymJZYiK4U0JXiq1cqnQlViK4U0JXiulKp7xSiKwV0pbiudJ5wiK4U0JXiW63wRD6F6EoBXSmuK3xvhUJ0pYCulJGuFKIrBXSl+OqVzq9AdKWArpSGJb1AIrpSQFeKr17hC/oK0ZUCulJ0kKKuEF0poCtFPRL5izPRlQK6UnQwlFiIrhTQldK0RPgGFYXwSgFeKTqYDVYIrxTgleKrV3rfAYlE4JWigzXOhfBKAV4pTUvkwF+ZCK8U4JXie610nrEIrxTglTKvXuGPSIRXCvBKmVev8CccwisFeKU0Lek8oBBdKaArxbda6TygEF0poCvFBinqCtGVArpSfPVK5/mC6EoBXSnz6hX+fEF0pYCulHn1Cn++ILpSQFeK72PfeTwgulJAV0rDEjnwd3eiKwV0pZTBMqpCdKWArpQyWEZViK4U0JVSBsuoCtGVArpSSn8ZVSG4UgBXShksoyoEVwrgSmlWInx1bSG4UgBXimcG65wKBFcK4Erxbew7pwLBlQK4UuogV2IhuFIAV4rjCl+SWAiuFMCV4vvY8xn7heBKAVwpvo9952QkuFIAV4rjCl8UWQiuFMCV4rjSOZsJrhTAlVL93swf9gmuFMCVUkf3ZoIrBXCl1O7uU4XYSgFbKXV0Zya4UgBX6sHvzHQYrRJcqYArtVkJz8peia1UsJV6GEzAqcRWKthKbVTCeaoSWqlAK/UwmH9TCa1UoJXapET49lGV0EoFWqkzrdAR8UpopQKt1INfD+mrRiW0UoFWqtMKH1CuhFYq0Er1Tez561YltFKBVmrwOKRvCpXQSgVaqb6JPR9MrYRWKtBKbVLSGUythFYq0EptUtIZTK2EVirQSvXEYDwJTSW0UoFWahgkdq+EVirQSg2DxO6V0EoFWqnBI5HOx6sEVyrgSm1W0rmcEFupYCs1DF6aK7GVCrZSG5UI34asElupYCu1UYnwbcgqsZUKtlLjYPimElupYCu1UYnwlA+V2EoFW6mNSjo/AqGVCrRSfeVK50cgtFKBVqqnBet9BSQOgVZqkxIJ/FQitFKBVmqTEuFbmVVCKxVopfoe9rnTAxKIQCs1eSDSjW4roZUKtFKTByKd/FIJrVSgleq0wsePKqGVCrRSkwcivy8RWqlAK7VJifB18pXQSgVaqU1KhK+Tr4RWKtBKbVIifJ18JbRSgVZqkxLh23BVQisVaKU2KRG+DVcltFKBVmrqz7+pRFYqyEptUiJ8jXkltFKBVmqTEon8XCK0UoFWapMS4ZtoVUIrFWil5sEwYiW0UoFWas6D6wmhlQq0UvNgGLESWqlAKzV7IPKnTEIrFWil5sGrSiW0UoFWah6kY6qEVirQSm1SInwnskpopQKt1BGtVEIrFWilNinh62IrkZUKslIblPB1sZXASgVYqTJIYlwJrFSAldqcRPhebJXASgVYqTK6NRNYqQArVUa3ZgIrFWClil8Q+SWZwEoFWKmeFqzzlEtgpQKsVIeVzlMugZUKsFKbkwhf4F0JrFSAleo7rvCdESuBlQqwUn3ZSuc7ILBSAVaq77jCd0asBFYqwEr1ZSudL5HASgVYqc1JhK8RrwRWKsBKdVjhy5srgZUKsFI9LVjnvZvASgVYqTp6bSawUgFWanMS4QusK4GVCrBSfd1K572bwEoFWKk2em0msFIBVqqNXpsJrFSAlWqj12YCKxVgpdpgq4tKZKWCrFQbzI2tRFYqyEo1j0T+gENkpYKsVBvdm4msVJCVaqN7M5GVCrJSzSORP2IRWakgK9VlhbtGJbJSQVaq5wXjrlGJrFSQlTrLCnWNSmSlgqzUkrquUQmsVICVOsMKdY1KYKUCrNQifZaoRFYqyEp1WeEsUYmsVJCVWqzPEpXISgVZqS4rHAUqkZUKslJnWaFj+pXISgVZqdVvzvxBmchKBVmpdWDNlchKBVmpdWDNlchKBVmpdWDNlchKBVmptW/NlcBKBVipdWDNlcBKBVipdWDNlcBKBVipdWDNlcBKBVipdWDNldBKBVqpdWDNldBKBVoJh8MAm+fSZRWn//lUR3t35ulH5tJVHQHraK/PqbBxnLl0VUfEOlJ/c7i5dFVHwjpy/yeZS1d1ZKzDnxrp28NcuqpDsA7tp1qfS1d1KNZh/Wzrc+mqDsM6yvB3Wcfo6X8+1VH7Sdvn0lUdGKe+KQvPCzKXYh0B4zQMEjbNpas6ME59cQtPvj6XrurAOA2DRHZz6aoOjNPGKp1UL3Ppqg6MU1/lwrOwz6WrOjBOG64Iz9szl67qwDh1kOGbxM6lqzowTpuxCM9cM5eu6sA4bcwiOfHrB4GZ0/+c63CayfQxey7FOiLGqa98yZW9ec+lqzowTh1o6N11LlxVgWHqRMMzqMylqzowTJu6SKbj+3Ppqg4MU5canrphLl3VgWEaPUw7tyiiNaf/+VSH9RM4zKWrOjBMfTUMz+Ewl67qwDCNHqZ0fG0uXdWBYepww3OSzKVYR8Iw9WUxvb+F4M3pfz7V0W77U2YSFh/Eb07/86mOFqc8t8hcuqoD49QRh6fGmEtXdWCcuuPw5BZz6aoOjFOnHJ7fYi5d1YFx6prDU1zMpas6ME49FRnfX3UuXdWBcdqMRnieirl0VQfGqbsOT1Uxl2IdGePUaYdnq5hLV3VgnLru8I1C59JVHRinzWuEb7Q5l67qwDh14+E5H+bSVR0Yp01thG+3OZeu6sA4denhO27Opas6ME6b3QjP3TCXrurAOG18I3zfzbl0VQfGqZMP33pzLl3VgXE6qw/N+TaXYh2CcdogR9T4ozahn9P/fKoj9pfpzaWrOjBOxeO088hPBOj0P5/q8DilCxbn0lUdGKfSn8I7F66qwDBtriPWeSMkEnT6n091tDA1OgN0Ll3VgWHadEeMZlqZS1d1YJg24BGeGWAuXdWBYarDMCUqdPqfT3UMw5TA0Ol/PtXRLqc8ScFcuqoDw9STmvVCnfDQ6X8+1ZFHoU6E6PQ/n+qQUagTJDr9z6c6+tnN5sJVFRimaqNQJ1J0+p9PdZRRqBMsOv3PpzrqKNSJF53+51yHL8XhKSjmUqzDMEybAU3jm+wdiqDR6X8+VRH7s5vm0lUdGKW+JGfi/LXfzaWrOjBKfU+ZEjp1sCg1jNLGQWLKLHUuXdWBUeqLc0rs9IOFqWGY+vqcQhPEzqWrOjBMfYlOyZ1+sDA1DFPr76cwF66qwCh1TSqd8CCcdPqfT3W0cfyi/E8honT6n091tKH8YvwrJah0+p9PdXiYlk4/WJgWDFOnpVJ5iBFbOv3PpzraoH49dL5TFqYFw7R5EZ9LNheuqsAo9cU71hmxJMZ0+p9PdbQoraHzs7AoLRilZbB0Yi5d1YFh6qt4eiOFBJtO//OpjhamtXPmE286/c+nOlqY1tSpg4VpxTBthiQ8sc9cuqoDw9TdqfcMROTp9D+f6pDRMxDBp9P/fKpDR88vxJ9O//OpDhs9vxCCOv3Ppzr8pt95tSUKdfqfT3XU0TMQgajT//Q6wqGfHGMuhCoCQlRwiOo8AwUGUQEhKjhEdZ6BAoOogBAVDmnwDBQYRAWEqNBUSXgGqbl0VUfGOlqY8ixQc+mqDsE6fC5dpg9SgUFUQIgKB095SnOyz6WrOgzraGFaet8pCdOAEBV8BRDPXzuXrurAMA2H/pZgcynWgRAVfB3QlOCdXAoDg6iAEBWaKkWeXXwuXdWBceqrgXLh3weDqIAQFUIeYEVgEBUQooLvZjNRPnlyCAyiAkJUaKpEFynOZasaMEp9Rxue02QuXdWBURpKf67bXLqqA6M0DB5NA1OogAoVol9LE/9hmUIFVKjga4QKnU4+l67qwCBtpsTXPc6FqyowRmPq7183l67qwBiNuZ+7ey5d1YEx6golSp9MA1OogAoVXKF4Qrm5dFUHRqmvGuI55ebSVR0YpXEwE28uXdWBUepp2cQ6IcbCFBUqeGY2nsNnLsU6UKGCryDiKfLm0lUdGKauUDxL3ly6qgPj1BWK53ibS1d1YJy6QhX+KBaYQgVUqOAKVTvPDUyhAipUSDq6TzKFCqhQwdO18ZzAc+mqDoxTX1ZUO88vTKECKlRwhapcOwJTqIAKFVyhKh96DUyhAipUcIXiObvm0lUdGKeNlGiS5LlsVQNGaR4k+Z1LV3VglLpBVZoyey5d1YFRmgfTmefSVR0YpW5QtXPmM4MKaFDBDar7t7AoRYMKblA8idZcuqoDo9QNiiehmktXdWCUikdp5+rBDCqgQQUZjJoGRlABCSrIaNQ0MIIKSFBBRqOmgRFUQIIKMho1DYygAhJUkNGoaWAGFdCgQgOlQpNGzoWrKjBKPc9bZ+A1MIIKSFBBymDgNTCCCkhQoXlSb+A1MIIKSFBBR6/5TKACClTQMBh4DUygAgpU0DgYeA1MoAIKVNA0GHgNTKACClTQPBh4DUygAgpUaJzUG3gNTKACClRontQbeA2MoAISVGie1Bl4DUygAgpUmAWKD7wGJlABBSo0TuoNvAYmUAEFKtggn/9cinWgQAXPB9cZeA2MoAISVPCUcJ2B18AIKiBBBSeozsBrYAQVkKBC8yTlCQLn0lUdGKbNk5Qn2JtLV3VgmDZPUp7abC5d1YFh2jxJeWauuXRVB8Zp8yTlSZnm0lUdGKcNlPQgfESLGVRAgwoNlLojJ8ygAhpUKINE63Ppqg6M0wZKelD+xsAMKqBBhQZKyjMEzaWrOjBOi8dp5zmKGVRAgwpz6rje98HiFA0qFI/TzrMYQ6iACBWaKPV/WxaniFChDMejGEIFRKjgm/T03uQYQgVEqNBESUPngY4hVECECk2UlCetmUtXdWCcNlFSnnZmLl3VgXHaRKn7uzCECohQYV781PldGEIFRKjQRElD5zrGECogQoUmSspTyMylqzowTpsoaeiMSDGECohQoYmShs67HEOogAgVmigpz+Qyl67qgDiNB49Tfv2ITKEiKlQ8eJzycz8yhYqoUNF38+HLvufSVR0R60j9ld9z6aqOhHWM4jQyhYqoUNG39eHLt+fSVR2CdWh/BfdcuqpDsQ7rL+KeS1d1GNYxyOswl67qKFjHILXDXLqqA+O0kZLylD9zKdaBChUbKfWePyJTqIgKFRsp9a6FkSlURIWKjZSUZx+aS1d1YJyGYZwyhYqoUDHI4BkmMoWKqFCxoZLyREhz6aoOjNOGSho5vETmUBEdKg4dKjKHiuhQsamS8pRIc+mqDozT6HFK03PNpVgHQlQcbQQ0l67qwDhtrKSRq21kEhVRomL0OOX3l8gkKqJExZhH5xyTqIgSFePo+TQyiYooUTF6nNLd4ubSVR0Yp9HjtHOfYxIVUaJiY6WeYkcmURElKjZW6l6DmERFlKiYDqNzjklURImKjZW6sc4kKqJExRRHvy2TqIgSFX2zoM7zemQSFVGiYmMl5dmD5tJVHRinaRinTKIiSlRsrNT/W1icokTFZIN3j8gkKqJExcZKyhMBzaWrOjBO0yD/7Fy6qgPjNI/eoyKTqIgSFRsrKc9JNJeu6sA4zcM4ZRYV0aJigyXliYXm0lUdGKcNlrrXMWZRES0qNlhSnhlnLl3VgXGadXRdZxYV0aKiJ7/rfqcsTtGiYvY45e9ikVlURIuKeXg9ZRYV0aKiDHI+zaVYB1pUbLLUPfcZRkXEqChxdL4wjIqIUVE8Tvm7aWQYFRGjogyfTxlGRcSo2GQpTbPG2HsUw6iIGBUbLWknVUdkGhVRo6KMxqUi06iIGhVl+HzKNCqiRkWpw9+WxSlqVGy2pKnzvs84KiJHRU+U1/s+GEdF5Kiow+sp46iIHBU9XV4vPhhHReSoqH7f7zzTMY6KyFFRh/d9xlEROSqqjn5bxlEROSo2XNJOaorIPCqiR0Utfa2MjKMiclScF0TxCcWRcVREjorOUZ0UCJFxVESOip5Fr5O+IDKOishR0RPpdZb8R8ZRETkqNlvSTraPyDgqIkdFT6fHc9HNpas6MEybLeXMlx9HxlEROSraINHoXLqqA8PUOaqTuSQyjorIUbHZUsoc9yPjqIgcFZ2jeDLwuXRVB8ZpGWXpiYyjInJUbLakmW4aM5eu6sA4bbaUc+BDOYyjInJUdI7KnUc6xlEROSo6R/VebxlHReSoWAZZmefSVR0Yp82WurcGxlEROSp62r0OZ0fGURE5KjZb0k4alsg4KiJHxeJx2nnkZxwVkaOic1Smu83NpVgHclR0jpLO7YVxVESOis2Wuuct46iIHBVrGp23jKMiclRsttQ9bxlHReSoWP3xlC/yiIyjInJUbLaUDtL5PlicIkfFZkups0AjMo6KyFGxltH5wjgqIkfFOoxTxlEROSodRnGaGEcl5KjkHDWlx6F1kDhNyFFp3gCJf6eJcVRCjkrNlvgCjcQwKiFGpSFGJYZRCTEqDTEqMYxKiFHpMLrrJ4ZRCTEqNVnSTsKhxDAqIUYlx6jOU1BiGJUQo1KTpX50kChNiFEpjCZLJYZRCTEqOUZ1kiclhlEJMSo5RglfIpYYRiXEqOS5+Xhi1bl0VQfGaZMl7SRxSgyjEmJUCtLPzzqXrurAOHWM6iSCSgyjEmJUcozqJHFKDKMSYlRqstRJFTuXrurAOB0tikrMohJaVIqHfsLYuRTrQItK0cOUz8FPzKISWlSKsZ93di5d1YFhGlM/9excuqoDwzSOUp0mZlEJLSo1WOrs8DiXrurAMHWL6uTnSsyiElpUitZPhDuXrurAMHWL6qTCTcyiElpUin455eMniVlUQotKaZClfC7FOtCiUhokKp9LV3VgnLpFdVZ2JmZRCS0qpUGW6Ll0VQfGaeonip4LV1VgmKZBrui5dFUHhmkapIueS1d1YJimQcbouXRVB4ZpGiSNnktXdWCYpkHe6Ll0VQeGaR5ljk6MohJSVHKK6qTES4yiElJUaq7Uy5ScGEUlpKjUXKmXKTkxikpIUcmXRXUyJSdGUQkpKs07MHVOOUZRCSkqZR1kW06MohJSVMo2eB9MjKISUlRqrtTLtpwYRSWkqJTrINtyYhSVkKKSHEbnC6OohBSVZDSVPzGKSkhRyVPzdbItJ0ZRCSkqOUV10j8mRlEJKSo1V+qeL4yiElJUcorqnS+MohJSVJo3aerEOqOohBSVnKJ6sc4oKiFFJSmjWGcUlZCiktRRrDOKSkhRqblSN9YZRSWkqOQro3qxzigqIUUlXxnVi3VGUQkpKnluvl6sM4pKSFHJKaqTpjQxikpIUUllFOuMohJSVFIdxTqjqIQUlXQYp4yiElJU0mGcMotKaFFJh3HKLCqhRSUbximzqIQWlWwYp8yiElpUsmGcMotKaFHJhnHKLCqhRaU5Ox9fjZiYRSW0qORLo5SP4SZmUQktKvnSqE463cQsKqFFJbco5cuhE7OohBaVfGmU8pTviVlUQotKblHaec1mFpXQolKDJVU+/pqYRSW0qOQWpZ3XOWZRCS0q+dIo6zzjMotKaFHJLco6931mUQktKs07P3XOW2ZRCS0qNVhS61yTmUUltKjkS6M6eWwTs6iEFpXKYC+yuXRVB8apL42KB/68ziwqoUWlYX6+xCwqoUUlt6hOLtzELCqhRaUGSz1HSsyiElpU8qVRnaSriVlUQotKvjSqd49iFpXQolKDpZ7dJmZRCS0q1dFUqcQsKqFFJd8eqnd/YRaV0KKSL42yzugps6iEFpXqyPYTs6iEFpUaLPV/FxanaFH5cBj4XmYWldGicoOlnu9lZlEZLSof4sD3MrOojBaVD6OpUplpVEaNyo2W1LhlZ6ZRGTUqu0Z1kutlplEZNSrPGtX7XUicZtSoPCfo632nJE4zalRutKSd3JyZaVRGjcpzgj6eGC8zjcqoUXnWKJ7ULjONyqhROYx24MlMozJqVG60xL0zM4vKaFHZF0ZZ7fwlLErRovK8MIontcvMojJaVA6jCX2ZWVRGi8phkOE8M4rKSFF5zs/Hk9plRlEZKSo3V9JOVs3MKCojRWXfJqqTGC8zi8poUbnBUicxXmYUlZGi8rwsiifGy4yiMlJUnneJ4onxMqOojBSV5wR9PDFeZhSVkaKyJ+jrPEdlRlEZKSrPy6J4QrrMKCojReWog4R0mVFURorKviyqk3Q1M4rKSFG5uVJn7+25dFUHhqkvi+K7Z8+lqzowTH1ZVOHP+5lRVEaKys2VTCkTZCZRGSUqu0R1Hvczk6iMEpUbK/XOOAZRGSEqp2GUMonKKFG5sZIW/vaTmURllKjcWKn7jbIgRYjKafQClRlEZYSo3FSp+42yGEWHymn0/pSZQ2V0qOxLojpJNTNzqIwOlXMYfR3MoTI6VG6opIWPnWTmUBkdKjdUyp35opk5VEaHyr4kqvDxl8wcKqNDZV8SVfj4S2YOldGhch7NksrMoTI6VM5+Le08UzKHyuhQuaFSlMLvccyhMjpUbqikhc/Dy8yhMjpUbqikncScmTlURofKnp6vkxAzM4fK6FDZHWpaCk2mbGTmUBkdKjdUypFvD5eZQ2V0qNxQKUeeMz4zh8roULmhknaSe2bmUBkdKsso2WlmDpXRobJ4stPOOcccKqND5YZK2kkymplDZXSoLHX0tM8cKqNDZR3N5svMoTI6VNYweo5iDpXRoXJDJe0kTM3MoTI6VG6o1NvRNTOHyuhQ2R2qkyI0M4fK6FBZPU478cEcKqNDZV8SVTvXZOZQGR0q+5KoysfEM3OojA6V1eO0cy1kDpXRoXJDJeukk8vMoTI6VLZDP1VpZgyVkaFyMyXrZKTLjKEyMlQebhKVGUNlZKg83CQqM4bKyFB5uElUZgyVkaHycJOozBgqI0Pl4SZRmTFURobKw02iMmOojAyVh5tEZcZQGRkqjzaJykyhMipUHm4SlZlCZVSoPNwkKjOFyqhQebhJVGYKlVGh8nCTqMwUKqNC5eEmUZkpVEaFysNNojJTqIwKlUebRGWGUBkRKg83icoMoTIiVB5uEpUZQmVEqDxEqMwQKiNC5eEmUZkhVEaEysNNojJDqIwIlYebRGWGUBkRKjdRsk6O0MwQKiNCZUco5UsJMkOojAiVmyhZJ89oZgiVEaGyI1QHbTNDqIwIlesor0RmCJURoXITpdztB4tTRKjcRClOi4fZqc8QKiNCyeEwyAkhDKEEEUoOftfnEyWEIZQgQkkTJTtwLBWGUIIIJU2UevnohCGUIEKJL4nq5KMThlCCCCWHUS5+YQgliFDSRMkOHDqFIZQgQkkTJevkfxWGUIIIJU2U8oEPigtDKEGEkoM/nPJBB2EIJYhQ0kTJOvlfhSGUIEJJEyUL/CFZGEIJIpQ4QgWO6cIYSpChpJmSdXKmCmMoQYaSZkq9AW1hDCXIUOIM1Yt1xlCCDCUNlXqD4sIcStChxB2qd74whxJ0KGmoZJ3crcIcStChZF4SxeFFmEMJOpQ0VSo8ZZkwhxJ0KIlu+pFfTplDCTqURA9T/q4vzKEEHUqih2nnkswcStChpKGSddLQCnMoQYeShkrWSUMrzKEEHUoaKlknDa0whxJ0KGmoVPhQsjCGEmQoiaNsp8IYSpChpJmSdbLhCmMoQYYS3yeqd8YxhhJkKHGG6mRMFeZQgg4lDZUs8sWywhxK0KGkqZJ1MoQKgyhBiJKmSr3swMIgShCipKlSLzuwMIgShCjxfaI6T5bCJEpQoqSxksXOlZBJ1Ml/PtVRBou6hVGUIEVJcyXrZDsVRlGCFCX5MMhSLIyiBClKnKJ6T4WMogQpSnyfqNi5FDKKEqQoyR6nnUshoyhBipI8fDplFCVIUTLcKUoYRQlSlDRXsk7mVmEUJUhR4hTFhxuFSZSgREljJYudqzqTKEGJkuxh2rmcMokSlCjxjaI6Q5bCJEpQosRXRHWGLIVJlKBEicTBkKUwiRKUKGms1BuyFCZRghIl805RfOBCmEQJSpSIDIYshUmUoESJ6GDIUphECUqUiPWHLIVBlCBEybxTVC88WJgiRMm8UxQfshQGUYIQJXoYDFkKgyhBiJJ5qyg+ZCkMogQhSuatoviQpTCIEoQo8a2iOkOWwiBKEKKkqVJnyFKYQwk6lKgMhiyFOZSgQ0lDJeukBhbmUIIOJQ2VrJNOV5hDCTqU+Hoo6QzjMIcSdCgZbhUlzKEEHUqGW0UJgyhBiJLhVlHCIEoQomS4VZQwiBKEKBluFSUMogQhSpoqWSe9sDCIEoQoMRnMxxEGUYIQJaajh3UGUYIQJWbD35bFKUKUNFWyTppjYRAlCFEygihhECUIUdJUyTpZjoVBlCBESVMl62QXFgZRghAlTZWsk01XGEQJQpQ0VbLEKVwYRAlClBQPU07hwiBKEKKkqZIlTuHCIEoQoqSxUmeOtzCIEoQoaao0PYqR+YDCHErQoaShknVypQpzKEGHkoZK1knsKcyhBB1KGipZ7gwmMYcSdChpqGSdhHjCHErQoaShknWSgwpzKEGHkoZKIfCkrcIcStChxPeJmvLrsPBgDiXoUNJQKfQG+ZhDCTqUeGK+wCdrCXMoQYeShkqW+UQaYQ4l6FBSPU47o1rMoQQdSqrHaedtkDmUoEPpweOUXz2UOZSiQ2lDpcrnqytjKEWGUmeoTn5AZQylyFDqefmmPJa0DhKmigylzZRM+KmvjKEUGUqbKVknI54yhlJkKHWGEn7qK2MoRYZSZ6jOc6UyhlJkKG2mxK/pyhBKEaHUEUr4yaIMoRQRSh2hhM86U4ZQigilvhKqM4SjDKEUEUodoTpJ05QhlCJCqSOUdE44hlCKCKW+FqozlKQMoRQRSoNHaeeMYwiliFAafP5+54xjCKWIUNpEyZQ/3SpDKEWEUkeoToYNZQiliFDaRKk3u1oZQikilPomUZ3Z1coUSlGhNPoqE/6UrUyhFBVKXaF65xxTKEWFUleo3u/CFEpRodQVSvmjujKFUlQodYVS/qiuTKEUFUpdoXrXD6ZQigql0eOUP+4rYyhFhtJmSt3rB2MoRYZSZ6je9YMxlCJDaTqMzn3GUIoMpfNqqM65zxhKkaHUGUr5A4wyhlJkKG2m1Ft5rIyhFBlK5/VQfOWxMoZSZCh1huq8pStjKEWGUmeozuplZQylyFDqC6I6K4+VMZQiQ2kzpRz5y4syhlJkKJ1XRPHVy8oYSpGh1Bmqs3pZGUMpMpQ2U+Krl5UhlCJC6bxFFF+LoAyhFBFKcxoAozKEUkQozYP0kcoMStGg1A2qs/JYmUEpGpQ2UOqsllNGUIoEpfMGUXxykzKDUjQozWWw4leZQSkalObRxBNlBqVoUCqjUVNlBqVoUCphsOJXmUEpGpRKHKxUUWZQigal4vd87nrKDErRoNQ3iOpkWFdmUIoGpSKj6yAzKEWD0gZKnfOeCZSiQKmMppsqIyhFglLxJ1OunMoISpGg1LeH6mz5qYygFAlKmyeZde7WjKAUCUp9LVRncoIyglIkKPXtoXpnCyMoRYJS9fz7nXd0RlCKBKUNlKyT/0mZQSkalDZQsk7+J2UGpWhQ6gbVyZmkzKAUDUrdoDr5jpQZlKJBaQMl6+T3UWZQigalOlqzp8ygFA1K3aB6VzFmUIoGpb4YqpPPRplBKRqUWuyvTFdGUIoEpc2TevSjjKAUCUpttFBfGUEpEpSah2nnos4ISpGg1FPy9S5BjKAUCUrNw7RzKWQEpUhQ2jwpHApdzaCMoBQJShsoWSdzijKDUjQoLYMle8oISpGg1DPy8cRNygRKUaDUBap0XjmYQCkKlLpAlc6jPhMoRYFSF6jCF6cqEyhFgdJZoPgTIQMoRYBSB6jCU/grEyhFgdLmSdbJfaCMoBQJSn0pVGcGjTKCUiQodYLq5D5QRlCKBKVOUJ3cB8oISpGg1PeG4t8oAyhFgFLfGUoOnTpYkCJAaU2DCTTKAEoRoLR6kHYuHQygFAFKfSFUb3yPAZQiQGl1Ju08iTGAUgQodYCqnROfAZQiQKkDVO2c+AygFAFKfSFUZ0KRMoBSBChrmhQiffUx5k+G/mQHn2nK32qNAZQhQJkDVCdpgTGAMgQoO4w03xhAGQKUHUaabwygDAHKDj4UxeHHGEAZApQ5QHWSFhgDKEOAMgeoyh9MjQGUIUDZwcOUP5gaIyhDgjInqMofCI0RlCFBmRNU5U9RxgjKkKDM10FV/gRkjKAMCcqaJ5VOwgFjBGVIUBbc8zvnHCMoQ4Ky5kmlk3HAGEEZEpSF0awTYwRlSFDWPKl01sgaIyhDgrLg00465z4jKEOCMicoLqXGBMpQoKxxUmf2izGAMgQoi6NZJ8YAyhCgLI5mnRgDKEOAsjiadWIMoAwBypomlUPnCsQAyhCgLHqUdq5ADKAMAco8HV9n9osxgDIEKPN0fJ3ZL8YAyhCgrGlSb/aLMYAyBCjzdHyd2S/GAMoQoMwBqjP7xRhAGQKUOUB1Zr8YAyhDgLKmSaWzUtcYQBkClCW/mnbuDAygDAHKfB1UZwaNMYAyBChrmtSZQWPMnwz9yRomlc5iX2P+ZOhPlvxi2rlBMX8y9CfzZVCdmTzG/MnQnyyVwUweY/5k6E/my6A6M2iM+ZOhP1k+DGbQGPMnQ3+yxkmls/jZmEAZCpT5zlCdRcfGBMpQoKxxUgmdGzYTKEOBsuZJpbOA2hhBGRKUZemPrBkTKEOBMk/I1xlZM0ZQhgRleTQh2hhBGRKUNU8qnbXPxgjKkKDMl0H1vg4WpShQ5gLV+zqYQBkKlLlA9b4OJlCGAmWNk0pn7bMxgTIUKBOP0s4NmwmUoUCZeJR2bgxMoAwFyhonlc7aZ2MCZShQJjrYs8eYQRkalM37QvE9e4wZlKFBWQOlnqIbMyhDg7J5Xyi+3saYQRkalOlhkLvfmEEZGpQ1UOrt+2PMoAwNyjQO9v0xZlCGBmW+DKqz748xgzI0KGug1FsrY8ygDA3KVAb7/hgzKEODsgZKpbNG35hBGRqUNVAqncXxxgzK0KCsgVLpLGw3ZlCGBmUNlGriz5WMoAwJyponldi5UTKCMiQos9FkU2MEZUhQ1kCpN8nTmEEZGpQ1UCqdNfrGDMrQoKyBUumsazdmUIYGZQ2USmdNujGDMjQoMx28HjOCMiQoa55UOsvJjRGUIUGZeZR27i6MoAwJynwVVO+OzQjKkKCsgVJIfNcfYwZlaFBWhnd9hlCGCGVNlEpnSboxhDJEKHOE6jwEMYMyNCgrefSVMoMyNCgrMvw6WJQiQlkTpRL5tDdjCGWIUNZEKUrn7ZghlCFCmSPUNKWI1sHCFBHKymhKtDGEMkQo83x80hlxYAhliFDm+fg6OduMMZQhQ1mNg8k8xhjKkKHMGaqT980YQxkylFXfvCx2/hYWp8hQ1kwpaucuxxjKkKGsmVIvO4cxhjJkKPN8fL27HGMoQ4ayWkZ3OcZQhgxlzZRKJ5WEMYYyZKhyGL1EFeZQBR2qNFTqnfuFOVRBhyqH0QSpwhyqoEOVhkqls7C9MIcq6FDFHaqTb60whyroUKWhUuksji/MoQo6VDmM8pwV5lAFHao0VCqdhdyFOVRBhyqHMowPEqcFHao0VCqVCnRhDFWQoUoYzTYtjKEKMlRpplQ667gLY6iCDFXCYH5UYQpVUKFKGM2PKkyhCipUaaTUmYtcGEIVRKgSRjf9whCqIEIVR6jOkvTCEKogQhVPxjftQk/mOBSGUAURqoRRmrPCFKqgQhVPxte5IBfGUAUZqngyvs7y+sIYqiBDlehRymfAFMZQBRmqNFMqiT+bFsZQBRmq+DooOo+4MIQqiFDFEapD+oUhVEGEKtEvpXxUvTCEKohQxRGKZ24pzKAKGlRxg+pMmC/MoAoaVGmgVDor9AszqIIGVeLoBaowgypoUMVz8RmfRFOYQRU0qJJGL1CFGVRBgypuUJ1sA4UZVEGDKml4LWUGVdCgii+C6uR8KwyhCiJUScOLKUOogghVHKFy527NEKogQpXhrlCFIVRBhCqei6/7t7A4RYQqvgjK+KSzwhCqIEKVJkql4/GFIVRBhCpNlGJnQWhhCFUQoUoTpd7bYGEIVRChiiNUZ15AYQhVEKHKvAyKTzMvDKEKIlSZ10Hxt8HCFKqgQpXhtlCFKVRBhSrzQig+3b0whSqoUMUVKndutkyhCipUycPrKWOoggxVxOOUD4wVxlAFGao0U+rGOmOoggxVZPgGxRiqIEOVZkq9LYILY6iCDFWaKfW2Oy6MoQoyVGmm1COTwhiqIEOVZkqa+bTowhiqIEMV3xaqs5V1YQxVkKGKbws1fae0HyxOkaGKL4XqzBspjKEKMlQZbgtVGEMVZKjiDNXZdrkwhirIUMWz8XX4pzCGKshQRf162nnAZQxVkKGKDuOUMVRBhio6jFPGUAUZqugwThlDFWSoosM4ZQxVkKGKDuOUMVRBhio6jFPmUAUdqgzT8RXmUAUdqtgwTplDFXSoYsM4ZQ5V0KGKO1TmxFiYQxV0qOIOlfkoX2EOVdChijuUdN49mEMVdKjiDtVJEVQYRBWEqOIQ1UkRVBhEFYSo4hAlnWEcBlEFIao0Veqe+wyiCkJUKSPWLwyiCkJUKZ56X3g/GEQVhKjSVCl1Fg0XBlEFIaqUNDpfmESV/4+0d11yXMfVtO+lf3fsEM/EvoPvGiYmKlxpZZZnOe1s21mH3jH3/oVIiiahl2rkmn+5zFWwLEE84AFecBIVdxtDRUSiIidRMWY/HQSUEImKnETFTKLcYF+ISFTkJCpmQT432NMhEhU5iYox++lgjUIkKnISFeNOllREICpyEBVpN8CPQFTkICrS7nEfgajIQVRMVCm6wVSIQFTkICrSDi+NiENFzqEi7fHSiDhU5Bwq0u5pH3GoyDlUpOylg1kdcajIOVSk3dM+4lCRc6iYoNIguyAiDBU5hooFQw3wD8JQkWMomqad3suEMBRxDEUZQ3m8yBHCUMQxFCWmNOrfTAhDEcdQlJjSqH8zIQxFHENRYkqj/s2EMBRxDEW5LdQgsEUIQxHHUJSYUvR40SeEoYhjKJr2Uk4JYSjiGIoSU4oDpTNCGIo4hqJpR4OXEIYijqEoMaU4ECkjhKGIYyjKGMrjWBAhDEUcQ1GCSoMiakIYijiGooyhBncDUSjiFIpyLdRAoowQhiKOoSgxpTiQFyOEoYhjKMoYaiCnRQhDEcdQlGuhBhIwhDAUcQxFamcuJUShiFMoyrVQA90UQhSKOIWiTKEGmieEKBRxCkUJKWmF02gIUSjiFIoyhRrolRCiUMQpFOViqIALuwhxKOIcihJU0gpzKEIcijiHogSV9KCAiBCHIs6hKFGlONBNIQSiiIMoyj2hBrophEAUcRBFpSkULoMkBKKIgyhKVCkOtFcIgSjiIIpKU6iBjyEQRRxEUS6GGvkHAlHEQRRlEDXQgCEEooiDKEpUadSnnBCIIg6iKFGlUZ9yQiCKOIiiRJVGfcoJgSjiIIpKUyi8MiAORZxDUYJKo1bnhDgUcQ5FCSqNWp0T4lDEORQlqDRqdU6IQxHnUJQ51EBWhxCHIs6hKBdDDbRoCHEo4hyKbHZTnEZDiEMR51Bk9875hDgUcQ5FuRgqTnj6QByKOIeiBJVixPFKQhyKOIeiBJViHGwJEYcizqEoQaUYB1My4lDEORQlqDTKjiTEoYhzKEpQadAZhhCGIo6hKDElr3A/J0IYijiGooyh4mB1QRiKOIaiXA0VBysDwlDEMRTlaqg4mJERhiKOoShXQ8XBa4swFHEMRbkaKg5eW4ShiGMocntFe4QwFHEMRVmRD2ewEKJQxCkUuT2qT4hCEadQlJBSjIPNKaJQxCkUJaQ0OrkgCEUcQlEiSiPZJUIQijiEokSU4kCNhhCEIg6hKOvxDXSXCEEo4hCKElEadXIjBKGIQygqPaFwBzVCEIo4hCKfof5gT4ggFHEIRVmPb6A0RAhCEYdQlGuhBgo/hCAUcQhFuRZKDS4DeSlnUJSAkraDn4IYFHEGRQko0WC5RgiKOIKi0hEKd7cihKCIIyjKcnxYxYEQgSJOoCgTKBqstIhAESdQlHDS6L1HAIo4gKLcD2r03iMARRxAUQZQo/ceASjiAIpyP6jRe48AFHEARYkmDd97BKCIAyhKNGn43iMARRxAUamEGrz3CEARB1BU5PgGLwsCUMQBFCWaNHzvEYAiDqAo0aTRe4/4E3H+RLkSapCMTIg/EedPlGDScO5A/Ik4f6IEk0ZzB8JPxPET5UKo0dyB8BNx/EQJJo3mDoSfiOMnSiwpDvTFCOEn4viJshifx9lRhPATcfxEGT8NdL0I4Sfi+IkSTPKjyC3iT8T5EyWY5P3gkI/4E3H+RAkmeT845CP+RJw/UYJJ3g9O6Ig/EedPlGCS94MTOuJPxPkTZf400EojBKCIAyjKAGqglUYIQBEDUHqasp/C40IZ7W20H6420vEJa6WV0Y0NxW1kP4V77DK6saG5jcXpCGulldGNDcNt2HGmaBnd2LDchhsGksrgxoTjJpLoPpZbK6MbG57bSJMplkoroxsbgduIY92DMrqxEbmNnBQNp9MyurHB3TTXQeEFqoxyG4q7ae4ItQQsto3jy+jGBnfThJMIS8eV0Y0N7qYquymcksvoxgZ301wIhYXOyujGBnfTxJMIC2qV0Y0N7qeJJxmn0YpdRjc2uJ/mSqjB6wIIVPvhaiK1LcO6XmV0Y4O7aeJJhAW1yujGBnfTxJMIC2qVUW5DczfVahw4KaMbG9xNsx7fBFfsMrqxwd00Iyic3lBGNza4m+odPfMyurHB3TTxJMKCWmV0Y4O7aeJJ1g/cFCCo9sPVRso1xbuxMrqxwf008SSLq+PL6MYG99PEkyzejZXRjQ3up4knWbwbK6PchuF+mmuhRislQFDth6uNlHaCd3RldGOD+2niSRarBZTRjQ3up8aOY9lldGOD+2luCDUFJLtURjc2uJ+a7Kdwd1pGNza4nyaghGtky+DGBHfTxJNwWL4MbkxwLy3toAZvPiBQ7YfFRm4HhTULyii3YbmX2h1lnjK6scG91O4o85TRjQ3upQknEZbjK6MbG9xLbT7ow0bpZXRjg3tproQarS6AQLUfrjZ2KqHK6MYG99KEkwhr6ZXRjQ3upgkn2UCD+4H81HI/TTzJLj6GNoUAQbUfFhtZkG80EwIE1X642thptlNGNza4n+ZKKJz4VkY3NrifJp40fOcAgmo/XG3YvXcOIKj2w9WG23vnAIJqP1xtpEMUFigsoxsb3E/dTq5pGd3Y4H6aGdTwuSA/ddxP3e58ChhU+2GxkYgSYbHFMspteO6niSgN5yAAodoPVxt6754CCNV+uNowe/cDQKj2w9VGnk8HByAAodoPVxt5dzo4eQAI1X642sh+Ojh5AAjVfrjaCGP9ljK6scH9NBElwqJ+ZXRjg/tpgVAj/0B+6rmfhp3U/TLKbQTup2Endb+MbmxwP01MibBAYRnd2OB+mqDSQMq3jG5scD9NUGmgiVNGNza4nyaqRFjlsIxubHA/DX7v2QIQ1X642tidTwGIaj9cbeww/TK6scH9NFElwkqJZXRjg/tpokqElRLLKLcRuZ/mtlAaqryX0Y0N7qdR752AAIhqP1xt7GidldGNDe6nGUQNjg0ARLUfriaymw6WbACi2g9XG8lNsepjGd3Y4G6aQdTI1QGJaj9cbexISJXRjQ3upnF32Qcoqv2w2KDspoNlDqCo9sPVhkotZgZuClBU++FqI7mpht2lyujGBnfTxJWsDgMbyE2Ju2niSoPiwzK6scH9lNw4obCMbmxwP6Xsp4OtA0BR7Yerjd3pFKCo9sPVxjh9vwxuTHA3zSQKqhKXwY0J5qVq2il/LqPMhuIgSiWqRBpvpBQCUYqDKJUroTDcK6MbG5rbSF46wX7HZXRjw3AbaTLFIodldGPDchtpNsXCgGV0Y8NxG2MZ3jK4MeG5iTSZYl3AMrqxEbiNOO4gUkY3NiK3kSOnMCu6jG5scDdNVImwtmAZ5TY4iFK5L9Rgr64QiFIcRKkMorCoXxnd2OBumkEUlrEroxsb3E3VXkxKIRClOIhSai8mpRCIUhxEKbUXk1IIRCkOopTKfoo3DgqRKMVJlFJ7i75CJEpxEqUyicIRXIVAlOIgSulpJ+SgEIhSHEQpvXeEUghEKQ6ilM5uivceCoEoxUGU0mbPxRCIUhxEKb1T/lxGNza4m+qd8ucyurHB3TRRJcIKhWV0Y4O7aaJKoyOlQiBKcRCl9I5yZBnd2OBumqjS6FiqEIhSHESpUguFw3wKgSjFQZTKIGqCyuhldGOD+6nJfjrYOSAQpTiIUiZPp4PlBYEoxUGUyo2hsFhiGd3Y4H6aqBJhgcEyurHB/TRRJcKifGV0Y4P7aQFRgyUKkSjFSZTKJMoOliiEohRHUcrk6XQwrSMUpTiKUokrERY7K6PcBkdRKnElwuJNZXRjg/tpQVGD9xahKMVRlEpcafjOIRSlOIpSGUVhgZ8yurHB/dS6vV0yQlGKoyhls58OdskIRSmOopTdO0MphKIUR1HK7oX4FUJRiqMoZffO+gqhKMVRlEpcibDgURnlNjiKUm4vxK8QilIcRSm3F+JXCEUpjqKU2wvxK4SiFEdRKnElwuJNZXRjg/tpRlEeCg2V0Y0N7qcZRWEBqDK6scH9NHElwgJQZXRjg/tp4kqEhYbK6MYG99PElQgLDZXRjQ3up4krOYUTPxRCUYqjKJVRFBYrKqMbG9xPM4rCuWcKkSjFSZRKWMkF2PC8jG5scDfNJAprJpXRjQ3upt7tpFkqRKIUJ1EqkygsVlRGNza4m/odYfMyurHB3TSTKKwSVEY3NribJqzkAs75UohEKU6iVCFROGVUIRKlOIlSuR4Ky/OU0Y0N7qaZRGE5mjK6scH9NBdETbBOpIxubHA/TViJsBxNGd3Y4H6aSRTWkimjGxvcTxNWGm6DEIlSnESpTKJG2yBEohQnUSphJTfIxVOIRClOolQmUX4wJSMSpTiJUplEYUWaMsptcBKlYvbTwXSKSJTiJErF7KeDeQyRKMVJlEpYibAiTRnd2OB+mkkUlpMpoxsb3E8zigqD9xahKMVRlMooCkvBlNGNDe6niStZmvD2A6EoxVGUSlyJwuC9RShKcRSlMooavXMIRSmOohTtHvcRilIcRanElQjLyZTRjQ3up4krEZaTKaMbG9xPE1ciLAVTRjc2uJ8mrkRYgqWMbmxwP6Xsp4N3DqEoxVGUyigK63SU0Y0N7qeJK1EYvHMIRSmOohTlxNPBO4dYlOIsSlHWlBi8cwhGKQ6jdCJLhDU2yiizoTmM0oksWYXDUhrBKM1hlE5kibBORxnd2NDcRvJTLG5RRjc2DLex08WsjG5sWG4j+SkWyCijGxuO28jVezDyqRGM0hxG6USWBhXIZXRjI3AbqSoqQs2RMrqxEbmN1GwvqoEN4Kaawyitdiqhyyi3wWGUTmRJR3za1whGaQ6jdCJLOkJZ4TK6scHdNJElHe3gOpCbchillR2f5jRiUZqzKJ3Ako4D90AsSnMWpRNY0tEPfgpyU86idAJLOobBLUVuylmUVtlN4+A6kJtyFqUTWXIWH9Q1glGawyidyNJAIbmMchscRukszEdQC6aMbmxwN80wCucnacSiNGdRWufDPuyLXUY3NriXZl0+XKFeRjc2uJvusiiNWJTmLEonsDQQei+jGxvcTRNY0jSYPRCL0pxFaZ0r9s3ABnJTzqJ0ZlG44U0Z3djgbmryoo83YxqxKM1ZlDZ7eVIasSjNWZQ2e3lSGrEozVmUNnt5UhqxKM1ZlM4sCitJldGNDe6nmUVhJakyurHB/TSzKCy/VEY3Nrif5gZRuIlQGd3Y4H6aWRRBAbgyurHB/TSXReEGQGV0Y4P7aWZRhDe4GrEozVmUTmBpxJA1YlGasyidwBJheZwyurHB/TSBJe2gDksZ3djgfppZFJbaKKMbG9xPE1gKg9cWoSjNUZROXAmLtJfBjQnupbskSiMSpTmJ0nYvOVojEqU5idJZlg+LhpTRjQ3upQkr2YhLXTUiUZqTKJ2wkvZuoWrKb2wgL+UkSiesNAqfaESiNCdR2uXkaD+4DuSlnETphJXsItMD7wfyUk6idMJKelGTQj6GSJTmJEonrGRJD64D+SknUdrtVOxrBKI0B1HaZfXIOLilyE05iNKJKmlPg9uB3JSDKJ2okiXYW7uMchscROlElXSY8G9BIEpzEKVzd6iB0IZGJEpzEqUTVtLBDK4DuSknUTphJbVAefS6IBKlOYnSCSvphQCh54JIlOYkSmcShfVxyujGBnfT3B1qNAUhEqU5idI+7k1BiERpTqJ0wkrDKQiRKM1JlM7KfKMpCJEozUmUTlhpOAUhEqU5idJZmm80BSESpTmJ0gkrDacgRKI0J1E67B31EYjSHETp4PamIASiNAdROlGl4RSEQJTmIEqHsDcFIRClOYjSIe5NQQhEaQ6idKJKwykIgSjNQZROVGk4BSEQpTmI0lmbbzQFIRClOYjSUe9NQQhEaQ6idKJKo5wejUCU5iBKJ6o0Eh7RCERpDqJ0FucblJdrBKI0B1E6+p0SMY1AlOYgSieqNCoR0whEaQ6idKJKI5EMjUCU5iBKZxA1KFHXCERpDqJ0AVEYZmkEojQHUTp3hxrALI1AlOYgSmcQhSXcyujGBvfTRJWGpwYEojQHUTq3hxr5OgJRmoMovdceqoxubHA/zSBqIEenEYjSHETpRJVGeYUagSjNQZROVGlUoqERiNIcROkMogayeBqBKM1BlElUaXRONwhEGQ6izLQngWIQiDIcRJlElUa53gaBKMNBlJn28k4NAlGGgyiTq6IGMoEGgSjDQZTJ8nzTQCfQIBJlOIkyiSuNnMwgFGU4ijK5QdQ0UPkziEUZzqJMAktqGsj8GQSjDIdRJkv0DaYQg2CU4TDKqL2SE4NglOEwyqi9khODYJThMMoksqSmgUafQTTKcBplEloaScsYRKMMp1EmsaWRtIxBOMpwHGVU8VUcijGIRxnOo0yujRpsIAziUYbzKJNF+rBgchnd2OCuqoqr4kOdQUDKcCBlFO0I5RgEpAwHUiZXR00D6UODiJThRMrk8qiRvyMiZTiRMlrvbGUMQlKGIymjzd70jpCU4UjK5PKo0dSMkJThSMro4qp47TaISRnOpIz2O3F6g5iU4UzK6LATYzeISRnOpIwurooXb4OglOFQyiTCNMhWMIhJGc6kjJl2shUMYlKGMylj1E62gkFMynAmZYzeyVYwiEkZzqRM7hU1yFYwiEkZzqRMFuobZCsYxKQMZ1LGuJ1sBYOYlOFMyhi/k61gEJMynEkZsxNFNQhJGY6kjIk72QoGISnDkZQxtJOtYBCSMhxJGTvtZCsYhKQMR1LGqp1sBYOQlOFIyli9k2lgEJIyHEmZjKQGmQYGISnDkZSxO0ooBhEpw4mUsW4n08AgJGU4kjIJMI0yDQxiUoYzKZOZ1GhLhpiU4UzK5FZRg0wDg5iU4UzKJMA0yjQwiEkZzqRMAkyjTAODmJThTMq4Um06OIIgKGU4lDK5PGpSsB9HGd4Y4Y6aEJNzIxvIUTmVMlmqb7TeIiplOJUybk/41CAqZTiVMrlb1DTQxzQISxmOpUxpF6VgV8QyvDHCfTWL9Y12DwhMGQ6mTBbrmwbqlgaRKcPJlMkdowa7BwSmDAdTJlEm3HymDG5McE/1uckJbFBSRjc2uKOWhlGDx4K4lOFcyiTINGiCU0Y3NrijJsg0KJAyCEsZjqWM9+MeOGV0Y4O7qQ+7Lz/iUoZzKePj3ouLuJThXMokyBRw8/EyurHBvTRzqdFmCnEpw7mUCbmxGc4xNIhLGc6lTMh+ipWTDeJShnMpkyATTrsyiEoZTqVMVupzuBbQICxlOJYyGUuN9lIISxmOpUxpGQV78ZTRjQ3upiG3NcNyBgZhKcOxlMkto3DbqTK6scG9NJTJdBACQVzKcC5lEmQKuM9SGeU2OJcyCTIFGkxjiEsZzqVM3N2gIi5lOJcymUsNIjEISxmOpUxiTEoPZlOEpQzHUiZjqckMrgP5KcdSJvq9xRZhKcOxlIllOh1ElRCXMpxLmQSZBk1my+jGBnfUzKUGha8GcSnDuZTZ5VIGcSnDuZRJkGnQqLaMbmxwP6U9yXODuJThXMokyDRodltGNza4o2YuNQ00eg0CU4aDKZMo0/iGIE/lYMokyhTNYI1CYMpwMGUSZRrfEOSoHEwZyoGpgeCwQWTKcDJlqEypg+gWQlOGoymbBfumgVywRWzKcjZlM5uaBhq7FsEpy+GUnfbEJiyCU5bDKTvtdTuxCE5ZDqfstNftxCI4ZTmcstPerGoRm7KcTdlcJYW3/RahKcvRlC1oaqAXbBGashxN2WlPZMoiMmU5mbKZTA0mIovIlOVkyqrSRwIjMovQlOVoyibO5CLO5LAITVmOpmxGU4tqKIg/WESmLCdTVhWBfpwuZBGashxN2cSZQlgyfWhzGchPOZiyyu3ALYu4lOVcymYuNWl8mrIITFkOpmyiTH5ZudELg8CU5WDKFjA1kAy2CExZDqZsBlODE5lFYMpyMGUTZPKTxz8GcSnLuZTVe50kLOJSlnMpm7nUYF9mEZeynEvZXS5lEZeynEvZXS5lEZeynEvZwqUG+scWcSnLuZTNXArGYiyiUpZTKav3cvstolKWUymr93L7LYJSlkMpq0v2FN5AWISlLMdSNjGm0QqDqJTlVMomxDSYghCTspxJ2VwnNZqCEJOynEnZBJiUczDX0CImZTmTssbuvXCISVnOpKxxey8LYlKWMylr/N7LgpiU5UzKmrLu452hRVTKciplTXZTi18XRKUsp1LW7GWkWESlLKdS1u5JSltEpSynUtaWDepgl4uwlOVYymbVvtENQVjKcixl7V6Wn0VYynIsZe3uBhVxKcu5lLVlgzrYsSMwZTmYshlMTTgcYxGYshxM2USZ9IT78VkEpiwHUzYXS00DaWqLyJTlZMpmMqVwmYFFZMpyMmVzC6lpoCttEZqyHE1Zt1fUZxGZspxMWbcnMGkRmLIcTFlndpIFLQJTloMp63ZXfgSmLAdT1hVXxRjGIjJlOZmyLrsqPvhbBKYsB1M2QSatAvYQxKUs51LWFVfFYVCLwJTlYMqWLlKDiQhxKcu5lPV73XksAlOWgynr9/L8LCJTlpMpm6X7poFct0VoynI0ZXMbKXw7EJiyHExZv6csbRGYshxMWb+XOW0RmbKcTFmfD1MDqW2L0JTlaMpmNDXyD0SmLCdT1u8poFtEpiwnU9bvSaFaRKYsJ1M2lCl1sNFFaMpyNGUTZ9J2cOpHaMpyNGXDbngKoSnL0ZQNe1qoFsEpy+GUzSVT00Dk2iI6ZTmdsgk1DV4YxKYsZ1M2a/cNbwfyU86mbNhLSrGITVnOpmwoE+pgZ4fglOVwyuaaqQkDLovYlOVsysbsqAPRb4vglOVwyibSpCfMPy2CU5bDKZvh1ISJn0VwynI4ZXMfKTXYlSE6ZTmdsgk16YE4rEV0ynI6ZQudGqigW4SnLMdTNu6c+hGcshxO2bh76kdsynI2ZePuqR+xKcvZlC01UwNBd4vglOVwytJeMYpFcMpyOGVprxjFIjhlOZyytFeMYhGcshxOWdorRrEITlkOp2yBUwOFe4vglOVwymY4FQYzCIJTlsMpS3ntH8jkW0SnLKdTNreSGjxb5KicTVnaXfkRmrIcTVnaXfkRmbKcTLlCpgaK/w6RKcfJlEuUKQ6kXR0CU46DKZfB1CDxySEw5TiYcrlqKuIJ1SEw5TiYchlMDdIwHAJTjoMpV8DUoAWCQ2TKcTLlpvGE6hCYchxMuWlvQnWISznOpdy0N6E6xKUc51JuKhMq3l06BKYcB1Mu6/dZnIbhEJdynEs5Vaql8a7OITDlOJhypWZq0EfBITLlOJlyhUwNmg84RKYcJ1MugSazBFPB3O4Qm3KcTbkEmnBo2SEy5TiZcsrvhJYdAlOOgymXKNOgcZpDXMpxLuUSY7KEm545hKUcx1IuY6lp0ALBIS7lOJdypWBq0L/AITDlOJhyGUxNgwYGDpEpx8mUKxVTgw4GDqEpx9GU08VTBwsEYlOOsymX2dQ06D/gEJxyHE65ouOHk7kcYlOOsymX2dQ06B7gEJ5yHE+5jKemgfS/Q3zKcT7lStXUQLffIUDlOKByBVD5wWqFAJXjgMrlvlLTQDHfIUTlOKJyZo+kOgSpHIdUzmR/HUjmO0SpHKdULlOqaaCZ7xCmchxTuYyppoHQvEOcynFO5TKnmgZK8w6BKsdBlcugahpIzTtEqhwnVa6QqoHWvEOkynFS5TKpmgZi8w6hqubD1QjtxIgcQlWOoypni78O3hzEqhxnVa6wqoFkvUOsynFW5TKrmgaa9Q7BKsdhlcuwahoIzjtEqxynVc6Ok1QcYlWOsyqXuNNoCUakynFS5Wz21YHcvEOoynFU5XIN1TTQm3eIVTnOqlxhVQPBeYdYleOsyuUeU9NAcd4hWOU4rHIFVg0k5x2CVY7DKlfqqAaa8w7RKsdplSt1VAPReYdwleO4yjmzu+AgXuU4r3KZV00D6XqHgJXjwMoVYDXQrncIWDkOrFwppRqI1ztErBwnVq6UUg2U5x1CVo4jK1eQ1UB63iFk5TiycqWWaqAb7xCzcpxZuV1m5RCzcpxZOZ+lfXFNhUPMynFm5TKzGp08EbJyHFm5jKymgU6xQ9TKcWrlEoIahfIcolaOUyvn93JWHKJWjlMrlwjUKJTnELRyHFo5v9fIxyFo5Ti0cr646mBKQ9TKcWrlfHHVwZSGsJXj2MoVbDWQO3YIWzmOrVxiUKP6DoewlePYymVsNdFgRkPcynFu5YLZkU90iFs5zq1csDvShw5hK8exlQt7yqkOgSvHwZXL4ArX6zvErRznVi6EHclBh7iV49zKZam/geSgQ9jKcWzlitQflgt0CFs5jq1ckfrDcoEOUSvHqZXL1GogF+gQtXKcWrldqT+HqJXj1MrlkqppoKntELZyHFu5XFQ1DQSxHeJWjnMrV7jVQM3aIW7lOLdymVtNAwFnh9CV4+jKlbqqgQSrQ+zKcXblMruaBgJ3DsErx+GVi7QXBkPsynF25RKIsgp3v3OIXTnOrlxmV9NAnc4heOU4vHJUptXBIoHoleP0ylHx18EigfCV4/jKZXylBjpoDuErx/GVo7IJGLw5iF85zq8c7aUEOISvHMdXjvbCrYhfOc6vHO1yAcSvHOdXjkqXtMEkgACW4wDLTzvp1R7hK8/xlV9F//A84hG/8pxf+QSjBvfUI3zlOb7yiUWNyjM8wlee4ys/FUfF05lH/MpzfuWn4qh4OvOIX3nOr/y056geESzPCZZPOGp0jvCIYHlOsPwuwfKIYHlOsHyprBqIoHlEsDwnWH63A5VHBMtzguVVcVWcHukRwfKcYHmld5pzeASwPAdYXpWKlTi4EOSsHGB5tZdj7RHA8hxgeVV8FU/vHjEszxmWT0Bq/GiQr3KG5bPq3/jRIGflFMurvb4pHlEszymWV7T/aJCzcorl9V49gEcQy3OI5TPEWk698NEgiOU5xPJ6LyPQI4blOcPy2uxNIwhheY6wvN71VUSwPCdYPhMsNVDu8QhheY6wvN6pWPUIYHkOsHyCUUN3R/zKc37lM79SCi/eHvErz/mV17T7ziB+5Tm/8rkX1eidQfjKc3zljdp9ZxC/8pxfebMXsfIIX3mOr3zGV2ogh+QRvvIcX/mMrwapyR7RK8/plc/0avTeIXjlObzyGV4NbwjyVc6ufGZXaiBp4hG78pxd+cyuBrcDeSoHV363xsojcOU5uPK7NVYecSvPuZW3ZU4dbM0Qt/KcW/ks/TegcB5hK8+xld+tsfKIWnlOrfxujZVH3MpzbuVtmVMHWzNErjwnVz6TKzVQivCIXHlOrrwtnopPqx6RK8/JlbdlWh1sZxC58pxc+Uyu1EApwiNy5Tm58plcqYGsgUfkynNy5TO5UgM5AY/IlefkyicKNZIT8AhceQ6ufAZXAzkBj7iV59zKF241kBPwiFt5zq28GydceQStPIdW3vm9YyJiVp4zK5+Z1RL1RhzPI2blObPybk9XzSNk5Tmy8gk/jar4PSJWnhMrn4nVoALfI2LlObHyvjjqYJlByMpzZOUTfxptzRCx8pxY+Uys1EBewSNi5Tmx8n6cDeARr/KcV3lfhACw3IRHwMpzYOX9nkC1R8DKc2DlE33yS4NPUHTuEbDyHFj5UmWlYIaiR7zKc17ld6usPMJVnuMqH3b9FNEqz2mVD8VPB8sdwlWe4yqfcZXSuALGI1zlOa7yoXjqYLlDvMpzXuUTfBpO7YhXec6rfC6zGk3tiFd5zqt88LtTOyJWnhMrn1UA8WuHeJXnvMqXOqvRa4eAlefAyif6NFwfELDyHFj5OO2uD4hYeU6sfG5ONXr/EbHynFj5hJ+G6wMiVp4TK5+J1ei9Q8DKc2DlM7BSA20Dj4CV58DKJ/g0Wh8QrvIcV/mEngY+hliV56zKF1Y18jHEqjxnVT5xp+G0jFCV56jK5zqr0bSMUJXnqMrT7pEKoSrPUZUvZVYDlQaPUJXnqMoXEcCBOoJHqMpzVOVLd6rBHUGkynNS5QupGqgjeESqPCdVvpCqgRqAR6TKc1LlM6lSgyp8j1CV56jKlwZVuLrAI1blOavypdYK5yZ7xKo8Z1W+sKpBBb1HrMpzVhVysZUa1J0HRKsCp1Wh0KrB4h0QrQqcVoWpuCs+8AbEqwLnVaE0qRoUSQcErAIHViHBp4F0d0C4KnBcFQquGlQnB4SrAsdVIeMqNagsDohXBc6rQq64UoNK2oCAVeDAKkxxpwdJQMAqcGAVJtrpQRIQrwqcVwU17fQPCYhXBc6rglI7ktcB4arAcVXIBVeDlkwB4arAcVVI6GnUgyQgWhU4rQqZVuGcpoBgVeCwKii304MkIFYVOKsKyu/0IAmIVQXOqkLiTiPd7IBQVeCoKqi404MkIFQVOKoKBVUNSq0DQlWBo6qQUZUalBYHxKoCZ1UhcacRRAgIVQWOqkJGVWpQWhwQqwqcVQVtdlSvA2JVgbOqkMDTqC1LQKwqcFYVEnca9UMJCFUFjqpCAk+jXiYBsarAWVVI4GnUyyQgVhU4qwqJO416mQSEqgJHVaGgqkGhdECoKnBUFUxx1cEGALGqwFlVKKxqUE4bEKsKnFUFU3x1sHYjWBU4rAoFVg1KYQOCVYHDqpBhlRqUwgZEqwKnVSHTqgHxCohWBU6rgtlLWAmIVgVOq4LZE1sJCFYFDqtChlVqUIUaEK8KnFeFBJ/MhPuXB8SrAudVIcGnkdB7QLwqcF4V7J7AekC4KnBcFRJ7GmmBB4SrAsdVIeMqNajKDYhXBc6rgi2uOlhpELAKHFiFAqwGVbkBAavAgVUopVZ4gke4KnBcFQquGhT2BoSrAsdVoeCqQWFvQLgqcFwVCq4aFOUGhKsCx1XB7TorolWB06pQaNWgsDcgWhU4rQpO73k8olWB06rg9toBBESrAqdVoagCDgqMA6JVgdOqsEOrAqJVgdOq4HIzgIhPq4hWBU6rQiJP0WCxpYBgVeCwKhRY5fErg2BV4LAqrL2qsEhJQLQqcFoVMq1SfrDeIVwVOK4KBVcNarYDwlWB46qwW2EVEK8KnFeFwqsGNdsB8arAeVXwRcByMK8iZBU4sgoJP+lBP6GAiFXgxCok/KTd4L1DxCpwYhVKiRUu9QqIWAVOrEImVoMyrYCIVeDEKiT8pB2WSwiIWAVOrEImVirCNmABEavAiVUoxGpQSx8QsQqcWIVEn8yEmUZAwCpwYBUKsBrU4wcErAIHVqEUWOEirYCAVeDAKpQCK1ykFRCwChxYhQSfRkVaAfGqwHlVyMqAg4AGAlaBA6tQCqxwkVZAvCpwXhVygdWgSCsgXhU4rwqlwAoXaQWEqwLHVaEUWOEirYBwVeC4KpQCK1ykFRCuChxXhSwLOCjSCghXBY6rQsFVA9mIgHBV4Lgq5PoqNZCNCAhYBQ6sQixK64M9FWJWgTOrkJnVgCQGhKwCR1Yhljl1sB9CzCpwZhUys1ID2YiAoFXg0CqUxlUD2YiAqFXg1CoUajWQjQiIWgVOrUKhVgPFhoCoVeDUKhR5wIFiQ0DYKnBsFTK2GjDagKhV4NQqFGo1UH0IiFoFTq0C5S0ALqALCFoFDq1CIlDa4azmgKBV4NAqJAKlXYSENSBoFTi0CpS3AFhtPSBmFTiziok/aT/BLUBEyCpyZBULshooaUSErCJHVjEXWFksMhgRsYqcWMVMrAbzSETAKnJgFXOF1QBHRESsIidWcco7AAWDvBEBq8iBVZzyDkAPHgxw1Mh5VZxyjTXOeokIV0WOq+JUclaWJS9oy20AR40cV8VcXzV4+yPCVZHjqqj22gFGhKsix1WxlFfhfXdEuCpyXBUzrgq42CQiXBU5roqlumqgGhMRr4qcV0Vl995cBKwiB1YxV1eNXhgErCIHVjEDq5GzI2AVObCKWSAwDO4p8lPOq2KCT6OIaES8KnJeFTOv0rhKJCJcFTmuirlv1SB1JiJaFTmtirmyavS+IFoVOa2KhVYNRIUiolWR06pYGlcNRIUiwlWR46qY2JNROKEhIlwVOa6KpbRqoCkUEa+KnFdFvUcAIuJVkfOqqPcIQES8KnJeFXNt1WgKQbwqcl4VC68a6CNFxKsi51XR7GkBRYSrIsdVseCqgcZSRLgqclwVC64aaCxFhKsix1XR7DUGiIhWRU6rYqFVA52miGhV5LQqGrcTRIiIVkVOq6LxO0GEiGhV5LQqmrATRIiIVkVOq2KmVTiIEBGripxVxSwKOAgiRMSqImdV0U47QYSIWFXkrCpatRNEiIhVRc6qYi6tGgQRImJVkbOqaM1OECEiVBU5qooJO42CCBGRqshJVSztqwbTEAJVkYOqWCqrFkkyNLkjVBU5qooFVQ1kvCJCVZGjqlhQ1UC2KiJUFTmqigVVDWSrIkJVkaOqWCqrBrJVEbGqyFlVLKxqIDkVEauKnFXF0sFq9HQQrIocVsVcWqUGgkAR0arIaVUstGogCBQRrYqcVkW3V7MaEa+KnFdFt1ezGhGvipxXxaIIiFlkRLwqcl4VM68yePOOcFXkuCpmXKUG+kgR4arIcVUsuGqgjxQRroocV8WEnkZcJSJaFTmtiplWqYHGUkS4KnJcFQuuGmgsRYSrIsdVseCqgbZRRLgqclwVdxUBI8JVkeOq6P3ecRXhqshxVSy4aqCxFBGvipxXxcKrBhpLEQGryIFVzCVWeqCxFBGxipxYxUys9EBjKSJkFTmyikUScCBMFBGyihxZxVxkpQeqQhExq8iZVczMSg/kfCJiVpEzq5ibWemBnE9E0CpyaBVzlZUeSOBERK0ip1Yxl1ml1kvQCPJYjq1ixlZ6GngsAleRg6uYKNRArikibhU5t4qBdphkRNwqcm4VY3HXwYuDwFXk4CrmOis90FmJiFxFTq5iJlejMwkiV5GTq5jJ1ehMgshV5OQq5oZWozMJAleRg6uYwdXgTIKwVeTYKka/dyZB1CpyahUTgvJuENdA1CpyahXjnoJlRNAqcmgV456CZUTMKnJmFWlPwTIiZBU5soqUz1eDiDUiVpETq0h7gDUiYBU5sIq0B1gj4lWR86qYeZUeSPlEBKwiB1YxwafgB9eB/JTjqrgrBxgRroocV0XaDVkhXBU5roq5xkoP5IAi4lWR86qYi6z0QPwmImAVObCiXGSlB4IxhIgVcWJFU5lS8ZJJiFgRJ1aUi6z0QJqEELIijqwoIys9kCYhxKyIMytKAMoGggnwhJgVcWZFCUCNKvEIMSvizIpykdWAnRFiVsSZFeUaKz2QWSEErYhDK5qKu+J1lxC1Ik6tKCGoUSSfELUiTq0oUys9kGohhK2IYyvK2EoPpFoIcSvi3IoShAqD5nqEuBVxbkWZW+mB3AshbkWcW1GusxqUaxLiVsS5FSUI5RWuoSPErYhzK0oQaoHWCGwS4lbEuRWpsANHCYEr4uCKVPZVjWdFQuSKOLmiVRQQHhUJkSvi5IpKoRU+bhIiV8TJFeniqoPZGaEr4uiK9F5FICFyRZxckS6uOpjhEbkiTq4oiwLqgRoHIXRFHF1RRldaD2Z4hK6IoyvK6EoP1DgIsSvi7Ioyu9IDkQNC8Io4vKIMr/SgnJ4QvSJOr0jvJQQQglfE4RVleKUHJfmE6BVxekWJRI2ORYTgFXF4RUbvHIsIsSvi7IqM2TkWEWJXxNkVmZ0CVkLkiji5okKu8LGIELkiTq6okCt8pCFEroiTK8rkanCkIUSuiJMrShxqdKQhhK6IoytKHMoqrKVBCF0RR1dki58OFk3EroizK7Kli8VgkUDwiji8Irt3uCIEr4jDK7J7hytC8Io4vKJcZ6UHyhGE6BVxekV2JwhACF4Rh1eU4ZUeiD4QglfE4RVleKUHog+E4BVxeEW2TKqDNQLBK+LwijK80gO9BkLwiji8Ile8dbBGIHhFHF5Rhld6ILZACF4Rh1eU4ZUeiC0QglfE4RVleKUHFeiE4BVxeEUZXulBBToheEUcXlGGV3pQPU6IXhGnV5TplR5UKRPCV8TxFWV8pQdVyoT4FXF+RZlf6UGVMiGCRZxgUSZYelClTIhgESdYlAmWHlQpEyJYxAkW5YIrPahSJoSwiCMsyghLDyp7CSEs4giLMsLSg0pWQgiLOMKijLD0oJKVEMIijrAoIyw9qGQlxLCIMyzKDEsPylAJQSziEIsyxNKDMlRCEIs4xKIMsfSgDJUQxCIOsahArEEJKSGIRRxiUYFYg9JNQhCLOMSiArEGdYaEIBZxiEUFYg3qDAlBLOIQiwrEGtQIEoJYxCEWFYg1qBEkBLGIQywqEGtQi0YIYhGHWFQg1qCOjBDEIg6xqECsQYEOIYhFHGJRlgvUgwIdQhiLOMaikD12UKBDiGMR51iUmBQNKnQJYSziGIsKxhoU6BDCWMQxFsXssIMCHUIcizjHoiwYqAcFOoRAFnGQRbkESw8KdAiRLOIkizLJ0oMCHUIsizjLolyCpQcFOoRgFnGYRbkESw+KawjRLOI0i3INlh4UghDCWcRxFuUaLD1IjifEs4jzLMo1WHqQ/UwIaBEHWpRrsPQg+5kQ0SJOtCjXYOlB5jIhpEUcaVGuwdKDbF9CTIs406LCtAaZuoSYFnGmRbkISw8ydQlRLeJUizLV0oMsW0JYizjWooy19KAbKiGuRZxrUeFag9RDQlyLONeiwrUGqYeEuBYxrmWm3OjKwlBDGe1ttB+uNrLD4vTFMrwxoriR4rDQ68vwxojmRrLD4vTFMrwxYriR7LA487AMb4xYbiQ7LM48LMMbI44byQ6LU+3K8MaI50ayw+JUuzK8MRK4kZw3OKESlTK6sRG5jeyvONWuDG+McH8tZAun2pVhbkRxhy1kC6faleGNEe6wuSJL4xS3Mrwxwh22oC2c4laGN0a4w2a0ZXCKWxneGOEOm2uyDE5xK8MbI9xhM9wyOMWtDG+McIfNdMvgFLcyvDHCHVYVhx14PcBb7YerEcpGBh4L+Fb7YTGS+ZbBKW5lmBvR3GMTrPLW4Wka8K32w9WGzhcy8HoAuNoPVyNmLAJYRjc2uL/q4q+DNwfwrfbD1Ujx18GbA/hW++FqJPsrznErwxsj3F8z3xrdEeStmntrplsG5/2U4Y0R7q2Zbi0x8q22Yhnd2ODOmumWwQk3ZZgbMdxZc22WwQk3ZXhjhHtrrs0yOOGmDG+McG/NtVkGJ9yU4Y0R7q4JVy3RQvjuAcLVfrjayN6Kk3bK8MYI91ZTvHXwAgPG1X64GsmzK050KcMbI9xfTfHXwcsHKFf74Wokz644SaUMb4xwh82Yy+AklTLMjVjusBlzGZxgUoY3RrjD2uywOKGiDG+McIfNgoIGJzKU4Y0R7rAZdBmchFCGN0a4x2bQZXASQhneGOEem1GXwUkIZXhjhHtsRl0GJyGU4Y0R7rEZdRmchFCGN0a4x2bUZXASQhneGOEem1GXwQkEZZgbcdxjM+oymO6W4Y0R7rEZdRlMd8vwxgj32Iy6DKaqZXhjhHtsRl0GI9EyvDHCPTajLoORaBneGOEem1GXwUi0DG+McI/NqIugOmEZ3djgDlsqtTBWLcMbI9xhXXHYgdcD0tV+WIxk0mUwVi3D3IjnDptJl8FYtQxvjHCHzaTLYKxahjdGuMNm0mUwVi3DGyPcYTPpMhirluGNEe6wmXQZjFXL8MYId9hMugzGqmV4Y4Q7bCZdBmPVMrwxwj02ky6DsWoZ3hjhHptJl8FYtQxvjHCPzaTLYKxahrmRwD02ky6DsWoZ3hjhHptJl8FYtQxvjHCPzaTLYKxahjdGuMdmicF/qmlJGY3cBPLXwP01Matg/kn6v6zdXAXy1sC9NVMu4+w/lbL/ZU3gVpC7Bu6uGXMZ50ZWkL8G7q+ZcxnnR1aQwwbusBl0TfafNP2XJn46AJyr/bDYiMVfw+BKAOlqP1ytLM4HE63L2MYC99ZYvHXwBgPM1X64GineSqMfg9w1cnctnAtq4pTRjY384f/+5z9Ol5/z7TEf/7/Lcf79j//+X//rH2ZZkP7nH99O+ZNUVJq+6h///T//SFWj//0///f//nP9iuW//lltp7Hlyw7fb60V7582vM//RrmQ/7DOlk+WWSH/pdz6lw3T+v/b8g/U0uos/aX1VKxpo2n9y6+jS6sa4dW+XC+vp7fP2+Fxul66G2BM8/sVSQ2+z4/D8fA49Lbae6md1Nb9cTs85rc/na0lLe5pbMl7+6K18U+2qr3M8FXDjz8fM7tU312q0OLLy3y/n76fzqdH99Ot109zi9Bk8RQqfqSXyFPxjyj0gPa7btczv/7QXb/wHXh5uX5eHqdja2tZ4KopF3T+t746vlF6/RFK+ETz1ySb7U2Kja8tOjrlhrj66njpY3icfs4vn/O9fwamfQax3vmvGP3X54E/2zA1dpUl4TvSmnv5cbi8zcfeavMAlZuEF9nZaN4Jtc40daJZ/Y2KMxrvyie2+qL160OwoY7GOrr+U+3qnLa0QZdd6Lfv5+vLX/Pt23F+zC+P/tcr1/54qcX5drt2k7hqXmKpbx6/9e6fWlE/XyWfp3mBne/z26mbpBadgmrIWFtvrXCGPn6/zYe/+mnPNpdmVH0w63OJ6+K0PiBlJ7cuSfUNs2Z9Gaxd32XrqDpBqA93vealFcoXrhncCtXeiupb0iUhm82vTW9Xt3a/ZG2+HHtTpjUV6iVK38Rs9OfyYeeSrTe5Lxk7XU7MVvv4vdgxs63HfLs/To/T4dzbbNdo/6U7+H64/TXf7v3bY9uFNOT5R2qwMxXbX6uWasR18vnSD7//dfrornAy7d7BSpfK4/fP19f5drq89V5jW6/5si3gL+0GLEhfu5fr+8d5fvSbgslO7S+N0mdxPLA3w7W/UTp7HcEEtoiDPE3Vhd46qd8dD/f73N+wqd26a2fEpl4OLz9Ol7fH4Q5e29DeOvGMfXz57Lc4PjZbnGmdbFX+S2Jwvr/cTh+b/W9oZ5VoxNaW33k+3R/zZe5XTtX8XqXW406dqVV5VEaXpcOuK4zV5X+26zbXTeUTp8r/41Y7LpYhv56eFvXk/Me6VSFV/mdal7Mlwz3/EdYLU7b8s0XlpfxVv1e51YRyuo6uC7Dy61SiQt3UhnVvoxZJ17JTtOuUM63nP61We1rVpVPVvZWK6yKqafVtM9W9mF4XYFNH7VSXYv1cnuv66OryTHX6q/u2UBfquD6epABV9nnSg+DxOFobqFsblHz+uH6/z7ef3MNibH1WPo/c5n99zvdHusqX+ePR7/mCazfOfj2cKK+lk/HxNt8/rpf7PPyG2H2Dqd8g/gnLHNOdsXQzZzktvrGP+ffjcTu89LtC1W78VX1lpcvkcWtxareu2kzSZSibArNp60hR/GB+nuZf3ZNoT+nKRfEsuhgCV9WdmaXGNvvG0C5pdU8epbd/c4pZdKsai+Lr2v6+ditB0nXx9XS7P/71ebg9Tme22ab2uup0JX4Mp+NtfjvdH7c+TDSpdmIwJH2rTsefh/Mn2/Ko9jfbSfpmnd4/bkt4pV9mdbsqGicM1DTG+r3xRO0PdWKP25wDYntZ8t94ecxvOZb216l34lTy2caPpM/gfD0c+6O8bmcj46QzBwpGLlpBjSmpA6+mti9EbC9NSaeh99Px43rqTS0KRM2l1dOieCt2uT5Or6eXbWRz6draHqCk08jHbV4eBohsdrOAk3rLbT4c/9wfB3am0N2ZgsTRke5N8M1PXDcxat3tPeN/65DR6zbNx/Uvqgs9rcF0RTVoZXydh2uoytZYmJ/qXzX05dc9pvZR6rP3cXyaWs810okj75o+b90uzLWxbrVkx0qNLf7/fuhPvy0rMVbqrff8zzs/7aiDl4ZBj/w8vshwNW+S9KVczGxe8EUk6WnLi2/7+cpi4LY15KP4lr8fLoe3ft+7qPI8rylIX7/VFJpg2+O4k87UvUFw61qP9WKr18/bS79L0O3zDGIPS4a2s1cHeki8Gbp/HG6H927SCW0MUtkgnrluL93r2PoriQ8Z9z/3x/zeB3PbTbEp0089Lio1VWxUo7lePJU8Dm/pFswPHqHrwiV+PR5P66yrpjqfTiuuWqoA1it4HoXFa/vjx+l2hDvKNmD/hKJWisTAamd15y9S9/tkWyxnqZ10pWHM+b4ECNpf2B6hrV55silxAl/xGpWlK64x97jGJmJcox8rUyZ6srj1MGrq6qbrGaQ+Xe3CulsPawglNYwof63fkJSJ5D/0r/lPduvhOriIZzWTgXAH93Z4Pxwuh/Ofx+nl3uxaGahZ1DTaZy10msX6zgW3p7kgfLsXk+fr23n+OZ+BS9ruMoVvzWLz43z4M4/B/6Ll9bxYaXhmMbxsNE4vMyeySRakvdYvPLA8gY+vtZ3IDX3hWd0ft/nwDm5rR+ylZOV0W25qf2XNq27XcKSzwqXm/P3zfZnZ7t38YdoArZ+EfrTY4s/EBNNaEi7M59NbvyFd5EGb2zUJJ8bz+fprPr6f3tPS3C8k1G5spIBwMfh++j0fX66XB9uDhPZ8pnydlYyXPovz9dflsID218/z+f5ym+dL/wW6+4Iaj/VfuB33ef7rdHl7vd7erss7fzycupWDukj6V+7LsqdF1JfaHZWUb5wfS7Cw39SqdlO7rvxeeonvSxJHH8Vs3hynhfcwmbm+ZgQ2Hw+fx9P1Pr8t/1PnX6YFsuJwGrP+83ScB9Zta13oYOui1DuV6Zxq3TORr2fVCgjEZ5L1iwb8Z5HleV69Es78kiW1myWkp7GP0+uy1fx1vXWO67rXTT1RR2W5vgIOH4R35uP019zN366NJqippuVN9f5P0sPpx4mdvUO7wion5bsf3Qk3Uhu1Jml88+OD5WX55vV1JHwfPj7OIMqk2zfXSN+tp63+yrxrSb1R0idZzf2cb5vQq2mP8tL3E6zDzaV56YuSzGwXYteaEt4zjqu7A4qhSvpC5Xvr2UB76RZk+Y4j2HO59ruWMLvcXP+AXbvTXmLs5cWq+WKKanKRk97k9DWX1yuLKnXpD1LwtNpaSR4Lu3cpONLD5WKTTzWtN6lJui1ZLOFcmTboHswXzDGwoLuUFmny4GJos69WXYA3TMLtxuNxO33/fPRbRGeaO0/S5KJlQ9BNL7HdthSHk8a9FmPfrpczQ05dlo2zQpddjG1tdU/RSSeGxRbILtXtXGqV0CUWY7fr98/74zLf+30OtbOWqeGeGlIyax6DMjXLveaGqiA9AqZd3OH943y6LFuLPszj2iBIDVlE+4VblcByDxGaR+jXGclLn+Tjx+P6V386sO3OvUZH1LTuUdRUp7uJnikfK/vRdS+jpeHTz8eVn0bbvKNaV6BrDqf0jmXDL4ePwzY5Palltrs84dX+PJzOxRyfNVz7jqrJ1fvka+EECSel/C0sTuh860CrzZpYr4OUbv+cb4e3+fvhcvx1Oj5+9F8S2i+pb0DNHA/Sn/D7dLm+H287YbE2tbGkXwvN7u3de9wvfBP+/Xmbd6+13fZYabr3YnXnUl0HEYVe/f3w8tfxdv04Xj+/n+fv145HUVu1oJVw2lpNnu8/Dr1Hk+uKaoThpdXe562LCaj2iCKdHRZbb7fr5+X4cj33GSLU0Xol3Dh8Pxwv82M5pL1fj/2P7dIJlTBBZ/AWxfYtWhMAdc0otDXuULeRYU2bU7Em1QWSXgTLMuueW7Cyzd73w31eSnqbxUB1uw7ZPjSb+Xyczv0b1M5eQgC/mAJwrU3psUK6kbLx+5Te2GIJRcIT2/fuSVOXz6eFUaTvpwffHvQ7zpXIhxWNKDWt7qFMLWuQvuBL0UkJNZ5eQbJV7MJ1NdNULVKqoi+4HrvF1bRHJbcmhoR1NxHWnNJFWHL9i+oO7Al2aB2NdVcW62IahQnJ36+Px7WDjiF0EVBhOOr7MgsdWNrWIlLdTuLCSaiYWsqADqczO8d0WddOuD9cTb6Y7lVpo6ZS2ltNhd5U+wILkfZqCv7Obql2wl3+avHH4fz6OPXBCd2mlllh2cBqkJ/CTZv9aaUvQqoy4aVUfXGJ8M7l2pLL6XW+P1hAjtrjkVbCAGWyeH193RycVVf2GYSpdN83tSpK6W6FD3UZExarZJMoy6Yr+RFuc9fod/fmN29rTXvXNbFA6ILFMI6oN1OLXVm1clp4B5Lp8/X617Lx+XW6HK9d7m9/J4Qp09nodh1N4vjt5CX0zM/Tuc8TasNVwQit/OqX0a7iWoh3vv9hoRbTpl1aEl7JYmUpg+ldxbR5l1bIavns254agsy7+KzbnseEeCD9mM5Kc3Pzv7Er9kuqGGKj38ou4tvH7boUsJ6uF1CA2qII2byZjWcXBQbbc7VssksGl1DQzDY67Qw1Cac65BwtehKSlWQG5SOaNtfd0hcuaklN/byzl7pLCBFubpK1pUADWuxyN7z815bCsv7OtcuqMPubF6nx+9c6iBNmBzQ2z0sWSB8vN23uo3Rv0plkCKbNLHTCowazB396u7lwwmqnxi5OjzMt8XNa+usvL/M5seYEQl8O5/N3VlNj2nxZZ6STw2UTIDSdUMA6makgTOkoJjcJoKYti3XCmFQx9vhxu36+/egvsyOnlYpLBU96y+BqW6cSZq0tNm/zfb48frKgQZvKoqMwIPpyuNzm++nfjJ90VUVRiZ/Kz0OfVtAqiNTsyzU7SbhNeDmk1IGlcP4ydxtp69qdy5pWXyMxehJmti7f8Hmb+XlE9SGvIAygvBz6uaPNfQq17m4tL7XPsoBn4r+ri7v8K4fBT9N6sRNKASwW4YTVbhadMA60GOM152301NZi27Ui1oUasBavV+k7tvIKpo3MOGGtx2IN1I24LrNQyAKrrXxt22mgzSp0wuzwl0UC6NpHM2y7mISaqTLVslstnmM+++XUtqWeoYaynqW9E1VuJAzkvhxZamWbiLeSKRJWp77Mt1KJ1D/6Nubh15wENdWkdFMrsEuRV+KG63kyCAPmzbeXMl/mNV2Sp1APqDO6TQgwbVqEEwYSG5u8Pqdb6aaaKT/VwnQjjEJvX0DbZqnV1HvlqoOqNV9VP2v1q8SPNkJ6X9aHioHwXWunQuGB+Wm45opj2+3MKBRwK7bfT+cljej+2J7yTRuhdMIQ4MuP23XZwbFNbLvrqlICboUZLqyvxSQkZM+vGS8+vp19pWej1u4ln1PhdrTVpZGWoj6Nbw6qpl3vnZCUMnsvDEupDsmmVnp/w+p20egyB6QH4adRtLS3gWsv3eJWk2vF6iDb07SxOy/M7tlaP70f2PJOrV1hjcvW7jY133X5BULemQ2f5/s9lz10uR7tNCi8u+dDnwljQ6vFIj2HnufDLUcRf/1YTsqPRzo+3t7mB8jeUZ3ioTDymb6DZZrptkrLVtEVW6Kqft0M+3W5jysai+thIa5HQ1p39/QETTW9wVQVMV0r+vWaeKJdrRYKtba2fpOu35C6kX/lpx7nl9uf5Ofsd5s2V09a7bZa/c/1SKaFQl56CD+fuOCG73LkhKkWyQ44KveSWaZGJ9fSsErH1SrzomzdhvmKRL2wsujl3BfgtjmNVV9nPUZ5YcrzYhRNjLZN4vdCYP1yvt77oKPvElCLHlNCp1+xWE7Dr6wK0bb6VvK7yCyyAvd2T2iF9T8v7y89soltuqlfhRgVPdNu61nPSE9U7y/H4eth22isl4ZB3l8WTZQkkTC23CIFKQhcLP+HsjLbRqO99LzL9hm2hXfh+ZLVCXGiOjUKGc/yFX2ZiG4DLlat72+oUlBBWBjwcn1fVt+9nC3bloh7Yc15sbuXtdUlmMnNvl8vS05Mvxq3qMQLc7IXlbvD5XRl2Sy2FX0pr4ncVh/x7wpg1lpcs56ylKraYbYe5cs6kgpbajlL9R0vjUNd3z+u937bY9rMIS8NxV8vh9+73tEqEngp3lus7vhGtyKS9KyVLrF7S9ootBGqqYyX+8bW1y0BGtcWhUvf1t1TWBvfcMKsnqdJvvPWbVTciF+qZO6aVjIWgm5/rxOKAr1cL/fH7fOFqaj5bpFd1+8a0ZC+tJfH4YUnhXjV1ZlJD7PbAlTbptfFqkO45spT1arRNcrjqkbuZOtarOq+WHoU3LDl7rKaheNvmvvWxK+2ft0SP2FmxX/4itPl5+F8YrolbebO3/6S7g1FX9MS/y95wvhr3k/3Ow/Ct8RIPLnwrznOSxn+t9v88/oXU3lpwfPffurbJ92eT6UL08bsIkh2OpxP/x4/hU5k5O9/z2O+XQ5n8Ds6uvR37f81//k2//44sVQp3QlV/r8YR47TbaL+rvHC7bc3piub/Nuv8moePNlugf7br/Hl+vh2//z4uN6YEny3gv3t1/f6+fj4fHy7zffH7cTF5k2nW/B3v+Ljdv15WqpWT5c38Bg6WeivfMeo4rtVETHS+Go2+ePx3rPfdo706wFESbX813RqVgPcZpQbofp+MbUjhteVg37taX0c3jiriZ0C4yRMzlzt5YfPOhf0rUiCNDrbmeR1u+3xjVZhHzU9M+JrSZqtn7kq4EQ1T5zWQInWU2VCX5sVnle48XHbrlGhRqSkRbv4C7YMwHdp5tJUQmh8gwJsO12Grznt03ZzLOqNdykc/+/GXw/Lprrn1i18lFYQb74DoFfbov/wtSlsY/j++X0LCbrGCCTMqgffsMWJtgW8QVjcu7F8/0wdd7oDURs+VtLa6GI5R7JYYX3oZMaENU+rwce86UdgW1QUvzYZrfY2L3pok3nVF6e4zur2BWwDu0GaYNNbPl/zyrHF56FT3gjSMOyeefAL2swRaY5M/xX3x+HW5z1Rl0gszesEVsH1tsFOabSbW772CKFdVlUQKkAAo+Bq2/lNWO7BDH9+HFlyS2hVUFUQluxDs+CK28Q6YWlrMb1k0b1eb0XxjKXUOd+JcAib3VTLD1ZS3bqt+drEswk7tQCr6HenWOm6N9FfO0WxTZttm4Z49ywBlM8WtyurwOoiW1J0cr3dPj8eRVQqJfr2q0OrDKrEucOLYNXx+uuCFFyU6jIggjQEd5sPj5mXfHYqRMIuW6ul71yULHaqSyTdOmVzSSwiLYeXzXZPdam4UiaS7L7Ph/vnjWUOdPWd0urbbG+TwN9K/VthlXQydfrJJGm68FGVxNBPdVUvFMtczbN4fKfwYGpObG2fUkU4rHoe/6T3+p0f/VrPMtK6l9v1fr/eTrxTWKttb2tm4VSzf1UVl7D1M/eUPK2Zcc/EBvG6/7yikufBNqxddYm0dujeywOqdi9lpBkI98Np2AvItllu4pTf++E0BkRtcVyQspy+EwO1MXk91e53VZVNT77mmld9vKkqetQeRFrVxjhKurv6nLd7QeoCb0oamP+cE9juZY1sJwMljZhv+lO2x+eKgSdpUPDzdpsvD6QXGbsY2ooknbDpVDXcr5ityuGzk5GTVp1ko1UyYunn8853ZX0XSGlUvVgGLf2UmjqNemm4J1scvh6+TfZTUm26YrXttdTdYOrOw0o6vWSr58Njvrz86a9SdVf5pbvJBUJiC29UkKL/bOzjdn27Hd6X3TLf04bu7LQuRFVRyQons/w92wRg2wYlgxTEt9a280hsi+NVkEL5rdHtyaEtNgxfc4DNjW2LDtYds65JY2va8vqJW+XnaZWfp7UNGj2lW0zNfXgmndX4Y1jzz1WwT2GXqvVVzwLxKfbyzKqxNaVQWlD6eWfKFrHrAj6JJ7vFzn/ojdO13SSxGyXLQEWQulIYqZJdsQd19my7aYrSvXgyuGkA3kXca6pn3WCtAimm9pWdaneWZ99AY2qmaXUL8zy51SQavya0KvHZPl31fGNb0C5CZZ8BcGngslhNJtob22ZIx5rno+s2XYt3R8sX1PZtPEuy3UEHoeo8MwnyN2ybhx2E+vDZ7K/5+8/HA7abs21APgizrZhItmozG42Qbx8PJyjK2TaRoLrrl0oBLlZ3lO1U18FBk/BYdjzce1msVtrc1jdheja0rMU9tn7mnoqCa7KZrm+WlkYFl0tZMuqX3KPxlr/d00RhYJvPHb5NpFXqmaVb33ddFxMtjF/x0J3qTmG1afVaf6NX3RFdK1nrKrNKKplVeKyWq5lVEKW2C3VrGrZbj5t+XRnDmrsZ1oSfsD6nsD7YsF5YWOfLsK7CceV0cf1/4prOG9edT1wruGjNM6L1mmnVgqS1/o7WXtW0Wqb12Ey1LElXpzLPsrT1sKVsna6tqZ/V6lrX7Mxqtfm6YqtQuWMIz3W/KlWtrbZUrN8bnwqguu4FTP2sXkG0z51CtVJb0tR7pMjV46Ouh8taDTfV5mxTbfE11QKHqTrOFJ9Fn89D6LOZZq240/VgWpuEq+eLWj97+p2pL6+tHYBrKxhde8Fouz5RbZ+tcNalTNvazKUyX23rwbk239V2dXPtKvN11Z6rwqW+Nkbz9Yjoa0sY36hQ19Yxz8KP2jatdu3V0dUCEaFK0fJq35adMG+a3FbQSwvojzMnx7o1Y4Whg+P8evg8d9ty6mJ1k3AZLYa+fVyXMrRvLKStpvZ0pqXNRorRbHNjshPVdOL7lkwurSeyQFZvs9P4c8JKruN8PvxZmO8CHUpfwn6d6BrWCjfUx/l8+jn3+Nu3wg3KCveQqyWw1nflxkLlsyUuxx5uJzgu7LI3Kv5rpXVdlQWsU5NSVWqrahEvghbrxN9AmLoe14lVu7pA1LicVKLlON+XxLnl5Hl/ObCSmvYORGH89bhka137ero+s7ceIKr6cj191jVF2pItp152L3rX9HgSRraynUWu8/g4PQ6X0+eu9K9t36goTNjI38EyLLs0tlUAwwszw7LF98Pl8zXlU7OehV36mnSLn01ej73QiG5LIo2wlWK2de0LaFqtPiOkL6sh2GGibfUVpVPbYm+bd9824hJWah9Ph7fL9c5CoF3GvTAUfDy9z5c7zICI3VQbpK92b3AbqWrzYKSd3I+n2zbVTXXNjXSUHtpWW9tfrLr22TpKJ/He4rZ3sO4EbUh4SM9mr3yxNq1SmRPmPh1P95fL5/t3XiPUFlJJV/3T0rv2cbp8nh5/UrOwd/Z7/dTNvNJj72J3WVp/zIvWbje7xi4xX1h2fzwtFWkvmXAmDd8T+/ltpswznDTV6ixTTyq1TbMytZAjCKNvy3WkwBufztvAU5Xqjet+W1oX3ZpnnWjbsGZVAI5CKYTW7raTLIVOTFVYN7O1CeaHdgcv3ZUxu5ukKApd3FRY+gvNgitul2WhGmpr+vr6ej5dmKq6765XOvdujG6u1rU7lShMXzle3w+nC49w+i5FztbKLBLqeR9vh19bYYl2/+CEaeXHWxfPd+3dU1ONQaiaE2DrZzVIo+j5A2okSK8pDtrULkW+fubV8xwsXCp2tneuXW+jkJMdb++P6/HwZ99wu6MWduxaDe/VbXZSHcIKxKXFwcdOHpTvNjFCvwc/ul3anqGs2kCgxkRrG5DyUM0a27BrfbytOhmqxtieR6m6QtQ631rJq/xTZa6GbWPl37UZia50TLsaNapCQdrX6Ij3zxSf9bprab+WJmSudwvkvJpuCxkrlRNmfPWWwdTTbv2EkZ75+DbfH3/6MyJ1rb6UeYZpZW/NfJ75piV0vGP94UJz7x+PU78+xm4PJC0PKIbAnWurOoT7n/n9/sbCY65NhyRhscVih6Wet8lsJMzpni9Lax5W6dcmbKlncLnyDKqh4qqmV8PCWirEk7/5cr28sKTYLoG+QpSprgOTMIVwvmwDiK02sVBccL4kZRvuSKZzJOnNLqaAKzW/msTm+s1f1xVPCyOQ8+XI00rb1O8vXAsHO7YlZFGodT1f2Ja2radoVGLqHLhuGKqWSvjKN20fRBufImHG0nw5LiX3rDlvezyKQnGBVXalvyTTXtLKhoQShKtFdFgI3W5WOO909rb3r61HJrkP3uc7D+c417WBFVb9zJcjT52x7azv11Bp1OuRbuVYVHsR6rptcBWgTLbuTp5bhLoxqMBNu+f2s2In8aR+YRrv1DX5noS5oMnMXnOortmUdMnfGgVPv13JhEA4GebJpm0Zn1by23c7Md0m3elMVZUeLSyanD9Od3b7THv7vHS1y3ZQtKeVuhFu6Yq1TQ2IadOGvHR7s+mg1GUOrNNq8W+3fuKrnNmaOBRqhpl7Tss1LvNsDlbT15479pqcpqdKO1XlmU5V7lkpsKsvV70QHYUxvFyXCkSDmx9eDx7CkxmudW3TileJUen2BZbXuVYngYSB2mTq+v3/zC+drX59/sd6Ylofk1mf6pqo0AgcC7835wSz2sOurtw/RZeE5TXgljTvIznh+7hYOZ7uH4fHy4/+jXRtXjkJa5KSvfnIWyW4dh6TdnDMtso62+d/tdtEv8YkvTBelOyyM0PLnKS6nslOauJw6e+c0l0XXpK+OkBmUOmucxgJc7KTKd5KuRNeea7Ovh7gq+aeF9Ks/DWpqI+f5Vo1DWl7kfn3qY+Lqk7UQPp4f58ee4t+dzgXUsWtze3r14YGpdl0i93Nkt/JCUnPr79Pj9fP8/n+cpv75r9dqzIlLESef38kQYhlZliaVWybIHQNvoUgNSnSpBgMPyOZdn5wQv2e+ffS9CJd4G6AseW00kBgY3snxtjlupCwEmH+/cgMkglrtuf9Z+FcFVTUviqi13id9uKfwxXB1NTGu7SR7rh+F+Eidium0GUvSre8xRonQ83u+Zl95ereyAmZ9mq+HKrYt7RNi/yaJOKfNRrCopr595JI/Hg9nG6pMzXSkLHt8hKE0fj538fbbsaFa/MGSAjnk9U9l+7EK4RKe+uP78NnbZbaGqmoyZdujRb7NYHTrzveuDZzj+veK64xt7L+LYrPtUnDMzJXI626Oo2uKYU12VPXjbd+Jr7Xb9Ak1OKpD3zYP0Gp7tTqhS9FNSxrMeC6tklS5Z/1S/6zsrTrwu6T8Ai62r//deSahqHTUxKy2VegMUldUpsS7rJWSyDiS20poNbCSpvXw+Nw3h4eu/gtCeNer/NhyVnqd26mLZ8yk3BrsUg3b5hoV+2mhTkVr6fb/ZFoWO/dHQWOUsc7f/Klo52ItamnKyNsivJ6XUoaeSPxrvWyElbLLKZeD++nc1/W1AlhKSE/XmzxHlpku1JIYa+r1+vtpXdU25ZuPOHDJAzmJIP3ef5rmxjrOy0OU0E0kfDxXm/vh95it//Ua7RR6YoVpaGF5IK8x3bsSpZjzemO0rf3Ns+/fszzeViG7lpXUpMwmtTY/bycNsoiSncbJhK2EatW+XHLdq16hOl11RruGKimTlTTCoFCtZoo+s/T/ItZ7eoZnTDb5fV2mi/H8x8+pdmW9sSa3K/rFlkLk9Beb9f3TdzKtIVmZhKevvFBrG3q+EUzQIaxzT39qjnA1jsfd8Ic1KdFUKPnXPfaVC5ghL0SXn99G7il6uoWvHsmG8imv7f52l+o7i5UtlS8zY/czeX7H7agRdVlpgqT5N/O1++HM+/O5Log4SRU1Si2YL8n12maTEJplLfrmSm9uK4wVa35IEoaYXi7Xt/OM6uedL7zGemtW02N97CdRNAkDBdXu8tvH9sOnXqVMO2y2r7fD6e941hXoS2Ms1Tjy6pz3KoHuG4LPgnzSKrVn9dxow3X9QeZhJN7Nn167wu22zCAEebaVUs9zHexK8wRHmKqsfHPbXucK+k288fh/MpDarpdFa1wj//jcD8cP8+P8+Hy9slSFdXkukos4Qnkx+F+vH2+3U+Pz8NmTldT113eCQVifizVzb8/D+eh1S54JNRQ/3G4/zxdzzNLnFlyZTprsjU753X3HZPbraVzJcxQ0+Zq1WCwtTNi1Zyq5bpK18JOY2uatqsxi8razTOiUYXmwoo2VA2DqVgTgKJwvfsxn95+9MG/rqJuDbeYtazSr1tzvx4tYiWZqqLjmiGorKvwqt4KvyYxqlhzBZ/5jKbWWZqqOGCedaAratPeVSTha8xzZXQ61NrQWGOjURjI/DHfO9DSZak8pT/WXy1s47BYPXz0a1pXyaeE6RvFEEJCrktsVsKo0mLwfT6eQFO7LvuchOhnsfcfWhi5TjxTCVfdZPjW1R26No4mjc8tdkbrX6eSqYTSeT9OTDqozQ9QVL3c1PO4oRpytNVnhel2y7cdlxrTrNH663Bb9Nj7dOTYEeT6Mhghv/zR6zTp9hWwtaSkapgtko3rC18/c0/BEFV/du0cIhVM/XG+15rp/pJMe0mxXlItB62f2fqZq1Olr5XvtZ5Sm5rIZGqtvFQndbnM/1hfpHQXFyPhWerH+f7+Mb897hvfb6m+dINxvv9HYQzfyT1JZbl+nLcX2KYJCM+iPx6PD7Di+i6dVAkr3BpjS/8O9jC64jYhOFpOEv2rbrpXXXZdbC/fbcdqoKKGO1etDL3mclY9i7ocWqoL9JpqtDa+jLqu1GtPnzWjhFY/V1XrQama56JqHr2KdbRuWXQV1tTq+VdND6wCSXoV71C6Km5UdU5Vf63SdX9Q9SSUrjobVX1oabS6/uXrv6gbn6fcZ008VPXeKPfU8KqdvGuQQNU7puJTSWO1p6dnUHK9Kq1jnTFq0kSo80ms/7Z2U9Ik3HOejubweBxefszHj1MqVu5fBtu9DLJ55HQ0S8n2Jlzvp24xFoK909GU/4G9p90CKjyWrsZuL6fDeXuBXdhECePNi81PZqe9NinFPR3NlnB0efJaSlhPR/O2ZAQtnWZeDh/3z0XD8LhNO/NtcyqlhUvl6WhOl5/X88/5+DFfP84zT7XybQ8UpYXh6tPRfFzvp3Q2+3NZQkeX0z33Ztg8qDaRSGnhuXL5gtvp5+EBXLPN5VNamGx+Opp6pf+ej+c/t9PL/cGSz30nh62F5P10NI/59n6/vn72rNWb7pEJV+Nkjl2X6UCcMLhxOprPy+lfn/PC9nDVsDfd07di7/+8/HW5/up3CKZ70ELNymTr6UPtk3ncDheIWLzpGJGwNe/yTbfz+XT5q7fVHo+0MNq82LrPt+P8errMx+3j6jxUeBjsbcJLbedkLUyLPB3Nn+v94/DCXLPzdGEv8ZETdcniwjDs6e1yvc2t5Nyv0+V4/dXRmjZYGoU6b9nw/P59Ph7zs0nSfcvhjh1g2n6CNSYx1YI5VT+r5ZPKPUFRzbky5rnOC3/7EnAc8EPfsRUtpNqb0uPYOUusYl1B6o2LwT6+1QZFvbDAKZlhKR2hy3XwwrL402URTX6fH4dFbi890jURmccobBu/D1V/bBKKEGQrHULqkiy9MAllOV1waUDXZi+QMCC6GuK/07V7IBLGQfuehUmiqss5cF2WjLBvRzXaX5/rovvS1QV3kVJdLHkVuNC1v/CakWXWcrcaWLFrkWXVW7Vrur5dDxhVac7Vju9rMoNf46thjSnG9dvjGvGL66afVqVfqoeiSdd471PGfzWlplqdp6bnwat+ViO6+hn5raM1cqLsUxKq2nP1EOPCM+BaFWFrBQE9JaPqRDZN9bBTE0pVlQ2shztddbN0FVbUpoZtXXhOjHX+eSpUroFkXe+ephoLIun+4ektmP92lf21OL1qDPr1GsN6++MafIurB8S1SpJqYiHVw2XNUHmGiupxVOuaRejq7w41b/6Zf1C/QUtDIqfcgeYKM91il80kbGrDLW5S1r3tdqHCRIkk9P4yfzyW/DnQYM3bbgsqDOIwq9s8R9/lE2jp+bBRpe+tdSLyqwSqMtI9SWP3+8xafVCnqKSEWSOtSV7S3KXbK2GieWeQJ5BQV6Iijge0Jjfu1CVSGGHlQmsSsImukOZvPPRtjyzqKmqUMPOqs7nJ821XMi/U6Tt9HI7HG2vER63Mip6EesWn23F+XPdyxb3r8vqEAe9sdyc9oZuXSLqNun878OqBDtlK46t3bqbTn5f22Tjd89FimXh6vNIeJH2VXTZCZfTTfZsz00X0pNun+/3MtaJd32Up/8sqx6tUXcNq+Yjy0vX3MXdyRaYN99QKVFrD1aqm9qta8a1iDYVWHXBdxQq0eYoF182epZqnLyzzWq6zd0eauiJxYbriYqd7BWOXwkLSp/SY3zd1yNQp9k3CUNn/ufbLSZeE6ITz1WLk/liyZd/+sHe2K1oSZuj8Nf/hvbHakIip+tRRyI//mv9c7/szFnVfILt3yay8uMF3CWdG+KzTl+zNil0NjVAeLRmVXHG3cRGGtxa7nUu1aN4L5SkkF9ftAIRBqGp3cx+7FGmhMAfvcmLbRxzW1I5QT3NPWfGp1g9NsZ6MhGzjfPjO1GHb52TX+bj2jQn0BFc126dmAJF9XlNFU+s/1bpJe6nS5MI4P8oUs+28WUlZlboPVeZIVQV7VXvd6KpvX3uqKP3UPahySNPzMFWpvBFqgq0XzbLGVAdUhWGw84Glw3bZm8KzGuhK1fpqbQ4kFAAv5oavlW4TPexaqqimpz52/czUlCVbR93z9Fp1Wkw9q0vl08pFvh8uhzcWLu7Cf0ZYzVHs3easq7qUo/R7pdDtlWSL+fnw5/rJMgC6Gb6m4dQ2PsL8jGwZZc6387G0MrW1tj1HdRnFUpXq88v886X3Gt96TY1ZPdF//czWz1xtPKIr7DY1qiFVijvPh37na9rF3El/0fzai+B198ULRQXO8+Xt8aPf0bYaxesrQfUdslWI0dWkh5rjqWvDTl3bjum6BdemTni2dpaytQWiE66I5/ly2kww3eFBetY6n77fDrc/a6vv/nzTvmG+XqQJUtMvM4/RNOtI/ld1dVX+mRYnDDSVLwDFL21iuNCXVluLBEFfTNeppcs2r6u10+XnUrz+LSvQ9mylMSqcYZjRUgvab9saq8KZhlkFvQRbmUMZvyhGDy//+jzlpIH3+X7n24qWsQQhGdla5gLjbe5mTfAJNRNpqi2ZjK0B9sr9TM1KljYwLxeE4pxt0EJJxfGrPRDh7ISBjVCapBjchs5iVzoiVDcr1jaq7q08R72HU5WH8/X4boSJhFxTekkra69XGD1czKQ0TGarCxsK23QkWzfW0aXNH1RW2Fx3tbTpQai6ThxOeDRczLEu711lplSfkecfxC5nIK45fDoIxZ42qUddlY0VZtssUbJtIbJuVydbo031ZKbUMwJVP6vtoJR/tuCsvMvY5xJXf6oQe/NOP0p36uJCB0takdwpQsdLXO0IJp4yq9XtTrKNRCgrLA/PBlcw31+q6S5V1UsVTqadZXC5XdMj6WEMSeqHrizc1aTPIEzNXIym+uWlTosdKWx7ZgzSzcxSSvaTd5Dp1nPplTF10K5lt3Q7dL321S9d25O6RApt/QLnYd22A3r2La1RDKX886RaVUZrr6aaZKzNs3RCGNFd9mKHz+Mp1Z6zdaELKYqt1Up2Ngm31mRu8H64nF7ZRqLVgl9vjjAkt5r79nK93bcb5fZsKoxtVovLGwAstjUiX7zGj8MN7ebbOUWYaraaBJKd7dsQhOtiZw7MSp16pXCLvNrc8sfYNRMNwi4C74fb2+ny/fpg3aGpvX1aCQ8w2Ro/YJPt2qYIzy3Z1o3XGJLtmpoIjyvZ2KOfnch2KUziJ3D7q2zbN8tDtN3OR7hnzRbzxp0vjbFLT4jCyF9rkTH/2GUoROFk3Brc/uoO0EsbSL0ffn+7n0+8yrarGnTCHdD74ff3z9fX+baNyqj2VK+Fy/T74Tdqr6FcJzFS+1JIH/Pv0/tn34Ndde+skLoUQ4cjukZq1bj1JDzvFJNLOs/19bV/uJ0QjhATFntICKg73daCPykwLIbXMjQu2+N9pwJWi/ektOz98Ps2L0vz6fIGPcB3By3xzbjNG+ns2GlwRGHw8v3wG7w0XS6mtIHM++HP9/mwpNSzA353BhSGC97nw/3zllpOZDFTKE7s292bssKEjFRf3N26Zlcpt/Dt8P16Y40m2pVJqPhfbP3MMi1g39FCFaGDJJO5Iy8w2MXbv2Aw5RYtoppbk+0h+AsPYbR7a/fkX3kil+vj2/3z42P7XFrVCuESv1jcXJqnLnYg7Gr8tLWRburwhyZhzmQyuJTX9NfWHaOls8lqqi+d66rGpZpaydb7fL5exuy94wNW2OktSwIcTufrbRsZDl2JsBWWlWeTW8XgdkkOQuqWbd1YOmzo2hdZ6YpUbSFVhTB1vb2EiXdPmzwWFroGv9Km1U97IJ7bVTILpeeh5IPvgiO6wr/47AO2prObSdjPKX0RCxu7Lp6jaozeChOhllLRHwfeIagF7cJkoyXixHav3UIsnrm2ITHVSTpWcki1HoCqXIl5tm8QKlyvXzioLAqqC8eJ55IHf1C+g+32ee3S4+T8+HFl63ULf2reiK6hWlMTcGIta4jC2qj3ZZP2wjZpjVfUznC1XkIYSmUZSKFrmuKkN+N0Pp+47Fq7GD1bNFXOLAyVV9NwBusyHZwRrqCrydXXWDl16KJcThrmWq2CRaWr9pUqhT8NMvWJ9keTMPr5NPY4PO6bgE/oamidNDhwet9AON8tKqo6/zMPp2aGaV8zL7ywYOD9dNmeU9svDMImIMUQPFS29sTTbbaHDpUd4az+L83tK4bHh8ouJ7UWSUnh5/v18DhcDuc/j9PLbn5nJwoqVBhYjA83b6GruHVCrQfe28K2vz/UxkBSKPB+vZwe19vp8rYgufUm9zS0C3lLYwxL6Pzb8qMvb2wVbrc0TqjDlMwha66zpoU/+vP8OC2h/XxM7PesXUm1cObr7cGJuqt2d8J8OWYYZbq1YoRmEgogv3/yno5ti+uqWFehUK1wE5LTZP/w+bjyBgGhizH4uh+g2sO8qv1rIw1/tl82fNuUpqm7U7JHm/5Bi7h8B0PWxga1hLTRnKnllVUtJgpPGIv96+t9Pp9Z0mW395N2LbwclobzP1m3oi4pIQqPeZfDz9NburWfvd5dF7eehBuGyzwfl0DUfH85nOf7j9Mrf79tm24ThWopJcbVxV2b/UJ5UOsytGbM2opAvTB1pHzPNuLSJc586Zq/AfLc3lphhKRY4+ERFzql3Xrwm+rLp9aaSF0yLaRfhbuddZUBXnhU4RYX6bXblb8KodOs98JchNU2mqC72LcXhmmLQdZYzHZSu8JFZDW11sSOf3lXoiY8RVzmX6vWT7/cdXUrUXiA4P1elz72baRHGLZczHzbRo26JkVemH51uR5zV+6f19PxBdRTL+XD3QIgtXtBOWKh23Z6YV7B9fWV58CFDop4YZBgu802bRFp1Q/Q4VmdLnz/rufjwFNM5ynCX/x+Oh5eXub7fdm43j5ZZNSFbuF4ClBWoQQ11QOUcJFaumrX9jwgh9O2EkdBWLjLjG4TOW27wQvCyrXrZVP3185r0j4J18s2+b6dzqQ5h4urjzJfbYtqgzCrrDGI7lh7chHOPPlt7F6g7rjqqxqzFx4GEob/a6lH4ZXFsQPKQsX062WD4E37ijvhrm2x02dEmHbid8Lj7fV2ejtdDufD6bbpv9dO/dLVeblPpT8eklgIXQN1L2TmxSiadkI3QXjhrqQY5K14Qpds7b38J99Ox7keMQ4fReuqP9l0ekhVBdgIMy7Wb9me8ag74yphQsP1F29QOnXKhk64l0x2ePcm11kSbkGKJSg+pjtRNF2LCoXY9+NwmZk8QycIH4Ss9+Nwud4O7wceZFkkJdvFTzgXYC0b03ZGtkKm83G4PS7zhniGTq7PCcXhPw73++PH7fr51mXjxC72EYSB+Y8DE0xU/Sm16kevG5FVqcithazK1SLYINz/pC/tIxht3kEt/aiy+TJnT2a3seGuHsALpSA+lm385XF4m1+S2mvvAu2KIKRtH4vW8dJ4OIWwWTlP29eyykNNqpIX+6yGqVJHVSM4CMFxuYKf1/Nnv2cPbWxFeapVhMKgZlHC/Xa6fFv/3J6qm9VKqKdebMEofdeeXAlX02JwG/Lv6laFUj0fPJjZY8UgBKaLmc3NWrqwtFO0MGq72EJbNTVRJ9YizIf6OPV9raf2pmsj7GP7cfoYx9A73Q4vzMD8OH3AI45ucz6MtO3lx+nx8oOtFrZbLYT+cD68zD+u5+N8y8c71gGr3S7rIIz0fpyXhqIwGdF25evC5Ese0FX9e1Th5kq4ajGtq7HeINyYL191ON4Pr4/l5NVPOLHLHKJ6WpT2Yx7RpHYTV4tyqsZBZXlSFdP1az5vo3Z7qkvllpb/JBzAdHCaC38KA6zXK78ri8T0unB1ge+2jkLaphPwlW6nV1v2xlUO0UxCVbJsejwxdClX0pbZO/ym6+jyhbdvwTYsTSi28qEqCIs0si3OI3zXb8U+MYowkT9b5b1n20aDk/AAkyzxrVPsMqKCdDufTpj94tgme5j/v7NrW3JU15L/Ms/zgCSu8ysTJzooW1XNtG28Abu7H86/TwjQklLINel526c6ToJBSOuSK1OHyFF4H2QWsmNn7hReMMmUdGhpstACJ6Mhs8z7lvgdpFxb2GBZJ5kY7ZqMkSqgEJOdbAc42f6c2H3HTFBvAlH6+LPynKLak3Ia319ovbRC60nmre/IdKLCKho0RsRXg0qzDqIVIlBaiShnE1qWMgAqV9AsZ0R+9P+tgtTGdkWqIemicoH8CLYz74hL4WRZffXgXtZbrL654RZWKf9EPHRu7Ssd75OG1TJ0UIffDsputTgN1cKoq8kqq2MwOx0ECH7i+wwOwtpnR5rVMM0FkjUMCmtZvXXwTJM1W9fyc2R9tkIQ6thAY7+LzFi8BrlGsod6H91kHAQYoFLt44rQvxfeDXt+r1f4kb71AsQ/K3a7W8EOWDgRRFb675P9tNPkKAXnYXQFl4R1CA5cHXuHHlW2EtQ3jluzpZfXKr1bTe03tsZ3Q8Rgr/V7a+urHp0IHYs9jtHiMyi6zjrM3cq2WYW+USvbpsziyhU0yxGVX70O0+aeZQ3PkgxTJ/s5gLZ7F4e/WswNdS2WPbXMFtdeNlyzE+z3yaZSAHGiKMUrf3AZcu5xxz2yvuNk27BTYvfJ3vvJ/h6Wn86Boj8dO3jg3hsUPPfHQWqCueu4Yv2rfAbqrmxWuWG+KD3A0CFJR7xPdnZJzGECL9r2AxtZyLlkizFGz2ULLdjlNGxZIkI9HKwGR039DfvP1BQkayW9yFHdrNUw98ieg1ncY5gNR2PD1gcj8CNfALSdG1KNbYe059WaKFnEcdNJN6TKz32yz2F8zJN9tfjaEpi1JDfoPiUjhXXyIbMvaBinpGlVxUk9v6mPrp//aghTNVDFJOW779OYTmBV8LQKMT9h3afu0/iVSm2buMVRSa+4klSD5QN48MwCh0SApHXfp9EdkUnBGw4Z8r7mCssW0D4VerAhO0X/PPrLsCTDsQ0ILlTCGSvI3X4DxSwXykKNbMitiPS3XjJVFz6Y0SVJ4twvuNsUJYrf4JFXkfH2jph5+9BCI5t7MVp6kuC+/94PPhSewIGsJevbO9jj9uL5xb+4IvOLfx52ehFC6HjzLT0HuSz3JVH5rlUdgmNv7eKlycTlsfWRbeuLuZ0/OjsRKRQnSFWIiYrxu40S0VRlqlAQDhVWkUMSL8/Ce3hqHcxWJLCuJLBuZEhMqiFa7lOzH7yrYOcUSoFuLokAS0wKqMclDpMyLRmdOsBEyhen9UUpviKzgG0a4Mfnpf9KgFuUAeDy0fUkSwhvceDZ+gWoWzLlWws7h1ZtHNsH/xlhI4sd+r4ijD+j5AFV/pNo/AruRJJPSamhDG4AItZcymXqUjZY8fQpJDNU5AEbfmBuAcJorXxsjWRfigxY06tkFmRcuW1Jm4vJ9nPSD4tTl0Ya5pqM3id7ssPTnnsc/YbhLNbFZ8c6VPtNTAVih0h2sEzcDK0nUopssudhSl1NS7BKJOe8J/t1aMBq8CmgX6UD6m+nn+P0J8EDPQCS1B3jJT4KGuaxSbLKhpdsUrEglDYk+84huUqXY4bb23KfxsWuef4ruzVYMKYgoz5/mdlOT0f5ONtX+DAVx54tdjXHRYpbtCnK1vQWXCaPBVNQMcvWhiR7APBh11G6gy4ZGTh60O0F4u2Clg+puo14+QgSpGzIDjPiHid6W3BHZdkDO+rP4Zx9oLHEc0FGkjvk/HP8nYOE5U/vJxfbr2pfCV822i9r+oxcse5J9yE+FWr6q1yh/toehbFjqbqafr3XMSGMxw2sSrx8WnrPdIB9MlQY5y6dNDVKkgLtMT8m28Moh47vNQTjnXziJSlmu1/hcunPiR0Q0Evo1b2izclkhpuvigNSssyyoTnu4HD7Wvr5aOXXgslsS1Yudlyc+C/jTm6wt1f0ruYw1xu8rBTFdKgW+mFSdfFZj3cdMOLoWeyxaOk7/aXvPVT+nypf0a8kNfS5Xe2RxSul9SYQnb9W53txndck7bxAsFI+f1Ra7LUitqpQWisjP0X+H3WwDxC/CYnUlfBcdBHMBYQFo0JwLB1JEbTQSnJDHWT1feivJWPVRnS5S3/3upR/LaWDXopGXinCyZV0I5taupHSehWFGM2a3m4LY/zYIokkvYq7c2wxdAPc51OiWTnIPcBFqlbyasipFX+NrRnx6iLgIlWLDVpNDrJsF3HfNezCcYBZkf2pHSpVTFIFkNZZb8YILbPjQAGJnAHbEFMp3QaShooslQWszM1BYYLkeEz2hvdlNAzcksUIu7I3+/PSf+XLWhXMlxalfNVkC2S/QiZwxDzONyEboYIVwpbSvnamC9kZFGmp8l1XA/Jvz7dRLTlhgsiZOB4EVdhBsRxqZslAbEySvjLTcSYGEj+dxu/iLlnY/0t8rFXLFrq2y32M5yQZ7UCSRLEf44r2+bhc5tNkbZKAwzf51v0593B8tpAhkJNb3+/sSncgd0F/nSvoZfiV9lRBEkKxoe6Ktolq4qHWxmKLiiV+C2AqqKVgqNcUZIfe4x14icDFfO/m5sfHgadgCqDL0xnrCphBA+YYqTSyo638krWTmxv9NnEKXJHsDIec2gYpkIfRNb1hODb/MYdugElEl0/SscYWxk8a+lTe7ugxgZQHDs75Dcz4GFBMX5QSTpHIoCiWobjFVmfHVcE6IowBBr9BOjjITBnHncVGQtngOlAXgU/IfhLbZQ47simAuEMX9XygmWygYFPY0nHCt2GrMgWUregyxoaa2UKhaEOnBRvcUaSyggUQmFWSQPm0xBR0dDw75cBlG9515czk6wFLtI5tF9mlH27xGMl4276nTC8EpGRr8R5lXRP3ayUEm2+u10D+QxJ4NhXsp72P5+GcbAodDPwqkizsEL8zuIzJ47WPjwrhlCr5W9DmqcS+sBYL1bYVZoiUmIxk10b0pFhniP22H6kjRLw0S4+vOnJ68+CV0ICVWM0+0/GCJFcNjQTW1WAaH7fzssqLJvMkMMZeSheMLiwuK+S89Fec/VNg996Qyhbz6ac9P5BxAIUDQ6YDHui8lxOxGxPTUA05nhYhJmBxcZKcShGwWFgBYLsaPD/IpqTDvdrD91zFpBeWEz6fRnQm1PEtlTpUu2Sqiyw5zCe3rJ/9BYuSSmuwh6NfzGJNdbpixR3cjsidYEMakqnJWHWWrI5vQKmlFOjDkr3E2fbXi53nu52G8Tz/drOnWct3U0Drgyxhe/jXwCCjF1SDCxHgVfK3Uv5WCTlGhzaclDgbX5w0rFbWfGjem/i1sHJgG8ztcf2wSUslbs/Qj+403s5zbtg/1m0h562cJk1KtYr7Y4HaL4MX5Fds7S+8vwai7lrqEw0p47chHmsrFeT/JCnAgSWjf3EPTwrpUmWSYddaqIKNIb/K7VqZO4csniRGzPbL/e+MPRVQG0mDuxgtc4PgZET2s3fI27h8utMf7xFoi2TpdAdcO7BOYXJZluF6UHCMt0uyAbsDr0JKh8lvqLuz44ubluZl/AKKVw1De4rMMmfr3GKWYbkk7eEm3jTYb8czLPrz4HSy1mLly5k9EFRkLU7xGsLjyKsLtqCrSIcG+Ut89qclpdCYAqqW7AGav8DP/nZOfwCE1R0bf9npOZxszjK7jJlsuwuU24CkttuRw+DJNSC6K2PN0Iasle6AKUlMg4EM/YHM80H1uoxnj+tauLTCfhX32I4sqs12eSEVCjx16bDy31Gmvqbg85bAQ8A7sh/ouCVYMQB2gG/9aiNtVCNE++AhzxqIuaut2ed5/I3FeSCzkIZ4Di3ZklsoD3RRpizT0zIz3ZBtWXeZx93peeakuOIoviG7QnOiOaYKGIX2TG1dS0ed7bzOw2LnnTaX6LbG66Vg042DyBw0hmWguCMbNPOvRDUHdKv9kL2uSP1SB5fScuAUkTJuxz6/FfFAylEgr8rGjr+G+1HLFNVk/aSr8cOcTRAHFZp+SD/rUjjUb9zEfc3j84kUtJzYPM1N9P84PxJVpnjn0BWpErBiZWetihrw2P3s2k/L7OpRryMNUErsyJZCAH5tpGAU9NzYj+zW39OuTgVnRkFqizikZcy5q8djax3ZWZzHU6KAqQxSx96AmX/202GvhuI0u+nHcMNi0S4E/ME70otlHm9faaBhYvYvq5idOaZBlXz7v0lx1x+plR98r4IIk8hEdlU4bsXDio381vv5MdyeqURE3H5hz+4N7KVzXtxbIxsNG2T/8VrqqAWv4o49X181D8Altxb15YakLca4x8QV7B86dv/bIF//fohnKjISXUFfmGy10LHpyKL6Bvnd1gfdfJKvuaHubuuvHwLoU3VsMWjFxo0Q6vR+ELMRfY/9u1rZRDKbGUJqX/LThRIuYx2mTkXli2x2bze4TP1t/hynazIgC+lwQWq8zvdx+dOfX7556MmT8zorZuoS14EKIMtVWaFwPBJBKwAlVyYaaIFmmNT7vByC8WYmtQ82G78dd1JtLGREV16vKuVvlefUqk5kXwtR5Siihp0kH+zxPZ0ufVIf1PCcSanLeTql3edKgzgE+QnNPbZW4MQuRKlBSdBayt8q3+HUWmaaDbuM5374bqsBag4bGK6G5PdxwF27Ax0dRQqaHWTQdazgWvoh2Ur+Q9JPHToDpB7Heq10XqMEUyM20HRIezEEXiuUXHfyNod2GLyrIR/ef2vtp4tbv8F2nqzSyUarhYRuAh09THUKp6UQURejAgVcpiP8BKmujLBghJXQsXtKOtmqY6ea0t9f5VnmVRveqkyX1GSwkh8yhdSs9GWpSrhKMsUiVHzdkkqQ3w2cKqOAqsbmzc54EEKtmGmsKr/bqoo0vloB14bxs7+gnlQDsgEVSS5wgA/Uy4iPG+nnVX7qoPLVjUZyc7+jN6JCrWWirwxqDjL7XpDeFNu9pfrnNQhIifKg6kihhA31auc5kTutgRUkQlyqY8suK/CS+OSYuJYsFLTGF7Mafwo0YQBFGn2lhOItKSriRjhtMtMOYkotqfu9AR2/PzceE8ORg2wxXO7jAhIdW3pYMTO6/WBvREq3p84bIMMYZuxlfsZPIsm8TSVKaQ1pFZAvPcVzY35tsMbF8zLZ/tqf1lpy4nELNYqKFPP1gM6RcPnrjSMxv4XSYiGsvULSByUDS4o+291lUztOA9UaNlZbocabJQw/QaLfsJZ2coWXiVoXEyY1S+necF0k8Tn66e80rqjASaoguck7chIK65gTEHaeTiwDRGTQFGy3fXHVqF/27/iZPGhgkLL98cWpM2I1KtqLWB+t1THsPo13Oy1/J3sap3QVAIuGbYw71HTeP37thmTTzY8Pl6V+pA4sdQcsvSB/zrbhBHcZf+EIiIEaVRMYPORyenwcOuNx2UNiMzYe3/F+nMZpzphCwNjNe4hOezGDCCf0e4j3fppzzhXxTB+51x7HLWpQVNFCiW1FVJZ18ZTS5OkxL+PVBSnruN/psRKyEzFwBf16tgq4XWI+zqCAyjZbWNu1lxPn41hrq/Fjt01oCZEV1qWfvuzy8fj8TCZUTZynkeXtDSzngh2HEKaVfZRU79twM8ppTQFKTyQXAeC2SAwjBCjKVyRvJ4d6CPA6iBnZiYF0UBYlGlvJK8hKh4NLEp3o6ypJf5PF/hmu/ZfVyPeLdUcqMjRJM4UaXoCMfistng5aKHDaj7srEUVXug7NkdCB5nZI2RDgtcU3pNk2qED15/PpcYz2u/hs0EXJRVnxjoVoBtDITytCe5GUdGBcU5DnQgy8cvkyuFDNrfm1IrgZxZdOQYhJGsYB6p9hydwsfLhkQBDDpnqEHWiTFw25d0WIj7ur+h1vFXSkCpIsL8AvegMdtIgLspIkqOsSyH4EGlYBv/nsuGm80YHqVUH2ghAvPWwVKKeaglQnRNDML2/gTt/95bnFDzMDiqS/Bcg/w5J9R7E6k1ZkM0dg81qAymggQ5DRewb11b4VD75qRc7URvi7VEwGOF5iiqTICzBOtkBlXcR8pOIm1e+O1P4OlzlsOFBRUWQOEvBcXpekdcAY8zfq686KLA3jFbLLuoRlTXbLBPc4bQ12TsUbUYrgvVpzJXSLSH6JIG87enbNxRxZrUhm4vLTjj8uw9P+kKJPJkOLHm5F7myC657DzV5W1seBWR+3jUhmQkC2t/OP8fPH2V6Rth6bPb77FB63X7fx9+34DGI2FdmWcagvO+ld3A7Sik3GVsikdgI8L6Er7oGwKQOxl9yVt2usC2xOv7Ma9nn2jN8Qj969zroIvrN3HuyO552BE1xoQZH9SIfrVgHWUuOywv5wRRI5CLd6noA2pJucv1h/x1liyNwUG+0EsOz2CBo4ihSd96Cvi7XA12QHRDzs/fFxGY4DBV3M19Ka7FR50CN/rgOdYk2qeju83e7uED/GTTWt2ZT652RnZ1+ZeCl0kKiTRLrl5+P68eNo9KKKmL2oKzYTc3C3frg40YvL4/hGsNHCblUH0FThGu6V7GStsLlfDgPAFdmQWNFSfWwAIiuSy3D6lZS0YEyOHZvecPrTP49hs6xKXZt0LOesO3bHHK72YI4NLiys7otDylDSkWkt7l0y6uxPI+nlSqtkJ/q5/zJC5BBCQqHC8eV3WBm10bU0EmtyYt7d/uQCsyTGjm9fs+Gem+Q/KPfpGCs4ThatsPKl21fK36pgECayiF1g/ATxQpFZZ63A3U1uQSO8+wqmMCRqaNjEVVCPcShYK7MW9cuw9LfhcT1Pr00EO3BZ1mSj1yN/08vU0FJnq2yHPk7cG9GeomB85b0WZqgSxblSpksqMZyqRVRCqE66YaPutF2l445z6f3eSy+vV/vKcOMjmlbUMVs2SnDX/HCCwNw7hNOYZN4khIMGlKFqskG/jEt/+fi72Nm1ttKCPii7sd+WQwzaWkgxAlJExW7/B5XKBiTahQTnvQ18SBq2DV0IzTRoDZrA/BEGsujLChFBi/isVjImJDJDWneyDQl72QhtriMFzrba5IvkuIPQihwPeV3s6iBwYetnDu5QGumg28WGuh4qf3dxJcCQzKkVMqPJEI/B1SR3Plv7aGFuqCMtSqPixJGzVADNyJCD2cvUf34OJ6dB8EIzFCY76HJVDnZjXyA4uIiR4zLLcr0kXRdVxMp92pBzjg7J/jmImRZg+2rYjer5Y/ODSSLdEiJd8rU8c1BQF6jYFCEtu4Hbu1jeSMwjw6Kegh+sOUXGSrSfZbPy7HzjlY6N3+WMqKX53dN4RodoV1dGmLreUMlHS7W/w9pvoI0/2RvfVWw8C67xQ1iNkEL9FEAj/s+eQdr6akIrUt2eDdn6mLr1IaNYf3X+EO88B6/zM2Ayhd35fb3zo/qdj9a7RgJxkRZUEpxL+K3EUFqJmq7TufP/Ja5xMs6iykA6MOG/5F/Fbaf0j0aJnrkSQytV+cekhAyu6iB45teEanx0oxrP81ZiJqXkGas2MEblnltRwxZJdNWa8DfR2QsOQdJdbuXuW7nnIAbQhop9IeNAcvAG+77CPxddyLovxMy7CDZajVCE5SOQ96ZlbEUrJdX2MOIvwgRK5k9UJce8/KsOQYCIVonUpTYi0lyKIn7p14suZUheaMe6FAa+CNrpspbP3HP9dSmi7mVwfBKDOxmJ0CJ3p8VBSdfyryI1r2sJa2p5zjK9o2uRfK/lnmu557oOKaZsP+IF1cgdhGC99Y5SupVEuGV5LNI4wL5MfH4qUnXEYZ1z86QgFWDIWOExJGWImGEnLSj/rIzMMFUkqfgxvMwZVAGcGEOOcD6SNK9A8q3/Zryngk/FxFOx9dt754sWnV+hSss3LGR/VcljaKTDVciKKsL3JV+pkfmuVlZtR3YhH4O9WPcXDInA0FKR2fxjcENjj4Tj7/RLIC/mDvXHsNVNv3mdwEMxZN/HqQ2/MgdSBTBFDNkJTSFzUboqgC5iyHmMx80ZlM39pT+ny1BBBEeOUAIeFixj/qQupdAmA4g6HMNi9cB+QjfvdZWky+CBXJHtlUwZCrivlfRXgsVKIdOxSg4ezT6z9Xqo7qGBrynRA+t95iE/jp47Mf+jli6cnKUlWa7yV8jZ87YNTDGTCY+0jPFIgY4QmZRsUK/cXVUBhCVWW+lxv/y9JdYc8e+UMbWgYCeeukYGqkuysbNdrU+PhviALckD1kN92K/hlnsaUA8kUzUBPQjIFMAGKskRccB7eadxRFCSJGZAtrcjlVUVMQVZl2SvAnGzW7KBdUaOBANuWt9RBcRYJUmfOGC+uF8D2P+P+3UiPJkHDLSrkszgPfBpvN4vNluwAWJUSc7Bedxz/O4SXPgkyOpvwHXeYTlUPAHfe3X5lQvk9pIk4gtkfhHAx0Dq1XvIz2GaHXV8WoZL7oXFzkO6JIf8PfjxYyjhYyCtJmO4/COA+k7JhlI77HXYZu9zvx4+A7LO63GT9m+ssa8rUr7cYy0/h+n83WuqAfyt13Q0zosF2TTrzR6h5V9SDQ+AHDiLUA/dNRhge2+zXvFun2POukIVoBRQsclOHjnzsoA4UrFpSoA/flbAHKlIHcsI8To+B5spv4IvmilIUmEEnC3qGg2zTeS8QIx6pFUCS5qcwdwQv8kngZ/CjuJtqN/1KlXRgVU6ScDfgPPfFvAMKpIptgP+WZzj9SVNJ6FlVpE60hvkNy1xA8xrOndxqPfh9vXdM4WXRTaZA3KeKa+ABakr0kI1wGY3GCgZadaD7wiau914b6nfOgjuq9fdX9dyf3HXNWC/ddcbtmPSvcAGgydyYgqws7jGAN/6reg7wc08bJjNYtXvs+DHHc0AgZWtq8TYz/Gcf9Yw/MWObG/Q4A2ceyJxIFaTZDmEzqGWgPrOeRGZA+eA4Wt5K4/0j/Y8XRNM+EreCkuC3VPq6awUjFbVby1khD0WABQoedUkCz2HnXBQoVBRswV7wH2O58OTAEViknyeQc09CNiF2nfyiCN0hs2ooMBQv3VIwQVWU1LH+k3dfaHaUL+VCcEFkjcJeXv91oGVEwiHLLghqdgb3Hf9HAU5VvNWJQsqsJmtAqZgWKuLTZs7CVUjHHJsfIP56JN3DZMeLMNyw7r2t/4rXTuxUJxuSLria/nxGtDeubvckgExvIYca0lIziZObKXJWwtfwjfpG9+PF11bpT1LQ2kpwotMp9Iyr2Eix1mx0aulWR+0O8VkrxPZvYKNLmfbn6VP9zlOBzFE0FFVJAP7MdvTZM/2djDB0pBq+ya66J/U/ik1QadS7NgLmaFXQU9PpBiNMClCz0RIM8oECbMusDWkWi9ql638f1sheGtPUdFG2AYN29mYnYDCcLLXMbLsSAcs4vXN+uw+ZmuvM+po1jBfx56Ssx3OBnFgaIZNKme77QXnqz0P/fHL0/FaKoMerRBQlLwukQJUVfQaRIVWKCENSXp7zPa2Wtx4v0e8r9gFLbD+g1GqNNVL+VvVBDKK2EGKUEPDUhZmOw73z/PkRCjwnNBxJ630BJDSr8Da08kazxMQws+ukOhoV54V4DkqnchyG+F6G6Hz6GDy5eVNdCU6f40Q2FrZZwIXu2M7rHMqhwuKD2yXb7ZTVhhNl3FVgJy42NAy4z8KSKFBo5wttM2p7FMZJ0x1ODbkhQknhZz5f8w2ZygH14z52S37gJch2aVMBUVStjmQUFyaeP9XFRkZrMru7l3DGVyjqB9ZB3+mJoUm/vyFacWKqD77VSPS3lK9WYUDRw2ZCz3t7TxOpz6pyyqYHWtIRZAAlq31KaDENuR58bSTs/+Zhj/fViYVFOlZs/IA/l3lDyZnK25Fr+5TaaUvZmcLX0r8dHzY1QqNUPtAQYtikWFlRJ7OG+yUeE1oDbNypOG0h/ocn0kk0UAkQa6Sg/X61S59KobubCHjF0qmtAF8N3rP2bsrY2C+iZwxXbF/2tSXFyqXSmhr5PTCCpqIYrYg5fQO0P+kmyh0F8jq+oqUUQ5TqoFvjAz6V7hp/HjMyy2h75RxjboWlnIhnGMjXOLAIDISHjX1G3dw1BGBsrAqhFH8Bujv4YyO9KoAh0DhOnLh+3OwYBymGvCzDaxrf6+tCmxb8lse7O+MiUeckauaXnIeK1N2iBexZt1qHaLTAexvp5/j9CfZu+JEmjXqQ0RczxqKWt0bT/A+brPIuScJ3u30Ykoxc08UBuPJGpFDToyL4lOIjYiG63g7f38Aw+xMS9aZNuDvDl9g3JLVk+cwDx/DYf8CY1UhT8pBXIfZGbL4Ha4zfhznnhU4semWbIUcQV+cYRAgkxSqFTxVW4UmfEt2tXckUXFIICEyIGtoz3FwLM/rMNsXPxma+qSWw3O8PBJDBXCvFY6tTDjIGd6SWgfbJXKbgYHNwBeFGrKwFeNmNoQOtMrZb+PeD+eD7nk8zGl8RGoK9vcnOqjRj/ZntQq1wv0vYXagE/5/SxL2ntOP+6V3FcTrj8cta50Va2mQdD2HOtnZ3pZ1K8pIHkHqRmJ+s2XCCG1LTm0/p/MwbXaUuK9DaaMly2jPKZuraZiqbEmDied072/j1F/7wwIzBqgz9HvOaOAZCGrJ4ohDyir+GyjhsJKaz2XpL8OXa4AfWUIltO7ZTHxZ5L3mUaGvzi7pZXHWhQkSJLTsQt6QvvnVkFOxyeCy+LgnQYNznw30A9o39wnnJsm4fS7LfHLu13lIOJfY7/hxnr5VhlAaaBq7BQqH+01EVcKHSHLDfvdD+rObWPhd1RJGNaRYzA55PNc00DxashXs4I41OzAnFLUIZcjqnYDm45ESdiJSTf23/ehTLwKlofbbkvM8v+3HtIBTmwGBez+XrDWZLWyA4/1YnNZAZenY52c/ngu83TIezmrIWtYGk8oIaIVKINyOuGG5Ka70awMySUeSon4f6kFVjMPKUf0eXN8ON2odOyuWfsK29N2oyg+C1b4j2/gAs/Vtm9Y3VmTYWmItVYiRn5GZdiPTmUGpKigJiJWqbkQCpZWoWdo/uiOzSv+jf9m/XrH/1VZoKjilyYkGfwHnh3ybbaocpmA6qyY5nceaD/iV+0dvvMdl7aefa/+A2ipExTLfr8PMv29G1lL9qsP8fCgOSxXIhFalzM8b3+LX4nStg7d4HaTDgsuadINaqYW1QcyG3UGG29n50V8SiUBg5iv2q5j6+91OhwnPCly8WNFcQdsWW4IIdTtSem9HPE127fYe7hLqDSSnEIteWAFsSd3kP9dkoYOwYENGfH82q5/vQ5SYpqo7UvpxR/4mSKkghCZbRWm1GrzGNPej//ZYgdXAHW5JZfi/43zvT/bwqyCEJzO0v+PjY5x6xoKqgsCe7IHt+NlDH6bpOmbe/V//+R/34W7XpOO//vtf//73/wJ3xMPq"; \ No newline at end of file +window.searchData = "eJy8vVt33DqS7/ldNl/7TJ+q7jpdq95kSa6t2ZblkmTv0zMPXlQSSqHNJHODpGTVWfPdZ5F5wyUiEAEg+0leTgT+P1yIawD4P7+Y/m345W//7//55Yfuml/+9td/+aWrN+qXv/1ybUxvLutRrXvz/su//DKZ9pe//aK6aTP8q/Pb//Uybtpf/uWXVVsPgxp++dsvv/x//3KI70//6xjhxVU0lmoJY0X0L79sa6O6MeABFS4vLn+9joscgqXr3H3+ePP3r/cXjzd3nxl6XvAc3cfrz4/fv9zfPV5fssVDm2SCj18/fXq4vL++Zig7YZMVP91cXn9+YJTqKWCy1u3F55uP1w+PcTErZLra9dXNBUNqHyxZ5/P14+9397/FlU4Bk7Ue7r7eXzIK6xguXenrh8ebx08crVPIZLXHX6/vPt18Y6hZIZPVvt3HdZYwMgW/be8bBer0jeK36d8/fLq7/O36/vvV9dy+XMON/CHKCjag0jFTYtrX9/d3cF7ZgodQSSpLZ/E9bEU52lHbDKLdF8Sn8MKnKdsdGUsaNEjV9nPx8vr+8ebjzeXFIy8feDGcg+7m87eLTzeRT4MdRzFCp3SSGZFYzkN5e/PwcPP575mUp1hKUV5df7u5vP5+f/3t7rdYG8gxL8WV9l2U/hZuPt883lx8uvl/8qoaGk05zsfr+88XnxKzLTAvxfXb9X9+v/7fX27uE6qWa1uSKPVbdG1LEe3H/4lF51uXpkqt8qF9KbLPd4/fH75++XJ3Hx20MaxLUd19ffzy9fH7/fXD4/1NfDjJjKEU3Zf7u283Dzd3n28+/z2xooFRJPGd5tccFCB0kqrgMyvyTR0j4TR/YeAszf1H9/3q7vbiBl7xCKQDmyIEH68vHr/ew9NPFOFkVISBmNujCKx5PkpwWGX5fnl3/8CpcbBBnvanO95EEzbI0/5ycc/71BCLNPV5wen7xQdGx+AHzdH79uXTxX9e37NSC1tkqF9dX95d8XIaCp+hLBlyIhYZ6uzKHYbOUBUMPWCDJO398iYnuX7QLL3Hm9vru6/wonKgeAqcpPnl5nJu8r/ffP5++CcjuYRVEsV+rYk15g3C5igKKhZikaa+X2Fm91OwQZ4291OGDfK02f0UYpGkPq+0f5+X2r9ffL749J+PN5esvKfMMjkuf734/Pn601KpPt59/RypgrRhJsv156vvdx+/X13f3nEpXJNM/a+ff/t89ztraoIbJTF8u//+5dPF48e7+9vvXz8zmwPcKJnh/vrh+vMje60cMxHo//m0w3P5YvqNatUwfGnrd2WO2vvo/tUPQO74/OVPfz7GvOq7YTTTauyZkVauBZyegNdK1v/8878f1esnruouZKZaM3DVlpCZalOje67ePmwBxUdTr36w0+lY5KqP/bat39nSx+B5uk/T87MyqmHqWsHzdFd191pzM/oYOFdzGNmKS9BMvVZvuXq7oJl6k5ktvph+berNVT2qR71RXALMuAiTHKSIejOZetR9x5S2gufpqlZtZgue7Cl0pmrXsD/kQ9hMxbnn5SruwxZQvHv6L7Vi565jkaf+ogbuF70PmqfX1qPqVtxO4RQ6U7XvuancB83T26jR6BW3MziFzlTVbasFXYIdPlN5Gtnf6SFsnmKnxrfe/GBqnkLnqW7raWAn9Bg4U7Ot35/q1Y/7euR2OJ5Jvj4/zYfAmZr9MHJnNdUxcKamUW1fsxN6DJ2tOqhulPTpnkmevlF18/4w8uuWY5CrPbfv3Bw/hc5THZT6UT+13PRawfN1dbcWyO5CZ6r2k1mx03oInKlpVlzBJWSe2qh+jqJJrmNQSPthfGfXqMAok+FF9fyVjFPofNVP+pWd5lPwPN1Jc9uLXchMtW373nEHGcfAeZqvygz8zuAUOlNVN6r/Ven1C3f06FoUUBd9xK5FAfXfdTO+SMQPBrnag37SrR65UyLHIFO7byf2IsYxcKYmd1T3mjSi+/P//PfTKnndNNevqhs/6WFUHXs8CZhlczwe2nw+g22Sp9+oYTQ9t4KdQuepLtMfyVQpX5G/2py60uzqGTXb/K7Hl6+DMhcr2SAetM0jMmrTv6qUSg9b5tEManwQDT+t8JnKI3u9Zx9U3qpZ23G3Uzvqb1q9Ibtx3u9FNuOgOFl7cT6sdPsGFI7u3jBV0c0bUDW6d8NUpZb04XxmrOgztdEFfVA4up7PVIUX1kFJel2dq0cscsOqjDVupnZbv/cTU/YYNktxU+vuYt5KnYPyhH2TbP1v8xhVpm+b5OmDy8GwLrkazNRDlmVBwciqLFeRWpSFdTlrsgJ1dnrpFVmmIrFMCKoyVgmZyuhyHagbXa0TqEKLdagotVbH1Jw0T24Jl6WELTGAcrEVBq6mVm/h5B5W3AfN04Mnt7AgPbfFFWXTTXjkxJ1tMimwyR48nIjM9Zia6qceP05tO6yMUsxqFdhkEYA7N3APT+3aMNXgqS3e3WTrscfhiWPwhGktLC+a1TJ5OJNapBPiz2nZLH9MahBXdsgsiwOc4MKdEzW/JdpSa3qLzGoLTmalc9jI1BXwInWaXM93dBya/6GH/6G7F2X0bjjKVQL2XdzGfSilBHqPulNw32c0Uw1Zjw80gVX4HGVk2SG62pCuiS46RNca0jURb1HnQwh9RHP0ALcgV83zA8rQgrxEHS3fNzRDq+9G07eRnDwFSmlPmF6owAIR5XuakWZiuYqzSpWujC5WRdeo0jUxz1NnMAn4m2Yogotj9JpYhhrocRqshZVUQxbiOOtv6cqgp6ktGfiXpmthXqbuUl/oW5qhCHmYuvOOvlTqMO9SZ10N8CnNUEQ9Sx1N0J80QxVcRqRXD9PVMI9SWw/yI01XRJYtI6uVGXrUoiVrrTJPO5bWcKUyQw/2IHX0Qr/RDD3Ee9SbHQerD1mKuOeoJwv7i5bRvrUvmozp7wOnjMKIJWjGynN6WjEvVVeU9k1NXOKOrmynpwpb4I6ta2co9itdt7TgIUhSLsKuBm78gXdBRnoAL1dHzPNtTVciPFxtQcSvtYAu7N0Kaoc+rRn6iGerIwz4s+Ypgl6tvmTgy5quCWz7MHd7YvHSbZbvH5uRAthL1hELfWNz9Dr1kx6KHoOk5By2PRbbFUtPEeV96+6MwT63mcqMxgXzt81Uhr1uA+HQ1zZHF/W4dXVBP9sMXXhDMrIPmaFHj35fM0a+sm1Pd0Gc2O3MYsA9bD192K82XRvbcHWWxIB91nRFePuR3nXMUIutxuetxCdsPcp2HNNpOBuPkv3GdBLck9Ydr0P+sxmq0CYjubco0/qLddv/h/vLvnvWa3+BWXejMs/1Sg3/6ochdx6BDZ5Pff9jXtX4XXdN/8ZWqBBreGQRJATdI1G1+bDE/PuL6h7UOOpu/VibtRr/MdVO9xQl5EWWB7ypf+4UPqlubfXZUbjQMA9kGM38+IUgeyyLPOlxydFdavjynpUYwftObtVYN/VYIwCHnwVfh17yhxNfdQqLJuPIh6bgYV8enC8eDMtP24bOLDz2yrJEkwonBKs871ssjwmMvVUygpP1Dajf8LOzbj4YVf8goqlOQRDmBo/84X0Y1YaO/RhGGv2q1asfjy+mn9Zw69UcN6ftcGKZfrOtO913AylihxJLGFWP+lXdUOVZOaHEEtMw9vO+NfzlHCTsUFKJYC8ZEIged8Cjf3Fn00DkL/TZVTxqTeY7ceyYiLIb1TqeH24wscjw0GIN/UHgGEQaObA8D8TP8AunJHYLuF/vb2gNO5hUZPiht3fPz4Mi644TSiox6rElc+kQQBwx1sU0nM4EjXbq9LzcVbcXzU1DNmtBSKnUm7MeBCi8kaeunYjdro/ouJafJJ0gkgeneMgLIw8siU2vpcJqf0kxrCmzRMj2jI481qjZKqyWjZTb1D+vyD7FknPDpsrdq/nYlO7WEl3IKAlg1BtFtVSWrBOUKwZ8P8vaBqG2/F5oOOlFyBhYWojYmAPtnny1RrKBzJHG22ZfOmilE6SBsrvpNFV088/8kmM1UscoBQ3VQpnSWJ3E4g0WJcJrRU5qgpaEkmV9zCdV/gftiYIVY1RmGPVob89D4qdgpTrLIE5Ox+nworKP9fpLbeqNmgMLEXxb0afIwZsXEhvTb78aLUJz7bJziZ6CIQxi914BUOQL91EEO9gCCO+8OAckcmxcID6MtXE9uzn6tlXx/Ij0XCFNZJpBCXvN07Jmqrs1Ne5wwkgaJnZ8FXFiMICUjzwAQenog4VAlCOAIB2FYAhuiTaX9epl2ZsYqMFkEIxfrnhGw5FK8zpMAbpZMCAjWwRkb4DVM74wWs6YsKyoKRC3tK/UsDJ6i3cxVgB+CUenlX6szMmlTYuuQG3beqUu+25E626gHhhlAOxWtpDxTKB8Cp0hGRuZBqqssSks7DUWi5sG1UycAhRpILzoxE2DxYtlpuOhQquP5OVvPDm8KQjUhI0AKO6V33yymCq+4+9FSs+NTVx4J1h5ZnrS0ryMSr/a9/iQ0q/U9T2IlFtqRIEVGmJxR1aJA6r0OpBY/OklT5cEvmIjW6yhN1ZPiwrg5iqdAGpJI77hai0QYZuuGfKRjVhLHN6MzZCObNBa0vAmbYZ0ZGFOuCZHSdGrByehhAUDSpba2D2JApu76ZLYsgS65pghRe3RWnrAPm26aGzv9qSbcLoqJh3Z07W14X3ddPHYXu9JG9nvTZeOjaqFS720FLrdbKv4W84ZaUN7SkuPXiOioudsR5+EiC3p9BQS29Qn5XCrWiTojgUOXnXE6MwJUmJEHUYoHVC51OLqAgAIB1gYgJu5SCUaJPthy1UbpJvBcOh3vaDYNzBExUjuygkmFmlqZGtiONQEagsCjXY+LGCfO4WiPoURRz+sXlQztarZZy+dQ1DoHEm2GleId9AGEks+aEMAGLWeYzMPyrwq86AbdRNbihsOXTdtKc4L6mgGDJB+NIPAOBQpq9xT0jmPO+jIfxDPbEYi5rRWbjiWjNu0xp28vTCCeW3b9m+qudUb9fi+xVZFgdgrwBJNGsu5e4nwIZqnGMoDL5d5J0sGtOWGjo4MdDvOklz3/bpVNxtkzgnp2iZ54v7NG1Hp2NNtXOHhpX+77KdubPo3fs2ufLM8CP+MfFQ+9gAUV/h1W+vGufsjKm2biMW9ZmVpym9rrHE8/CxZJHtSa42VoxNfdQqLJuPIh8vNX7tI0zbIFV691N0aKztQ+WiRK6067GMFdXfBc0QPW9NcVSt8huyypKm4ST2FzpBs0GbQl2vo9o8l9UR0dIDeU6x3i4vya052pXFv5YuIke9As+SetRnGP6bajBodTfqyvk2GvN7MlzQN+AjN13YMMoTnjpj9jRwDZwiSBwJDyfgpQJaobra9xtZtQtFT8AxRYurgC8YmEQyxTd3Va2VE5RkYZQCML9o0wg/It0mW380uJS2ib5EsPW3nJTlmu28Fzhbkp9W3kEi7o755mkQsgB5/zt+idqPyt6np1YITpXjF1ZMVrrZGhXc3LH5RZjXfx4cN/zwIwAgrwSgAvtTriQqXeSFhb8Jwu2trPi1tDVGJgIAib/e9uSzyyjFEPxAgDeIqhiIIK5sABi91FEZY/jSM14i4F6m4tXD5jV/e9h2AWETkI9dHHPkHYylENtMCCSdDrh/+9Oe//qbed74f8eU6Ijw/46ZBXRrVqG72/4ZXL2I6VRAHkn4qgUierOtNHc+JIFQ5H1Y4ap4jawhPpHJ3Kw8vrUBYQdO43c6XQycJVK4xkW4oOXGgb96Ffylc3yLPZEnxVksgOdLRrhhGp5ZLtR6xpiiG49qXwWrUq16pmys5kGVZEuW27qbnejVOBun7GVBeHEXx+kbBh/s4XHvjkkB3cKPPoLkjmvpElOTvP4ygJFjaF+fYlsHh9FYoD9ZnkSM6IWDbrz+p15QablmWyatpuYVwNW/wpDRPvnkyVNDT70aBvJ4eCCvo6QfMq42KujqYESmGkoD1W408ddXOqBDA7rhP7AgUzQPFURTvEfUN5IA90vfUJCJRrV6UKNrsCYA4zR4KlNzsCQAHZea2/nONHBcmAV3jMjk2jEbVm7QSdGyTcZxmT5sv9uW1NsruJ4GDXz2M2BaiFVd1Cscs8j0jmqHYQo4tOsgcsgNJuZuZrZ7uakaDcH28bJYsPy8aZzljzykKI/ARj0n28BaOqyi4hBcQtD+Yrm7fR70aYr0WEK7c2gcWOW/1A0oCktr58Urqrl3rd8HoZ7Z6qDfbVnfre+zr9aOuIDMkhTY2BvFa69Z5UoYWt4Iz6xELQpl6rT7UXYP7ywMsgVU5pCcZy9NZIFZ9o1bw9DcgOIYtJ6+6uaThfa9A/xS4HABymirQlpypYsi29RMyQQyUD0HLiXfYEC3Q7vzxWK70sOoNU/sQtJz4xC1syWs0iLB8FBM2PslDGQYSdzwTUGUNahAwux/8qbt+c3V/G18bAEMK+kY1/OnPfxXGXB2tmCmGk4MeUla1+aHgAQABZdmdA+u51maLzV0ILMvuHFixoRtBxhq8pcJEbnrjYaVc+SYCngtmOUArhbQNzwJm1LMyRjXHXVJxPsJRnAP2j0mZ9/QCD83PATn2P5T4EzkYlfg4pkHd6e3zldlcrDFfFwIlND9HLr3pebOig0cnBJ1lVwjL6Q//ORnF6g6hgEV6QzRicWcIpiWlL8SR5F2hBIrsCXEoeUcogYr1gzgXqxtMRIk0iiyolJZRgkv3gThiQhcowmL2gARgTgcoQeX0fzhmcvcnQcR7Pxws0vlJ5Dl9Hw6S3PVJEMmeD2eTd3wRKLvf+1AP6n/9+9dRg6skp1/JHs57GnGFHBD0YquOIeHit9AQKdVxpY4hJVJeNuE+pKdfBQOBJ3AhwIuq2gXDqWlP0pXph+HOaOS8oS/mBk8VbeoBXGr11fbhUmVeYBdSX+WF8BJliVzVo7rHzk0Canb4VFm97nqjrjdPqmnU6fFS9MC7jxGxT8aiR0ABBWPYExedr7zqVvF343x1xC4ZY6VeQb/vQHcfMFlIvxKXRAVqduhkyf7t0y63WJJ26FRJo0YjL1PQKhVhUPWmVcPw8KbH1csD8cKkj4FapqLM133trknhyDuhUyXjzvi+LNP1niW9O7rR3KpG1+x+tcIMM0A+LzcxztvjT8glvQBEYCQAcEYV/dQ1tXm//DdQ+PirwGOFE1O1hEKYT0gR5v8glf5DwMyJqVpCRZj/I8L8a90+j8gzC34YPv+LNNbKsqBTdASm03XTPfeU+vw7Pz3UFZ9BjPHXGh1IRLLH+7tAsI/0drCck23LXQ+qeVDrjepGuPHzwggG9pvZj/fu+RDDshknlqpi0SCp95PGhPymG1UA0o9GDGkX0/ziAPhRLT/wC6RT41tvwLb9FFN1CgVD72gIj70JzDdL4RgoQWB+JiIW/yEML3rxxrmllLxjTkIs1yKrR+QFDUveCZiQWuaevKWYsxkfoPhVnLrVyAkgOKI6+4bit/2EsVauBZGpkfP61jMhmPL+Z35qnt5HeNrrx1YdQuL8BzZKakkn6MICCx7DJ8uu+IqrbDGqfw/kot07QxB2BwqkiCf8GCKtXqluQKu7o3QKmyy3JdfiA8UtvPguFT3exyCoooBRMsCgVn3XSD4Q3yJdGp0lhpr0vJAjRvbnrli8Vw/FkjpfRzarC44AbeuJ+SEdQianfdexsrSOQTPF5Hmd2/tHsNAzBlBdM/jMB5GCO+fYoMMLxu+st6Zfz7eESSKuLKNo2mJ3FTHGPiADdwSEYyBZ/YnVM+1D8ffZjOrg94GQSKuDQTRpB2BGyoZYxZ2D8CtPq7o17KcPRVkdg4u/xYW8THt8winRJlNgGnnOB4TRkjd9mADyBvTEU6gR9fHwisls4eyggkWepsGeeqTirk52jK/QSgO6izJnahKJY5oKg2Q/7agCBpSur8kiro5G0ZRa7CnniQgG+GBRMob6udW7udkVcuCMYAmM04Dc8u/mHRH0ljX7d8HmwO49C+xx5CDSyjXAkmWhol4MWKb6iqI71DjS9MtMIQDyPpNUFrt2LBQUXdSGSANVZ/8UXKwG2cFKV6Qgbkl9cvjTqlWon1K7OCCsShbi8OsaByJS5UL5lJqHgHgV8LVGOqv5F/6ofFV3K9Uu+yAf5wbzsm5bbGfZirsi7NBcnpExJzxTv91skNs+bV07YIqQUX9MahjlCaYMU0BG9XNJx5/B+3dsZSckV8qpLNisRzLVITzcjxFVkD+7yzmg3xZxecVJALq5gi3wYvqNWsVyo3LCsWQSpmMF5mAF5j1lJjvEDGcYoz5TQSBBHxktUegkCK94uVfJoE5YiPwQ876ixP3MpeeMKRPF/QdGrUf5MzPfBE9WdEY2jEtXfblERYyrwnACdxF0CIHEKh3SAImglv5kLOEtOqni+FgG0xYOZkgUp9yVGfXzfEWpulfDtscWH8Nggj3ZHj7Ng0Va7Q2YiQVSgHlfqfktDnjshrGcbIrj7Ic1IpyTDVIL+fLExhWmDmxgFcqLXcyz93kC0N6sONTMIaHZhS+B4XyiL3XXqfbK7K+mJr9TJCz/Y6WOU5KxwycqnSRjCUk7QkDTcA4USIHIs4k0Dnw8MQeGOiFGs4CHxIQocAU9Hm3k1dEguGD3Z7fv9BX5QiMSlWMey4QwVeknL6Nk1PlLOR5QTLe6na8kH0bclx4OKZiv7u+nhd0+8Mgr25BMtp8IbLypjVqNvaGrCYjimpaAWf4IKfY2JeSH6Wm+8O5JmUfs9C1FEpqXgHpTT2YEj0pRLEerRAT3qyDnscdfxdM4RnTiy0AtWEz8eJ0+ubjmc0BWWObGENCX8XxV+lm8uJBRK6VflcGut/X1vPCpsoR3mScYcy6LS6GTVF9JdMErKCxfSPMYyOU0mfx/9fAhZF9yHy5VplU14lDm6RwCpgpxFwWDCksvDcogcN+xsDIJrqjlCMO31Ia6gotqYVmwYY8vg8JBBQOe7Ra+y5+KuTpYxQqUtSJphxb1AGF4/g5W3/3f0S8Vib862jKS7ycIxfkU/6Jxnk/Mr1wC9BD/6HCgB9qHMxEo9jFSPD3+DCgXB6y01/ExwxJEsNRM31ANxVs1jHcUfGZqEHSJ3DgCitsWUmkiU/GVfCBcgZV8LFbhSj6UiPTxps/CHXnGxdGVfFRbtpJPoyDlTu1MBaH4Zc7JaGd3ip3NmW7aiDzmpc3M8MiG2THg7f4J6Mid+KSBYKjRPk2bCzNi7tRRlcqNIVY2UOootPhkjAZjTs4kWFmZdY58WuLMySg7goJgq36z7YfY3ATFsswLQjV6WH2eNk/JWE4EBcHUVg/RDh6lOlmXR8rKLj+O8njom1J8OvphqSQ4Pft5IWv2UayjcUGgfrlcrW4vtImPtlCyMJaCiEa1qh4U6lQex3NjKI/2n6pO/RDcGAqiDaoeUscI1dG4OFBWq+FFURTOaDXktBluDCXR+m6d0Y1b5iWhxvn2l1Skg3FJoOlpzCm9k3lBqByiEIc3o5DgzVcwZn2Qbgwlcy4648WZqLf7uDD0JAx3ZIeD8ideL0qvX5jTiFPU1dGMm+pdCrBvySCbpQTBzqaIPH6UjQKIHGSLIjglvr9L/kqtzPtSNX6D76MHA/JLG7mHBI2UvJEEZEaEX+t2giswrn2wSZOHsvfoUxLfOyEtBOsac8dz3z9Nw9hhVwLEpaowGmYrTSccmzCfnPhSgd0ozgnb6NnZYDVfR3mz3Mz5rJHehYGNRXbOBFDuuwxksSdvEuQP9Z5MuLelP2MZzt7R7WL1x6QHPYf8ev8plQ+L7Jz5uVVmWPa+R/wAIgM9jOac0BxHQAZ06lsMadDxW345zMTNv+WRX+cTgfmdRhhNYWi3i9XwzkyrJXsxXYMeTz5EVJ0CYU2KpvZcDH4C+ihhB2OJyN2Mjlrp5/UIBK5rzpEi67yeB+JVC3LjzvpdckoP3TTz46tih8hsQCwN/aCay3oZZH7UyATbDyRITd/NLTjag0ERV44RljSfG+tN6249YRNMWN4yyRRHJ96wMD3ZJkSdEt2smvgUwA8kaMbmCnXdNdteI5cJw5FXgSGSzoAfA/k5KtPV7YMaBt13iOs6wgLYZuJMgzIihqOBXNgv70OussodDMwvf+yEFRlzcM7KTymcAjzFOwdxVnqBoKVrOyZB1Xmy00FSmPsl4Jzk91AQdUhGHFifqgCF/mBRDuCzzcsfp2r3m3lZjfNSJRK01JEfInbOmR8kHRgK+mwmzSF7OFMIRT2dSWKJH88UgpHnPSkw8QOaQrDY6U+KjXX4MxknMrFngqXM62XI9HFVClP+mKYUjfecJg2Z8aCmEJeznkOhJi/kyDD3HgtfkM0LitAxLfLBoG98khz0K59CBMY7nyRM6kufQkzyJDfFJ37tMw7mjR82fTe/dInV+MPPgrtAltczOdFVx6BoXTjSofzbutN9d4F9D4efBeOc5qHt8WGOE2FlBUbTcCREnWpH9FaMQO8YNllu1erVj/0teCxNzyBdeLdM8+vjLby4E+g64ZNliV19XzG2kx8XM2p3IvTr/Q1L0Q2fLIvv2vuCkZ16UMr94rr6J2++AQQUfIXEEB+LWD7Ah9KSNLxHkRIG9wKouXNYKaytQqEsM6weCCDo+QUKkTC7EEBF5xYoF29mkYYSG2ByoJIGmQLcyJwCRUyZUUiwuPMJHDBrNiFAZc0lUMz0mYQAkRi6o2CxgbtAnjVsR0HSB+0CRHrIjrIlDNhpKK/znUdEX0w/7k7f4odqwZCCfbj5Fs3eYG0AFndl2bGTDyUJxcLeIiKZ/GeJCgJhx4MoHvJQkEjeUJdwEQiWXQkM4p5BAiL2VlYCAj6PimFEZlUilL2jiLxmOJYlULDNN4KB3HmLiccbK/ywOh68wJn1SOTCo+tEysQHq2NkkRPWiSh3T/+lVknlULn2xbBCz8NbNQyYJ0YMkortjMiY34ocl3RmkaNKW2jvTmRxM82AkbXVAVBCg01DJbTaNlRq051290QMR3YFBQuMbNtvotNtNDzZujuOfOrnfORp/LhfONhHiq5+0IoVERuz/OxEI8h959wCjN8GHcVFYjobqmBgGWOVjjVZsPtnCTPzNIjlLIh5eRlGkwfJ/I4/1vPlqLwZYGjG/6qfJt2KP2FbpTrEIM+WQxqZuSOpbPuwgn0z7A59KubwIn0y6YcEJBy/ISmggzc5IBs1vvS8SuFwHO3KYHCnTw6DaAIVA4gf2KBZ8KMaQqzIdyFo4Qq+LkFGLf400l+WoDkSPo70VyVolOjbElIUwbwi+s5EARD2nIL1xkQWEL/toN6XkCIAn+nDqJTR3Zq1/BIGLrb4gkSdtPQCpAn9VtCbWGgsE7mFRQoSmcphGCkTORKKqCGf+tUyKoo9EBW1Kl5nMI2sygMlF3VDN/OO+cEihziMilXBBLDMmoYS5lQ5GpOoe8tFuNwqdwpcvKZ5UWdVMCtNeUXlQ+WUEAhFFky/5ZfLPuwZisWOObNUDgnKLRQHKa9MQiSiSL5u5/RzC8UKXbxY/LizCsZOFq8dpgaeKCIQB6sFZuAxa06AlFN3YCyn9gy1vmhid9f6gfh1JeZqBcbMc7MKyNFR3ratlyNTI/ZRwBSBIbMMuGDDD729e34elATKMcrMmZ17KfyhIOpHi0zpUW+UOO2OUX5h+N9B3G3VDyRYptDL47P8WKuTBZ7VvDtg+rpZ3s6e72noJzTDoRtfQlM5jJPNk5kt9ocYI1MJJKzAUcmOQSxR+eZI0rEkSXtPkkXWdwqR0K6JRJJ1THEkt54MY7+ZF10e54sMsUsxglD8uvGmnl5HpN6BsVZHC6weBMistN1t8dEKGFLiqLc9zLc6Ba844QpVYM1K9yE5CNLyX0KQvU0J+bZ+kmfEwagMAHGFCMkQu0dEhIF/8TgCfaNITD78An5XT98eH48mOI4XUHQqfT7o/6RbPcKbBGj8lW/LbeaglKF48/15lxMyAqPYLMMzgHHbDRCOaDbKAcrzbHW23HruzUoRjRqIczQ6AxBy/heH0ecC6T7UXXO413UJeqWHbT2uXh7JBgimjMZ2hiTQ/RXIGXRXxWAivRdIE3ZeBXFifRlCBHRlxaA2mJMeDrTxHfOKwSxHnvCLK3Ekx/AMYNhF0jiRf410MRR6KAKyMEYiTPFJ3FZOBRtL/zLES+TqZ2IkcDBKywv5bYwkSuKtiBLI3fWL8oyy7QrkFffayBjQmXLMGmtf1cPLl7Z+n99hjC5woYEFc053BVquUoUxwAWGpww9ED1oo5Y7UYdVDV9PGWEDoigEp9ddb9TFa63bejfp+F13Tf+WAElEVQi2U6oZjpnw8KKfsSfPI6hoRIVAB7XeqG68V209T5m+jfNltWmoRFSFYKdBPah606ph+KKM7puHNz2uwKsbIqx4TOmobqMyqvt5DQ9piO3fBU3HHIIVXXUIiiXHwqPbKaaccAuIBbA04hfjaPTTNMLzWYAktErPg4bsCnxpK3S6pOoa7LmwUPEUOEvwrvuMuP6BksfgWaLY3dmgZHCDdm7lgoe1obZgMMuR3bbzok9zJapXoVF6xg+rUf3bXy43zOTbwXNFb5jJtULnSt7Bm3mY5h2xgccSnb2D+F+vHTxTlP8xwRfS59brEVugDgEOQcuJI3PUUFoyNUWExRPCkCJ5HshBYs67Qqqc6RYGZg+IlkuTPtTDPDcY605PG849WAwz0W7HfJMu9iIhV6ty40G+XEZ6MUz08i4+oewqrxzYaXx5xK7D4fNasRTPT+ruMTah+CayHOBlCKtMdkX1Iiqes9TdZWxI8U1mOcBGq65p37Nz1ouoeM5GvALZnJif4JnyV3Mva0tJQMKtXhlJIS9yY+PLr3XLQe7NWLfwiX4+8SmS4rWaeQsdnzXjTrqMZDBuqGMnIfW+ugx8xvVxbPzUy+Qy8F/nl+oym8VTHGfHpW7CY/OK78WTATsDdb1R3RA/xwaFyz8hgcYq8+8EE4EeTcZuOMZhIlcdS+Sx3V1cXORWKkFB70HGWegLkSPibrUbdiu22Kdt/c6vZoeXdpA+0Y+zcsJjabJAZYuLgRzxmABHpsNGsYFQRw5TYSmsdD71daMaol0Ag5ZoGvCIpa0DnBoMSFA1QzDXOF4CDCC8ySBAhK1GDIiqHfRpVDx0+TqSdR6VSBajpsSbHBDQj4FXYdLPysaAsqpN9LSsbXD3/NzqjhpwwGHL1pog5vQ64ySoSI0B4OT1hYPFqS0hTHJdQZCcmsJZLD7Dewns9VUnbSVWJvnLkCnS5NIdf50uRTq2tpX8rkD5VarEJakUKHq9SbC4lCTOXJhJWoVJAeIssYjXU1JAOIsl4pWRFBByHYG/aMCU9prex76p35lNMBi2UFOMxy3e8sISldZUE2DynSMhWqQpJ9DkWy9CtHhTT9Axm/xUoGjrwkNLWbsVQm+Umd+exxofgtOyLJN/sV6KYEnYCpHCsXsxCjNnT0EIzOvlCNjk3QMhKPmQNI0Yf0laCoO+vkOD0A/wSCF44wICJ3nnRA6KPLwd5fNf3s7BiAxfCBD53kcczRne7H+O7XeEwQqsPCCRChcdgBSkODSjMFHHUz4AurKAicsWFUgQu9SvN9tRE8vY9u/i+1Qwb8wg0so1gHPXQRVWsFBRVLM40vQRzhAAObkplcUqUigoqkGItFt1hjVyrGP/k/gwWCwu8fmKAyO2L7YZ1jdXUdVjMKyYaBHcx99VEbr3R2ThzTdHUeAGHBEbVi9qo26ukBdrHVU3bFKWkr7erpjYzTsijXp4O7Iy5+6IJOLX7QhKXLojcq91G/+qq0MobvmJHcYdtWRf8QgI003cYcnxEAdw7Ba1W5n37Uh1x06Ich1yGC2vS3aBpZ0yoCrrllnyutPz6ZKai2CFz0n1IRrsAhNKOrimRC6PjgsAWdnIAJN3azLlG3H6tWANbhJqb9TlAa25GW4XcVm87DJ8GUBZr8y2vUZLbPlNsH7dPMBXhzhRVYdgaAntkLBK0YAzOFdiFyhRwH8tgSEHmKSJN7W+GAY1/gYvt7uybuBEwYiHj6fIcemJSb6oYcuqKKeAiULtcLtV68eBp+aGTpbkiuXIbHTb6lU9jCwxL3Sa5Nbo3iBX5blyVshUqf5VN8iwzJM6hkyTQu46clX8642EAvhowBOJDAFooTfUl9fVeaP9dwEZqMOIeEICwfJXDLFIxV1xkAJ8Fh/tHQMYy4jO4QxvR1RcOjogQNxSH5X5UDef1fjWmx+3fYMvFmNhS5Q/EbO0EiAJEhcEhSQsjSiSUyTko0wlX2HKenYp44Fr2XvW2c9Xp7xWnf54U9ZrTdHnmfB6UahKELXBAU3KGiJXqMiDDDhcAIoMJNwgZKbIF7KAyOkFrSBlFn3mQhbEElvQYuL4Wa6aOTaUYvczv/61qlvDx3L86KpjUOYnZNHmlrONkb5oGQfSo9qwIPYBiwlLKprNkbVqCmP5Fe5hNKreYFtSTgjBOgZ57xYQa1XH79zycBM2xQBd8d4YC4LavQIgxJtYPIg5FLJRB0Ecg+dkP7LrAuhJ9l5Y0vT+FkCQsM3FAsF3uwAI4aYXCwDb+wLkRVtgmHhaq++3AFkNfxRL0gR7ZNmtMAhnN8Q/9cidHMJBC4xIiYiFMxYkNdJRLAUkG+1HgdzC2Jr5Zs+W57ROBC/htx6LXuq6TqUuwXs9iid2YE8ApHzYo4BiN/YEwIgne5SR48yeh0X7EUsAExyKE9BJV/IortybPAWR51Aeh83wKU/AZriVR5FTPcsTcBmu1FHcVG/qBFzKkznKKXZm5gE6nd8/G8O6WxEMWKTDQyMWd3VgWlI6ORxJ3r1JoMiODYeSd2kSqFhnhnOxurFElEiLxYJKabEkuHSnhSMmdFciLGZHRQDmdFESVE7nhGMmd0sSRE6HhCMmd0USRLITwtnk3U8Eyu54PtbazP3U/mG7K7M51qV7NWz7bgBxGWYCbzllRv2sV/WovhrwJTCuXBVEBbd2nFRjK/t6pbohG9SJhlesGdCM75dNnvo1y/ChOnoMHx0l0RaC4dLU6P6+f5qGsVPwKx4MqSqMRpZlSMLjn1MqsBvFfxPs1/tPBXh3sdCfvQxxdh3U3fI46U2julkIXsPkkGKRnTOPX1TdRL56Cvlkfk7IfYN4sfpj0oOeQ2bUByyycyZgO19POuze+Mr49MJozgkt6Bgo6Nw+QQY9DerSqOXrqdtk5iCWcyLPvp4FOpIwmsLQTrdrlPr9Ran2orlSw8roLdrdgiFF7vfKvCqDDarw6CvXFGn24YRgMLNjOvXWD4njGRcDgm8DiKIQlwHIIFaT+jK7XMJVl8CwDcuAzM8jYEekaBLLsgRKZEWGYuEsychgut0um7ye2IYlQLamf9bwM5QUxsmsBIRR27ZeqUvcKYViCayZrawIcdCjetgdupEXmm9cIs+GfjIr2HOIRDmanSOXRr1Rd8/PgxIXomNZCA3sHhEfLvt3SVf4tdN0Wi3PjX3YSOlTLjO87D15zcCZypB1sm5q22FllOrulhyG65wfiJ+JXf2q10vj+hU84Q9HXXlmSPICdjiNf1c9JP131Qu8SGuwWA5xVLvfYc5ZH4sW7q9O0RKdkhutk+C2f6rbyxr2oj39KlgXfDH9Rq14MVZOaAT+hEimgaN7DMP3v1Zd87C7WIsdb+XYkKk6QWNeuJ2epzr6n2BzBcs7Nnnyi9efOP2elRzBLt2+X7fq6gJsE44/8uvn0NXbJ8Tl0I2usoIiSTiykb3zo6m74bk3G3gFylcFbPjyTunt/XVnr82Pvdk51mE+nx4FYZoIsx+fXTSP9ZpevPBQUMNEkOGYmI+9uTylk1M2uKkABqrd0dVxOKRkjMLPd2g1XJr7rBWWequRo+cky8GqCAL1rCJJEX1JUQjyWuu2ftKtHt+xM7wkT2hfAkt19VOrPvfdSkzkmpaAiUzeKRjO5F0Gs5+DX/aNOGdc0xIw/UY3F6uVGobZZfd+auE5IQUFR1ECbtdsXswbKHp8v+07PfYGPmxBAeLRJEKCLfEn/ar4rXEQ+jwtMixDtsrUnJlIbHpLjTGGrXVhNOIGkyhc7EKTBBxWh4LxgJ1K4fySdDQYp7izYeNxOxyEDOt0yuYhtyNCILHOqCwkt4NCILFOqiyktONCYGOdV1nolA4NAed0atnwYEc3f7fNwzLbJMGtcILO7Yme6/qRVjsDYZrtJNBHXOn7tXAs+q6tYpCmH4Y7o9daiucYlgdr6gE8EI8T7S3OgGLA4+gEieEfS5eAvMDuCzjIi8BTQQhyVY/qfr6BW0xkW5ZH0+uuN+p686SaRjWP6uf4OB/dnS2FmReJ6QzozK49JM3p1BlgbT2qbvXOn5sEhEgMZ0BdqVfwpjOCbW9yBhj9SmyXEUS23Rmw+rdPu/IQYtl25bGMGk1OHQPty2MOqt60ahge3vS4enkYTT2qtTAn0TjOgAtf/EewmfN8DMNQayHJziIyvWNIz9vQO78vGYBjVz5HsCP1BBBrwsuQjvtE4hCJnpBCvNu6q9equVWNrhOmChUWxVlgP9ezh/bsMhnd4INAA/MikODU61vf8JtYP/B5VhhBlfwFxiCl6euLCGHi8iIbjLWch7Clr+ax8SSLeQileC2PC7efPO++icjyCMwWxlAIjbvKCGNlLTJyEbkTERgxazbCReSuMMKIWQuMXETp+iKMWmR5kYucsroIYxdbXOSiL2cdklBPlulfeNjX3mzqC9BP1/pZ0p9+MKomRhan+KpTWElW73jxExfLORCm/jFwOYCt/jgPBeavlgfhGlAlSwo/6WVyxtI8hU2WW7V69ePxxfTTmlj9tDQ9g2IZvuo327rDnG1DDDt4QYidnxM5unAo7PDphWBUvTtxyVO1g5dLO3lwJYSAT6tkQjT0Qa6Awg2fXADUC5ahZtpiDwnwgr4xEMi/hM8MZIrDt0IGwoIbITminCGfrZ48yKMxhoeW29yewhaT38xLBcixwkDfCpxc0+mHNQNJ5F3NzFQbtfP8RR44BCjs8MUwhh96G1sttyic4MUgRj3Ch9EC/UPI5LIfTf38rFc/dMdaKbGlEcuyKA+j0d06Hehon47F7fhF94wyhKdOvyoz1O1Fc9PwyiQwKQbzphv4bviA4RCynLSpt1tl+LngGSSX/DEe4qYrXBy63CoN4PI4thMhuGYSCHAiyVyx9UMKppdt2789KDV/wB97s5/xUvs1oFZFxBPJBNYcnzMZA6jY8zLezSN1t55qyu8BprDsSmBM+rpVG4UcsadAHMsiKIO6aL4eYp0P7ZBbfQgVEkkioP0d/aqG7cUWJNr/xP9S9DB7u8Wiqo7BYPwDETYMrTv9rODzhI6MFZArJL4E3hFMvv09ArLuWdl6DJaUWubd8o5izqXyAE5YK5eob+stQXIIwq+l676ls9OJsjoGJ7P1SEp7CRm16l+VeR+UApfqQALYVorjZ+9u8ybaeyJB6ZO6nlTEpdULku3NCsUncmT1mXN8WEGYdPdVLhrtuQpDJTitMnEwf1WQQ+SqygWAvVRhfYGDKlN+fsOWrb8PjH/f6c6wsJ7AT4UvT7rAYhxy71cmkNTxFQQs4vPKBaaXHGG+hGVHJg7XyRXkyvJv5QJirq0wkcirlYtAOrTCHHJfVi4M6cYKw8g9WJkwPOdVECrDb5UJx3dZBQEzvVW5kLCjKkwk8FHlyiNzVljfn5sWAKCdVEGMBP9ULgyy8gpjUPutTMG4QyooneiLyofiuaFibBkeqHzEuPMphpfod4qjObOidjjEHG8XkbD8eVKj2vr9YXpadmW+GNX2NbiNSipVSCxIzcYSiCHqYZ4U6W7S4/tFq9fdvNKVAInFk4zpFNvj45df8RugrZ/Z8+Obq3+7GMd69aKaL3o1Tgb8hsJQgtJH3CSQOKuGutUTwE1zj0DVGV4SfAjYXQDT1nh95ktu9EZhTjmYsGWTK7/d/SwlcM0SILw6/aEe1OJjhkAcfxesLmNl6cYVKcUTGMp+2W/QvQPrZ0n7G/sUnDi538CRU5phrhqdXzERascnkIpu8zAER/UT7BcCsX1AiRBUEcxK1y1Vlb1Q/Goxd1T1akTu5kdirhwrOnEWel7N9BkkFTQOQddTX5tRXeOS85+75wfVtvCMAhP37HIx9q3uLd1lgCShaTaM0fAAHkXYG+QKG7VS+lU1F2SL66s7VrkIw1Kin/o1eNEshuBY5SK81q1uvnajBh3sMATHKgHBb/Hg+5d3v8haNmT4bkUFPlzvkyc9UG+LSB+mp0XxtirhTXhainwL3laUvwFPC6Nvv9uisjffaUHkrXdbTvLGeyAm3ta3lZN39WkM5n67TZKz3R7CuB/+3+fY9Oq6W9XbYZpX7Ju7p/9SK+wbRsMXmZfSsUdnqHhikodBMSLegEgMNj/j8BkfekaoLOtySOi3GoGhx21ijMg0OwLDmXBzkLyv6KZ77dtX1XxR/bZV80eK4IUB+d+N6kaj4W1LPObqZIUmGKCX1gFMnS58UtjL4i/97hGyh/duvqW+08OyYEdN0CgTfrbPt37DbwhwJKqjOZoLZMqkBREHooskBWa7t0lGsiLIBfNrjdGv9UiuSNlBinRiQYTRfsuhFJd4IBcpYYZY/9YpQz/UCCqHdlIMr/yOpf1P1Xx6N3o1POLLQHBg8eyF6F0IBdY5SzxFyQMUCok5OpEh0d0QhcPoimQoZNNMkcQbZRkI+nFSEPRnKgOIrMZSGJy12SiM99k+KrMZ7p6/wg9fOwEK7AN4kUUy1mJLy0xfjpOBcVFiedsXjC1wg2JBCRFykkaTKBVeRaeqNZkph+jj2UFV1a+d/mNSH3UbeZgYCVogo9BoIxkHkqPiqWmrNKs7l8DwRhc4kWCUEcEK6sKPrn/Detr9r0XGiHZc0eHhAUtesSwR2TpaKBlk1XAciNt9wvJQUmTIwrItucvKF+QOmXjJlxcYmzPWNGTgRbo/ASSnZ8xCJfoHAWasA5Ei+p+KaT/pDltY3/9aoh+xYorVjz0Sti4PX/bga0zENQ+giJ8xgzJX6ll3O6d6TNINVbRdAKJmtwAevLi0IO1IqfEkqY8CEo1Wf1QWL89InQ8CnqlUneoqL9jIZ8IpW8lHyRYmvk9EOfapUtJeKf9nP2xr1GFg/2uB5syOKZJzByT5B+GIxD6EUMbJmtsL98ljSNELI8gm+lwQGDHrkbUAGxu08y5uhEEkb5lxgeLPk8MsiQ+Tc7GIF8BhHujt7xRh+hlqWDvhfW8Cx/kadouh/ce6bWcv62X3GgSDAormWHBThEZbNZKbouB0oFWyHpDvE8c5GiHFLwHATqgQ8qJbgmIwfg0wK7Ud57t579UfE3J3AxSOX/5PfQOe2UJjrfYW/AQHicC2D9p+UHBvhsIcbfDC58q/4OcTcP2TUfn8WK6CQzdTUCTb7BxQ40svLKSjTXkco4Zt3w24RwMK5VmWRxumJznVyag8ENW4wTTito2Lgg3AURJ//F0MJHpCkGBKOyYYwfOc3RptMGcyomofrZKaRQ9h/k6a3zV8XVzsAzsY5oO81XrE3XxRDNssDQLvk3ctCINnF7B4r2xFG3bLRBL33Ln9sC0v64hpAH5PbBNAXXEygmGPt2yEk1UBhGGsx0maCUejYgDoymIM4pFcDZCA8HoLm4BcrolIZ7R+bl0QN380iqT9s0HEDWCI4beAw6jnPg8F2f/Ob+8YL/sEEZOP+QTJOyBj02DiHHmoDN4OLpVEFu4CMWrpjiFDn4YI1OAzEVJRcqjp6JHXPCBSWH0k10icQGXWR8Io5WsjLjuxeMn96CwYzyyex8lrI4C4fO6AQDilbRo19lf3t9HLH+CQghZpteqnboRfayAir2xDJMfhRGAgavjTn/8qpjhYMfNfhrTdtnq1BEnIH8+4RB6tWlWbH/B7axSLZXeOfNp7tMrzyDYskj9mkwCxNyoB8Fxrs21rcQFZducooNimEEHG2hpKhYmMhHhYCc8cyoB/qHd5rToYlcixuWYsj1dIIWzDc+TM1qhnZYxqflPvxF3zJCIYxTlg/5iUeU+vcaH5OSAHNQxJ3Y1tWKLOjXr1A9khJCiOViUQpkHd6e3zldlcrLEBL8ESmp+jwN50o151B48YCTrLrhCWPX78Tb3fPXCGj2BAwegRHbThEUvHbHBaEkZIBJJ4gCSDWp4Xw7x8KSzbEP6kRCDU8ITAAEcnyRCRwQjBwRmLpKLQHQMPKqF3EOGS4wACER4GpGPwen0KKKPTF6Ey+nwCM7XLFyEyejkCMbWTEyFSfRzBBnZxEoigR/u4b4iO1YbXv9Fmgt5uanR/3z9Nw9ipAa9NDL0qjEtQcJF8wLohZeaDLStkpY+N7sbz34mN3ISWQu5fj3Yu+HjXzwJnDgTSIBs9jLpb7d7cok5bsXmxGM+e38SWKhte6uuUgdvqleoGdbH6Y9K7awtyqzgW49mTslVmWC4dGtEXOdmJCOM6Oz53pMDBzxo3pOHH/XvY9InuPhnwyxvyhfrVMK5z4AcjE+GI5L9rJHK2EUj5kcdZRhzFO+sSnfQ5O+czd8plO+PinfA5O98zd7rn6WzP1smep3M9W6d6ls70XJ3oeTrPs3Wa0s6S30/+N3SRSb2jlwVFO0JxH5gOI+lZMjqVdEC6/xB1HekQkl4io4NIB+T1BUndQDoUr8VPauzToVjtekqTno7Ea72TGm4RlN1Gf2K+5QeF47fPz71Zqfm1c/wsKipQhcZwusGkYCe+6p96M21ScHzTYjCHt4fukQ87iuRFUABMd8m55JkWg8nIJTCCfLCxNms1pmSSZ5mEAnzMu7fUwN7dDcH/gFeTmXG4zYQdf4XYkqk9JIHGIR61JECgdy3lCKqbDxaArjuQ9il4juim7/TYG92tP0UesoMYUGshklvl3vtpvHyZ3+lFXdWDQPmu6nCUMlf1kB0bFi4BBRhHAyxnmcKYezoiK3JPpyCcEt4NZ4nD+m6I/AOBQHyyA/oecsRB5uHHfL8NFySwQoqYhUBMeiBt6ToZDwI//Q4xCM+98xCQw3CQvuTQNFM8OlMAOdIWfVAk8JPDz+J6QQp+dOT5W1bSkg/CggzJlT75MCyIETsGy5TFD8CCqsDR1wJppw/BEiDB8dcCMLFvnzoCmybvfmqdqs0F0vztfpMc+fxgVA0PyOzIqlNAbmL2mKjwbsrPUT6GLCO9avXqx+OL6ac1eJzYlfdCl0KYz+lf1svdU/O9vsgH5oIANtinHZHvN9u6033HkbXDFkq9UfVuSZYhb4ctJL/shF4hG6mevB22jDx1yNkVjx5wjkmpn6PqBl45O2HT5F6UXr8gLbQtdQxXJkPhI9yupODe6Kgc7SHu6SJO4VkAw0OLTTJd8WPAMsLLnVbM1soJm1adlijQiU4gRk9uaKnF/xzdoHDFnLBlMtao3fWJX+9vOPp24DIAww+9JdYDHX0nbBn5UY8tI+cPwQqJYksVrqZohSIiOXX6VZmhbi+am4bxEQXhy2C86Qa+SMVVPwRLFnWHrdjURbIA06pujaEf5rnHMFhTgF9updEB6fElOH8gSkVtJ7+vG9XM4wh8zdENIl7qxm4XgeKtXBskOR6zdMET0pUtd/IAIo03hIG04QniaCsCycoaExQgrFi3aqybeOVyghWuYGHcgkrm8idVNEA/obKxQDgVDsBhVzoWBF3xAPmEyoeB2BXwtu70sxrGa2N6g9a/MFT+jgoSp6zYAXy01EfzfjnfKiOBcazgQucjDMq86pX61K/Q6QfGEZpmwywLbJd9Iyocx6oMwq0aBuShF5riZJgLgn2MmL7oWyQxnE9R1cNk5m3bz2p8682P62HUm3rswZ11PLRgbb7uGnQ0GRGobGNmTuAJxD7afuqaR6O3WOcVg/QjKAjqDD2XdS61s4M9IWKkQQxIpWahObWq0fVS92Cqw6+C8UQ9wXtEXmTVISCWkiMYus6JNE6+DtkcRWWGvfMaT8wJLZAMymReXUEF5x8F37EeDdbLOrFVp5AE+kKGlslyqxbipuqpOYETBRvVzrNocA/Rk7OCJorhS6CeFLAGKhJCexxXhrzYMSpCNO2OStiKx2SCynyr2r6LemshQQX7XcOgxpsradzVyY5II5AGcgtCmQQSx7QITNNvat19rrEOkoBxTIvAbNRYU20DRnKyK4IxO8wok5QnjmkRmGF6mh+qeUqqL55xKlDwwT7Wuu3Nw7IUjULZgQQf6RM+1AhirHahueMynxzdnh4WB39wkRYDsWyIbObI7/u9L6Yf1YpsDEMMyLZw7qxMPwx3Rq+1CMyxKozU1APeU4Us++ClIQy4fIwxGL5PAxvhBXYIQxBeBI5gEoSrelT3s5+mjMU2Kwyl111v1PXmSTXN7gXIR1OvfszPvEgyLBJNaWh6qxljZFxExkZomcdtEBbEvHA+tSv1upJQ7cOXxtCvxNt1GIttVBqofyNOHGBAtlFhoP1qaFpdAo0LAw6q3rRqGB7e9Lh6eVjmumtJ7qERlAY1kgq/C10aYai1hGEXvDDE/PbjgzKv2JoZiOIYlQaiJuYAimglmAsR9xBHcBKdxCVgu+M5zWIinT5UmH15zM+L2yF1YglHDGzz8cL5lyGx5l8FM67lVVv9pFs9Eq3dMdLKN5AkcAFHQeac+8dU80FcA2q4QwkTp+N8ydjJuLgY7LHo6xBPzsQllv9iiOzDpcq09ZMCHfR8nUPAdKFuPWG7fIHWMWyq3B9LhdLU3OCkZwdOFdydrBVUfN8gVXjiVcZJWhud3a26aZaNy0/LXQ5UX2192aFNqrxRm/5ViQlgMwkE2GgvEd7WWxrhEErSiM9N4a4yvq+WY5KRonU0KsQ+lt5jcrDFohd6ISAEOVpIe5UYyj5t9Wut27kNl0ABtrk5s49y6nKAXOtcpF2rkl6HEPtcrGmLOgEhIEeLAnUI/owxj1Y3RAnfViDGmJerh1mkWT6Jk00zL5tT3HAhFNIhlycn7h1O6rEeIi0vnOq288C7UvMmzhZfMQmC8Sse6n2PxQo44rsJC5nR1Bm9QsZYy08CF4bp+VkZ1Tyo9UZ1YzTSCjBA07NQons1xkzbUTXf5uuOPs63QsXFEaM0gJ2b7YeDO9XeoQcrUgsCN0wCaUy/3cryATRJEh/7sW4/vI9q2PmuRqUBg3RhSZoBA66w8/Hodn7CD+mEDj+SH5C8M3CizegHjuwITKPrddcjXmIuhBUUycaYGLcDcHWz2n4ICSpbcq7gB+I3lrP/K1xRwTirQ/hIBsfGTodwhx7icqIL2Aon8C7c7X+LIq5ORpEk2ujoUlKDepuiACcjYQ1iACEzfJRFcFhWgrGRcmyoNQeBMPn4Mi4PP8JcKjfmPQjUPxVlsqzy82VEl5BxfSNa0BbAYOtQKIq/IlUMpDNqPTfoBhlE4ESuZX4BTfJMIdfpaOn00UCAkT8wYCBKu+2AskgPjoBC3R6x2+UGyXeVA+KTOcp5zJj8ViMH9GGCQ/BI/Yw6x3VqNd4tM0t6FOP5xblmuRAMDz2EI9U/j4kW8c4DoVJ883g4qGcexCHzy2MCIF55oL7EJ48nj3nkQfIifzy2PO2Nh3Ak+OLxgMSeeBBgGT88JnDECw/kS7j3hYnD9siDuPL88ZiAqDceSCTzxWMi0J54IEeCHx4ThvbCA2ESfPB4MEwPPAgqx/+OByfwvoMAc33vmJCI5x1I5PndpchhXnagnsjHjgkwr/3czMKvdXvLb6JDu7x8GI2qNxer1XyWHr45DsHw7fIwjsdpHvsfiv/xhHZZGBG3R4ggxemRCYO5PIIY5IlEniDDvRGSTnVuZEMxXRsRthzHRjYiw60RwUt1akTR4Dny3Grg14iEwfhzZdSFAIlUeJEIkILk1XefhLn+HpeOf6qessw/mQRxyruv428zBIH4ZR0bs4Mx807OBOTYEdLajJ0y6LUAMIJrJUdwMnlqR/1Nq7cvy5FUci8JDipYiGqaV63epHFXJzskrUgasLWPupvP34oxTnYlMUb8kmEOzQjcOpwBdbhOlnDIo6AC8yJQqsP26imWg1UZBPRuExJhb1UE4Xlq22FllEotHCCCImC7d0ESoTzjMkCLrwb2Ci6NY5sWhNnsdwASgSzzYlDL1mUSz8GyCMoWveiHwtjSt/4IEVJ6g5JdwRyX7tZJDDu7MhimXxvkDT+a42RYBGRelElsTxzTMjDzlYzz4DoZKYygENi8NZk0onJMi8AMSv1I6KSPZsUgUr6jk10ZjGUWm1hbPOMiQPOyDuEeT+E4pkVg5lqXmDeOaTGYbb970DYDKoiiDFzfTpvUeuQZFwF6q/WY8n2d7FIx7Cnr/k5CiGL/E39KqqjbL+3YKjskb6XjwIlI912rO7BcHd1jMDjrQhGxi44jl+yVEwfZPw+2LPev1JaT6ZhVOaTdO0piJsisCBTTYckhyvFRYuEklBxhWBRMXn6UZRG0QY3kpboOjRc4GSBsH6NLp1A4fss5Deph2TbT3fqjGlfgChYqUUHmZAvHWczkXGl8pouMJdcXA6nLv6RYejUxE4LK3su+G03ftmQTBYQu2z1jAkiPTaXbSlDet40yoZ+7HAsoGGLx3gvCL4L++TkyTnHHeqfwdOIiQ83o6MhTZY2SeANLq0tg1XAwvOhMlah/xeUYwyUgU+DklhozxWjpXjgXN2H4QgCzxjSlkAtlMm+0kwJtfzh9Rz05av0s2SxEXx314xM/PGrzovL426OAvvD5UQ5AO2Jv2Yb6x7BIkcblYg+eBprom6dSYfKd0VBW/tQoC2Lxt//18Ra8VRqgsMOnp5185DRUlb9zyoEgnzoNIeSvnTIgqAdPAwTwzdNMAPxS/kBe+DQpQxw+wRUICw6zcURp95dQPcFdnYOBv1QaIggfK2XI0+90BQQJD3uyIMi3PQEK+fOeDAz6hc+AIuGRTwYEetNIoC976pMjjTi+hcoShzeGcPzNzwAh8dlPBgy+xOEzyB5mgqXtYeTdqzJt/b6MPIdRzx64EAcQTDKsfKzXyxX8ajaXxF+FtryUQ+lKHIahbKzhmACE6pBRCHHHLACC+0gURdBXSiA29Vohp1lxlJNRdrEcNhpFAJZRNsCg/wm2kaj43iBfmLqgAVcX388gQML6C5SGPNdACwPt5Jd4XTgEESxy9+PYg7NeKMrqGJxM05EUc0dTz+CQA5TcB84SNNhgH1Q05DNcTMmxB9dlQcFdWKkcUEUe6K91/plfNfApkh9d7OUym046Cgm06P0VWMrOqi+zKyF6muT0Kz+jIm8he1GynkC2IIUnV3w10YGVuCzWBvqyoiEzKOuUmf4S3d70w/DLj+pkwVjjPWwAjB+9rXX3xahBdeMS8rZv1F23Oxh1iboCwVjM2PKQXzV1KTwM5tiI5Z2asHgMxStDGEwwZ4AvUMHiDC5RcZIF8KJTFXB6gss2uAOuRLZt+7db/VM1l/gtaTgEYF0GaXe28OPxEIMcC4ghH62r2/cRuaAUx7GsshGw+x1R9b1BvvBmBU7KcOGdQbbwi27UldoatXuo/PfadLpby4oAjyMfL3KdCs6EXamSCKKH3e0n2LXhKIhnmA3S6idTm3fqUXqUJbQtgLNSHXzqhMA42JSSR9YRYgTUSoIIgrr+hIAAr0BJhNhMo2ouprHHjuCgHL5lNkqHexWjECebbPn+VRmjG3VI0mW9rYlRFUZERpMNuVVm0MP4bXEtF3H5lvkow19kAEv4bNn9iHp/wcF9PXLG5hgTI7ISwIy7fChE6j6fRKjxRfWf9KsstyyjbIBp2753sm/9aJIiHs5YKF+91PP1xMH2lPPspY6xZ5xeZyLsZhrb422J6GltEAWzLoo0TMtraMlQJ/sCWMOolNHdOiWffNuCOO1+iIefeGJwBZEUBESPTDO46EPTiTjwmjKLhlhiToLBzxcycCInDJlAu3XU2OlLEAc0zYFp1DCant0Wn4JnieqN6gbxFxSaZUFErxDJuDmEeVvHZjtq+DQyeE3HMXiWaLcy79tRIGsZ5Akj16PIb0XJvAxFfgdKiQs9Eu/xKHV9R8atHQUu60i7o4MnvKk7/azmu+oF5e0blQCQ9S2BVQ4Cej2J/FaSvMtIxHeQZF89knLjSP5FI0n3i5S4ViTxNpFyl4hk3R3Cxdham4FSFNA2DwdzJ4IBSF+i3HtKEq4nyb6VJOUyEq7o8mKdqOn2bArId/34PJ9AFRJYZlkQCTOBglMA+tYVSJxx2UqZm0OSLwzJvick5XoQ1q0gu0DYg6unX/nLafhjq15ssYdWLTTk0N9ajbtAH96/3lxxJAMLibSXbbjz0+HHcr5PTow816cjodTzydWSOT7FRFG/J1dU5vYEiPplpbs1WVyH34uWmBMpu9COqAnl5iqKiy4mTZWeKy0uQEDaL8N+Gq8UMcw//M4vw039U28m0G03iLA6BcbL7oiICepOIHgMLBL0s+1+Hgv/pt53Z21Ze1qEicD9a2p0f98/TcPYEZOWmFYVxsOvVVTase9amVE/6xXxlUWR3TjOi0seQ+XRwkdTC8A1ehh1t9odvp3fBnjW8JUQLE4strPm74uqG+TAEwv6ZH9WzL2Ty8Xqj0nvfGq/3oNnslnQWGxnTcLe10F1I3qulAUfxnNW7D8mZd7pk3Es7DCes2LH3/lgUSe++5EI/Tq/7F2gSwnjKY3td8IPu+Wfv7C6XzCwwA+/HgbiLCStULnWeHcAp4hYLr1FXmuI8ZxM02Gc4rCW40Ae63fxdABNpB9p5RogSbNRkTkw56rKUD35vkoOEvMyxpAq50ZGHthyBxG/kFyD9EIapu22N+PAV/YsZNJIbSedp4Bw/NqPr5di0cY2OCFsdFvkFHbTN9T6HUqDxpGEhxXAXJg7H0V8MQIPzi8OdIkgErlwxYBIGaOoON8CCAlEEi8lJiC6whGDki14sMDcWrTbyiPqjRWg3CpWECtvGcuhFVfSQFNYLRnieDkH4sKShcXtsvzHVGMO6vufBIssr7VusXMqdmyVHRIutQMXKqVMvVYfqOtcPcXAIEmYvEDWUYzfGxuRWs1NPzivcHSOwZJEVDcXA7i556icwiXJwDd/OAo6OfK2flLgMRwn/kOoJInlT0xhHyhJYFj1Jq5wCJUkMTEKYRKVgnjs736SqcP+CAhzxO+w5Az2AZywgUX7Svv3/EFVEJusu3Jg0TWmWI9hqZ8Ck3UqqXsM1US9IyKNlR0yVfGC8EsQ9yqAoqwiLgU+KZkebIPd+plMh/O1aeSCVT+ySvuXqwL8xCb3fLQqMl3xguR/TVCEsg/KpyaWpA7nx9ggnhGcsUwA7BsDhUWfGQ7glO7xTsZYGUMBi00x8NhZUw04FdJKhzPIqp4Ehr5Ck0BCLtNMBkErIo4gq44RGLdSzjeVUldouCH41XDnoQaO7YEoq1NwLIcd0IwBGqSePE7jYTGHaxBZzqgNh0NrADUOgEPya4TZ2ePLhYRA5RtzaklkqOAGxh+5h8IJOl5i8wmNGb6iEk9p8CC9OzOdb3aU6R9M8sVbDZ9gxrX3FvnSg7xIq6NNvjx6RTCuHt4VLBB36/bcbFzWqxfdrR/r4Qcx2oBCFhhY4vFKO3kwKVim1wNS3XCcvQ2W6SJ5tG8n5GWdewQnrAWPpl7Fyv8UplTJezGmlLkFjmX3HILPcAhOlTRDlCzjQFNeuiBCWK7zS5SRYj0GKVWqboQphXqiTspeDyAhd6MA2FPFIAD5ODEu6JbmNuIi4YYQuoQ+1Jttq7s1OvEOI68gQyyJW3hTnL+lAAHEdxZ4ws+zf5ck5bZBjjB+Cy2kGrmIlicJr31DcsQKOE8K/0ZDMfI2aZ6cqOokVhv8i4wu1yCBS7S5VNTS1hdLE+478Kr7aZA2T5D/ABwRp4RYCzuZgEEEhcB4X0nuYk8cyq3ai4cVjLX8xK+2T30D7pHYEVX7QFiW7mjkzuCOBuT0LZDZqEbXj2hhWUJ2yESp8aVH2mlHZx8sScTsn9FjJckLnCQ4TE8srVO4JBn8e7I0It0NKTDBV1068U/EvZax6KM+4K4S7utNiwLf+02nqW9+/rnYd3+MjPXtL2TJ3/9Ji9kGUHKcduAkyG4LaMlIe2DrcdoESozZLpwkJW0DJRxvH06azDaCkou0EyctTltBCdHtxUmH0WaQMtx2w1IUtR2eONB+3Kp6mAy2beEE4e+rb2rzY2/8gF0cBEVeAYZk+o70JMiurmNH+wgQx7AYyDV8H0WU45q4kCIBI6VkXEsxilP9Di8CY/3X6fcSHZgXW6wHs+BSujBfLd6HxQXnW3gmpt4xbK4c9gQwJkk+A8yRRVteX49uekEht/5x7iUOQ/Hr4v6Y+4d69aN/fhbEXgWWWCqDJOAoc2CN7dqjGCerbITdGfyU3PAtE1Dskn9Y7lRCV32sn4u55vhxshxybE7h8lKgJ1pQYghjA7FAWLTkAQv7ZUfdQGL/XrT05DeQOKgJ5ZdxAwlHmirBjBtIEGm3DJc7tq7nY2tEQXqB8tdc4SilOeuzS8/xIRT0IT62LOHfjAjHnJzZ0vub+idJeVaOUSbA/u62B+qdTgQDMM2GMa96pagHZ1AW3zIXZRmYXSKHBDEK26gIwK0aBsRbiWQ42WVioC4FiDztUyCTxRZJKGlysYQvL1SWNfY4hNvim1dlHuZnYZqbbpjv9Om76Ng7bsXvE+Zo19lSlRsNVjLRxHJy6Sg0O4WZvm3hJZqokcCnoPlgVP0DnCLwZCorCk7mQGlE4fK4zoAkqlMomrxK0YjOcs+TWuvuAlxtYuKdYiiMtjKqHlUWmxXFmeCW2lyA8BBPYUzVNVkZeLAvjYWPfXlYkbFwItZzPdbtdSabE0lhwN2JgKwStaI4E1zuJ+HHcx7Mtr3I6jC8aApDDj/0NquYjxEUBtsd1MxCs6I4E1xuDfTjORPmF+KNASHpl9jzAyLY+JDz17prZOPNvQV/h5B4noghEX2uKJIwtPEYFHFciAPmRlESLhvtbGDS1sylSmrKACS7Wm9qMz7MjrfxSSYcVDBrGgY1wlemU3FXJzvmXBtJE7qkPV9Fq0wCmWN6Frim39S6+1wja3QUnGN6FrjYtI6iY03mZDjzG07IDbQkysnuLLm0Xe71TypCx/QscMP0NKyMfkqq/p5xKUCnfepXum4fXmqDPFLhBBCsco1qA483gviqQ1ikkjqEWDa/9G/sBFSn0BmSiHcAIEe5B2BSTrf2opEF81BrHzRDbM4cQT7KxbDad4PcgBIEEtTCFdJyglFW++CM9Cys2GFk7BotRJW+UIstO5iVQHQXOlNyRDxyEM2RcsihRN0qM48bL55MfDwFhuRXnq1Rz8oY1VzMB9Uu0VvkCJ0KiQPLAjBpMbxv88XXmXhuHCXwzDwt0qvxsd+9u/OAvG5G4SFxJOKFtShy6CoIVGDjH4xSuPEfsGMtAj5HgzEi9xKwhdGNPlhWttFHQAAlzGskUidcyMIeEie99wPwYrJd3b6PmvrcIXHLKhvhqe1XP/Z3RNw8XzT4WjaGg8WQjbbarOAVAIxkb5AvvEvMl+M79TIKwDobqTHIiAqB2IXPlqWeCEa1oy8ESwCmce5yxx57QRan8CyzUeZ4Lprh4nlUBnUFwmgA43ygfn6QWIZxMMkWH0aj6g3qgoIBOGbZEPM4dLn+QtaAOmb5EHqjdiuKMgjbLBviVSb+mioadsxXal7Z2NLNpBWoUKfsxxh0yfGhh02e3kGHIGD3XARH2FkHaPGuuggm3XEHVEG3XQaC34mHRGQXXgSP7NADIL87L4IQ79wDDrBrLwPD6+hDIrSbL4LF7/QDMrLLLwMXGQCESGH3XwSEuL0TIYld4MmXZoxDQnV4FFIkLzhjkgAIGZGUAWKMT0IgeHRSBIgaqwQgr2UAwnHLp3pU3Sp+Wg8PzR/JPPdmpeZTLHfPz4MilqhQmSqMgvpwwMRhq9yq03PgFCrLthTO/pxiek75ERQG+xK5mZyJ94VzV3kC5O5cY0bueREUBsvOPTCaUpBjbdZqTM88zz4Dy2mvtv34vy+a2EQrCCWYaW3BK5yRKKtdcCR1ISw2QK9XL+rDhA5hEHHXLBtiP9Kv1+orsg2McfiW2SiLi4wI4WCRK92o+XSYRPpokSsNX0OIyRJXEQokI844mDbHD4cPsb1oGtSVE0OwjHIB9v3QRXNFDX4QEMg4F4jxVDOGQ73OnAZj1Latl2Uw7KUDjCWwZA5e2WjUZAthis622OLzvIDoHxF9x6p0fkyDrAPZh0/ICb9T/ond/nP8kfZd9qP7h1ON0YjdYHyJZdJ71zG2UsGQguHEajWfvkb85PDIK9sQKR84EYktPYHCau1lMKPayLPkaFUK4RF7ZyBG8Ui+NhAFsavi4zJO3j9xtfMAwO9OQQPnO3HQUcucOfA0kdcqINfnRMhsW7g8EnHAVQAWDL4GIEbBvE4iHCLvEw6UU2UPK3Qg2OFHURuphkE/aTTTnTgrPzwzlUdqFGPUr+pyQmqhz2AFRso6Jriql151zvEOdq70RAODVGFeGldZqVtW6cAZjSdzDJgoBE+bPBFithQX6OaXgW/3+z1L0Cs9bOtx9YIttvvq0RgS0Zb/iuvvgyWKoL6/ngrt88uQ6dYTcoNJoHQMmii2Qa5r8YQ21AUtURH64TxPivFYXlQQcZf2lCg36agE2iG5GuQFsVER5DViT4N6jxiSED9457f51Ft3InHms3ZBDaFftIsiQH34RdNcTri7MBSO37OvJrqu+JFWO4NIkmxk6SgXVZYNcAUo0Q8mQJEN3mgUsMwvI8VyOQme6Vvh60JBhNUKWAoCUzMjIoKqazD3g1DwFDhdMNIYHbU4zREhM1AXq4VqQ/QyNY4oemlXKEjf18URizXrRylWy+4KpTfuR9Xkt0w5SNIm/0iV844pBoY0CpGjI0jQAmsPRMSJDbOXmpzaHx7tYH8IGcdKaIKkHgIFwurD9YzDqg6nkOUGB2G0vOGBC55RFX315JoYx+HUAh8nuRKAOGgdIN41hsLxy191yMo+Gm11MGHUgPAFY1f8J3wtPqG9s8iX3t06IxM/2iTJo2X7U4+8z/sQsOzX7cTK/7iP1Dnftqud/mnHYFhftguT/mEDMFjZz2OJGNcchl/irerW8GODYJzVMXy8yBdYZGClkRP2sOg+tFwSycavy4fJ+oisoEU/Iz9e9odks2d8SoF+8sfEAOJ8TgFQ8gcFA4F1IeKSBoUTDJzVcz21dA0D/JIORpGqwHAseO7NphbqH23y5aPL3IE4b8WbIR1f/A60mevgHP+WyHpu6N3CWdrlCc9r7GLxvVESAPhZLWNV1gKlE7JcAxtGy2tfXfDU5hVQT2tdWTjRxhXASWtbMRy4DmBH+9wQgjKvR7XuDb3XfIqzssJL07mgoxjTEMlvm2EXuChAbBPM1mfthJFy+ANbkGDkiS2e5AQ7MkN6E+G5jIrh9ZXRYBV8ewWLNLW1SH9/BSUJb50uiXL39F9qJcrvyrXjFHxm45nzFAQNAldDzsqNfNmmbppon+msXRwNYlkcWTdZLWuXAuGjgTSLYyCTkrNYNpn5sCyCyYrAMskVj3/3rjJ5Aw5f9qcehUk+WmRKL34Zc2ckL3TANBtm3gyS5YRtkyk/N1niXHCMMgEYa6fRhdMibcAuXllB2DbyfIDb+J965M2OrIAFJ0d+rMy5kU2dPNIJtBNLmgET79sDmMTeHYYBy/7+6DDG3bcFLQoOPvH4E8sGTmKetx0BKXHBE6HF95kJKuZ2swwoVqEpnqSaHcNDqvjcdbEaODdouSYOiJfXyHns6d9UqJ/6MXGAGDUjBEqtEggQWBeG6I7VUHy/apDvVg3UXpXIL8kSz/dMIrGiW2iDdAONlJO6QlnqRZyhAjiouj2M7/DZMDcEv7rNdzSsTT91zWXfRuZQp6ir0CyS9TtwbB7VrJUkZZVtkCP83HejKN22Qa7wx3qjW3q111M+WuRKYzdEY8LkbdA82U1t1rr70I/IFQqQtGeTL/9JPdONdSC+t8iXvp+fiZBpH0zyxR97er0tkN4Z5Ai/6a7p30Qfl2siFE/v0SyC/B6NxJJ2MRZZkS4mgEO7GNYqrRNSMLaNL9WEMUPLpngauQsV8zE37jTVC1twggrFnDia9hOUPPMDmZhzPi5EbEwPMyQN6nEksF7sPGxYMzw3aLkZHhAvb4bnsadWSkg/rU7ygKK1AQJKqwwokFMXXlQfvdIrCCTZsHqs1/RlOnDsVWiJ1IggBcQcoDH99qqfnlr1of8pgIFsC+F8enipkTpBsxwNc0Hmp0Jv604/q2FELh/DUELTTJjdVWIX8/uBvyl41gCjBIaZIE2tEyhcq0wE3elR163+53KFyZVCLiRGUGDrbCTyIhsUJX6HDRuhU+Nbb35cYu4zMIJrlYnQvypjdKM+1e/9BPebMEVgmAkSvx0MAUm8HEwANhqtXtWXvrlpvt7fiNAC08xcIi4qQxige8qK5MswqOuu2fZaVFquVW5uLBckXcxXqOjx/bbv9NibG9jDF8FBY8hEoy91Q2gS7nRjA02Dur59+LuA5mSRmRfToG6af5Mp7wzkwuGAkPhYBsng38zq89PGZhiX7igacYUYUaka0Lq+elHN1KpGhoCacSHkqzS2fPryDA3CXZexWbIWZGI4Sx90wZ0hDE7XFZqxCyes7Uv6BmwhyAsj8tbTVg1iR16FhmTiTvjYYnjdtk/YWghIYFnkSdvpeFJrTYwbfQbItByMQk61RFEUdbglBQT16ouj0A5+CTCEj1eUJnZOFsfxP8lP+lVdbDWGsf9Z8CFO48tj/0Ohlc+OsbJD40k5MKLT++bzbs5xS8xUHN3ARCKe1OW4yc7pdiJAgq7HYcrtfgAsuKqROwFhMMGyuJ5fnH2a5iFX29cNcisfIlGB5tF6EXOg9GNdrrPJ4jrEUBStf35udRf7eHCwk302ltrPvxKKMDAtADMq81Q3+0UN9Do9nAiyz8f6qcccKsg8G0ovKxxjHxsCgUiAcQoQ1OZEL78GA4randW83PT+q6oburWFnm0NrOl0s259Vj9HZbq6fZgvkO07fM0BgYLsC2AdCve6q59a+tuG3kMKrNOQoDryZXpq9SpaQ6xg/Pqx/BFEWu0N6NTZxHTaHtCnxN0QgkHeE1nLreiqXVDZMGIPjJ7mZLzyCKGkP/HIBDP9MNwZTcy8AiTHpCRMUw+wzydAsQ9bVB5+6xJUFzx0yRN/wReefPGXVrb0zBK/qkd1j7qkwBS2TUkcve56o643T6ppVOO4L7AzKRJHUdz4rldAh2x55cO0zPcCISrEtijeSr3C92ZAPPvARQH0a2QTIaCwLYqi9G/759XYKLZFSZSt6Z814nkMcJyC0/09LTpv5aVVVNCyZH4Mqt60ahge3vS4enkYzXzLBLuYUOuiiMj9MxAPdfMMT2yoyeU2R20XtmRa6bdhIYiEh2GZKJiHFgRBXrTOkpsGdWlUozpya8oXDqxK5sA0qNu6q9equVWNrkUj9QozLgz4uZ6fADk8vymACwxLgr2pJzOyv9pjaGH9caZTv17fzQ98K4Nf1OMGEWzfUjf1AJHCV/U4SfJoUWHsbh5Y1b+cJ0USW60CFcm1KVTQnQZPm6eu1u29Gvp2wvvGIJjg0BMy14KjrJ6IA3YALSb6JhN9KyH6otBjJ5jw0SRbfGvUs0acSRHxo0m2+JtukGOUmPbBIkXaqcF6s5sbwp3W8dciZ0Ld2KLnQU9oyH4Utvnr6ZBbvVERfFfFk4lsnoBCXknErkJ1g4hdeL6Yfm3qzbwegD6SAEhUqDmeVMY9pPtYU0hKyKM75JCu7DABDwAdokIAssMDKIBb4ca609Pm6v42PrtDwgrWdXePcX7GFqwpgco1xoodSQ4GpIY//fmvCSwHO25ZCLFIJweaLO7xIIRZtao2PxDfeZLFsjxPPu1OCiiTVqE86zK59Vxrs8Xc+0kcy/I8ufVstOqa9j0ttzzrMrkVW44liVhnEdKBIo6MXDTEsbFkwc61ZrlzRw5qm54Jrjdj3SI7xDTbybJM4c5jdWWMan5T7w/vw6g2CUULR3KevGO8X0/DUq/YlwSdBnWnt89XZnOxRsetFGgYwXlAX5UZkhqbk2GZuvimG/WKeUSRJJZlsTxyhoTz6OFDPahGNDiMWpUbJvKkeAPGeGLlQ0cun3AQmY5KDie5tPGBZTIgOcRk8skHm+m4sWEnF5k1AE3GJIeiTET5oDQdNzY85SKzBqrJmLEhK5MyyaugBHRkOCHHTxleJCeEHuoy4RMGvenA1PCXyxsdCKfjMYfEXNKcwXFyIjjDZGYCkgfMyfCcoTMTPnkQnQxPDaeZ0NDA+jyw5JCbSSsffEtwnWE4euORObxkzh1Mz07WT7rVI9xqmtPL7F5YpLUxxJPzyNPEJw3qSWIq4uW/6Kj3QRIix1+nOsUeeY6Kjr5bTzXir2krHIMliGCvQp/iJ5+D9qKWH0KzqlHy8TMKgnvw7MSRdeTMR/E/zdgtbF4YwXEPbE8KilG4KeWDY7tSZNsjvWWNK4pthcGaor0wHCEoV/L4YPAYAW/nFb8/MHzdIHZtYObzDqynHTiCQcah90offiziPuBEFvUeOHLlNmwl7pCOwaDXR7sA9M3RMRFJK1rovmgICao80S/PDiS6uoFuz4JoK8skks2xLzHy6YfSnM+fI7wrMWnCXSs5QlCuMWcWL0yhXjLTdcMHT+olQ++NeK7mOIzAmuJekuEy8nj76RK5C3T3k6BnJK47s+KqVsDtZg76ngk/8o16GNkyp3DMHIvI/mQl7hgsKW3IqN8W8Ib9GSnaqLFu6rGOSloBk1Jl1Fr3HbyUY+ucwiXJLO56rKphhyySlcN87XM8gcdgSenDmyhbI2yZMtKFTUNtQX8iKpOTj+Bs7fTxGw3CHVi5tTdjWBXieI30Ndn87H7lN9WEY7YbW9Qf+4Qm9oT2lCIO0JCQk0nvW9UQZ2JOP+cfXffikp1btzizDq37EPSJdSlC5Hh6IJ5yNj2OgR5M9/Vlp9IZwsiR9EDXENO3uAx2+NyXEZ08Z8nSx84B/YQz53EQ8YFzH6zMaXMGaGSjOOBK2RGOY7APmfs8eSfMGWDo8fKARHa2nCFNHywP9BNOlTMg6CPlAUTCefI4BPNctw+Tc6g7DiU40e2D5R7nZsAhZ7kDEuogN0MGO8Ud6PhHuIVCkfPavlzKYW0GBLaqEciTx7TjQowz2r5k6gFtFgzzdDbAlHM0m4XGOJcNYKUeygaR7MH615toM+UF4Q/an1tk1grFWB1Cw5XQ58Qkp7YdVkap7m65wxusi7A8YJmFgs/sQP3I9I4pSm2Jg7LRzXGhMD/DbYss6WlQ5mIlK23XJksenVaDwvTcGpd0v9kvy/F5xpcLBMyedOOxiqbfcCrQ3SakbHGUht+pyFDatn+71T9VQ7wqQoEB9ufC3HUbH49NWwoqEMc5cLu6fR/1SlzMlt0ZsFY1vPtOEO1NzgGzWSHdKQ6zMzkDDNG5ozSxLl4gT/WuqH60j5UA6EZdqa1Ru8s8f69Np7u1tPrisZyhyGKLTRRnyrKTCE4Pu7Wj+ZJYIZxnega4Vj+Z2rx/6vG7Zgm+0PosiCvVwZcCkWgHq/MhIS/mxan89/IKglELVSSYeMlKBLaZRtVcTGOPHTAi2HzbM+Dtbx4Xgp2szoB0eDDukPDLelvjTtkEJRnRGcC3s4P+MH7r2wneJydYfdtz4GnQYYyC0vhT4TLp4S9S6cXiDLlg1Fjr7rDscl+P6q7bLadcoh5oBCcjuvMkgrEYTWOnLkuLQMf9fX5CPMvsDFATuF5M4Ez4urFMeNu+d9K29mh0hpwgFjpQnthyBy3vLnrcq3nvjJ51u2H4Sx3DS/+muzU70upkgCXNw8WE8ac3EWHhy5sEiNjjByYiXX9SUOZJEV9+HzpPkulmBBPE/I1SgOb6JauNSZLEB0b5jWNhBX5PzDJ2HalFZR335V5C477kNItvnvY5xiC59cBlE9WHiMP5107Ph0nr9qKBz1s7ASQHCG6ae7WeX6OCx+pBtJVngiTP4SXEv9Ut7G+NKB/Cy2SdrFy8wP8x1fO0AvXeD0Pl++8jcco8+AF89Oh4jU7BEJKTCZK/bHFs1xtTFnnzkxhuWaPDt+UXyYcCDw9O0QSbHS7xAoJFPgxqjMd/CMWUkI8snMQkuhLTGNwu3iLJcSQOYYLKcQE3p/vfBBVkqz/OVyugazN2jJUXmirRC7T9XPWbbd2hW66OoBM2Uc6oZReKIXYKmSbVUHNkR6qBJsMSKeL8jKsEHaARCS0vyjJ0DuESZWav8IFXKZywaXLPRqnfX5Rq6TtKXF3YKA2A2INyNGPbThGZjd6oR7RPs4WskGlS5MEdVws+uSMRw9cTHKHIEkIoktj5HNvHvO4HRxF1QAea/C7oAh+N7n7+ML8cToxG/VCSkYsgxqomtoZDVPEAGBYVDoC5GPgYFMYQjkEJDLCEjarJkcESoNCI1I6NMTA90GV0x5Yeu08mRRkds6XJ7Z1JyeGH3hJbkqGqY5AjzGnybV12u+/LJrfLTn3KbJxJKGELbXGVaKYDNOxLZjbYblDJ181rL8L2+2DHqBcFWnKIIa055wFF23QIKK1hR4HQOnHdNbwacQhYvj44Mctqw5E+py64+uk1IQbDqgcuTHotAGDwOkCt2EMBJXXgaTZ8UsgxVDz6yjPl1IbImvg+RuSJojgK9WhRCsjcFaeR7C0LoOyum9pHK4TxbdNw0GqJ3WAVBOJXR/wmKzhS6EYr9ieYe9MVglRmKJNy8xUCFNyAVQQiZUxV5oYsEpGqrOx2NPnmLO53Ct6hJfpQ+ZdapTP59ulYaLE8/NBb3vjmGLL8AMeNWjbCOSUgZ4jjEaSPcaI4rEGOh5M+yoFwoLpw2W+2rSJuPgMDllqwCiPlrFm5zImlD0gnFT4LJlb2AExS0WMwUMk39sCDgnMCFm0DwpjZTYBLn1gHAP2kOsCCidUBACapDmAwcB2Yt6EZNeAYTFD+Q2TpzY+1OljESv7EnFzunnJiqUdB4mXugSSWOAQClTdnTSNlOYMdH6d5z126KLBqkbtgUWCtgrlMwRlZJy1OxNYlgtk3azUiPv9f7bswibZlkysfWQLxlTkLH3HRZ22G8Y+pNqNGjuoh8r5hLshGN9teR9oHj8GyyZUfX7RpUvLBNxSDQJ/Wxzlz/7GPNNpshqFLNaBIzJymFEhCYqOKQSQ1r3ysWEOLYSU1uSQWVENi63Cll+CyV99KLbwVXHPLWW7LXGkruMhWdn2NsbTGXVVLW1A7rD+JYq4sK7pZEqxV3e57l2j76wQs1fSGkXJaXZc5scEFpJPaWhZMrJkFYJJaWAwGKnnSIWYQr0MwoqusoHQJD6hb7WTmoAwHob1kYJArzEmnE5gv6B6nimzRDSenGpkIUBUe5+EdeyQWhi7VHCAxc9oEIAmJDQMGkdQ68LFiTQSGldROkFhADYksNc0/CxeukINZXnzVKSxZ/AsfJjc1ur/rWuRsjy9ohU6WfOqnrqnN+9V8eh6+XTIQDm2S5Rv1XE/t+KUfRmWwu0x8fcAoA2BYGb2NeEHa2nb4dNm456WlyfS7pATjXpcnPabPJSlnTE+Nki2xfch0qZ+jMh32Xm2oZwdPFn2ph4tmasdP1JWQvjRglANwZab1gx6nGr+dESAIrHIQHtTPqW7lEIBdDsY33beqg++hheSt8MmyeiBPmJ309gGThTb1z4f5ziaWmBU4XZB4MCcUjD2awxHsX7W6r0fsjohA0wmfLNu/dcowW41T2GS5raiP25bo3OabxHnf5CFkstQw17orSa/mW6RLM5zsLVmuiz0lOb5Mm6eu1u29Gvp24rd9iGEeyBejnvVPvv4xfLrsq+BztQJLBJGxPWOlyw4m8xxjTB5CjzHOVrVDTq+0iRlcuxQMJKtvuuf+Xg3bHrv6EA5azi8AjJnnGxDwU1Ou7318zgVw2KZFYA4Tq+8NazYWIgERFAHbz7i+73ql71O0EwvRwCgKwQ3g8xYRnAF/60IKwOv2AAhB78cB4cy6Qgr2DIyFsJ9efUfuLyZBHNsiOHr4Tq7jwSAHqyIIm/rn94ExgA8xbMsyKCo6qgcoFG90zwKYR+7fDWfsAIC4xkWAlnG9mORgVQQho00t35ZyZgwhB3v2wETQ3fr7c1sjF35HSGzjIkDLJ/i9meT1xLYsgrIM379vOeP9kMYzLgckL6ajWRmI19QmxbZMRWEMnmP7VGB4/jA6sk2Ex560UQQnDp3TiKcPFp5lLSqdnN0rAidl/yqGhtSeiDvRIUhBjyInykSnoiN5vl+Ri5PrWhQDi3gXuTApDkYxAJmPkctTwM0IwgsqZvyW6zCYoBHbzQ8fGFd1AFchQ9ZUk8G7/r57UOrH3asy1FI/dN29a5gNglyTjclTl2STomGZX93fMovdDylYBVLDn/78V2HM1dFKUtGD5GAuNK2qzQ9FrAnBUJbdObCea23QxysILMvuHFiafjWYItPIA8JFYDhX10WxkKvsyuXeXDBG1Y24VG3Ds4AZ9ayMUc1v6v3hfRjVRpyPcBTngP1jUuY9vcBD83NAToO609vnK7O5WJMzAhgyND8H5Jtu1KvuiDEyTGfZFcIKu6P45k/Cvs88+NHdcx+fq3h7P4Ah1YLF9n+2ultHVnBdANsgV1iaeM8mS96oXVMmJAjMhBBA9WK4Ep3C8KsYx0XJi5fvp2RB480O6efgSx/Di2XDLP2iuzVzBBkElezd3my2Rg2R+3Fhhcq3ppIdpgcbqx3uwv2mG9V/0+pNDgbHUQSv1Z2qzUVzRTr6IFyecSoQXFuu5xYtsmLmhiu1UgbEmrJC5iUiba8OYuG09Txxeg0M0k5Y+0JR4HKPexrYoSRtQ+TD83b1oychHFj6DMbhljkJQGiaC8OoavIdYZYw485yQJ17ezkHoVM/x+8j6RwWEthGCQB0/WY0bWfZB4AjTm3gCq3+I1DMQR0bJN7elVnup4CAWrEbwX6oB8Vo/MLAgpphiOVtLOZqZ0UWAJACYpnj6/2nBIyTZSmUyP4pTsLZOxWADJSTDEoxRN1jBAiRLwNjCL4NKQT6NcyPTbK/Bjtw2a8hiDn4GhitAZCizK8jxIK+jrJovK8FIAu/lqJgnK8npPK/nqJIrK8pZOJ/TQgE+jVxBx1A6GLjDizupKEHlKz00QeKxh2ACHBYdaPQMITGQmvLt75hN73/P2132xzHjaYL+r9YXxWaAvC8APPNbc/seI897SO7+5wJx8QGLVbb3JZIDUm57dnY/76RQFKqvPMGKrPE/aYQsgCw6sk3XMCDk2Of612MV7zljWzd/c+49K86cPGVf0OHaiceHm8eb67ebrkBrDq3ruB5vqmtd6RVhz7rhrSlY9vuR+t+fcbtaEO3ttyNVn26+Ga0oUObrjerHm2/FfEurK8tr+v0lG0ZRtfH7rm2nEm00al8Y55R8mdcdDvs9eKCm+H2Lo1jodelC+48wy71Y2NjWDxjBo91ledTdyx7+1m//vP88M/wmz/Pz735l344n2MWj3y25WS04k2ryVad/5zf/uGz881u7c6mCHj47Kyzg+6wOGi3jK9HD2InB23/9Z8mOX11vH+8+dvNm6vH4/D5BRt50a1gHBqf/p5zE3y+vXlzvH3Y2Sv+6c/s0v3xvz7c3B+H10fox8lHPrPxp4kiF30d9MP7O9QPzOkNezTdc3ncnpvRcEkcqfbF00e2/Hlzt3uNb9rEmPZh+4bG27qyZXNj1pHNGx1v7MbZTY9pJ7ZtgLytC+eXjbIubFwzuq0LW4COdWIz0W3rxt/+8X+93zB1j/UEP/r5nTm38TDrxaZNiLc1f35DYtaBjZsTb+vCmb2DWftb9hHuNn7uYnz2vW518DONSPVq3jAkxf6C3qr/qXA0P6vbjU+ffKau7L0k7d8cdkdnzm2s3u3Kpp3Wd3Rk3xXhpCMXXBaGHXl/93Bz4c9z8tFn6sw0P+LcSp1udxYffq4O7bhqnnZl72Vz2Ild186TXuy/gJ7f0XZ5/OYzaUdC3Z/PpNNlFb/4+KHtf+s4K+zTsX+9u97y5F4P23GH2PXs/KnySx6d21/wDE/OJ93Y/eA87sTm5+bTLux7bB52YPst6qQDO29Oww5svS2dNL/rhjRufMcD+2kH9j6vDzux83H9pB+XPK0Pu7L11nzSh1035WHj2x/VT5rf+aQ+7MDGm81J63tuM9j0mQvvxqf0T8c+80M6VLzjGf2k+89z0bn8sfh8V3Zdfi59KD7fje2PotiRnU+i57uy50EUO7P7OXRDd7ZfES57CqVd2HJy7v+S2ie2n6g3t9fHAc0PG3jx9OF938H8Rz1rbJz26jMiZNW1Mz/S92+v3hx/vXt7PUr+0PvErqvpNzt+J2zjxcnnN38fp3/a8F3is3q2rOI5O3c2ffq4Y9syqu/t1IbEt+Nubc2Fu6FjZ0J76w1r77tnO8X21f4CPrn5L+/uuLL1NXjViedp/v2nX+Si74N+/qJuraPgh7sP96PUh618x8Xr58G18aSyF+3APY49d3U0uWDK5LSx+ZPDR1/lhkbHrxirRje8XIwbfXN3+3i8ffz+/u7x+OZxhMSnbZNPfUYX7u8eHv58fzPceHTR+uIDz/erX189DF6wTnswH/l8Tf86yv972vKvkOf3GRr++urx+PrqdrSvBfTg9BPP15WRmJ924CyTn2nml9u7++O/vPv5eH19vP7x+Pvjj/dXb/4+nUkbf4MzNTzjN7Il186iZ5sz7Iwbfnv1eLx988fGtfynPeh88vm+k7dvjr8NMkAv+jIf+oyN3/x29g1j0YPT45+xG3f/+LZ9zxu7cXr883Xj/TAL52kH3p/PunmmqbdXf/x89ebvf7l/uyXvz6Ltzkc/ozNnJqUvWt+yivBsc9PfsPvvJh+7vBP3x8f7S64H9HPPF4IPx6t3b48PDz/84+bxza8/PE7JiX/ZeFZ0P/t83ZvGE3443v82esc/7dLi+OfrxoeH41f3x+vj7bRuZGP4rD7zrN357ur26pfj9XfH65urHW8NL3offdbO/Xv1q+/n68bmjq0+9lmdWr9d/eVm4/kHB+5eVfHdlNZwdJlhDbxYfXh0scG/pduhf7+bp+fu/otfrD78HB2aXrou/H6WH32GzsxvYZ/xFfEaLusaCdj303z3bYuB1sc+42KgTuUbFwORP+OiJQG9XlywKGB7l8ZA0evSBQsDhl1axsa/H39//NNV55Y4F27/9e8Gz+Onlb24Ozew/9Sv3rPGr3f/6D7xLlr6dOT2phYZon+9ue78aot25sMubGTq5cY/Zl8jqx+73bIHP/h8wI7x4FH4nNb2oh056v1T73qP31e3x85uHavGno79jOYeBk9Dq/Ye1s8/WxpchMGU/2hjc/OhOxtbhcP342+0Fm8PhTd3H24fr+/+cTvekHBZ8wv2qdHf1fp86ZXhpOFt14azze38Jl+sP7On+R0Xp5M2N1yehg2NL1Dwx+1taBWVo9eQT+Xb43I8jQRq3DJ15KSTvfHCd93dibG9p0Mvb+ztzW3nkQvbmo+8vKnHm8e3G/+up0N3NbYIhofj/Zdv+pt8firecYl6e9N5j4TaXjwd2en+Sd947/969fD4L0/z/1iLiwO2/wW9x8h1dePJLcv+dRr7/R29ppG2fsfub2hq8XUdb6/v7r+64vuvfCrd8VNfPfQ2J4LqXnw6tPMHfOpcf04Af+HApp4O3NHQ7r1csM2Lt3E5352NG6hgjz5n75TznarzKzb+GPf9x6gtDd3RnOjrdupxe5qhp8YoD/v6qO2nSg3KN7/25LFT9Yvlx879dWdSgf/1eH/z7urx/ub3LZuf9I/eMVjR3QDlTO17N0EZ/Gnd21R/I5Rzndu9Gcr+7o02RDnXvd2bouzv3hmsPdfDLXT7WZ0a+9GO7l2wc8b+jg83SjnX2f2bpVzQwW0bppzt6mdsmrK/0xs2TjnX4Us3T9nf2Q0bqJzr7KWbqOzv7GgjlXO93L2ZyqbuLW5z05YCdX3aV1dv30489d3x8eq6sx1A/+g9z8HvHz/cH3sTVs808WL58c7VsP9HdRdUva/T1b6+eZguEZd2jlfzXJ3sr3I6168zi532d+XdZKyXfkunH36uDk0bdxxvH2uoX9ovUsczd+94XT/FL6/bendSxfN17u7NtO3J7S+jgdLz/SO1PFcX749vjje/XXzRWH782Tr1+H6q8eHx6h1/BTrXq+Xnn6tb3eWA5/ozXhW4qSOrW8v//HD19uaRP6udlO94S/rt6ubt1c981G9V5YvTwzfeQk+73e3E8f7ql+Ofrm6vx9829GX1qefr0s/7+vLz/y+deHN3fXzTv7otevDx2Odr/ng7/dJ0svC6/U8HP18H/nZz//BYz5FtfVgcPzjtzjU71fC6N+K3bvXk8MsbPfM0smhxy/PHmeb4HPB1UztS6W5p9u3Vz9zR1i0/Hfp8jd9uDqRbDKHPbfrhzd39xrafDn2+xj9s/bE/PPOvveMCuuFmuW5s/9D5+iZy8eD5hi5tHT5f9eqzBtA7HVs8Shyp907/v+fN8/b18eHmvztxPVf14vSw3q97/MdF96CnJti9Z2sDo+vuU/1nr7f96gcXvKfa1xe6rZW/+9BZSPap8qdD9lfen+71qfYzM71G1U8v9L3T4an6j8dcUP0gk8JJA+eyJoyaGFzdnuo/d1XrV05XPXyquL/QYVRp573hqdI/tlZKLnLjmj8es616uFR9VQ2qO68VDtkxcaT7iLeucN/kUez1XuxnHdg1VXRjB34b3AhWHZgP7v+EvEH8Nb+fz7kNvyo59Hl+3V7F+39l9tf0Hj8/Hb27X8vP9n+CHd25e3t9cXeWn32W7ozOhW4/dp8T4w4tQ/Xd3e31JqymRz4LVPdr3o3U/M+5BKgHndqP07u6NYTpQbf2o/Subp0D6UHPNmH0pZ0544/bunWJQO7q8BigB528AJ/3dWwjPI+6+DnovKuzW8B50NGLsXlXJ7dA86CTFyPzrk4OgXnQu/24fK5by9vRw83PN/2x/6fS7bed2tyGyl48Hdi7On3sWPch8+GmCwzLpj4d+pmN/fjr/fFhSr6zo9XTz+xoHgeh/vzzQ3chMra8PPzSRtvb1Z52V5/Y0zSNym2tPx31rFG6qHRztH7scO959CkaOtdS3vriUxd0YfHl3r398O547jUJD3qGFyRa5c5Xo1Xf9z72807se+Df2onf6oE7uvHxA52feNDw4hd+Tdt8vWsM9vs2kWFY1ws4rtPt191Qubk/vuk+385tnB60t4H+BPvXmybWDyo+3h/5BeRjzfMRe6v+8HD8+vjbzZvjd3f1lfLu9vH+jmd9eGqr/5G9jf82baf15urtv/75r6MGl4dtaGQ/qbz+XEjpNr+VT14/A5q87p6i59//X1/44p/ssLW+F+3Y3g+46cH2tqbN6F0nSJsnH/isht9f3d7dX727+u6Or2ekjcOHPqsD7RTf1fziI3sbXwbQ1+OL58fi7YHzfsqjs6W2F09H9v6CT33rPX/dveV8hS3NB17c0B9XfCQa22nH7Wlm+WsMF9l8LN3xFPXU4mCBzbLaF+uP9P4csqhmqaP393eda+KyyacDL23o3BIiaG7T0qENjU7n4J5WF8fvaHYRIh+u799tGvdlBz7LsG+34t2jvvRvuWTQt9+l/WO+ezo1HPLtd2r/iO+eTp0b8O33a9N474VdOTP6t6lTlwwB7unu349/8D3ZBt17+swzfFvjseZ+Fy4Yat7VrY0jzYMOfs5A856ubhln7nfz4mHmPV18vPv7ce95+fSZZ4ixLYPc/Y5cPMa9p4vDIe5+3/aPcJ/p1Olt939d3UyL9LsDXaflO8ZHPtxPfektdFhV+mL5AR4Oi67uHFxbt7hrXG1L070htXXTu0bTOk0vfsPjz19+uObjtU9lw99u8fpf9zc71g+1RCL/3nmBW1T9ovexzm/51OXuX/T6x6/+/P6xl6ZkccCON7i3V3/cfXj8+vj26o/vNlb8YvWh7p900ufu3/XXH3/86kPv+2yFOx5m3978Qq+5y7pePB3X7fncq+6CiJpGcUNDn468sKnB3iTQFNuGZHginWuaT9eGVndM1T7b4NvOvQCafIvX/t2NfLkxTE6PvbC50QRQaO3sLNDNjW39+/D4C5u9P/6y7S/8eOCFDfVmeUMzw1ne5xu5vXr/4923N7d8QSe2tTj60iZHe/1gg3Rbn8867x47GQGh5cdRNsDzjdx3citjK/d7kimfbbaz6AQa3bPi5GyTT9ixod2TQ7d/rbttBG9+lxLJ2c5slJLVVeFyMKFdWj1gvD5zgWrl2x8zRjF1Utdo55JFxwa3qsE16LSltxsuQOPG2rX5y9s3v97d/+9tjeJHnqfx/9jf+H98VuMPbyY0+OvV29Fj6GnTyw9c3vA0k/393f3jri99/aHn6sDGL379ocs70F27sm52vIal09jppeB/PzzeH682Dal3Dn2OQfVR1XuH1Xt/0QUD68Nu7R5a39mx0eD6sGO7h9d3duzMAPuwb1uG2C/vznjoc2vHLhgC3dnl4Uj3sJv7x7r3dm3baPe4k58x3r2zuxtGvIddvXTMe2c3H6ZkMXe3XFeGHTz95LOcLu3oS3ry6YPP0pHHmzd/Pz5++ea/Pty09+2/vP52d6c6lTxLBzdYwbBvl2rBzm6OvGDYv91icL5jp08W/3H34ee7+6vB8OzyiB0vGuMbEKl2030HOnz6Nlc8aPzY/pd/er3aY2sarX/4p5OSM0Pp3RoXW5+uap1K99X8piaqanOaX9+9XdWN5ftqv/7m0xf7P6ZDoHYs31n79/fHt3dX1+w7OS3bWevr6Qb6w2JS61Oln4p21tk0g3b0U9HOOmlt++v55erd1Ze3V2//eLx583Dye3zzNVbeP3J/i9/e/fLt8bfjW/ZHYPn+2qft4W7eHP/96h2t/KT4grrrVa7X70+l+2re9AM8w3f/4fFuekj86ur9FSxJmttYHbCv/t9vbu/eDf+I9RH7WvjvD/fHYQOrA3bV/6e7D7fXV/f4vTz99766Pvztb8d72DNjru+kaFedX129+fU4XYI+PECVJyX7a/zx6uHv/Vo/le6s+eGRXUg//v++2qZx37oD2/H18b8+HE/2I5irXR2wr/5f7+/eHacNB/5lmnH51alYzw2sj7iwhad8geQywg/a187du+nzo7OEHbKzjdur38ct4AF76z/ZPf3m7rb7o3QP/Lz25hD64cPP7EcaH72v5U87tf9wfFxsjDE3tjpgX/0fHh7v3p17Fusctaulr7/85suWZLLeOcj3Ro7Y18Jx2i36nlZ9UrSvzqcp3Wy53lw3OWRfG6+/+/Hu+uqP0QlDj9nVyr9c/3L84fGP1VP8x//fVxslqbnG07L9tZ7O4T+p8Nzk/VVdv0+ZgB+m3WRHX2zvsH1t/ff1/fDBZn3Arvr/9f54/F+/Ho9vv7z+y+3NIwlwcsSuFv6Pu7tf3h6//vKbH3748pvRX9I/cFd7/3Z8eF83ICZ/y6JsX61vH76+eZimCN3cfrh5/KNOw3i3PmW7x+1r7ccfv/+349X18f7hm9ubVRvL0l01f/N1WmZHbVU+/fe+uqbRjYfHm2kXavJlY/G+uu+vj493o3AhR+xq4f+8u7ntDJicFu2q838c//jzD6NOrw/YW38buv4G76MnJbtq/PbmzfH2gQ0RnJTsqvG7qz9+Pn758MftG6jwU8G++qbztfcUtizcX++P0wwW8scvCy+ot1fl7trurh43vaX3D9zX3oe3jzc17VVNpPhtnT6KTbFjdrbyeLz++M5Pifepqd6Bu9qb5vPWJ5G/3t1cPyVPh6boMbta+f7m+1V6tFb3Scm+Gt9e1XG/m7tbnf793foMYIfsa6M7mnnpWOb3J7s4sB5D8a66Xx/fXj0er/vPzOsDLqn/326uR7V/LL6k7h9+vfvHoO6PxTvrri+Cf7q7xpvZScklNda7+Jvj+8c7fBhfH3BJ/d/e/B0D5KTkkhq/Oz7+eof3x0XZJbXyF/LPeP+eP9qv9IIaH97f3T4caRB8KrqozlEYrI64qAUaCJ+KLqqTfrmfinbV+cPx6t3b6X3ueH9zd/3DP6Zl8p3nx9GhF7W5qbXPamdKKvTDzfVxMRLzr1dvHu9WY9Ljg/e1+/eb9++P119e9/40LN9X+7ur+8cfpjzcowenzlH7WmJj7ReMsrePnPYDr2PkiAtawNH2+X/31QRv6aueYvm+2qdx+v5dHot31j0t+h9VDuU7a58o7s+3x02P7WeOvqBlcs27UAd/eLy/uf1lemX927rCp5KdNf7x9vj9/d374/3jH6+Pb+7uV1GzPmJfCx/eTxNej9dtYPnH4++P9TXuqw/1ir8K/DOH72r746d7b6vrAy6rvztVgBxxWQskiBZl+2r99Xj35fUDfZdclF1e659/O97f36y/cHbMvlZuHq9ubz4Mh2DpMbta+cs3317d/vLh6hf8Az4V7Kvv/ds/bv/+5cPD8XF1XV6UXVrrd3e/3UwbGK3ViB90aTs//naukacjLm5hHelQekHNo2ghR1zQwvf3x2lI5OlplrYBx3x+K93vihy3q7VPm6aOvrnOUfta+riH3vyW1RkN6h63s7UpX+/wb1ofsbMFTA3a/YN6B+5r7+7m+vv7u3c3D8deQ+sj9rXw/ZfffE2GjT7+/77aXn/PUsnNVS4Kd9bL7r/z/+6uaZVr7lN1T0X76vzxxwpPHPahdG/NH1W6WzsesbeFb08nDn+sdfrfS2oafxN4xN4WOiO+JyWX1jjuNztqb0s/1MVx3SYWxfvq/nBGrdcH7Kp/Sizyl9vHm7eda9CqfF/t8xT0j6Y2EorxwbvanWeyj743dsiuNv7j7uH91Zvj6qnw4//vrK1OTt/0pjs8dthq+tTgm2la4MeKf7u6v5m2cXv4p/r/2ys5mcN3WseZmXsnVfzteDXtgf5Aqnkq2lpV27GM1TSXbK3ow+PNW1ZN/f+tlfx2vH84DfJP1cwlw4psuUx4yq64mrJ28rt/bOVvH25r2cM/bfnYsAufetBesqdhw9MxzHd31x+mP2dRuvWP+tv93bvFe/2nji/rezqQVHyytmPZQ/Y3/DY9hv7fD6vez/8/PllPlr18390676mmdsS4v0+9+X//8+UXN7fXx9+/+Of/52PE/PMX8VV6Vb54+cXfbo5TNvt//qm1/vKLN3fv5qky13dvPtR//ud82F+P06jxdHA7+p8OX7z86fDSw6v4n//58qenj9b/rv/xVMOn/6kfC1+8/Cm8VH0VDrr4YFh9MCw+GL94+VN8af4qp+UH4+qDcfHB9MXLn9JLt1fpkBcfTKsPpsUH5YuXPwn7oKw+KIsP6hcvf1L2QV19UBcftC9e/mQvTV+luPxWbfVBW3zQv3j5k69/DF99zBcfy1+8/CmzjubVB/Pig+WLlz+Vl3Z4FUNafLCsPliWP/8UDeHwUv1Vht9/HTkBQqfGTlj/mYHEzjJ4whQSIb609CoFaHcdP2EZQGEKi5BeWnhlIssPr2MoLIMoTKERhHR6HUVhGUZhCo5AAymsIyksQylMARKMfngdTWEZTmEKk+D0w+uYCsugClOoBBpWYR1XYRlYYQqXUOiH17EVlsEVp3iJB/bhuI6uuIyuOEVMDPTD6/iKcHGqV6dIP0yuT8v4ilPERHqJiuv4isv4ilPMRHqZiusIi8sIi1PMRBphcR1hcRlhcYqZSCMsriMsLiMsTjETaYTFdYTFZYRN6Rx+ijTC4jrC4jLC4hQzkUZYXEdYXEZYmmIm0QhL6whLywhLU8wkGmFpHWFpGWFpiplEIyytIyzBLbDeA/lNkNwFlxGWpphJNMLSOsLSMsLSFDOJRlhaR1haRliaYibRCEvrCEvLCEtTzCQaYWkdYWkZYWmKmUQjLK0jLC0jLE0xk2iEpXWEpWWEyRQzQiNM1hEmywiTKWaERpisI0yWESZTzAiNMFlHmCwjTKaYERphso4wgQet+qTFH7XIs9YywmSKGaERJusIk2WEyRQzQiNM1hEmywiTKWaERpisI0yWESZTzAiNMFlHmCwjTKaYERphso4wWUaYTjGjNMJ0HWG6jDCdYkZphOk6wnQZYTrFjNII03WE6TLCdIoZpRGm6wjTZYTpFDNKI0zXEabwOF+f5/kDPXmiX0aYTjGjNMJ0HWG6jDCdYkZphOk6wnQZYTrFjNII03WE6TLCdIoZpRGm6wjTZYRN+9n8ZDTCbB1htowwm2LGaITZOsJsGWE2xYzRCLN1hNkywmyKGaMRZusIs2WE2RQzJi9DkFdi8Pa2DjFbhphNQWPKXm9tHWIGb431tdHYS7WRF8dliNkUNOYvNb5KsSw/vA4xW4aYTUFjef1yY+sAs2WA2RQyVshH1+Fly/DyKWD8wL4sX4eXL8PLp4DxQD+8Di9fhpdPAeN0FMLX4eXL8PIpYJy+Rvo6vHwZXj7FiwtteR1dvowun+LFaXT5Orp8GV0+xYvbSz28Ml2eFb6OLodxiTow4S/FXxW35YfJ4MQyunyKGCfR5evo8mV0+RQxXtj7vq/jy5fxlaeIyQf2F+d1fOVlfOUpYnJgv3Jex1dexleeIibT+Mrr+MrL+MpTxOS0/rryOrryMrryFC+ZDFLkdWzlZWzlKVoyja28jq28jK08RUs2+uF1bOVlbOUpWrKz4bK8jq0MI1+5N4KVydjXMrjyFC45016vgysvg6vU4Cqs12UdXGUZXGUKl0KvfGUdXGUZXGUKlxJoy+vgKsvgKlPAFBqZZR1eZRleZQqZkuiH1wFWlgFWppAp8lLDK1+eT2UdX2UZX2WKmKLruC7r6CrL6CpTvBQammUdXWUZXaVGl7PLT1mHV4Gx1dIbIi1kdBWHV6eAKXm6nReFscoDG2GFIdZDjTAanq0MPw/jrIc60HqgIdoKsQIYaz3UwdYDDdNWiBXAeOtB+kO9BzLmeoBB10MddT1EEnCtDD8P466HOvB6SLwDZOj1AGOvhzr4ehB2cWqFWAGMvx7qAOyBhH0rwo/DCOyhxZ+xj5Mh2ANE4DzCTzQisCH+1Rh/HeQ/ZPr704F+iMA21H/gIcwG+3G0fzTcz8b7ccC/jfiHw0sJr1QcKiARiMP+bdyfQwcJQBz4byP/nTOAjf3j4H8b/e99AyQAEQCaAAThPSAhiAjQFCDQp4rAHAAgINSx/RCM/gbEAgJgQIjNmpz2gHhAABAIdYw/hEy/RGICAVAg1HH+EAp9owwEBgLIQKiD/fylMhAbCIADoY738/esQHgggA+EOuTPX7UCEYIARBDqqD9/8wgECQIoQc363Hn5CMQJAkBBiP2XiECoIIAVhDr8z18FAtGCAFwQqgCEyH8AIgYByCCkpp50LCUQNQjABqFKQOCuFYgcBKCDUDWAP6MHggcB9CBUEOCP2oH4QQBACNUE+NN2IIQQwBBCZQH+wB2IIgRghFBlgD68BuIIASAhVBvgD6GBUEIASwiVB/hzaCCaEIATgrQITPT7I6IQgBSCxMGzDFGFAKwQpEUgHbkNRBYC0EKoWtB7HCC6EIAXgujgdk6EIQAxBBndj4kyBGCGUOUgcKYNRBoCUEOoehA41QaiDQG4IUgZPBEQcQhADkEPgycCog4B2CFoGDwREHkIQA9B4+CJgOhDAH4I2iKRT4ogAhGAIILK4ImAKEQAhghVFkLML8MhvHKFWCYUEcAiQuWFzhMB0YgAHBGqMPCR5kBAIoBIhIoMfLA5EJMIgBKhOgMbbw4EJQKoRGgsQYacA1GJACwRqjR0noYITASQiVCxofM0RGwiAE6E6g187DkQngjgE6GKAx9+DgQoAghFqOjAR6ADMYoASBGqOwQ+8SIQpwgAFaHaAx/FDoQqAlhFqADReZwkXhEALEJViM7jJEGLAGoRGluw4CVqEYAtQnML/jBK4CKAXISKEXxQOxC7CIAXoXpE52GW8EUAvwiVJPjQdiCCEYAwQlUJNrodCGEEMIxQWYINcAdiGAEQI1SX4GPcgTBGAMcIFSf4MHcglhEAM0L1ic5TNOGMAJ4RKlHQwe5AQCOAaIRGGvwhnJhGANQITTX4ExhhjQCuESpWdB7CiW0EwI1QxYIPfAcCHAGEI1S04GPfgRhHAOQI1S348HcgzBHAOUKli5A6XwCJP7COkPtvIUQ7AnBHqILBRtED4Y4A3hEqYXTeYYh4BCCP0MyDv8MQ9AigHqFCRuDT7gKBjwDyEUrqTlkm9BHAPkLDDz4iT/QjAH+E5h/87CECEoBAQrHBiDxxkAAQEooPRuSJhQTAkFByf0SecEgADwkNRDpvocREAqBIPBy6Q/qRoEgEFImH0B/Sj0RFIqhIbCrCZ29GoiIRVCTOKkLfoyNRkQgqEpuKMBOIBEUioEicUYSYQCQmEsFE4mwixAQiEZEIIhJnEaEmEImIRBCROIsIPYkiMZEIJhKbidCH50hQJAKKxIYifBAhEhaJwCJxXvtATCASFImAIrGhCD8HI0GRCCgSG4p0vgGiIhFUJM4qQkcAIlGRCCoSZxWhT2GRuEgEF4mzi9ARgEhcJIKLxNlFqAlE4iIRXCTOLkJHACJxkQguEpuL8InckbhIxAUSzUX4ZO7I1kjgIonmInxCd2TrJFYLJdqlkC8boGslIBKbiyR2LWGrJXC5REWOwKd2R7ZiApdMVOUIfHp3ZKsmcNlEZY4gB3omsJUTuHSiOkfg07wjWz2ByycqdAThVwO2ggKXUFTpCJJepvAqH+B2xFZRAI3ESh10GWAkMhJBRmKTERFeAYlCkJHYZESUfgNERiLISGwyIkZvyERGIshITG1dmL/U/KqA7kVCIxFoJFbqCJL5n0DiEGwkphaHhX+JJA4BR2LqT+6LBEci4Eis2hH08FLKqxjhgkx4JAKPxModQcN0RQ+CPwIJQ/CRWL1jWicvh1cFbwkESCIASWxAovzJkABJBCCJ1Tvoq1kkPBKBR2LjERV6RyE8EoFHYuMRVRrHhEci8EhsPKJGXo8i0ZEIOhKbjnQuJURHIuhIbDqi9AUxEh2JoCOx6Yjml5JfeYEzkehIBB2JTUc6VyOiIxF0JFbs4MPikeBIBByJDUc6ZzLBkQg4EhuOdE4kgiMRcCQ2HOmcSARHIuBIbDiiZHA+EhqJQCOx0QhfchCJjESQkahtuWx4qfIqJbiYERqJQCOxUkfgSw8isZEINhI1D6KI4EgEHImVO4Kll0lemeFvQMIQfCRW8eidioRIIhBJrOQRjD9dEiOJYCTR4iCQCZJEQJJoaRDIREkiKEm0fhwSJImAJNF0EEZESSIoSWxKYvz5mihJBCWJg/UckShJBCWJVT2C8QcbwiQRmCRaC0O+tJc4SQQnic1J+GMFkZIIUhI9DGKAUEkEKoke+/NuIrGSCFYSq30Ey/RHIFgSAUuiy+BMJFoSQUuitzjkLykETCKASawEwh/QiZhEEJPoPrgWETKJQCbR8+gbIGEIZhKrgQTndwSCJhHQJFYF6f0JhE0isEmsDBKcDdkQNYmgJjHHwTdA2CQCm8TKIMH5HYm4SQQ3iVkGN3UCJxHgJFYICdycI5GTCHISq4QEl5dqr7LAiUToJAKdxEYnnesxoZMIdBKrhQTn12OCJxHwJObRXZn4SQQ/idVDwuTW61cE4icR/CSWMIgjAigRACU2QHF+QSeAEgFQYgOUzldACCUCocQyuhwSQ4lgKLG0QOQDyARRIiBKbIjinawRJBABUWJDFHo9JYQSgVBiI5TeV0jCEAwlltGIDTGUCIaSmqHkTuoLlvsCkl80ROFDLokgSgJESQ1R+JBLIoiSAFFSQxQ+5JIIoiRAlNQQhQ+5JMIoCRglNUbhz7eJQEoCSElVRvizUSKSkkBSUpMUPuSSiKQkkJTUJIU/XCUiKQkkJTVJ4SMmiVBKAkpJVUboiEkikJIAUlKDFD5ikgilJKCU1CiFj5gkQikJKCU1SuH3pEQoJQGlpEYpdMglEUlJICmpSQq/FiQiKQkkJTVJ4UMuiUhKAklJTVL4kEsikpJAUtKcY6qTS4eEIUhKCoPbciKSkkBSUhy8LCciKQkkJVUY4S9qiUBKAkhJDVJyXD9eJsIoCRglNUZhE6oSYZQEjJIao2SeFYgwSgJGSY1R+KSqRBglAaOkxiiZZwcijJKAUVJjlMwzBBFGScAoqTEKR91EGCUBo6TGKJmnGSKMkjAbVRosc0osIRVmpGqQknmuIpaUCrNSNUgpJBFkYmmpVnmpahQWfh7T1FQQh41RCs+LxdJTYX6qxiilkxuLxCHmqGqMUviZwNJUYZ6qyiKh8BxZLFUV5qpqjlL4mcDSVWG+qrbMhE5wSyxjFTBKaoxS+JlEGCUBo6TGKHyKUSKMkoBRUltnUsjk2kQYJQGjpMYohZ8GhFESMEqqKhIP7DQgiJIAUVJFkXggQwWJGEoCQ0mVROKBnwTEUBIYSqokEg/sZkAEJYGgpAoi8dBJEUcCEAQlVRCJB34KEEFJIChJW+ZHfgoQQklAKKmKSGQzlBIBlASAkqqHxAOLP8InCfgkVQ2JBx5/hE8S8EmqHhIDiz/CJwn4JFUNiYFfhgmfJOCTVDUkBh6BhE8S8EmqGhIDvwwTPknAJ6lqSGSJVhPBkwR4kqqFRJ5sNRE8SYAnqVpI5AlXE8GTBHiSrOUfZRFI6CQBnaQqITHQWdqJ0EkCOklVQmIg8pEInCSAk1QlJPJB80ToJAGdpCohkS9WTYROEtBJsu6QdSJwkgBOkg2GrBORkwRykiqERL5YNhE5SSAnyQZjNInISQI5SVVCIs8kmwidJKCTVCUk8tWWidBJAjpJjU46XyKhkwR0khqddL4DQicJ6CR5i0N+IhM6SUAnqUoIn6+diJwkkJPkgwkNidhJAjtJlUIiX62ZiJ0ksJPkLRB9WusTFCsggQh2kiqFRJ5gNxE7SWAnKQ/m1SRiJwnsJOUWiPyGSPQkgZ6kiiGxk6mX6EkCPUm5JWXmlyOiJwn0JFUMiZ2MvURPEuhJqhgSO1l7iZ4k0JNUMSQmdkskdpLATlKlkNjJ3UvsJIGdpEohsZO/l9hJAjtJlUJiJ4cvsZMEdpKqhcROHl+CJwnwJFULib1cviQOAU9Sw5POmUDwJAGepGohkScETgRPEuBJKi1BOA9kgicJ8CRVC4k8MXAieJIAT1K1kCh0/UYieJIAT1LVkCgskAmeJMCTVC0k8hTBieBJAjxJ1UIiTxOcCJ4kwBOpFhKFzhwXgicCeCINT3gYCcETATyRaiGxk2+Y4IkAnsihxSFdQiEETwTwRKqFRCWvKELoRIBO5NBS1dMhAiF0IkAnUikkKp30LMROBOxEmp3w4T4hdiJgJ9LshI/WCbETATuRSiGR24kQOxGwE5mXodAFCEL0REBPpGJI5ImUheiJgJ5IGFwPheiJgJ5IxZDIszEL0RMBPZHQ4pAsZRKCJwJ4IqHFIT+VCZ4I4ImEFof0RU0IngjgiVQLiUrX8wrBEwE8kWoh0eirmhA8EcATqRYSjS4GF4InAngiDU+4IgrBEwE8kbZZh8Xpba+kAhWQOAQ9kbZhh9GpKUL8RMBPpG3aYTQfghBBERAUaYJCFyUKARQBQJE4yEsjBFAEAEXiYD2UEEARABRpe3jwuYpCAEUAUKTt42F1akvI+B2SQARAkbaXx4RorAISiAAoUj0kTjP11mkRhACKAKBIGt2YCaAIAIqkFoiF/gmEUAQIRaqIRKeZHYQQigChSBWR6IH3gEQiEIpUEYkep1kJMQaogEQiEIpUEYl8npgQQhEgFEltNxnhfwKJRCAUqSISXfmXSCIRCEUqiUTnO0kQQxHc9kMOg3OB7fyBW39IGJwLbPcP3P5D4uBcYDuA4BYgMlgEIGwXkNU2IDI4F+hOIBCJzVE65wLbDQS3A2mS0jkX2I4guCVIk5TOucB2BcFtQZqldM4FtjMIbg3SLKVzLrDdQcBSpFlK51wgliJgKdIshU8YFKIpApoiTVOcv6wQTxHwFGmewqfrCfEUAU+R5il8tpsQUREQFalAwjNlCQEVAVCRBio5sLlqQkBFAFSkgUqOvAISiAAq0kAlJ14BCUQgFWmkkunkXSGkIkAq0kglK+0BIRUBUhEb3ZwJqgigijRUyWymlRBTETAVaaaS6YxDIaoioCrSVCVn+h0SVRFQFWmqkgvvAQlEUBWpTBLLgT5pE1cRcBWpTBJLoN8hiUNgFWmsUiL/CkgcAquIlf5wuBBWEWAVaaxS+JlAWEWAVaSxyjRnkVVA4hBYRaqSRD5FRAirCLCKVCWJfIqIEFYRYBVprMKneAhhFQFWkcoksfBrOnEVAVcRb4HIr+nEVQRcRSqTpAO/phNXEXAVqUySDnx7NeIqAq4i3s8gJ4RVBFhFqpKkA52oI4RVBFhFqpIkNs9DCKoIoIpUI0l8nocQVBFAFalGkvg8DyGoIoAq0lCF//0kCIFUpGXyogMnBFQEQEWqkKSD0UsRIRUBUpHcQpCfRYRUBEhF8mDKoRBSESAVqUKSDp1950gMAqlIGUw5FEIqAqQipcVgZ/M6EoVAKlKFJAWaP0MIqQiQilQhSXy2ixBSESAVqUKS+GwXIaQiQCpShSTx2S5CSEWAVKQKSQr8TCSkIkAqUvq5G4SYioCpSBmsAxBiKgKmIpVI6F7XQkRFQFS0Akni83WUiIqCqGgFksTn6ygRFQVR0UMLQ745HxEVBVHRQzevnBJPUfAUrUDSuRgpERUFUdHDYABRiagoiIq2rF48J5QSUVEQFa1AkgKZNafEUxQ8RUeeosRTFDxFR56ixFMUPEVDi0K+TSLxFAVP0cojic+aUuIpCp6iYXAxVOIpCp6ilUcSn3alxFMUPEUrkCQ+7UmJqCiIilYgSXzWkhJRURAVrUCSIs2coERUFERFw0D2lIiKgqhoBZIUlb0kKREVBVHRecMTHspEVBRERSuQJD5pSImoKIiKxhaJ/HJGREVBVLQCSeKThpSIioKoaGyRyE8mIioKoqJVSBKf86OEVBRIReft0OkDohJSUSAVrUKS+KQhJaSiQCpahSTxSUNKSEWBVDT2k1wrERUFUdE4WBelRFQUREVTd3meEk9R8BRNg9XKSjxFwVO07ZPOZ00p8RQFT9HKI51vkHCKAqdoW5HS+QYJpyhwilYd6XyDJAYBUzQN5h8qwRQFTNGW1ou+ZCmxFAVL0bZ3Os8xqMRSFCxF2/7pfOKZEktRsBStNJL4xDMllqJgKVppJPGJZ0osRcFStNIIH8RXQikKlKKSepNllECKAqRogxQ+WUYJpChAilYXSYkumFcCKQqQovOmJ/yWSiBFAVK0pfXq3BEJpChAikoLQ347IZCiACkqZfQdkDDEfdbbpicsU6WyjdZxp/WqIonP/FO22Trutl5VJPGZf8o2XMcd16uKJD7zT9mm67jruo6uhWzj9dXO69qftKV083WIQx1dDdkG7LgDe2WRJPx+wjZhx13YK4skoQyibCN23Im9skgSZSuFlW3GDo6ilUXSlDiBfInEURQcRS0MXjWJoyg4ilqLRKcPVgRSFCBFrUUizaikBFIUIEWriyThVwMCKQqQog1SuI4rgRQFSNG2PIVjlBJIUYAUbZDCcVuJpChIitpgkoMSSVGQFK0wkpRfkYikKEiKVhhJnfsSkRQFSdEmKZzXlUiKgqRohZGk/JJGJEVBUrTCSFI6mVmJpChIilYYSXwKpRJJUZAUbZLCp64pkRQFSdEKI0lJLngljqLgKNochU2gVKIoCoqiTVE6t1WiKAqKom11Si+ISBQCo2hjFOVPd4RRFBhF24Yo/EQkjqLgKNocRfmrMnEUBUfR3B86JIqioCjaFKVzVyWOouAomkdDh0RSFCRFm6QovxwTSVGQFG2SwhN+KpEUBUnRPBo8JJKiICmaR4OHRFIUJEXLYDK2EklRkBRtkmL8+Y5IioKkaJMUnrNUiaQoSIo2STH+cEQkRUFStEkKzxiqRFIUJEWbpPA5qEokRUFStEmK8XdFIikKkqKlRSK/mhBKUaAUrTKSjF8NCKUoUIpWG0lW6OgjwRQFTLGW24ssrzEiKQaSYk1SeKZFI5JiICl2GCwaNSIpBpJilUb49dgIpRhQih0G+eWMUIoBpViVkeT0TDRCKQaUYlVGen/BOggNJMVmSaEMYMRSDCzFKo0knizSiKUYWIpVGklOLwVGLMXAUqxZitNLgRFLMbAUa5bCUzUasRQDS7FmKXwOrxFLMbAUa5bCJz4asRQDS7FmKXzioxFLMbAUa5bCJz4asRQDS7FmKXzioxFLMbAUqzSSeGYuI5ZiYCnWLCXzSCSWYmApVmkkZR6JxFIMLMWapfDcVkYsxcBSrFlK5pFILMXAUqxZCs9tZcRSDCzFmqXw3FZGLMXAUqxZCk9NZcRSDCzFKo0knlnKiKUYWIo1Syk8EomlGFiKtfxeJKeOEUgxgBRryb1okj0jkGIAKVZdJPHMVkYgxQBSLA0SzBmhFANKsSojiafGMkIpBpRiLbcXTxZphFIMKMUqjfBUCkYoxYBSrFEKTxNohFIMKMWqjSSe3MsIphhgijVM4dNcjGCKAaZYxZFU2LMVsRQDS7FmKXzipxFLMbAUa5Yybb+4fskwYikGlmLNUqb9F0kFxFIMLMWapRT6mmPEUgwsxST2xz+NYIoBpljVkcRnjhrhFANOsaojMm2huB6+NMIpBpxiVUfkQBdMGuEUA06xeV0KHfcywikGnGJtXQqfBG2EUww4xaqOyDT3lP0JJBKBU6zqCN8/2oimGGiKVR6RQ2JpU414ioGnWNslhWflN+IpBp5i8xbydNTDiKcYeIq1XVL4mIMRTzHwFNMWiPzJhHiKgaeYtkBU+isSTzHwFKs8IjzRmhFPMfAUqzwiLNGaEU0x0BTTFoaZzfUxoikGmmI6SLJkRFMMNMWsxSG/mhBNMdAUqzgiLFebEUsxsBSrNCKBbiRvxFIMLMUqjci0F+R6/NSIpRhYilUaET571YilGFiKVRrpaI4RSzGwFKs0Inz6qxFLMbAUqzTS+Q1IFIKkWIWR7m9AohAkxSqMyLSZJfsNSBSCpFiFkd6PSCTFQFLMWxTyE5lIioGk2CwpFEKMSIqBpFhbk8JXvBqRFANJsbYmha94NSIpBpJiPjA9I5JiICnmA9MzYikGlmIt1xdf8WpEUww0xVquL46CRjTFQFOsaQpf8WpEUww0xfJh8GhCNMVAUyy3SOTvqoRTDDjFWq4vPtvGCKcYcIq1XF98yawRUDEAFWugwmXVCKgYgIpVH5HAX7cJqBiAiuV2ReR3JQIqBqBi1Uck8tdtAioGoGLVR4RPJDYCKgagYtVHJJKE5kY4xYBTrHEK3x7CCKcYcIpVHZFIFkcZwRQDTLEyelsmmGKAKda2SeE7ExjBFANMsTJ6XSaYYoApVm1EePpHI5higCnWMn11LukEUwwwxVqmr84lnWCKAaZYy/XFct4ZoRQDSrGW6atzRyCUYkApfhhkPnSiKQ6a4ofQvyM40RQHTfGW6YvfEZxoioOmeMv0xe8ITjjFgVO8ZfridwQnnOLAKd5yffELuhNOceAUb7m++AXdiac4eIofvH9Bd+IpDp7ih3Y1JHMsnGiKg6b4oV0LjT1gOtEUB03xiiMSnT2dOdEUB03x0K6GdJqGE01x0BSvOCKRJoxzoikOmuJNU/isMyea4qAp3jSFzzpzoikOmuIVRyTR1TlONMVBU7xpCn/RcaIpDpriFUeELyhwoikOmuJhsHGUE01x0BSvOMJl0gmmOGCKVxvJdOTLiaU4WIpXGhG+IsKJpThYilca6QzeObEUB0vxOIpDYikOluJxFIfEUhwsxeMoDomlOFiKx8EsWCeW4mApHlsc0ld+J5ziwCleeUT4ogAnnuLgKV55RPiiACee4uApXnlE+KIAJ57i4CmeWiTS9xQnnuLgKV55RHg2Wiee4uApXn1E+JR2J6DiACpefUT4lHInoOIAKl59RPiUcieg4gAqnqw/G9oJqDiAijdQ4RrghFQcSMWrkIjQyW9OSMWBVLyRSueiTkjFgVS8pfriY/FOSMWBVLwKifA56U5IxYFUfCYV/isQUnEgFW+k0vkVCKk4kIqL9OekOyEVB1LxtkKlc1UmpOJAKi42uCoTUnEgFRcfxAEhFQdS8UYqwq+JhFQcSMVlsFjPiak4mIo3UxH2lEpExUFUXAeL9ZyIioOoeAUS4YmVnYiKg6h4E5XON0BExUFUvIkKz8zsRFQcRMXbzvO974DEIYiKN1HhmZmdiIqDqLgONq5wYioOpuLzzvOdP4HEIZiKVyIRvrjCiak4mIq3nec7fwIxFQdTcRtFIlEVB1Xxpip8aYMTVXFQFbdRJBJVcVAVb6qi/NZKVMVBVdxGkUhUxUFVvKkKXxvhRFUcVMXbFiqdwQ/iKg6u4m3z+c6LP3EVB1fxtoUK35zTias4uIpXJunsOO3EVRxcxdvu83x3Tyeu4uAq7i0S+c2duIqDq/i8hQqdC+rEVRxcxb1FIr8vEVdxcBWvTCI8R7cTV3FwFfcWify+QFzFwVV8tP+8E1dxcBUf7T/vxFUcXMUrkwhfZOLEVRxcxSuTCF8k4sRVHFzFm6vwNRZOXMXBVbwyifA84U5cxcFVvDKJ8DzhTlzFwVW8uQpP8+3EVRxcxZur8OkCTlzFwVU8j96cias4uIo3V+FrLJy4ioOreHMVo87qxFUcXMWbqxgZEnfiKg6u4pVJelFAXMXBVby5irGHTOIqDq7ipUUhWW7mRFUcVMVnVaEz+JyoioOqeEUSMTJhxYmpOJiKN1PpnAPEVBxMxWdT4ecAMRUHU/Hig3OAmIqDqXhpEUjSNDkxFQdT8UokNJ+FE1FxEJVcgYRPIs0EVDKASj4MHg0zAZUMoJLb8hSaqD8TT8ngKfnQroJkY71MNCWDpuS2OIXPOstEUzJoSq44Ik7mumRiKRksJR8G2wRkYikZLCVXGhG+OCYTS8lgKblZCl+bkommZNCU3DSFr03JRFMyaEpumsLXpmSiKRk0JTdN4WtTMtGUDJqSm6bwtSmZaEoGTckVR4SvTclEUzJoSq44InxtSiaakkFTctMUvjYlE03JoCm54ohMFrFOo5uJpmTQlNw0ha9NyURTMmhKrjjCsyZmgikZMCVXHBG+tiUTTcmgKbnqiPC1LZlwSgZOyY1T+CzaTDglA6fktu08v59mwikZOCVXHRG+uiYTTsnAKbnqiPDVNZlwSgZOyY1T+OqaTDglA6fk2AKRn0uEUzJwSm6cwlfXZMIpGTglt9UpfC5zJpySgVNyy/Plxm5qRFMyaEpuq1P4TZFgSgZMyS3PV+euRjAlA6bktjilc1simJIBU3LDFL5AKRNMyYApuWFKoQ/GmWBKBkzJbd8UPlsmE0zJgCm52oiUwEY7MsGUDJiS02C6TSaYkgFTcsMUvnV8JpiSAVNyGky4yQRTMmBKrjYiJdEeEEzJgClZBpsEZIIpGTAly2AHn0wwJQOmZBns4JMJpmTAlNzWpxS6tiITTMmAKXneN4VO+ckEUzJgSh6tT8kEUzJgSpbBDj6ZYEoGTMnVRsJB6LlAMCUDpuR53xQ65ScTTMmAKblhCl+rlQmnZOCUPC9QoYNWmXBKBk7JOpiCmAmnZOCU3Dil865EOCUDp2QdTEHMhFMycEpuC1QKnfiUCadk4JTcOKVQ0MmEUzJwSm6c0nnAIZySgVNy2ziF5+fJhFMycEpunMK3SsiEUzJwSh5xSiackoFTclui0vkVCKdk4JRcdaQXSIRTMnBKbotU+Jq9TDglA6dkG6Sey4RTMnBKrjqiB/baTDAlA6ZkGwwcZoIpGTAlVxtRvttEJpiSAVOyDaZ+ZYIpGTAlVxvpfAMkCoFSsg8WMGdCKRkoJVcZ0QN/WyKUkoFScts2pfOARSglA6XkeYkKfz4ilJKBUvK8RIU/3hBKyUApucpI7+mEUEoGSslt25TO0wmhlAyUkn2Qdi4TSslAKXleosIfLgilZKCUPC9R4Q8XhFIyUEqel6jwhwtCKRkoJbft6DvPBoRSMlBKrjKiB/7eTiglA6XkPFgslQmlZKCUnAeLpTKhlAyUkvNgsVQmlJKBUnIeLJbKhFIyUErOg8VSmVBKBkrJVUaUL5/NhFIyUEpuOb865wLBlAyYktuG9J1zgWBKBkzJZZAAMRNOycApuXEKX3mYCahkAJXcNqTnRp8JqGQAldw2pO+cjYRUMpBKbqTC1z5mQioZSCU3UumczoRUMpBKLu3ezB/1CalkIJVcRvdmgioZUCWX/lZSmahKBlUph8HNuRBWKcAq5dBuznQQrRBWKcAqpTIJz7NeCKsUYJVyGEy4KQRWCsBKqU5CXaoQVinAKuUwmG5TCKwUgJVSnUT5ZlCFwEoBWCkNVvh4eCGwUgBWyqFdD+mLRiGwUgBWSoMVPppcCKwUgJXSNqTnL1uFwEoBWCmhhSF9TygEVgrASmkb0vOR1EJgpQCslOokfCS1EFcp4CqlMgkfSS2EVQqwSmkpv1iGmUJQpQCqlDBI1F4IqhRAlRIGidoLQZUCqFIqkmigU+8KUZUCqlIqknSuJARVCqBKiYPX5UJQpQCqlGokyjcUKwRVCqBKqUaifEOxQlClAKqUOBi4KQRVCqBKqUaiPKdDIahSAFVKNZLOj0BMpYCplLZEpfcjkDgEUykt3VfvKyBxCKZSYotDdiIRUSkgKqUKifIdyQohlQKkUtpe9MLaJ6JSQFRKakHIEpYVAioFQKWkFoNknkshnFKAU0rjFD5kVAinFOCUkloE8psR4ZQCnFKqjihfAl8IpxTglFJ1RPkS+EI4pQCnlKojypfAF8IpBTilVB1RvpdWIZxSgFNK1RHle2kVwikFOKVIf7ZNIZpSQFNKxRHlS8gL0ZQCmlIqjmjkpxHRlAKaUiqOKN8JqxBNKaApRQYjh4VoSgFNKaLdCwmxlAKWUmQwcliIpRSwlCItDPmDJbGUApZSZPB2UoilFLCUIoMkS4VYSgFLKZVGlG8mVoilFLCUMrKUQiylgKWUSiN83WshlFKAUkqVEb7utRBJKSApRQc5iQuRlAKSUiqMKN9OrRBJKSApRUd3ZCIpBSSl6OiOTCSlgKSUCiPKN3QrRFIKSEppyb46D7dEUgpISmmS0nm4JZJSQFJKhRHlC7gLkZQCklLa1il8c8NCJKWApJS2MKXzHRBJKSAppW2dwjc3LERSCkhKaQtTel8iiUSwlFJpRPka8EIspYCllGYpfPlyIZZSwFJKS/jVedUmllLAUoqN3pSJphTQlFJxRPkC6kI0pYCmlLYwpfOqTTSlgKYUH70pE00poCnFB2/KBFMKYErxwZsysZQCllJ8sGtFIZZSwFKKD6bCFmIpBSyleItD/nBDLKWApRQf3ZmJpRSwlOKjOzOxlAKWUnKLQ/54RSylgKWUZilcMgqxlAKWUlq6Ly4ZhVhKAUsps6VQySjEUgpYSsnSl4xCLKWApZTZUqhkFGIpBSylZOtDRCGWUsBSSrMUDhGFWEoBSyk59yGiEEspYCllthTKAIVYSgFLKbOl0FH8QiylgKWU0u7N/DmZWEoBSyll4MuFWEoBSyll4MuFWEoBSyll4MuFWEoBSyll4MuFWEoBSyll4MuFWEoBSyll4MuFWEoBSyll4MuFWEoBSyll4MuFYEoBTAmHwwCY59JlFaf/+VTHwJjn0lUdAeuoL888w8hcuqojYh31/TkVNpAzl67qSFiH9Pd5m0tXdQjWof1fZS5d1aFYR31w5PlO5tJVHYZ1eD+D+ly6qsOxjtxPoj6XrurIWEcZ/i7rMD39z7mOtscKz8U+l2IdAeO0bbPCU3/Mpas6ME7DICfTXLqqA+O0LWjhOdXn0lUdGKdhkKluLl3VgXFaQaWTzWUuXdWBcdpWtvDk6nPpqg6M08oqylPzzKWrOjBOG8XwDV/n0lUdGKdVV5Qnp5lLV3VgnFZgURF+/SAkc/qfT3XUu7vQZ+25dFUHxmlb7CKFvXzPpas6ME4bzfA77Fy6qgPjtOkMz5Myl67qwDit4KJCxvfnslUNGKWNaPjMj7l0VQdGaWxR2rlDEaY5/c+nOnI/R8NcuqoDo3Te556maZhLV3VglKYWpXSEbS7FOhJGaVMbnndkLl3VgVHalsL0/haCN6f/+VRHvesr2S1nLlvVgDHa/IZnD5lLV3VgjDbC4bkv5tJVHRilTXF49oq5dFUHRmmDHJ7AYi5d1YFR2iyH57CYS1d1YJS2VGN8r9S5dFUHRmkVGuWJKOZSrEMwSpvq8FwUc+mqDozSBjs8HcVcuqoDo7TZDt/1cy5d1YFxWrVG+a6Zc+mqDozTJjw8qcNcuqoD47SqjfK9M+fSVR0Yp016+PaZc+mqDozTajfK0jPMZasaMEor3ijfQnMuXdWBUdrAh++iOZdiHYpROpsPzQA+l67qwCitjKOW+VM2gZ/T/3yqI/WX5c2lqzowSrVFaedpn/jP6X8+1VGj1OkCxbl0VQdGqQ4m7c6lqzowSivrqHfeBgkEnf7nUx01Sp3O+ZxLV3VgnFbcUaeZVObSVR0Yp9V3lGcCmEuxDsM4tWGcEhQ6/c+nOoZxSlzo9D+f6qhXU56UYC5d1YFx2rKW9WKd6NDpfz7VoaNYJ0B0+p9Pddgo1okRnf7nUx2D9GVz6aoOjFPLo1gnUnT6n091lFGsEyw6/c+5jsZFvVgnXnT6n0911Ls+zzkxl67qwDitBjSNkLIXKIJGp//5VEXqTmyaC1dVYJS2ZTg5ML6bS1d1YJS2zWJy7NTBotQxSr1FqTNKnUtXdWCUtvU4OXX6waLUMUrbkpzceYMijnT6n0911FHTrJ1+sCh1jNI82C1hLsU6MkZp86TMw4N40ul/PlVRx/Gz8z+FkNLpfz7VUYfyc+ZfKVGl0/98qqOFaen0g4VpxjBttFQOPMSILZ3+51MddUy/BP6VsijNGKWVi/g8srlwVQUGaVut453BSkJMp//5VEcN0hI7vwoL0oxBWgZLJeZSrKNgkLZlO71BQmJNp//5VEeN0tI58Qk3nf7nUx01SqdFD7QOFqUFo7QSkvI8PnPpqg6M0sZOvUcg4k6n//lUh40egQg9nf7nUx0+enwh+nT6n0915NHjCwGo0/98qqPe8vm223Ppqg6I03A4DB6BAkOogAgVDoNkGHPpqo6AdcTBI1BgCBUQoUJDqM4jUGAIFRChwkEGj0CBIVRAhApVlJRnjJpLV3Uo1lHjlCd9mktXdRjW0abS0Vlgc+mqDsc6WkpTZXlh59JVHRnraHHa+05JnAZEqNDW/PD8tHMp1oEIFULob/Y1l67qwDhtK3+E3/UDQ6iACBWqKEWePnwuXdWBcdoWAEnufB8sThGhQtABVASGUAERKrTNaqzQJ4fAECogQoUqSnxZ4ly4qgLDtO1Yw5OYzKWrOjBMQ+nPdZtLV3VgmMbRs2lgBhXQoEJsl9PEf1pmUAENKrS1QZnMJp/LVjVgkFZOogsd57JVDRiiUfpb082lqzowRKP2U3PPpas6MESbQCl91g8MoAICVGgAxbPHzaWrOjBE20ohnkBuLl3VgSEaBxPx5tJVHRiiLQmbOg8vBlABASq0RGw8Y89cuqoDQ7QtHeL58ObSVR0YpA2geEq8uXRVB4ZpIyie0m0uXdWBYdoIqvAnscAIKiBBhUZQpfPUwAgqIEGF5KO7JCOogAQVWnY2nvl3Ll3VgXHaVhSVztMLI6iABBUaQRVOHYERVECCCo2gCh94DYygAhJUaATFM3TNpas6ME6rJzFED4yfAvJTkEE637l0VQfGaOOnQlJiz2WrGjBCZTCTeS5d1YER2vCpdM56hk8B8Sk0fOr8JSw+EZ9CwyeeLGsuXdWB8dnwiSebmkuxDsSnUCXJDp3rBsOngPgUdDBYGpg9BbSnoIPB0sDoKSA9BR0NlgZGTwHpKehosDQwegpIT0FHg6WB0VNAegrVkTJNTzkXrqrAEG3p3DrjrYHJU0B5CloG462ByVNAeQqVkXrjrYHJU0B5CjZ8vWfyFFCegsX+eGtg8BQQnoKlwXhrYPAUEJ6CyWC8NTB4CghPwXQw3hoYPAWEp2A2GG8NDJ4CwlOoitQZbw3MnQK6U6iI1BlvDYydArJTmNmJj7cGxk4B2SlUQ+qNtwbGTgHZKfggYf9cuqoDg7RlfuuMtwbmTgHdKbTkb53x1sDgKSA8hQZPnfHWwOApIDyFqkjGEwHOpas6MEqrIhlPpTeXrurAKK2KZDyH2Vy6qgPDtCqS8Qxcc+mqDozTqkjGky/Npas6ME6rItnB+DgWg6eA8BQqI3XHS5g8BZSnkAfZ1OfSVR0Yp5WR7NB5C2TyFFCeQmUk45mA5tJVHRinucVp5ymKyVNAeQpzjrje98HiFOkpVEgynk9mLl3VgXFaIan/27I4RXsKeTgIxewpoD2FtvlO7w2O2VNAewoVkix0nueYPQW0p1AhyXiCmrl0VQfGaYUk4ylm5tJVHRinFZK6vwuzp4D2FOYlT53fhdlTQHsKFZIsdK5jzJ4C2lMoLU471zFmTwHtKVRIstAZiWL2FNCeQoUkC533OGZPAe0pVkgynrxlLoU6ItpTPLQ45dePyOwpoj3FCknGU7jMpas6ItaR+mu959JVHQnrkP5y77l0VYdgHaM4jcyeItpTbJv38DXbc+mqDsM6vLtsey5cVeFYRe6u3J4LV1VkrGKQymEuXdWBURoG2RzmUqwD5SlWRjKe42cuXdWBUVoZqff0EZk8RZSnWBmpdyWMTJ4iylOsjGQ83dBcuqoDozQMo5TJU0R5isEGTzCRyVNEeYrVkYxnPppLV3VgmFZHssioJTJ4ighPcQhPkcFTRHiKVZGMZ0CaS7EOhKcYW5TSbFxz6aoOjNLRTj9z6aoOjNIqSRbpJttz6aoOjNLYorRzb2H4FBGfYtTRGcfwKSI+xTh6No1MnyLqU4wtSslecHPZqgaM0QpJxnPizKWrOjBKKyT11Doye4poT7FCUvf6w+wpoj3FFPrnG5OniPIUUxzFOZOniPIUUxr9rkyeIspTbHsBdZ7TI5OniPIUKyMZTxU0l67qwBhNwxhl8hRRnmJlpP7fwqIU5SmmPHjniEyeIspTrIxkPOvPXLqqA6NUBvll51KsA+Upyuj9KTJ5iihPsTKS8QREc+mqDoxTGcYp06eI+hQrJRnPIjSXrurAOK2Y1LmGMX2KqE+xUpLxNDhz6aoOjFLx0RWd6VNEfYotz133G2VRiv4UpUUpfwOLzJ8i+lPU4bWU+VNEf4o6SO80l67qwCjVODrzGUBFBKioaXS2MIGKKFBRW5TyN9LIBCqiQEUdPpcygYooULFyUpLO2xMTqIgCFasnWSclR2QEFZGgoo5GoyIjqIgEFXX4ZMoIKiJBRTuMfltGUBEJKlZPstR5y2cEFZGgYsuJ1/s+mEFFNKhow6spM6iIBhVbZrxefDCDimhQsYKSdVKURGZQEQ0q2vCuzwwqokFF8+Fvy+IUESpWUrJOCorIFCqiQkUrA6KMTKEiKlScFz/x2cORKVREhYpNoTrJDiJTqIgKFVvGvE6igsgUKqJCxZY0r7O4PzKFiqhQsZKSddJ6RKZQERUqtuR5PPPcXLqqA+O0kpIIW2ocmUFFNKjog5Sic+mqDozSZlCdBCWRGVREg4oVlJL0flkWpWhQsRkUy/c9l2ENKFAxj1LxRCZQEQUqVk4yofvBzKWrOjBGKyeJRD5+wwQqokDFJlDSeZ5jAhVRoGITqN57LROoiAIV8yD78ly6qgOjtHJS977ABCqiQMWWX68j2JEJVESBipWTrJNsJTKBiihQsbQopU/7zJ8i+lNs/qRkG7m5bFUDxmjTJ+3cV5g+RdSnWCmpe8YyfYqoT7FI/4xl9hTRnmKFpO4Zy+wpoj3F0p5KjZ9tzJ4i2lOskJQO1vk2WISiPcUKSUk6Y3vMniLaUyxldKYwe4poT+nQj9DE5CmhPKVDP0ITc6eE7pSaO03Jb0gNJD4TqlOatzPiK1oSU6eE6pQqIXVWXySGTgnRKQ3RKTF0SohOaYhOiaFTQnRKh9GNPjF1SqhOqRqSdbIJJcZOCdkpNXbqPPYkxk4J2SlVQ+oEB0OnhOiUwmhKVGLolBCdUkOnTl6kxNApITqlhk7Kl38lhk4J0Sm1nHs8aepcuqoDo7QKknXyMyWGTgnRKQXr516dS1d1YJQ2dOrkeEoMnRKiU2ro1MnPlBg7JWSnVA2pkwZ2Ll3VgVE6XO+UGDslZKcUQz8Z7Fy6qgPjNLY4zexsYeiUEJ1SFaRORtm5dFUHRmmUflLZuXRVB0ZpHGUwTQydEqJTqoLU2a5xLl3VgVHa0KmTeSsxdkrITinmQYbbxNgpITulxk6dDLeJsVNCdkrVkKyTASwxdkrITikNMpDPpas6MErTIAn5XLqqA+O0wVNn0WZi8JQQnlIaJICeS1d1YJymQQ7ouXRVB8ZpGqSBnktXdWCcpkEm6Ll0VQfGaRokg55LV3VgnKZBPui5dFUHxqmMMkInBk8J4SnJKCN0YvCUEJ5Sg6dOtrvE4CkhPKWqSL0MyInBU0J4SlWRehmQE4OnhPCU2rKnTgbkxOgpIT2leXOlzjnH6CkhPSXxQRblxOgpIT0lyYMXwcToKSE9JSmDLMqJ0VNCekp6GGRRToyeEtJT0jA6Xxg9JaSnpKMJ+4nRU0J6Si3vXieLcmL0lJCeUqOnTmbHxOgpIT2l6kjd84XRU0J6So2eeucLo6eE9JTm/Zc6sc7oKSE9pUZPvVhn9JSQnpKWUawzekpIT8kOo1hn9JSQnlJ1pG6sM3pKSE+prX7qxTqjp4T0lNryp16sM3pKSE+p5d3rxTqjp4T0lBo9dTKQJkZPCekpmY1indFTQnpK5qNYZ/SUkJ6SDeOU0VNCeko2jFNGTwnpKfkwThk9JaSn5MM4ZfSUkJ6SD+OU0VNCeko+jFNGTwnpKfkwThk9JaSnNGfeoysOE5OnhPKU2vonYyO3iclTQnlKbfUTTZObmDsldKfU3MnYWufE1CmhOqW28snY6vPEzCmhOaVmTkZfrpk5JTSnVAHJjI62MnFKKE6piZN3XuGYOCUUp9TWPHnnsZaJU0JxSk2cvHOrZ+KUUJzSvJFT51Rl4pRQnFLlI/POZZiJU0JxSm3NUyctbWLilFCcUh7sLTaXrurACG1rniLPQZaYOCUUpzTMt5eYOSU0p9TMqZPaNjF1SqhOqRJST4wSU6eE6pTamqdOCtXE1CmhOqW25ql3W2LulNCdUkWkntAm5k4J3SmV0WyoxNwpoTulttlT75bC3CmhO6W25sk7A6bMnRK6Uyojv0/MnRK6k1RG6v0uwuRJUJ7kEAaWJ8yeBO1JKiX1LE+YPgnqkxzSwPKE6ZOgPslhNBtKGD8J8pNUSzLnYi2MnwT5SRo/dXLlCeMnQX6SmZ94rjxh/CTITzLn2+OiJ4yfBPlJqiVZJ9emMH4S5CeZ8+3xbAvCAEoQoGQGKJ6jThhACQKUhNFmOsIAShCgpGpSRziF+ZOgP0lb9JR5YiVh/iToTzIveuI56oT5k6A/SRhN2hPmT4L+JGGUsVyYPwn6k8z59niOOmH+JOhPUjHJOmkyhfmToD9J2/OJ5rkTpk+C+iSVknieO2H2JGhPMi954nnuhOmToD7JvN8Tz3MnTJ8E9UnmfHv0jUcYPgnik7R0e52nKGH4JIhPMq944uvyhOGTID5J9EF+OWH4JIhP0tY8dTKoCsMnQXySKkmdfbTn0lUdGKJtzRPfCXsuxToQn6Stecr8aV8YPgnik1RJmhbkEhcQZk+C9iTNnjoP+8LsSdCepEJS53xj8iQoT5KGQcrkSVCepDKSZf7qI0yeBOVJKiN1v1AWowhPkkZvT8LgSRCepCpS7wtlEYrsJDJ6dxLGToLsJG29UydDpjB2EmQnkTj6Nhg7CbKTVEOyzMZLhKGTIDpJFSTpzAcVhk6C6CRttVNmYy7CyEmQnKStdspszEUYOAmCk8hoMpQwcBIEJ5F2De08STJwEgQnqXoUtfBbGwMnQXCSqkdW2Fw7YdwkyE3SMu11smsK4yZBbpKWaa+T1VIYNwlykzRumtY2k6kZwrhJkJuk2pFEvsGbMG4S5CapdiSJj7kI4yZBbpJqR9bJ0CmMmwS5SXSUsVQYNwlyk2jLWErPNoZNgtgkVY6skydUGDYJYpPYYfR4z7BJEJvERlP2hGGTIDaJxdGzE8MmQWySKkfWyXkqDJsEsUmqHPW2YxWGTYLYJA2baKZPYdQkSE1iLUZpbDBoEoQmaWucCr0SM2YSZCZpK5wKG/0WhkyCyCRVjPxAr3+MmASJSaoXeScfnDBiEiQm8dDPNCpMmASFSSoXeSelnDBhEhQmGW3tJAyYBIFJhls7CQMmQWCS4dZOwoRJUJhkuLWTMGMSNCYZbu0kTJkElUmGWzsJcyZBZ5Lh1k7CpElQmmS4tZMwaxK0Jhlt7SQMmwSxSYZbOwnDJkFskuHWTsKwSRCbZLi1kzBsEsQmGW7tJAybBLFJRls7CbMmQWuS0dZOwqhJkJpkuLWTMGoSpCYZbu0kjJoEqUmG1CSMmgSpSYZbOwmjJkFqkuHWTsKoSZCaZLi1kzBqEqQmqW7knRSfwqhJkJqkUZPxNQLCqEmQmqS6kXfShAqjJkFqkkZNHZoVRk2C1CRllCBCGDUJUpNUN5JuP1icIjVpdaNokZ75yqhJkZr0EAbJHZRRkyI16aHd89kkCGXQpAhNWtXIDxxElUGTIjRpVaNONjllzqToTNqWOXWyySlzJkVn0sMoh74yZ1J0Jq1o5AdumcqcSdGZtKKRd3K3KnMmRWfSQ5tKqjRIlTmTojNpaM+lfIRBmTMpOpNWNPJO7lZlzqToTFrRyAN/PlbmTIrOpM2ZAvdyZdCkCE1a1cg7+U6VQZMiNGlVo96otTJoUoQmbdDUi3UGTYrQpFWNeiPfyqBJEZq0QVPvfGHQpAhNWtXIO3lXlUGTIjTpvNCJPlUqkyZFadIKR1npiIsyalKkJo1N7RO7lDJoUoQmjS1G+Zu9MmhShCaNLUY7l2MmTYrSpJWNvJM/Vpk0KUqTVjbyTv5YZdKkKE1a2cg7+WOVSZOiNGllo8zTySmDJkVo0jhKVKoMmhShSasaeSeNrTJoUoQmbRs79U43Bk2K0KQNmjrJTpVJk6I0aWUjj2z1qzJnUnQmrWzkndSeyqRJUZq0slEvqa8yaVKUJq1s1Evqq0yaFKVJ27ZOnSdKZdR08p9PddQbfuxcBBk1KVKTpjJYo60MmxSxSaVFaecCxLBJEZtUQj+5sDJrUrQmbdbUeRxk1KRITdo2dYqdyyDDJkVsUmlR2rkMMmxSxCaV4WMp4yZFbtLh1k7KwEkRnLTqkXdSrioDJ0Vw0gZOfIhRmTcpepNWPPLYuaIzb1L0Jq185J18qcrESVGctPJRZ5hSGTgpgpO29U2dYUpl4KQITqppMEypDJwUwUmrHvWGKZWBkyI46by5Ex+tUAZOiuCkVY96w5TKwEkRnFR9MEypDJwUwUk1D4YplZGTIjnpvLtTJzxYlKI46by5Ex+mVCZOiuKkFgbDlMrESVGcdN7ciQ9TKhMnRXHStrypM0ypTJwUxUnb7k58mFIZOCmCk1Y/6gxTKhMnRXFSs8EwpTJzUjQnrYTknay+ytRJUZ20IpJ3MuEqcydFd9K2uEnp0A1zJ0V30uHeTsrcSdGddLi3kzJ4UoQnHe7tpAyeFOFJh3s7KZMnRXnS4d5OyuRJUZ60MpJ38gIrkydFeVK3wVwbZfKkKE/q3n9IZ+6k6E7qefjLshhFd9KKSN7JTqzMnRTdSYfupMydFN1JqyJ5Jz+xMnhShCetiuSdvMDK4EkRnrQqknfy4CqDJ0V40qpInph5K2MnRXbS3GKUmbcydFJEJ62E5MLMW5k5KZqTVkHywofjmDkpmpNWQMo8uYQyclIkJ61+5J38psrISZGctPqRd3JxKiMnRXLS6kcudOyIgZMiOGnVI6eZ7JRxkyI3abUjp7k8lWGTIjZplaMQeIZVZdikiE3a9nIKwgODYZMiNmmVo9AbzWPYpIhN2vLpdda9KcMmRWzSKkcubIaMMmpSpCYtLT75fEdl1KRITXZo8clf/YxRkyE12aHFJ7tiGIMmQ2iy6kaFTzw3Jk2G0mRNmmhSP2POZOhM1tLpTWknSQ0kPA2ZyaoZufKT3RgzGTKTVTPyThY7Y8xkyEzWmEnZ6W4MmQyRyRoy0cdHY8RkSExWvYhPHTUGTIbAZA2YlJ0gxnjJkJes8ZKyKWTGcMkQl6wtYuqM0BjDJUNcsoZLNMOZMVoypCVrtKT0BGOwZAhL1lYwdUaJjMGSISxZVSI3eoYxVjJkJQtt3j09wxgqGaKSVSFyYw+uxkjJkJSskVInC4YxUjIkJatA5MYfXI2ZkqEpWRUiN/7QaQyVDFHJqhH1JmgbYyVDVrK2ZROdoG0MlQxRyRoqGX/0NYZKhqhkDZX4uc5IyZCUrJESjwwGSoagZA2UjD9+GwMlQ1Cy2OKzcztlomQoSlZ5qHPVYp5k6EnWPMn4QKoxTzL0JEuhf9VimmSoSdY0iV+1mCUZWpI1S+JXHGZJhpZkzZL4FYdJkqEkWWUh76SvMCZJhpJkabRE2ZgkGUqSpdESZWOSZChJVllI6Gu/MUcydCRrjtRZ5GzMkQwdyWS0QNmYIxk6klUVksheiYwxkiEjWWOkzhJnY45k6Egmo4yOxhzJ0JFMBkmcjTGSISOZjJYnG2MkQ0YyGS1PNsZIhoxkMlqebIyRDBnJZLQ82ZgjGTqSSX9dnTFFMlQk08NgYbAxRTJUJJt3aOILg40xkiEjmcb+3BVjimSoSKZpMFBnTJEMFclUBguDjSmSoSLZvEETX9xiTJEMFckqCXknDZAxRTJUJGvLljqJ140pkqEimY5SPRhTJENFsmpCvfOeKZKhIpmNdrszpkiGimSVhLyTFcmYIhkqklUS6u36aUyRDBXJrGV6oBd0ZkiGhmRVhHpTHIwhkiEimY0WKBtTJENFMmtB2nk5YIpkqEjWFKmTz8iYIhkqkjVF6uQiMqZIhopkbfVSJ/eOMUcydCRr65c6OV6MOZKhI5m3KO080DJHMnQka7sz9e6SzJEMHcna7ky9ixhzJENHsopCnjsPlMyRDB3JmiPxBezGGMmQkWzISMYYyZCRbLg9kzFIMoQkqyrknVwixiDJEJKsJcrrXYAYJBlCklUV8k7SCWOQZAhJVlUoHPjyXmOQZAhJ1iCpkzDCGCQZQpK1dHl8Lo4xRzJ0JJuz5fGLKYMkQ0iyBkk0w4sxSDKEJGuQlOkoJIMkQ0iyBkmZbzNlTJIMJcly43j+LMgkyVCSrElS5mvHjUmSoSRZkySaV8CYIxk6krWlS51JOMYkyVCSrElSpi/1TJIMJcmaJPEBJyZJhpJkbV8m/l0yRzJ0JGv7Mmno1MGCEx3Jig3m3xhzJENHstKcs9cPFp7oSFZZqDMEyBzJ0JGsOVKhwwJMkQwVyZsiFfb05syQHA3JmyEVdrFwZkiOhuRtsVJhFwtnhORISH4YzWRyhkiOiORtsRJfSOJMkRwVydtipQN/BXamSI6K5E2RCn/4c6ZIjorkTZHoVAJniuSoSN4UiU4lcKZIjorkbaFS5D8qCU1HRfKmSIU/wjpzJEdH8uZIhT/COpMkR0nytkyp8EdYZ5LkKEleYSgf+KOjM0tytCSvNJQ76QScaZKjJnmlodzJBeBMkxw1ySsO5c7aU2ee5OhJ3vLh9c42JkqOouShzRPhr2vOTMnRlLyZEp3w4kyUHEXJKw/lA3/hcyZKjqLkbZVSZ62lM1FyFCWPsT/xxhkoOYKSx9SfeONMlBxFyZso0QkvzjzJ0ZO8eRKd8OLMkxw9yZsn0QkvzjzJ0ZO84lDuLPZ05kmOnuRtgVJnsaczT3L0JJ9XKPEHWGei5ChKXnmoN/HGmSg5ipK3FUqdiTfOTMnRlLwSUW/ijTNVclQlb6pEJ944UyVHVfKmSp2JN85cydGVPLVraOd+wFzJ0ZW8IlHuLJ915kqOruQtFx6dvONMlRxVySsSdSbvOGMlR1byakS5s4bXGSs5spJXI8qhc1NirOTISi6hO4nIGSs5spJL7E4icoZKjqjkbXESnbzjjJQcSckbKdHJO85EyVGUvPJQ7qxldiZKjqLklYd6a5mdiZKjKHnlodxZ/+tMlBxFySsP5c66WWei5ChK3lYm8fE2Z6TkSEreSKkz3uaMlBxJyXU0nd4ZKTmSklcgyp0lwM5MydGUXNPg62Ck5EhK3kip+3WwKEVSch2N1jsjJUdScm2X0M5NmpGSIym5tijt3KQZKTmSkmuL0s7tgJGSIyl5BaLcWUbszJQcTckrEPU2+HFmSo6m5BWIehv8ODMlR1NyG2UPd2ZKjqbklgabBDlTJUdVchvtxuBMlRxVySsR9TYJcqZKjqrkZoNNgpypkqMqeSWi3iZBzlTJUZW8ElFvNY4zVXJUJbcy2CTImSo5qpJXIsqdperOVMlRlbwSUY6dJwamSo6q5JWIcmexujNVclQlr0RUEn+aZKjkiEpehSh31og7QyVHVHIfrUZ2pkqOquQ+Wo3sTJUcVckrEeXOOnNnquSoSl6JKHdWeDtTJUdVcm+X086tgamSoyp5PgxehhkqOaKS5xalnbsLQyVHVPLcorRzd2Go5IhKnkcpxJ2pkqMqeTWi0Mld64yVHFnJ8/Cuz2DJEZa8OlHurBJ3RkuOtOR5kETcmSw5ypIPt2ByRkuOtORtC6bu18GiFGnJqxTlFPgrHMMlR1zyhkvaeSdmuOSIS97y4mnu1MHCFHnJW168zpxoZ8DkCExevShaJ0wZMTkSk5fRVmHOiMmRmLyMJuU5IyZHYvI5Lx7PJeeMmByJyasYReuMIDFkckQmr2YUTTrfKYtTZKZc1aiT+iMzZ8roTPkQBje5zKQpozTlQxzc5DKzpozWlCsc5c4a78ysKaM15cPoHSozbMqITbnKUe/UzwybMmJTnndg4pegzLApIzblake5szI6M27KyE25cVOHAzIDp4zglKsf5c6a5MzIKSM55TDaNyQzcspITrn6Ue6sSc6MnDKSUw6jXRkyI6eM5JQbORUK1JmJU0ZxypWPuuHBxCmjOOUmTp3l1ZmJU0ZxyvP6JXrDzgycMoJTbuDU/UZZlCI45apHfHZyZtyUkZtyGN3yMwOnjOCUGzh11ppnBk4ZwSnHlsyJzyfJDJwyglOOowV2mYlTRnHKbQum3vWYkVNGcspVkHLiT9mZoVNGdMqxBSkbSs8MnTKiU66GlIU/l2bGThnZKbdlTHxicWbqlFGdclMnYYPYmZlTRnPKFZCysCklmYlTRnHKTZwObOZ7Zt6U0Zty8yY+eT4zbsrITbnaUZbOXYlxU0ZuysOtlzIDp4zglKseBac/COOmjNyUh1svZcZNGbkpN26Szr2RcVNGbsppeAVl4JQRnHLbe4knkcsMnDKCU07DSygDp4zglBs4SecWzcApIzjllg+v93UwcspITnleydT5Wxg6ZUSn3FYyOZ+5mhk7ZWSnXBUpU1fNjJ0yslOuhhTpKtDM0CkjOuUqSL23v8zQKSM65YZOwtZfZkZOGckpz4uY+FTzzMgpIznlCki9d7/MzCmjOWUd5bvPzJwymlOelzHxKe+ZmVNGc8rNnDpJJjIzp4zmlHV4GWXolBGdsrYI5cNgmaFTRnTKVZA6Uc7IKSM5ZR2+LjFyykhOufpRbyPhzMgpIznl6ke9TZEzI6eM5JSrH/V4JDNyykhOufqRTStb2bWHkVNGcsrVj3obXmdGThnJKbdlTMInFmdGThnJKbftlzozQzIjp4zklG34vsTIKSM55epHvc2ZMyOnjOSUqx/1qCczcspITrn6UdbOAy0jp4zklG0Yp4ycMpJTtmGcMnLKSE7Zh3HKyCkjOWUfxikjp4zklH0Yp4ycMpJT9mGcMnPKaE7Zh3HKzCmjOWUfxikzp4zmlH0Yp/8fa2+35LiOq2nfSx937BD/iX0Hcw0TX1S40sosTzntbNtZtap3zL1PiKRoEnqpRq74znKZtWBZgviDB3iBmFPkzClm5uQwToyIOUXOnGJmTgP1n4iYU+TMKWbmNFD/iYg5Rc6cYmZObrBNR9ApcugUM3Ryg70tgk6RQ6eYoZMbxGwQdIocOsVEkIbvPoJOkUOnGPcQfkTQKXLoFBNBMpMfXAfyUw6dYiJIxuIqtYigU+TQKcaw974g6hQ5dYoJIY3KHCKiTpFTpxiznw7CR4g6RU6dYqZObrArRNQpcuoUKfvpYEeHqFPk1CkmhBT9YI1C1Cly6hRpJyMqIugUOXSKtBvNR9ApcugUafeUj6BT5NApJoIU/WAqRNApcugUaYeNRsScImdOkfbYaETMKXLmFGn3lI+YU+TMiRJBih7P6oSgE3HoRNPeKZ8QdCIOnSgRpEEmASHmRJw5UWFOmPUQYk7EmRMlgIS7NBMiTsSJE2XiNBDgIkSciBMnSvho1OmZEHEiTpwo4SPc6ZkQbyLOmyjBI9zpmRBtIk6bKKGjQSSLEGwiDptIZf/Eqz0h2EQcNpHayyslBJuIwyZSeRbFOwZCsIk4bCJldgRkCNEm4rSJcn3TQI2MEG0iTpso0yYPXQOxJuKsiRI5GpRPE2JNxFkTqT01HUKsiThrolzcNJAjI0SbiNMmSugoDsTECNEm4rSJMm0aiGgRok3EaRPl8qaB+Ash2kScNpHem0QRbCIOmyiXNw0EUwjBJuKwiTJsgmInhFATcdREiRxphTNlCMEm4rCJMmwaCJUQgk3EYRPlGqeASg0IsSbirIkSOtIKQTNCrIk4a6KEjvSgJogQbSJOm8hkBx3MGog3EedNZLKD4j0xIeBEHDiR0TsVjYSAE3HgRCZ76OClR8CJOHCiDJzUYIFFyIk4cqJc4YR9AwEn4sCJMnAayL4QAk7EgRMlejRqZk4IOBEHTpTwEW5mTog3EedNlOARbmZOiDYRp01k94TuCdEm4rSJEjrCDdEJsSbirIkSOMIN0QmRJuKkiXJ5E2yITogzEedMlDnTQECHEGkiTpooFzgNVGcIsSbirIkSOIpRY89CrIk4ayK7d54nRJuI0ybKBU4R6wUQok3EaRMldBQjru8kRJuI0yZK6CjGwQ4Q0SbitIkSOopxMA8j2kScNlHuvTTIeCREm4jTJkroaNBNhhBsIg6bKJEjr3ALKEKwiThsogyb4mBJQbiJOG6iXOEUB8sBwk3EcRPlCqc4mIgRbiKOmyhXONHgtUW4iThuolzhRIPXFuEm4riJ/F4hHiHcRBw3kVfD5BRCsIk4bCK/B+0JwSbisIl8zs0bbEURbCIOm8jv6DwRYk3EWRN5t6OxRIg1EWdNlMBRhAIyhEgTcdJEWTJvILFEiDQRJ02UsNGg8Rsh0EQcNFGiRqOGa4RAE3HQRCFj+8EmEIEm4qCJsmLeQFmIEGgiDpoo1zZBTR5CmIk4ZqJc2TS6COSgnDJRbrtkcQYqIcpEnDJRQkY0MoEclEMmypBp0A2LEGQiDpkoy+XhLHpCjIk4Y6LMmGiwxiLGRJwxUVbLG7zyCDERR0xUxPIGrzxCTMQRE2XEhF95BJiIAyYqUnmDVx4BJuKAiRItGr3yiC8R50uUYNHwlUd8iThfolLUNHjlEV8izpcoq+WN3jbEl4jzJUqwaPDKI7pEnC5RQkXDi0AOyuES5ZKmQV4xIbhEHC5RIkXDaQPBJeJwiRIpGk0biC0RZ0uUK5pG0wZiS8TZEiVSNJo2EFsizpYogaI4kAMjxJaIsyVKoMh76BqILBEnS5TJ0kCKixBZIk6WKHEi72FQAYEl4mCJEiXyHh7mEVYijpUoMSKPw8MIKhGDSnpKhMh7cBAvY72F9sPVQjrKe3AQL2MbC4pbyKs7PBeU0Y0NzW3kHSg8F5TRjQ3DbSyORljUrIxubFhuIy3wWNSsjG5sOG7DJxtwN11GNzY8txGSDci2yujGRuA24jjxs4xubERug8bBojK6scF9NFEiwsJoZZTbUNxLEyUiLGtWRjc2uJ8mSjRQLSijGxvcTzNYwhquZXRjg/tpLmPCq1IZ3djgfprbMHmFWsqX0Y0N7qcq+ymcy8voxgb3U5X9FM7EZXRjg/tprmPC0mRldGOD+2kCRYRFsMroxgb30wSKzNIxYrtMl1FuQ3M/zZVMo/cFsKX2w9VG6mGHxbjK6MYG91Odz0uDeQzApfbD1UaaT7EOVhnd2OB+qt04RlJGNza4n2YBvQms1GVsY4F7aYZLOF+hjG5scC/VcRxnKaMbG9xLEy0irIZVRjc2uJcmWmT9wEsBYGo/XG2k5FG0AytjGwvcRxMrsriwvYxubHAfTazIoh1YGdtY4B6aSJFFO7AytrHA/TNXM43WSACX2g9XGymHBO3iytjGAvfPxIksLvEvoxsb3D9NHAery+jGBvdPk/V0ItJKKqMbG9w/bfZPuCMFcKn9cLWgRnWtZWxjgXtnYkU46F4GNya4c5aOTIPXHfCl9sPVhh2qDJTBjQnun3ZHSqeMbmxw/7Q7UjpldGODe2hiRYT188roxgb3UJsP9A5xjDK6scE9NBczjdYTgJfaD4uNvWKmMsptOO6jiRURFr8roxsb3EsTK7JLEgm6HwAvtR+uNtIcOhm8DwR8qf1wtWH35kDAl9oPVxtu3DOnjG5scD/N5Uwwh60MbkxwN809mQZvHKBL7Yeribj3xgG61H642qC9Nw7QpfbDYiOhIsJ6gmWU2/DcS/1OumgZ3djgXpr50uCpALzUfria2J1LAV5qP1xt5M3o4JAA+FL74WrD7U1AgC+1H642drrdlNGNDe6lfqfbTRnd2OBu6vNkOjjwAMTUfrjaSNtRLPNYRjc2uJsmXkRYPq+MchuBu2lGTDhXqYxubHA3TcSIsARfGd3Y4H5aINPAPwBlaj9cbewk35fRjQ3up2En+b6MbmxwP03MiLCcYBnd2OB+mqDRQHi3jG5scD9N0GggYVNGNza4n4bsp4PNBwBN7YfFRpz2ni0ATe2Hq43d6RSgpvbD1cYOri+jGxvcTxM4IqxrWEY3NrifJnBEWNewjG5scD9N4Mhrjw+BgDW1H642/N7RB7Cm9sPVxo4yWRnd2OB+mmnT4MgAaFP74Woiu+lgxQa0qf2w2KA8nQ6WOUCb2g9XG2rP1QFuaj9cbewoPpXRjQ3uprS77APe1H642shuOljmAG9qP1xtJNXckZsC4tR+uNpIbqohIS6jGxvcTRNAshpKY5TRjQ3upgkhDcoHy+jGBvdTonGqYBnd2GB+qhJGIqx7WUaZDcXJk9orZiqjGxuK2xjn4ZfBjQnNTST0hCcghciT4uRJTTsFzGV0Y8NyG2lzavBGSiHypDh5UrmaCbI8hbiT4txJJYhkJze4G8BHFedOKkEkwoqEZXRjI3IbaS7FKn5ldGOD+6gaS+aWQW6CYyeVsRMW8SujGxvcRXO/JlxiVkY3NriPJoZkA8h1LmMbC9xFE0EiLANYRjc2uIsmgjTapysEnRSHTipDJ6y/V0Y3NriTZuiEJefK6MYGd1K1F4xSCDopDp2U2gtGKQSdFIdOSu8FoxSCTopDJ6Wzl+JNg0LQSXHopPTegq8QdFIcOqkMnWDgViHkpDhyUtqOgw0KESfFiZPSe4cnhYiT4sRJ6eykeNehEHNSnDkpHfYcDDEnxZmT0july2V0Y4M7qd4pXS6jGxvcSRNAIqwmWEa5Dc6cVEJIo8OkQtRJceqkzI7GYxnd2OBOmiDS6ECqEHdSnDupUtSE43sKkSfFyZPK5GnCBE0h8qQ4eVIJJJEd7BkQe1KcPakEkggJLJaxjQXupbltE9Y2LKMbG9xLE0YirAhYRjc2uJfa7KWDJQ6xJ8XZkyrsabA8IfqkOH1SmT7ZwfKE8JPi+EnZPJUOpnSEnxTHTyrBJMIiZWV0Y4N7aYJJhGWXyujGBvfSwp8Gby3iT4rzJ5Vg0vCNQ/xJcf6kMn/C0jxldGOD+6mlvf0x4k+K8yeVYBJheZ8yym1w/qTc7tkJ8SfF+ZNyO5F9hfCT4vhJub0jvkL4SXH8pBJLIqxUVEY3Nribur3IvkL4SXH8pNxeZF8h/qQ4f1JuL7KvEIBSHEApl910MBUiAKU4gFIZQHmPFILK6MYGd9MMoLByUxnlNjiAUokmEVZuKqMbG9xNE04irBBURjc2uJ8mnERYIaiMbmxwP004ySmU5qEQf1KcP6nMn7DGUBnd2OBemvnTIMFMIf6kOH9SCSa5AFPry+jGBvfSzJ+w1lEZ3djgXuppJ5lSIf6kOH9SmT9hkaEyym1w/qTCjvx4Gd3Y4F6a+RNW9ymjGxvcSxNMcgGndinEnxTnT6rwJ5wYqhB/Upw/qVzlhIV1yujGBvfTzJ+wmkwZ3djgfprLnKaBnyL+pDh/UiH76WAWQ/xJcf6kMn/CSjBldGOD+2mCScNNEOJPivMnlfnTaBOE+JPi/EklmORg0p1C9Elx+qQyffKD+RjRJ8Xpk8r0CcvJlNGNDe6lMXvpYDZF9Elx+qQSSiIsJ1NGNza4lyaURFhOpoxubHAvzfQJa8GU0Y0N7qUZP4XBW4vwk+L4SWX8hJVcyii3wfGTSizJLoVbaO+B8JPi+EkllkRh8NYi/KQ4flIZP43eOISfFMdPinYP+gg/KY6fVGJJhBVhyujGBvdTyn46eOcQflIcPynKfjp45xB+Uhw/Kcp+OnjnEH5SHD+pxJIIq26U0Y0N5qc64yesulFGmQ3N8ZNOLIkifuc0wk+a4yc95URT/M5pxJ805096ygoR+J3TCEBpDqB0Ln3CihlldGPDchsJkyoFA1IaASjNAZTOpU9YdaOMbmx4biP5KZaqKKMbG4Hb2OkzVkY3NiK3kf0Uvy8aISjNEZRWuTwPxjw1QlCaIyideBKuKy6DGxPcS3PhU4QCImV0Y4N7aQJKOuqBDeSlnEFptVPfXEY3NriXJqCkoxlcB/JSzqB0Ako64v2+RgxKcwalE1DSEUccNGJQmjMoreLOWU4jBqU5g9IJKOk4cA/kpBxB6cSTdAz4pyAEpTmC0okn6RjxLUUISnMEpXV2UxpcB3JTjqB0IkoOtdwoYxsL3EkTUBqIGpfRjQ3upFlUjxR8KAhBaY6gdEZQOB9JIwKlOYHSOh/zYdfqMrqxwV00i+rhsvMyurHBXXSXQGlEoDQnUDrhpIE0exnlNjiB0gknaRpMHYhAaU6gtMll+HZgA/koJ1A6EyjUnKaMbSxwHzV5ucfbMI34k+b8SZu9rCiN+JPm/EmbvawojfiT5vxJm72sKI0IlOYESmcChRWhyujGBvfSTKCwIlQZ3djgXpoJFNZRKqPcBidQOjdywi1/yujGBvfSTKAICrmV0Y0N7qW5AAq36ymjGxvcTzOBosHWFhEozQmUTjhpxI01IlCaEyidcBJhsZsyurHB/TThJO1G9xT5KSdQOhMorJ5RRjc2uJ8mnBQcfm0RgNIcQOlEk7CoehnkJjh/0rv8SSP+pDl/0m4vFVojAKU5gNJZXg8rgZTRjQ3upYkmWcIkXiMApTmA0okmaZ9Ymtos+QhAaQ6gdKJJo8CJRgBKcwClXU6FDoPrQF7KAZRONMmSHtwP5KUcQOlEk/RSDwZ9DLkpB1A60SS7zGLoOhCA0hxAab9Xj68RgNIcQGmfZSAJ31MEoDQHUDrRJB1wMqJGAEpzAKV99lPY+LqMbmxwP008SQc1+C3ITzmC0rmd00BHQyMEpTmC0okn6WAH14H8lCMonXiSmix+XxCC0hxB6cSTdHCD54L8lCMonRHUQP9GIwSlOYLSuZ3TaA5CCEpzBKWD3puDEILSHEHpxJOGcxBCUJojKJ2F9kZzEEJQmiMonXjScA5CCEpzBKWz0t5oDkIISnMEpRNPGs5BCEFpjqB02D3mIwSlOYLSgfbmIISgNEdQOvGk4RyEEJTmCEpHtTcHIQSlOYLSUe/NQQhCaQ6hdDR7cxCCUJpDKJ2I0nAOQhBKcwils9zeaA5CEEpzCKWj35uDEITSHELpRJQGuTwaMSjNGZROQGkkLKIRg9KcQeksuDcoJdeIQWnOoDRNOxVhGjEozRmUTkBpVBGmEYPSnEHpBJRGYhgaMSjNGZTODArXo2uEoDRHULogKIyxNEJQmiMonbs5DTCWRghKcwSlM4IaKLRphKA0R1A68aThqQEhKM0RlM7tnAaejgiU5gRK73VzKqMbG8xLTcJJahqozRmEoAxHUCbxpFE2oUEIynAEZRJPGhVlGISgDEdQZspuOpC9M4hBGc6gTAJKo4O6QQzKcAZlpj25E4MYlOEMyiSgNErwNohBGc6gzLSXbmoQgzKcQZksvzcNdAANglCGQyiT9femgRCgQRTKcAplElMauhnCUIZjKJM7O00DFT+DQJThIMokqqSmgYyfQSTKcBJlsgTfYBIxiEQZTqKM2qkzMQhEGQ6ijNqrMzEIRBkOokyiSmoaSPAZRKIMJ1EmYaWRjIxBJMpwEmUSVhrJyBhEogwnUUYVV8WxGINYlOEsyuRyqMEGwiAWZTiLMlmDD0sgl9GNDe6pungqPtQZBKMMh1FGmx1RHINwlOE4yuSKqGmgbGgQjzKcR5lcEzVwd8SjDOdRRvvxTsYgHmU4jzI67E3uiEcZzqNMrogaTcyIRxnOo0zmUdNAYNEgIGU4kDJm2gnTGwSkDAdSxqidELtBQMpwIGVySdQ0UHo0iEgZTqRMAkyDNAWDkJThSMoYO05TMIhIGU6kjHE7aQoGESnDiZQxfidNwSAiZTiRMrnR0yBNwSAiZTiRMlmNb5CmYBCRMpxIGUM7aQoGESnDiZSx006agkFEynAiZexeDNUgImU4kTJWj9MUDAJShgMpY81OmoJBQMpwIGUSXRqlKRgEpAwHUsa6nTQFg4CU4UDKWL+TZGAQkDIcSJkMpHCSgUE8ynAeZeyO6IlBOMpwHGUs7SQZGMSjDOdRJtGlUZKBQUDKcCBlMpAabccQkDIcSJnc72mQZGAQkDIcSJlEl0ZJBgYBKcOBlHF2J8nAICBlOJAyWZBvGqj3GkSkDCdSJpdETQq01iiDGxPcSxNdckvRHbCAnJTjKJMF+UYrLcJRhuMo4/aETQ3CUYbjKJPbPU0DDUyDeJThPMqUfk8K5d8bhKMMx1EmC/KNdg0IRxmOo0xW5JsG+pUG8SjDeZTJHZ8GuwaEowzHUSaxJdxBpgxuTHAfTWgpRKRlbBCLMpxFmdLwCT8S5KKcRJmElQZdbMroxgZ30YSVBrVQBoEow0GUCdO4jU0Z5TY4iDJB7bzyiEMZzqFM0HsvLOJQhnMok6BSQB2xy9jGAvfOTKFGuydEoQynUCbkhmRIT8cgBmU4gzIht9JBwi0GESjDCZRJOGngWYg/Gc6fTJbgc7iMyiD+ZDh/Mpk/jTZOiD8Zzp9M7vWEO/qUUW6D8yeTYBJB2mIQfTKcPpnc64mQ3oFB7Mlw9mQSSAqo31QZ21jgvhnzoX4g7moQejIcPZnEkQLqsFTGNha4c5Y+T3DiQ9jJcOxksvLeaB+LuJPh3MkkiDSKXyPsZDh2Mhk7aYyuDMJOhmMnQ3l5x/ldBmEnw7GTod0DPcJOhmMnQ+VAP4g8Ie5kOHcyiSINOsqW0Y0N7qS016bEIPBkOHgytBvPR+DJcPBkcrOnOHowyE85eDK0G89H4Mlw8GQSRhp0ti2jGxvcUamEngbRPISeDEdPNmGk0Q2xiDxZTp5swkjRoJXNIu5kOXeyWXlvcDss4k6WcydbuNNAgdgi7mQ5d7JTUdnHETCLwJPl4Mlm8DQN9IMtIk+Wkyc7lRgphjUWoSfL0ZOd9hipRejJcvRkE0Ya9TuxiDxZTp7stAdJLQJPloMnq/bmVIvAk+XgySaINDgiWISdLMdOtmCngYCwRdjJcuxk1V45qUXYyXLsZNVeOalF3Mly7mRV8VTM0CwCT5aDJ5sgkot4wbSIO1nOnazKWic4HmcRd7KcO9lcATUNqhAsAk+WgyebIFIISyoQBc9NIEfl2MnqaYd/WYSdLMdONmOnaVANYRF3spw72cSQfJzwG4Owk+XYyeoyq+IdhEXcyXLuZDN3GhziLMJOlmMnmyCSn8LgxyBP5dzJZu40YGgWgSfLwZPN4GmwLbMIPFkOnqzeawthEXiyHDxZvdcWwiLuZDl3spk7TQNFZIvAk+XgyWbwBAM3FmEny7GTNXtykRZRJ8upkzV74lEWYSfLsZPNSnzTQIjYIvBkOXiyZicKZRF3spw72QSRRnMQwk6WYyebC6FGcxDCTpZjJ2tyrNTBA7JF2Mly7GQN7b1xCDtZjp2s3VM7sQg7WY6drN1TO7EIO1mOnazNK/9AVdki8GQ5eLKlFRRObLIIPFkOnqzdawthEXiyHDxZu5dxYhF4shw82azFNw3EmS0iT5aTJ5vF+IY3BHkqR0/W7kmbWsSeLGdP1u5uURF7spw9WVe2qIM9O4JPlsMnm0iSnhDksAg9WY6ebEZPE4opWQSeLAdPNkvxTQOtaovIk+XkyWbypHEZgkXkyXLyZAt5GkhNW0SeLCdP1vmdZEKL0JPl6Mm6vXwTi+CT5fDJur32JRbBJ8vhk93tBmURfLIcPtkCnwa62RbBJ8vhk/XZTVFxvEXsyXL2ZHMplIrYPxB7spw92cKeBvLdFrEny9mT9XZvCkLwyXL4ZL3bm4IQfbKcPtksxzeaghB/spw/2dwOahrod1uEoCxHUDYXQw1uB3JTDqCs31Mzt4hAWU6gbNhTM7eIQFlOoGwhUAP1bYsYlOUMymYGNfIPxKAsZ1A27CWaWkShLKdQNux1hrCIQllOoWwoNSaDPS4CUZaDKJuLoezgxI9QlOUoyobd0BSCUZbDKJuLoYY3BHkqh1E25CjqQPfaIhplOY2yWZAP+wdiUZazKLvbDsoiGmU5jbK77aAs4lGW8ygb84RqB3s6hKQsR1I2F0NNCFRaxKMs51F2LYUa7KQQkrIcSdlcCzUh7msRkrIcSdmMpBT+IchFOZCyCS9phcCaRTzKch5lE1zSUCrWIhplOY2yhUYNBNEtwlGW4yhLO8d8BKMsh1F2tw2URSzKchZld9tAWcSiLGdRNrOoaaDtbhGMshxGWdpTkrAIRlkOoyztaZlbBKMsh1GWwt6eEsEoy2GUpb08aItglOUwyhYYNRC7twhGWQ6jXIZRAR1cHEJRjqMol9tATQO9fIdolOM0yiW0hF3dIRblOIty095q7xCKchxFud0+UA6RKMdJlCskaiD97xCJcpxEuUSVImxJ7hCGchxDuYyhIkqTcAhCOQ6hXK5/itgzgIM6jqBcRlAwecYhAOU4gHIFQA16IDhEoBwnUE6Np1GHAJTjAMqpvWnUIf7kOH9yam8adYg/Oc6fXOZP06Cdg0MAynEA5RJMctbCnaRD/Mlx/uRK4dOgF4NDAMpxAOUygJoGjRQcIlCOEyhXCNSg/YBDBMpxAuUSTzJLdT6Y0R1CUI4jKJd40iCC7BCBcpxAOa12IsgOASjHAZTTOw31HOJPjvMnp7OGBG545hB+chw/uVL2NOiC4BB/cpw/uVz2NA1aGDgEoBwHUK4UPg16GDhEoBwnUE4XVx2scQhBOY6gnC6uOlgZEINynEG5Uvw0aELgEIRyHEK5DKEGFXYOMSjHGZTLDGoadBBwCEM5jqFcqX4ayP87xKEc51Auc6hpoN3vEIhyHES5AqI8XO4QhnIcQ7nSEWqgme8QiHIcRDmzx0sdIlGOkyhnsrcORPMdQlGOoyiXUdQ0UM13iEU1H65GsrcOxOYdglGOwyiXYdQ0UJt3iEY5TqOcLe46eG8QjnIcR7mCowZ68w7hKMdxlMs4ahoIzjvEoxznUS4XQg3CQQ7xKMd5lMs8ahqo1jsEpBwHUq4AqYFsvUNAynEg5TKQmga69Q4RKceJlMtEahqIzjuEpBxHUs7u5KI4RKQcJ1Iu0aXRCox4lOM8yuViqGmgOe8QknIcSTlXnHXw7iEq5TiVcoVKDVTnHaJSjlMp5/LcOpCddwhLOY6lXMFSA915h7CU41jKlYKogfC8Q1zKcS7lMpeaBsrzDoEpx8GUc3FnvUFcynEu5TKXmgbq9Q6BKcfBlCtgaiBf7xCYchxMuVIVNdCvd4hNOc6mXK6Lmgbi8w7BKcfhlCtwaqA+7xCcchxOuQynpoF0vEN0ynE65XbplEN0ynE65XzW5yU8yyM65Tidcn6vpZlDcMpxOOWKUt9AsNghPuU4n3IJNo3Cdw7xKcf5lAt7eSkO8SnH+ZRLrGkUvnMITzmOp1zGU4PwnUN4ynE85TKemgaqxw7xKcf5lMt8ahrIHjsEqBwHVK4AqoHusUOAynFA5RJtGtVwOASoHAdUrjSMosGMhgiV44TKhbgjo+gQoXKcULki14clEB0CVI4DKpfl+gbyhQ4hKscRlYt7pfsOISrHEZWLe/KnDiEqxxGVi3vypw4RKscJlStyfVg20CFG5TijctHtyAY6hKgcR1SuyPVh2UCHIJXjkMplSDWQ/HMIUzmOqVyum5oG6toOkSrHSZXLlVPTQBrbIVjlOKxyBVYNdK0dglWOwyqXYdU0kHJ2iFc5zqtcKZ4aaLE6BKwcB1auiPYNpO4cIlaOEytHdi8IhoCV48DKUe7Ig6u4HAJWjgMrtwKrwSqBiJXjxMqV8qmBPpxDyMpxZOUKshrooTnErBxnVi4zKzXQQ3OIWTnOrPxUdgH4zfEIW3mOrfy0R/89olaeUys/7QRbPcJWnmMrP+1hAY+wlefYyk9FYhJPAh5xK8+5lZ92kqg9olaeUys/FV/F84hH4MpzcOUThxreU+CpnpMrn0DUqAjDI3blObvyU3FUPJ15hK88x1deFUfF05lH+MpzfOXVrqMigOU5wPKJRo0OEh4BLM8Blt8FWB4BLM8Bli8FVAM1NI8AlucAy2eANdB38ghgeQ6wfAZYy0kCze8eASzPAZZPMGrUpsMjfuU5v/KZX6lB2zaP+JXn/MqrvURqj/iV5/zKZ+U+NRCc8YhgeU6wfMJRw0eDCJbnBMtn6b7ho0EMy3OG5bXZezSIYXnOsHxmWMNHgxiW5wzL672kf48QlucIy+virHjR9AhheY6wvN5L/vOIYHlOsHyiUcNpBAEszwGW3+0m5RG/8pxfeVN8dbABQADLc4DlzU5hqkf4ynN85ROKGro7olee0yuf6ZVSg8Ub0SvP6ZU3dvedQfzKc37lE4savjMIX3mOr7zxu+8M4lee8ytv9kJWHuErz/GVN2VeHexFEL7yHF/5jK8GWcge0SvP6ZXP9Gr03iF45Tm88nZPHM0jduU5u/K2TKuDDQ1iV56zK5/ZFb4dCFx5Dq78biGVR+DKc3DldwupPOJWnnMrb4ujDrZmiFt5zq18lvAbUDiPsJXn2MrvFlJ5RK08p1Z+t5DKI2zlObbyrsypg60ZAleegyufwZUaCEJ4BK48B1c+gys1EITwCFx5Dq58BldqIAjhEbjyHFz5DK7UQBDCI3DlObjyGVypgXqBR+DKc3DlM7hSA9UAj8CV5+DKZy2/OHBXxK0851Y+c6uBaoBH4MpzcOULuBqoBngErjwHV97v5Ft5hK08x1Y+IajhORFRK8+plffFWVE3SI+YlefMymdmNSjV9whZeY6sfNbyG5Tqe0SsPCdWPhOrQZm9R8TKc2LlffHTwSqDkJXnyMon/jTamSFi5Tmx8plYqYGGgkfEynNi5f1OMoBHwMpzYOVDKffHohIeESvPiZXPFVUjB0HEynNi5RN+8st1gMpyj4iV58TKl4IqBfMTPQJWngMrv1tQ5RGv8pxX+bDrqAhXeY6rfCiOOljuEK/ynFf5zKuUQRnOHtEqz2mVz/VUalDh7hGu8hxX+cSehhM7wlWe4yqf66lGEzvCVZ7jKh/V7sSOeJXnvMpngb/BW4dwlee4ypeKqtFbh3iV57zKJ/g0XB0Qr/KcV/nodlYHhKs8x1U+safhy49wlee4yif2NFwdEK7yHFf5jKtGLx2iVZ7TKp9plRqoF3hEqzynVT6Rp9HqgFiV56zKJ+40cjFEqjwnVb6QqpGLIVLlOanyiToNJ2UEqjwHVT6XVo0mZQSqPAdVnnYPVAhUeQ6qfAFVAyEGj0CV56DKF1A1EEHwCFR5Dqp8BlXDO4I8lXMqXzjVQATBI07lOacKhVMNiv4D4lSBc6qQOZUalNsHBKoCB1Vh0juVBQGRqsBJVZj2uqEERKoCJ1WhkKpBqXxApCpwUhVKk6lBgXlArCpwVhUKq4JLd0CkKnBSFUqTqUFdd0CsKnBWFXKVlRrUQgcEqwKHVSGBp4GSd0CoKnBUFQqqGhQhB4SqAkdVIaMqNSghDohVBc6qQi62UoPS2YBgVeCwKiiz04skIFgVOKwKyu70IgmIVQXOqoJyO31EAmJVgbOqoPyOEnZAqCpwVBVyrdWgL1NAqCpwVBVU3OlFEhCpCpxUhUyqBglNAZGqwElV0NO4F0lAnCpwThUSdBr1IgmIUwXOqYLWO5LaAWGqwDFV0GanF0lAmCpwTBUKphrUVgeEqQLHVCFjKjWoJQ6IUwXOqUJiTiOAEBCmChxThdJkalBNHBCnCpxThQSdRrLWAXGqwDlVSNBp0J4lIEwVOKYKZq8vSkCUKnBKFRJzGvU0CQhTBY6pQmJOo54mAWGqwDFVMGanp0lAlCpwShUKpRqURgdEqQKnVMEUTx2s/ghTBY6pQsFUg0LagDBV4JgqZEylBkWwAXGqwDlVKJxqUAQbEKcKnFOFzKnUoAg2IFAVOKgKGVQNYFdAoCpwUBXsXq5KQKAqcFAV7J6kSkCcKnBOFTKnUoPy04BQVeCoKiTuZCbcwzwgVBU4qgqJO42E3ANCVYGjqmD3BNQDIlWBk6qQsNNI7TsgUhU4qQq2uOpgoUGoKnBUFWxx1cFCg1hV4KwqFFY1KMcNiFUFzqpCKbKC8zsCVYGDqlBA1aCgNyBQFTioCgVUDQp6AwJVgYOqUEDVoBg3IFAVOKgKbtdXEacKnFOFwqkGBb0BcarAOVVwYc/hEacKnFMFt6f2HxCnCpxThVX4bzA3I04VOKcKe5wqIE4VOKcKCTpFi+QpA6JUgVOqkJhTtEgNJCBIFTikCgVS4U03YlSBM6pQyqpg76yAEFXgiCpkRLUsMPCJIEYVOKMKhVEN6rQDYlSBM6qwW1YVEKQKHFKFAqkGddoBQarAIVXwxUkHEyrCVIFjqpCQkx60GAqIUgVOqUJCTtphUYGAKFXglCqUuipc3xUQpQqcUoVMqQa1WQFRqsApVcjNp9xgBkKUKnBKFTKlUrizYkCUKnBKFQqlGtTPB0SpAqdUITEnozDICAhTBY6pQsFUgxr8gDBV4JgqlKoqXJkVEKYKHFOFUlWFK7MCwlSBY6qQkNOoMisgShU4pQpZ+G8UyECYKnBMFXJV1aAyKyBKFTilCqWqCufLB0SpAqdUoVRV4cqsgDBV4JgqlKoqXJkVEKYKHFOFUlWFK7MCwlSBY6qQxf8GlVkBYarAMVUomGqgFREQpgocU4VcVKUGWhEBgarAQVXIRVVqoBUREKoKHFUF2uvnFxCpCpxUhVxTpQZaEQGhqsBRVcioSg20IgJiVYGzqlBaUg20IgKCVYHDqlBg1UArIiBYFTisCgVWDVQaAoJVgcOqUKqqBioNAdGqwGlVyLRqwGYDglWBw6pYYNVA6SEiWBU5rIpT3gPgqrmIWFXkrCom8KQd1qiOiFVFzqpiAk/a4UaDEbGqyFlVTNxJe5xSHRGqihxVxYSdtFdwDxARqYqcVMVCqgbqGRGxqshZVcxVVRYJCkYEqiIHVTGDqsEsEhGnipxTxVxUNaAQEYGqyEFVVHkDoGFsNyJOFTmniipvAHCz1ogwVeSYKqpcVm2xeyBKFTmliqrkqSwLXthcBvJSDqlirqgavPoRQarIIVVUe13+IoJUkUOqWAqq8K47IkgVOaSKGVItvcjBKSQiSBU5pIqlnmogExMRpYqcUkVFe68tolSRU6qY66lG7wvCVJFjqpgx1cjXEaaKHFPFLAiI01QiolSRU6qYkNMoEBoRpYqcUsVMqfRgVkeQKnJIFXM/qkG6TESMKnJGFXMt1eh9QYwqckYVC6MaqAhFxKgiZ1SxNKQaqAhFBKkih1QxISejkNx2RIwqckYVSynVQEQoIkgVOaSKZi/sHxGkihxSRbMX9o8IUkUOqWKupRpNIAhSRQ6pYoFUA0GkiCBV5JAqmj3xn4gYVeSMKhZGNRBViohRRc6oYmFUA1GliBhV5Iwqmj3N/4gQVeSIKhZENRBmighRRY6oop12AggRIarIEVW0aieAEBGiihxRRat3AggRIarIEVXMiGoQQIiIUEVOqGJWARwEECIiVJETqmjdTgAhIkIVOaGK1u8EECIiVJETqphrqQYBhIgIVeSEKtq4E0CICFBFDqhigk2jAEJEfCpyPhVLU6rBPITwVOR4KpZSqgjndsSnIudTsfCpgWxXRHwqcj4VC58ayFRFxKci51Ox8KmBTFVEfCpyPhVLIdVApioiQBU5oIoFUA0kpiICVJEDqlg6Uw2eDXJVzqdirqNSA/WfiABV5IAqFkA1UP+JCFBFDqii3ytQjYhQRU6oot8rUI2IUUXOqGLR/8PF5RFRqsgpVcyUanCuQ5QqckoVfXHVwYqJOFXknCoWTjUQQ4qIU0XOqWJiTiOgEhGmihxTxYyp1EBQKSJOFTmnioVTDQSVIuJUkXOqmDmVHggZRcSpIudUcVf/LyJOFTmnirmaanRSRZwqck4VM6fSA0GliEBV5KAqZlClB4JKEZGqyElVzPVUeiCoFBGqihxVxYyq9EBQKSJWFTmrikUAcKBCFBGripxVxVxRpQcSQhHBqshhVcywSg+0eyKCVZHDqhiKvw7eHESrIqdVMRdV6YHeTUS4KnJcFXNVVWqJBI0gj+W8KmZepdXAYxGwihxYxUSfBtpMEfGqyHlVTPBpBCMj4lWR86qYq6r0QKomImAVObCKua5KD0RVIiJWkROrmInV6ECCiFXkxCpmYjU6kCBiFTmxirlh1ehAgoBV5MAqZmA1OpAgXhU5r4qk9g4kCFdFjqtiYk/ewb0VglWRw6pIe2qVEbGqyFlVpD21yohQVeSoKtKeWmVEpCpyUhUpH60GWxoEqiIHVZH2uGpEnCpyThVpj6tGhKkix1QxYyo9kO2JiFNFzqkoMafg4XUQolTEKRXtSv8RolTEKRVNe+EqQpSKOKWiXFGlB9I/hDAVcUxFuaRKD4RuCHEq4pyKpjKj4hWTEKgiDqpoKjMqXjEJgSrioIpyUZUeyJAQYlXEWRVlVqUHMiSEYBVxWEWJPNlltQMZ74RgFXFYRYk8jeruCMEq4rCKclHVAJoRglXEYRXlmio9kFQhRKuI0yrKtEoPJFUI8SrivIoSfBrF8AnxKuK8ijKv0gNZFkLAijiwogys9ECWhRCxIk6sKOGnALvnEeJVxHkVqeKqgzkA8SrivIpyVdWgNJMQryLOqyjBJ69wxRwhXkWcV1GCT0tCBOCZhHAVcVxFWo+RKCFcRRxXkS5+OpgREa8izquoVFXhkyYhXkWcV1EpqsInTUK8ijivIl3cdDAzI2BFHFiR3qv+I8SriPMq0sVRB7M74lXEeRVl8T89UN0ghKyIIyvKyEqbweyOkBVxZEUZWemB7gYhZkWcWVFmVnqgZ0AIWhGHVpShlR4UzhOiVsSpFZm9NABC0Io4tKIMrfSg+J4QtSJOrSgRqNGJiBC0Ig6tyISdExEhZkWcWZGJOyciQsyKOLMis1esSghZEUdWVJAVPhERQlbEkRVlZDU4zxBCVsSRFWVkNTjPEEJWxJEVWbNzniGErIgjK0r8ySoHo7yEkBVxZEW2OOpgzUTMijizIlv6VQxWCQStiEMrsnsnK0LQiji0Irt3siIErYhDK8pVVXogEkGIWhGnVuT2AgCEqBVxakWuTKuDVQJxK+LcilyZVgerBOJWxLkVZW6lB+oMhLgVcW5FmVvpgToDIW5FnFtR5lZ6IK1AiFsR51aUuZUeSCsQ4lbEuRVlbqUH0gqEyBVxckWZXOlBvTkhckWcXFEmV3pQb06IXBEnV5TJlR7UihNCV8TRFWV0pQdFyYTYFXF2RZld6UFRMiF4RRxeUYZXelCUTAhfEcdXlPGVHhQlE8JXxPEVZXylB0XJhPAVcXxFucxKD4qSCfEr4vyKMr/Sg0JeQvyKOL+izK/0oHCVEL8izq+o8KtB4SohfkWcX1HmV3pQuEoIYBEHWJQBlh6UnRIiWMQJFhWCNSg7JUSwiBMsKgRrUHZKiGARJ1hUCNagZJQQwSJOsKgQrEGpJiGCRZxgUSFYg+pCQgSLOMGiQrAG1YWECBZxgkWFYA0qAwkRLOIEiwrBGlQGEiJYxAkWFYI1qEAjRLCIEywqBGtQPUaIYBEnWFQI1qAqhxDBIk6wKCsD6kFVDiGGRZxhUcweO6jKIQSxiEMsSkCKYEkuIYJFnGBRIViDmhxCBIs4waKY3XVQk0MIYRFHWJS1AfWgJocQwyLOsChXXelBTQ4hiEUcYlGGWHpQk0OIYhGnWJSrrvSgJocQxiKOsShXXelBPQ0hkkWcZBEVdx34PEJZxFEWUUm9Hvg8YlnEWRblsis9yHkmBLOIwyzKZVd6kPNMiGYRp1mUy670IGOZEM4ijrMol13pQZYvIZ5FnGdR4VmDDF1CPIsYzzJTrrvSOEO3DPdG2g9XI9ljcXZtGd4YUdxI9ljc9rQMb4xobiR7LM45LMMbI4YbyR6Lcw7L8MaI5UZStYCFkYYyurHhuI3ssDhvsQxvjHhuJDsszlsswxsjgRvJDovzFsvwxkjkRrLD4qTDMrwxwh02KwVqnHRYhrkRxR02Qy2Ns+zK8MYId9hCtXCWXRneGOEOm6mWgWV+ZXRjg/urKv46eHMA1Wo/XI3kGRZn2ZXhjRHusJlqGZxlV4Y3RrjD5josg7PbyvDGCHfYDLYMzm4rwxsj3GEz2DI4u60Mb4xwh82VWAZnt5VhbkRzh81oy+DstjK8McIdNsMtg7PbyvDGCHdYXRx24PUAb7UfrkZsNjLwWMC32g9XIy4bGXgsAFzth6sRn6Zpj6dpwLfaD1cb2WFxhlwZ3hjhDltEA5HgXxncmODumvGWwUl2ZXhjhLtrxlsGZ7eVYW7EcHfNeMvg7LYyvDHC3TXjLaSQVcY2FrivZrZlcMZPGd4Y4b6a2VaA+qdldGODu2pmWwan2pThjRHuqrkiy+BUmzK8McJ91RRfHby+gG61H65G8uSKU23K8MYI99bEqpaYJXzzAN5qPyw2bHHWwRQA+Fb74WokOytO1ynDGyPcWbNsoMEpLmV4Y4T7ay7KMjjFpQxvjHB/zS2uDE5PKcMbI9xhM+MyOD2lDG+McIfNjMvg5JIyvDHCHdZmh8XpFGV4Y4Q7bNYONDiNoQxvjHCHzZTL4BSEMrwxwj02Uy6DUxDKMDfiuMdmzGVwCkIZ3hjhHpsxl8EpCGV4Y4R7bMZcBqcglOGNEe6xGXMZnIJQhjdGuMdmzGVw+kAZ3hjhHpsxl8FotwxvjHCPzZjLYLRbhjdGuMdmzGUwUi3DGyPcYzPmMhiHluGNEe6xGXMZjEPLMDfiucdmzGUwDi3DGyPcYzPmIpCaXcY2Fri7lgItDFTL8MYId9fMuAwGqmV4Y4S7a2ZcBgPVMrwxwt01My6DgWoZ3hjh7poZl8FAtQxvjHB3zYzLYKBahjdGuLtmxmUwUC3DGyPcXTPjMhiolmFuJHB3DcVdBz4PGFf74WokT7AYqJbhjRHusZlxGQxUy/DGCPfYzLgMBqpleGOEe2xmXAYD1TK8McI9NjMug4FqGd4Y4R6bGZfBQLUMb4xwj82My2CgWoY3RrjHZknBf6pJ/VdwfEoChKv9sJhItCqYf5L+L8uKAcogNxG5t2a+ZVz4p1L2v6znFwIAV/vhaqW4axxZQf4aub/G4q80soIcNnKHzYhrsv+k6b/MxgRy18jdNVdpGT+NLgT5a+T+moAVaNJSRjb/P3fVzLcMpstleGOEu2rmW8br0U9Bvhq5rxbABSVwyujGRv7w//vnP06XX/PtMR//1+U4//WP//7f//sfZlnj/+cf3075k1RImr7qH//9P/9IlaL//T//9//+c/2K5b/+WW2nseXLDt9vrRXvnza8z/+PciH/YZ0rnyzTZP5LufUvG9T6720sfy1d1dJfWqup/GXM+pnxtvy19KMRXu3L9fJ6evu8HR6n66W7AcY0v1+JDb7Pj8Px8Dj0tqixpZ3U1v1xOzzmtz/9gzGxMbaku33R2vgnW9VeZviq4cefj5ldKnWXqmUWX17m+/30/XQ+Pbqfbn3zSBadzeIpVPxIL4Gr4h959Gvfdbue2fXbqbt+4Tvw8nL9vDxOx9bWss5WUy4Un/XV8Y1a3XgJFn/ha5LN9iZRc82LlFC5Ia7+FYQe8/I4/ZpfPud7/wxs+wyo3vmvGP3X54E/2zA1dpUl/3VzLz8Ol7f52Ftt3hXlJqFTdDaad0KtM83qZqHMaZrKnGbWWU5bs/5r6+P6V1z/R0vrqJv0+pdaP1v6nMsu9Nv38/Xl53z7dpwf88uj//XKtT9eanG+3a7dJK6aSVwJn8vxW+/+qdf081VamknL7Hyf307dJLVIPlRDxtp6a63U4m0+/Oynvcb19POxrb7t1olGTWGdcqZ1MfOmPnBr6l+hPvp6feubrr1ZDS8NT75wzeBWqPZWrLOglS4J2Wx+bXq7urUrflSLtfly7E2Z1lS9L9KloBj9tXzYuWS7OXHClSobO11OzFb7+P2X7t3p8phv98fpcTqce5udt3/pDr4fbj/n271/e2y7kC4NiL5gsDMVfWjeZlKr07jpSxd5/3n66K5wMu1dtNKl8vj98/V1vp0ub73X2NZrpLN2tQX8pbt/0tv3cj69/JyZQ7v20oTbwuPL9f3jPD/67cVk2y2mjdLLOh7YJTUTtHHSOeUIpsJF5KQx9VzBpG/F8XC/z/2tn7p776zY1Mvh5cfp8vY43MEEENqdWZA+huPLZ79Zaq9t0WzOv1eJX4bjfH+5nT42O+nQHZ6kL8Mx/c7z6f6YL3O/Bqvm9ypl13XI1Ssu+w9dFiu7rlVWl39j1w2zm8onTpV/42xZxFwsQ349hy0i1PmPdWEkVf7xUkGR//DlxlFYT3RqXZgXtZryV/1e5VQ9C+o6uv4W5dW6KQ7V3qLrXf7S60I61V8/rUu0VmYdVetv0qruuhTV8yOtC7NZr0obvS5Ppp4obN2WW113cbbu4lxd0Gj9Nhfq5rAu+bFOs7GOLvW9Qq8YrTLk25OgEu+Ajtfv9/n2i3sYtae/6MTWbvO/Puf7I13ly/zx6HePwbVbcL/eT+WlJ4blC+4f18t9Hn4Ddd9g6zdINxnHZY7pTmu6mQedFl/pY/7r8bgdXvr9pWqPENUVlNzqxuLUbqu0kYY7iikwm7bbFenR+Xj8dZp/d0/CtJsLJ5/3FkPgqhprmqQPc7MDje2Str6SNkqn+M15aNHfaixKfyT4fV10RHo9r6fb/fGvz8PtcerDFbpdI4x7noyk2+PT8Ta/ne6PWx9wmnQ7MdhJOjGcjr8O50+25dG6syXd8pzeP25LoKZfZnX7Zhn3dWNsl92ep7Qj8X3jJ4rYPohJuiFbpre3HJX7eeqdONWMtpEo6TM4Xw9HtoFV7eFOfA5HYc1F7awxJb1dq6ntCxHbx6mk09D76fhxPfWmFlWo5tKeARip0cv1cXo9vWxjpIsGf3sUk97Aj9u8PIxtjNTq7slKnfg2H45/7o/Dg5sznTnp5XVvQntG9GvMo95Et25h1iGj182Zj+viW3eJinz9LKyRD+OfG6x6yDDrZ75uyXyNxvj1y7Qn6Qt1H0e6qX0JjPRtyrumz1u3C3PtA1ST2G3vyf/fD/05mtq1RRwGvOf/vfNT41s/Fc9C/GSv2yiicdKdxmJm84LrdiUpPiCxdb6yaLptDXnxS31/P1wOb/2+d5Fsel6TNDZeTaEJtj2Oe/F97wyCW9fOtUFs9fp5e+l3CW0g1gSx6ydDYPay3XQjXQPuH4fb4b2bdEIbdVQlXioxdXvpXsfWX0mL/fXP/TG/92HhdlO8nitNPYiqqQKoGhf2RnoDHoe3dAvmB4/1tcxUr+hATWswRk2+/rUeU5eShvUK6pFUid/Vx4/T7Yh3lG04yNeZOootb/3Fdf4ifXM/2RbLtauwEtOn+a6WLPvmF7Z3ux7x6wnfV1C3nu/jukrF9XQfVyi91BjnP+hJ9da1z9SVTK/YW+saIHBhXVxDXSNjDTPEuD5Tkm430g/9Of/Jbj1cBxdVs2YyEDrv2+H9cLgczn8ep5d7s2s98T2r75610GkW6zsX3J7mpHG/xeT5+naef81n4JLdMVM6YS82P86HP/M4hWARJntebBT66GJ42WicXmbOdpOuSHutXzGZJvDxtba7mBL/Ehp+3ObDO7it/elWOJ2fbstN7a6sfdXtGo500r3R+fvn+zKz3bv5w4RmOfXS+Mliiz8TE5oV0Cuh95xPb/2GdFEXbW6XlFSfz9ff8/H99J6W5n4hoXbHIEVGi8H301/z8eV6ebA9SIgto/exBk6lgGsxfjksyP7183y+v9zm+dJ/geu+wNcvEM5Myxfc5/nn6fL2er29XZd3/ng4dSsHddE46YSaLP88fSB+TO0OUmzwsQQL+02tbje1a2DcG6EvvC/pIJ1rmsannDTenMxcXzNMm4+Hz+Ppep/fln/U+ZdpIZ2NwvebWf91Os4D6661LnzZ10Wpd6ouf2FdSxWtZ1BFFRAYL7zX6xcN+M+iMPS8emmkV7CkdsGHwl3+s+GP0+uy1fx9vXWO66JpX4UV1Gi7nt31czfppWvtx+nn3M3frqUUaqoJfpOvf0ljnx8ndvYO7QqrnBTHfnQn3NieufU0SW/qB8vwanMSnDRc/fFxBlEm3b65RvpuPW31V+ZdO60aaSrQ09yv+bYJvZr2KC99P8E67NrVU/iiJDPbhbhNNlXCe8ZxdRc/M5Xq2Zrp5WrKkbfCVWn5jiPYc7n2u9QkzTFdzPUP2LWncFUSCJeD6TP0ZtYX2Ukff/qay+uVJaK00cog3e6stlaS1zMBas+ETnq4XGzyqab1JjVJp8fFEsy6cW3QPUjP9ou53tCku+SYr/jmZl+tugBvkL4yj8ft9P3z0W8RXZvjTNJN1rIh6KaX2G5bisNJT3uLsW/Xy5khpy5/oqQGyIxtbXVP0UkzGBdbIE9Vt3NpyQ6QGbtdv3/eH5f53u9zqJ211tRANdWQklnTCpWp+fI1y1QF6XE17eIO7x/n02XZWvRhHtcGQWrIIn7ltiew3EOEZlX1dTMrvdzHj8f1Z386sO3OPa55l2py6w2a6nQ3UY2C0TPusk7hWlrM8Pm48tNom3e05nIo/Uxd+ZLhl8PHYZvmnuQ2212ecOP+63A6F3N81nDtw1CTq/ep7oEnEu5887ewOKELrQOtNkO99yV9R2B9vh3e5u+Hy/H36fj40X9JbL+kvgFUs2wm4bz61+lyfT/edsJibfqmlRZCJLN7e/cO9Enpx78/b/PutbbbHmuE0+5ide9SO4goPN5/P7z8PN6uH8fr5/fz/P3a8Shq500tnQdWk+f7j0Pv0dTOWVr64q32Pm9dTEC1wFN72T1cbL3drp+X48v13GeIUEfrpTGG74fjZX4sh7T367H/sV1+jhKeLQZvEbVv0ZoAWGcwa+tUrWsa3po2p2JNqovCY9L3A8sy655bEJ7Yvh/u81Jy3SwGql1ehMk82czn43Tu36B29hImzy+mAFxrMz+sMEsj5fX3Kb2xOzOTkCl/7540dfl8WjgzfD89+PZAdVVQunhAWNGIUmvyqVKmFkgISWAqXymhxtMrSLaKbRRTUd34kDCc/v167BZX0x6V3JrTENbdRLCr0+sVxCwqeeu+6wl2aB2NtTwk1s1vFJ6Hv18fj2sHHUN3gvHCLfn3ZRY63PguokOzXzS1FBQdTmd2jmmj5toJK0NWky+me1XaU5+U9lZToTfVvsBCpL2agr+zW6pLmrTY4o/D+fVx6oMTuo0xlWCC2CA/hZs2T80G4eSQ6lV4UVaLk7ww+Pk9V6lcTq/z/cECctTuBLUSUp9k8fr6ujk494WzQZgu+H1T9aJUG1DTPqzHgyDM9M8mUZZN6C5QOCmV6Hf35jfPtJY+r5Ot+EYWwzii3ry8dmXVyumvmD5frz+Xjc/v0+V47XJ/VVcAJKxhzUa366jqjtlJPl9m7nTu84TapSsI87y+/+6X0XYu0MKSve9/WKjFtGmXloRXslhZymB6VzFt3qUVslo++7anBuF5mM+67XlMWFOVfkxnpbm5+f+xaw5hEtcQG/1WdhHfPm7XpRT2dL2AUtY2P102q2fj2UWBwXafJnPSZHAJBfV5aNTWtepJmGWNnKNFT0KyksygfETT5rqXomWZtSU19fPOXuouIUR4zkrWlgINaLHL3RCmxTWFZf2da5dVEr4TrEiN37/2mOKE4fLG5nnJAunj5abNfXTCCGRnkiGYNrNQSgeYPfjT29wiJ1wQGrs4Pc60xM9p6a+/vMznxJoTCH05nM/fWU2NadcvJ2TuL4fLJkBoOsmBmhAdJul8k0xuEkAXTb7mh3/J2OPH7fr59qO/zI6cxhqzE2ae9JbB1bZOJSzEWmze5vt8efzipWntxBGFAdGXw+U230//ZvykPaLrKJ60L78OfVpB8ziqisdaCOmErOjlkFIHlhL8y9xtpK1vdy6xfEGgNVNhEt/Tj8fnbebnEcULaKWvZz93tOfBGg/wNUWr3pa19FSblQQk2SvpVw6Dn6b1YicsFF8swgmr3Sw6YRxoMcar19vwva3Ftis3djXDM4jXq/QdW6EG08YZnVBTYbEG6kZcl1kozIOvtvK1baeBFhc7YancyyImdO2jGbZdTELNVKkZ0FoLE9xeDp/9cmrbUs9QQ1l2pUp6qkkAWhjIfTmy1Mo2P2wlU2SED3++lUqk/tG3MQ+/pgqrqSalV2kUZVbwpUwt5gnCgHnz7aXMl3lNl+QpjOJ0RrcJAaYl3E4YSGxs8vqcbqWbaqb8VAvTjRB0bl9A22ap+cpnXXXQKhmjVdWTqSUE2kg3hHl9qBgI37V2KpQukdVwzRWHttu0Myfdt2fb76fzkkZ0f2xP+aYNszmp8/y4XZcdHNvEtruuKiXg1nte8+vVJIyDP79mvPj4dvaVno1au5d8ToXb0VbrzEkPI9X45qBqWqLghLCX2XthWCq16mtf/791ldtFo92aeGFIrTGKlvY2uuaFYcSnybVidZDtadq9oJduoDfWT+8Htry3oSepXsLW7jY133f5BcKAeTZ8nu/3XPbQ5Xq0OfBCc+dDnwlj23L4KD2HnufDLUcRf/9YTsqPRzo+3t7mB8jeUaYNKwp1HdJ3sEwz3RJju4qYWFtmdh/K4uvX5T6uaCyu++S4Hg1p3d3TEzTV9AZTBU10zcXVq3Xd7CVrDnO0NeuibrtJeh4pP/U4v9z+JD9nv9u0OM5L91zF6n+uRzItFJImvieVpv5w47scOWGqRbIDjsqqq2Na5UbNqtvnqeLPtZZZ2boNe6Z0eWGx28u5L8Bt60vWB6/WvB0vBOiLUTQx2jaJ3wuB9cv5eu+Djr5LQNWxJkYJA93ZYjkNv7IqRNvqW0mVAzcWWYF7uye0wvqfl/eXHtnENpz8rNigus2ur7aWluwu3zF8PWwbjfXCHJrF4nzJEgljyy1S8NIp/P3l+B/KymwbjfbCRCK+z7AtpgzPl6xKnDzT/bR0orse575MpNvLWLW+v6EKRUVpSP76vqy+ezlbti0R99Kzdra7k7XViSKSlMhc39+vlyUnpl+NVZfVK7b1cbicriybxba1bV4oR1Nt9RH/rljTVFL0zEWp+tH1KO+fel2qlrNUNQsvjUNd3z+u937bY9rMIS8NxV8vh792vaPNFvdSvLdY3fONLqNPmICQL7F7S9ootBEqjo2X+8bW1y0BGtfO6sI5ff8U1vIlJ/aU1STfees2Km7EL1Uyd00rWR+CbpMalBMqP75cL/fH7fOFqaj5LpKxrt/rfkO66l4vj8MLTwrxqqszkx5mtwWoto3dx6pDuMZYqCZg6TohuKoqUyvPtKnTAElX/g1b7i6rWTj+prlvTfxq69ddbbD4Ke99xeny63A+Md2SNnPnb39J94air+nSKf7/+Zr30/3Og/CdQN7f/ZrjvJThf7vNv65cB7ar6Pm79rdPuiuF+rtmF0Gy0+F8+vf4KXQiI3//ex7z7XI4g9/RpUX9Xfs/5z/f5r8+TixVqstaEx6qsHHkOF1E++8aL9x+e2O6ws6//Sqv5sGT7eoy//ZrfLk+vt0/Pz6uN6Yp363/f/v1vX4+Pj4f327z/XE7cdn6bpH826/ux+3667RUrZ4ub+AxdALTX/mOUcV3K2xjpPHVbPLH471nv+3k5dciGuWF0slrOjWrAW6r4I00+Smb2hHD68pBpQGbbPXj8MZZDXUKjJM0UFvs5YfPeiD06v5BWHvZm+R1u+3xjVZhnyU7ej2F1JI0Wz9zVcDpuU2hpp9NZUJfc8fnFW583LaLSagRKWlzHPwFgAF0aeZCDSFsfIMCrOmyYv+m7eZY1Btvsxe+tkpB46+HZVPdc+sWPoavzWbP7wDo1bboX9oQYGT4/vkdQIIuA1eYZQ6+YYsTbQt4w9dmtafl+2fq3dMdiKjL75TS1Ww5R7JYYX3sZMboS2/O/TFvOhvYFhVFKSrq7W1e9NBm4ippSTiyun0BbRd9/lvXe77mlWOLz0NbFaG+ODdj8+AXtJkj0hyZ/ivuj8OtMxrbZF0V5JGfjVVwvW2w8wvn7s7ytVc4aZdVFdSXVpjWKLjadn4TFv0zw58fR5bcEjspyCBlgcjs9orbXIYgrKsoppcsutfrrSiesZQ65zsRDqE4SLX8YCXVrduar008m7BTGzS10xNXrXsT/bWDDtu02bZpSFUMUlbKu66Xx+3KKrA6XR8xNrjdPj8eRVQqJfr2q0PfD0scFfi8PI7X3xek4KJUlwERpADtNh8eMy/57IKX0vBlsfSdi5LFNolCkTRqlM0lsYi0HF422z3V5fBLmUiy+z4f7p83ljnQybFJq2+zvU0Cfyv1LxUpTaZOv7hMffsrKw3Sfm15or2w/nQ1z+LxnY7jGqI0q7ihajq8qOfxTzhX3d750a/dFUl11V9u1/v9ejvxnmOtRrutmYVTJdOqikvY+pmroVetahC2BmbFy+fzikqeB9uwdp4prR269/KAqs1AMFKaeD+chr2AbHtGDtK57H44jQFRK88QpHlzfScGaidDPa0tVnVVBNH1OKunmlsyVUUPVd8JVdvmKKF4/cvnvN0LUhtZ0kq6Nf6cE9juZY1sJwMlDWZvOl22x+f6wyfpIe7zdpsvD6QXGbsYWtUAlhaIrIb7FbPV8jPaVKPS+5iMVsmIpZ/PO9uVha4RpFRPcrUMmgMqNXVhaGEtbrE4fD18m+ynpNp0xWrba6m7wdSdh5X0PJytng+P+fLyp79K3V3ll+4mFwiJLY5QQZrRl4193K5vt8P7slvme9pWjaD24qqdGLQ0+Sh/zzYB2LZBySCF0q217TwS2zJnFYRyX8AoODm0d0OaXpENb25s+8PXRXSdSNUaIHSrILlbs85ozTorG8R//oOe0i2m5j5UHQ5fn1qowi6hRidDFUOtMFXFp9jLM6umtvwgYR+Jl887U7agrp/4JH7XFzv/oTdOp95DUkqfLQMVQepKYZRQRbDYgzp7tt00RWkYMxnctBLvZLVr89naqnEVVa1t7ZaWS3VXWQXkTM00tTXT9Hlyq0k0vorPiU/K6arnG9uCtgV8yj6Vd6XEoFhNJtob22ZIR7NuSWrLXi3t9Zm/oLZv41mS7Q46SHeWvUmQv2Hb6pkgPVAks7/n778eD9huzrZpYEGYbcVEslWr9G2EK/3xcIKinG3RPT37MwqTDBerO8p2SndNEKWyQMfDvZfFavdkta2jmp4NLWtxj62fOffEN+tfpr6S0jDbcilLRv2SezTe8rd7mijcKfK5w7fbLaWeWbr1fdf6mfkj/o7+eXSJZu5Z6lj+eKapr0O1JyeVl9asS1stVzNrgW1tF+rW1D+3Hjf9ujKG9WRSV7y64IX1wRbZzOWPdWi9wrhOpXH9N3EtaK0CT3G9VFrzjGjV3KVVsoXW+jtaz1a0Wqb12Ey1LElXpzLPsrQ1fV/ZOl1bUz+r1bWubiB8/SusK7YK9Twe4nPdr0pVNeQQqxNEVXcF9Xtr+YKq5QUquudOoVqhyjanJ++sx0ddD5e1Gq62s9HTKu6lazRBT7GOVp1HNT0PobXOrh6jVO3TquqiqJ7Sn/UzXXc35tnjtVbr1b2Uts8W8/WQbJ/ty9Z6Zl1Jr7bV2avKjrb0PObVs1mNhbhqz9ff5tVzSa9ZqzWT1Tcq1LV1zLPwwzz/qp1n/XMPJ50jH/Nt2QnzpskhtrsZ4Sw3c3KsWzPShvDH+fXwee625dTF6ibhQaoY+vZxXcrQvrGQ9hLPaqcx6WSYjWabG5OdqKYThuGKyaX1RBbI6m12Gn9OeO47zufDn4X5LtCh9CXs14n2aKqE57LjfD79mnv87dvWGMoK+dBqCaz1XXKWUBd/icuxh9tl2Qmp5qj4r70mV2UBVT1QqSq1peq0q+qEqZ8QxjzlhJ9/1QXC18lCiAaO831JnFtOnveXAyupaYUbojAh5Lhka137ejrVecr6k5+tt6uEaF1TSJg1llMv+xOk6U6Q0ndysbPIdR4fp8fhcvrclf61sa1CFMb68newDMsuxWxtZeOFmWHZ4vvh8vma8qlZz8K2jNFIt/jZ5PXYC43otk+kEbZSzLaufQFNK4VnhPRlNQQ7TLStvoQCJdneNu++bcQlrNQ+ng5vl2ufuRJ0l3EvTOA8nt7nyx1mQMSpC9xJF4Xe4DZS1UKMKKwLOJ5u21Q3pdqUGh2FpZTV1vYXq65ps47SSby3uO0drDtBGxJGfbPZK1+sTaudKl5WT/eXy+f7d14j1BZSSXdLp6V37eN0+Tw9/qRmYe/s9/ouzKmEaXfJ7rK0/pgXrd1udo1dabQQ7B5PS0XaSyacScP3xH5+m5vk69lhqtVZxtZOB3WxMzVDMgijb8t1pMAbn87bwFNcz/BxPXOQdIJvzLMMsTYTKPr6BcLpr7G77SRLoRNTFWr5bW2C+aHdwUt3ZczuJimKQhc3FbZPh2bBFbfL8t9wiuvr6/l0Yarq1F2vdO7dGN1crWvzraJQefl4fT+cLjzC6buURvvUvxbqmBxvh99bYYl2/+DElrp4vmudU0018lDP2qr2TFI1SKOodgKhVf5A6zXZQZvapcireiLW9Rws3TnubO9ce7SJwsrb4+39cT0e/uwbbnfU0kWtGN6p2wydVIf0cHu7fnzs5EG1T84Jy4xQ+lPowuLlwa7xF1VDI/Wprg1TzFQ8w676FbbqZKgaY3sepeoKMT3TYp5qc09NhKrJXiMmtkaI7JOVrLE6XfWBtK/REe+fKT7rkavWYGhpv531boGcV9ttIWON2EmPdZ1lMPW0Wz/hHDwf3+b7409/RqSu1VeV9tckrFudzzPftLQLRA19CoUR5vePx6lfH2P7W1UQ5rgVQ+DOtVUdwhjZ/H5/Y+Ex16ZDkpBzLnb4xiK2ZmSL03xZWvOwSr82YUs9g8uVZ6yvngpVTS9O9S+hW+Zvvlwv/ZnddWmIU4UoNdarlJAoz5dtALHVJhaKC86XpGzDHcl3jiR89quprSup5ldLu3ew5BjquuJpYa+F+XJkaaVdMgyJf9qRgx3bEjK5V7AtbfvImgYbdQ5cNww1MSEIa4TTN4EH0Ta4E3LM+XJcSu5Zc942vypKp5oiu9Jfkm0vaWVDQgnC1SI4LHS6tkqYMd7b296/NrZOwpbb8+V4n+88nONc1wZWWPUzX448dca2Oy2/hkrjuk2klZ89t5q6bhtc3QTUrnHa1ExGWzcG9tkus24/wwoYNQkLi+YL13jvC/mFh8RkZqc5VOz6/Iin041R8PTblUzIQJJhnmzaVtppJYw3z5fH7cR0m7o8N11VerSw0nn+ON3Z7TPtlOSFpSbFDoj2tG+hFyafFWubGhDTPlkvTBvadlBqAxSVCq9AfYUTfsWSft2bh5phVls2uwowgn6y5NVmzU1T9KSx9aWpXaK0e6a81ryySu+1rwxW2kUp16UC0eDmh9eDh7BTGK517WDWeruE7xssr3OtlAEJA7XJ1PX7/5lf+pq0LsfsH+uJaX1Ma55DTVSoE6AStnIrOcGs9rCrK/dP0SXhsRLcEmpvyResHE/3j8Pj5Uf/RrpWcYGENUnJ3nzkrRJcW45MQgnlbKuss0xjq50s1piktOlXssvODC1zknbDSHZSE4dLf+eU7rrwkvTVATKDSnedw0iIrJIp3kq5jYnaZ3Ao1KmkFtV7YaPE/DWpqI+f5dqiBGkfzPmvE0tQ6EQNpI/lr9Njb9HvZHSkp9WNze3r14YGpdX8i93Nkt8mUChhTfJi6PXzfL6/3Oa++a9qxQyUdC/y10cShFhmhqVZxbYJQtfgWwgGkyJNisHwM5Jp5wcn1NWZ/1qaXqQL3A0wtpxWmuTc2N6LMXYKDkIEPP/1yAyy36B1BfO1l7S2+rm+12K6mvnlhXHN9J0sA2bqBAGl59K/inARuxVTm5evpT0gVmu9MdtG7qN7Rh9r/pdQHHU1Xw5V7FtamurXJBG/AjSthRoq819LIvHj9XC6pc7USEPGtu90ECovzf8+3nYzLlybN0DSd3CxuufSnXiFMBlh/fF9+KzNUlu3UzX5smbu1UILv8at46r8G9dsxrjG3KruC9U8IPOMzJkKRmr6rA7VfWoCbajJhXG9Gh2brFrZ46kPfNg/Qanu1OqFL0U1LGsx4Lq2SZOwlff6Jf9ZWdp1YXdp+clq//7zyDUNQ6enJNQ0fAUak9QltSlhdH21BCK+FH23N5D+1MfhvD08dlVqJKyZf50PS85Sv3PrtDTNJEzUX6SbN0y01RBUWphT8Xq63R+JhrE9QHv7o/RunT/50qE6xcE63xshZHy9LiWNm0biXeBE+k5fL4/Xw/vp3Jc1dUJYSkh9F1u8hxbZrhRS2BLz9Xp76R3VthXboWZIT0IFrGTwPs8/t4mxvtPiMBVEk1BN9/V6ez/0FttIqNLruUPpmig+Sd/cxQV5j+3YSnSoaGsMRJjl+Hqb598/5vk8LEN3rWCUmoTRpMbu5+W0URZRutswkTBLr1rlxy3bteoRptdVa7hjoJo6vUgrncNWq4mi/zrNv1lH4a6eUdpR5fV2mi/H8x8+pdm2r0Ksaf66YmktPIq93q7vm7hV16nGTMLTNz6ItZkjXzQDZBjbPNavmkNsvfVxJ932VYugRs+57rUxlRoI+1K9/v42cEvVa7DW/G6p2PrbfO0v1HQXKjXyyN1cvv9hC1rsop1BeOJ+O1+/H868O5PrgoSTcBkrtmC/J9dpmkzCJejtemZKL64rTFVr4yilhEUBb9fr23lm1ZPOdz5jZctZNTXew/ruRwvDxdXu8tvHtkOnXiVMc6m27/fDae841lVoC8941fiy6hy36gGu24JPwn1WtfrrOm604br+IJPwoJ5Nn977gu3Ww4zU9VdLByZH2JVbCPeq1dj451J7OFLCuePH4fzKQ2qmTYe1wjXrx+F+OH6eH+fD5e2TpSqqyXWVWEKG/+NwP94+3+6nx+dhM6cveSidTenvvd/nvz4P56HVLngkDP/9ONx/na7nmSXOqKlrbS1t+JvzuvuOye1u3a0hBb/GDMKKukOt9Z+q5pSuIEmvuUHK2JqmXRPualtXZWpE4yk0F3wtD32m6NX/IwqDfz/m09uPPvjXSvnptTLWrADRr1tzvx4tYiWZVb5I2SqKYH2FV3Ud8LW1b6x1lrrWWZo1HqRr7rqutcra6lqj6SuSCM+YZy0UryefWGOj0gyTH/O9V3psk3Rq8dVTm0vqRfePw0e/pnWVfEqYvlEMISTkusRmaUR/Mfg+H0+gqV2XfU5C9LPY+w8tjFwnUqqEq24yfOvqDl3bUoeEh9zFzmD9850IqRLG5X6cmHRQm9ikarG6NrXtbX2RdaiFfUHqSaclrejjNmeN1t+H26LH3qcjxzbyV7upaSNsJ/mj12nS7e+xtaRkqvnJqn5WC7WVWxMTta6J56bKiUgFSH+c77Vmur+ktkNInQKnmgKr6me2fuZqHv0z+1irGlVag8va1Fp5qdbRcpn/sb5IddmVmoQBzh/n+/vH/Pa4b3y/pfrSDcb5/h+FMXwnbauEci8/zpsLbIPcJGz0/OPx+AArru+K+qRSYY2xpX9H/zC65D4S7keXk0T/qrcbZhJOGGwv356HdfXCKvBYV7p1oTPrmlaz6+yqEeHXbLywaoBEXVfqtafPmlFCNTm0qj4oVZc4VfPoVW3Dp+qWRVcxpPp6K12t6CqQpFfxDlXbPKqqsaR07bKt61ZJ181QVZZQumY5V4Cj6n1ZZCrLX0+JJvusnK76Ge6p4VUlmmqVggrr7KziU0mj7h6mpulRhUkVDZma5lirsnWsHaup6k6QcM95OprD43F4+TEfP06pWLl/GVz3MshiMqejWUq2N+F6P3WLsTBUcjqa8g/691R1C6gwLLYau72cDuftBfYV8cJtyGLzkzGO9tq0kIedjmZLODrJVi0NgZ+O5m3JCFo6zbwcPu6fi4bhcZt25tvsFqWFiR6nozldfl3Pv+bjx3z9OM881cq3PVCUFoarT0fzcb2f0tnsz2UJHV1O99ybYfOguoQSLdxvL19wO/06PIBrtmFmpYUH1dPR1Cv993w8/7mdXu4Plnzuu0ZvWkjeT0fzmG/v9+vrZ89avekemXA1Tub4dXUgToiUTkfzeTn963Ne2B6uGvame/pC5eNk+Ofl+rvfIZjuQQsLKZKtpw+1T+ZxO1wgYvGmY0RCdczlm27n8+nys7fVHo+0UFh8sXWfb8f59XSZj9vH1XmocAvf24SX2s7JWpgWeTqaP9f7x4GdaTpMr4VyAyMn6pLFhWHY09vleptbybnfp8vx+rujNW2wNAqrAbLh+f37fDzmZ5Ok+5bDHTvANP76jElMtVxG1c9q+aRyz+bgdU039rnOC2eMJeA44Ie+Yyvaiy0ywYvOTKxiXUHqNovBPr7Vxjy8/Jdumk+FLtfBSy/osogmv8+PwyK3lx7pmojMYxS2jd8/GwtPwtNGttIhpC7J0gurPZfTBZcGdG0ambRKbDXEf6dr90AkLODqexYmiaou58B1WTLSiWE12l+f66L70tUFd5HqW6DVV65m169l7mZN3DJruM+uWm9Vb9Wuum12PWDYNUfSrceGqvEX1rBMWGUSqzRfXJPR4nosqtX2VA9FUy3hmJ4y/rVzedV8V1Vub0kEq1NQPew8I791tEr7q9pwWdlqz9X4S81lU76KgFAt7KanZFS9q1M9pkw181tV2cBaD6R1TS3VoQa0ati2Fr3oWuOiQy32jrY+uhqLonrQlRZpNN6C+W+nZVblBqvaoF9jU2G9/TXLL64eENcqSaqJhfVYaGqGylOR9KkhpkM9uNffXeUhdazigrGGnkiIWE+5A80VZrq1oTktPtMwi5uUdW+7XahQrScJvb/MH48lfw40WPO224IKgzjM6jbP0Xf5BFp6PmxU6XtrnYh8LcAy0j1JY/f7zFp9UKeopITlH61JXtLcpduLz9utQZ5AQl2JihLmrncmN+7UJVIYYeV9a3LLJrpqDRIK+bQmtz2yqKuoUcJcl84mz/PtWoJ4oTTS6eNwPN5YIz5qI6B6knrj7Tg/rnu54t51eX3ChnHZ7k56QjcvkXQbdf924NUDHbIVSpqe7txMpz/vpKf9ez5aLBNPj1e6VlqVNRphqPx03+bMdBE96fbpfj9zrehOEdXWgHE96NQ1rHZgUl6YmHN6zJ1ckWnDPW41R5VM19R+5Z7yx7VktaIarZ4ZYFMFZBX+Vi0N7YTpKMt19u5IqisSl26fH/N79wrG2Ak/CPUFFjObOmTqFPsmYQLl/7n2y4lpd91OuJosRu6PJVv27Q97Z7uiJWH65c/5D++N1YZEns14onBh/jn/ud53Z6y2QZwywpTWZFZe3OC7hDMjfCPTl+zNil0NjVBQIhmVXHG3cRGGtxa7nUu1aN4L5SkkF9ftAIRnzWp3cx/bBLBJWC/Ou5zY9hHXrXpV7FGW6smoaldMNcVECxOzz4fvTB22fU612jasp8knhnLPbJ+qJ1SFA/RUWfoUa6Cqni2e82wURh5QpphtBZP8OiWH9Wj0vCxVNfQVVaK3Fl2pqlam9FP3oKqyT/UgqJ8rqVBAcb1oljXW5tlqI0y8PB9YOmyXvSkMKIGuVJ3KTZV4kL0AxdzwtepeBLueRdX01Meun5naDqFK6Cv3rIarp3ZTK9+k6l/lIt8Pl8MbCxd3UlVGKOFX7N3mrKu6lKP0e6XY7ZWknvLn+skyALqLq/GLesOE+/9sGWXOt/OxE08XT2vbc1SXUSxVqT6/zL9eeq9pm9dWjD490X/9zNbP3LNuosJuU+M6UoGv83zod76mXcyd9BfNr70IXpe27IWB9PN8eXv86He0rUbxmkFA9R2yVVbL1aSHZwJXzYfST2/StuY+rYpJurb41LaqwzmhcNF5vpw2E0yX9ic9Cp9P32+H25+11Xd3O7vcZV+7yRhh24LzArhZjKZZR/L/VVdX5WvY3gizm8sXgOKXdl/wpYv9liQI+mK6Tn39a1d2uvxaite/ZQXanq00RoWOyoyWWtB+29ZYFboSswp6CbaJ58LpKxs9vPzr85STBt7n+51vK1rGLZ45NpY3PbNb6Zc13hpqJtJUOyeY2rfPVO5nQt1sCTen5YJQnLMtlVdScfxqD0Q4O2FgIzyZFYMgdNZVDQuFToq1jap7K89R7+FU5eF8neKMMN7LNaWXytD21CSMUC1mUhoms9WFDYVtkpOtG+vo0iZHKyvUhFgtbXoQqqlv8iV9hy9s76u7ykwSRrp4/kHs9i5RV6QjbFm4ST3qqmys+Kp+zdtCZN0mN9sabZrq3lo9I1D1M1fpmq9J2LXiWBv7XIHqTxVGiXinn64GUVrzlrUiuVOEjpe49XCngjAR6ml1u5PsUtStUOsvG1zBfH+ptrvUWichLATqLYPL7XTipEs7ktQPXSdrV1uzBmFx0WI01S8vdVrsSGHbM6O0ZfB5KSX7xWIE7dIrVcI4c3XQrmW3dANzvfbVL21aTm17J71Vv8F5WLfR82ff0qlaV/55Uq0qo0/OWgOKpu6tgzB+uuzFDp/HU6o971/aLtone/MXa7WSnU3CXYBSaO1yemUbiTa3Zb05wpDcau7by/V2326U25QhYeFRtbi8AcBiF9X6msWPww3t5tvp74s/G0h2tluoIMzD7syBWakTUPvifdzyx9iG25RUDer9cHs7Xb5fH7w7tG1rJ6XlZdkaP2CT7dqmiJ/vYuvGawzJdk1NxE92MfboZyfqWjcrYT7i++H2s2zbN8tD7PB/FO5Zs8W8cedLY+zgdxRm67cWGfOPXWQyCnXrWoPgV7vOpNRX/vp2P594lW1XNeiEIvLvh7++f76+zrdtVEaZTnxJ6nt/ofYaqst5q5UcwsbJ74e/Tu+f3VsWVffOChOAi6HDEV0jteUdehKm/xeTSzrP9fW1f7idEI4wrFnsISGg7nRbC/6kkL8YXsvQuGyP950KWC3ek/LI98Nft3lZmk+XN+gBbcBRC8Vwk9GNdHbsSGcURnjfD3+Bl6b3Sy19Rn++z4clpZ4d8NsYk1T47X0+3D9vqeVEFjOF4sS+y32wwvNNqi/ubl2zq5Rb+Hb4fr2xRhPtwUM6/2dbv7JMC9h3tNniQgdJJnNHXmCwozRfMJhyixZRza3JNoQvfPGSycHurT1Tf+WJXK6Pb/fPj4/tc2l3+UJ3XixuLs1TFzsQpgA9bW2km7oDiJmEUt3J4FJe019bd4x2X3i2iymm89qeQaxQdjXZep/P18uYvXfJRVbY6S1LAhxO5+ttGxkOXYmwFeovZ5NbxeA2JBeEh91s68bSYUPXwtEKi3qftpCqQuhODk6oHve0yWNhQXVRHaHU4tPeNp7b4hozCdtMQskH3wVHdIV/tdO5is+GY8KQZ/oiFjZ2XTyndppXVoicl1LRHwfebKoNVQjTVpeIE9u9dguxMIsGhcRU1+yrtnCjGiSvKea6ZpZraf/b9QsHlUWhUxqTtrdejHJN1g62W/+sHxDuSufHjytbr1v4U/NGdA3VmpqAU3uKKmlbwfdlk/bCNmmNV1RoW1UqhPSJZSCFrmmKE3K899P5fOKya20Gx7NzXa3nkAYBVtNwBuuiW04a3lpNrr7GyqlDV07shOIr1SpYVLpqXyfd1VSDXH2iLb8SRj+fxh6Hx30T8AldDa0TJvG8n943EM53i4qqzv+UI7G6tuv09ZgqzI94P12259R23x6ETTuKIXiobO1FIeMs9tChsiOctQhTmiNZDI8PlV1OanwWPwmn2+vhcbgczn8ep5e9/E7qREGFYnKL8eHmLXQVt04aPWJ7Xtv+/kA1c1BI9d+vl9Pjejtd3hYkt97knoZ2+Z3CVOT3JXT+bfnRl7d+FY79IV34oi3mkLX+yC+EXe+f58dpCe3nY2K/Z+3Ks4U71t4enKi7ancnzJdjhlGmW3uEMpN0C/vJezq23RdqA9kKhVZyGqUhusX+4fNx5Q0CQvsaKf9Mfq16NVTTcI00/Nl+2fBtU7o90JlJWKmU/ocWcbXZzrVPh6slpLVc8/kq6qdOnTDgt9i/vt7n85klXXZ7P2mL88thaTj/i3Ur6pISohBoXg6/Tm/p1n72enddaF0qSX6Z5+MSiJrvL4fzfP9xeuXvt23TbcR3L8e4urhrs18oD2p9TuuCYesO0k/P9LVaDiuMm5fv3kZhWvFFYVHsagvQ6C4150tXxkMmrut4Oq3CCGryNe372ZRO2GurftVo4esqBrzwCLMXugxd4NoLd/7c4iLydrvyly50UWsvTNBYbaOloNsQeSGvLAZZCzPbifp+7dpq9e34l3fFcMLz62X+vaoK9QtrVyEThYkevLPsIkjYxpSEMcPFzLdtfKprh+SFnTYv12Pu//3rejq+gMptpVv5TzOJ7V5QNlroMu29UH/o+vrKs+1Ct1P2wuPndkNvWi1/++yw86yDF26brufjwFN85ymyF+T6fjoeXl7m+33ZIt8+WQzWdXol01PqskoyqKke1YRRz6V/d20EBLJFbSumFITkhxndpozadisZhG/l9bKpMGy7fki7a10vIM2/rRUV6qUtrj7KsbVtcnYQbukbg+iOtWckYZAkv43dC9TRVl91n734yab+K7/mG69hpq47hjD4cL1sYL9p1yon3B8udvrcC9OuUE4If6+309vpcjgfTrdNp782JVG63i/3qXTiQ2IOodu4eCGfKUbRtBO6ChwvbF9ZDPKmP6GTxPfCGOdi7HY6zvUwc/goqlr9GapTXqqljNIirPVbtqdJ6k7TSlhsc/3NW6FOnYaikz6bxQ7vE+U7S9JXN1uCMme6O9/rWr4opMEfh8vMhCA66fkg3Nx/HC7X2+H9wMM5S/v17mAmvSykmmNajQonDIh9HG6Py7xhq6ETBnTC89DH4X5//LhdP9+6vJ/YpVEG4evxcWDSjKrjbU/1pPWNWNWR3FQLb6vgvnQ5Tl/ax0raDIdablLJxhd+yzYK3TUE9cJT+ceyjb88Dm/zS9KV7V2gXRGEBSEfi6ry0uI4BctZ4VDbQbMq/09ViMq4WndTGY+p0Z0gnFbLFfy6nj/7PXvosHxV9dJG2P68aO5+O12+rX9uz+qNcwrPF8UW5AGqEwARrqbF4BYudBWywmYQ/6+ya1tyVceS/9LP84AkrvMrExMV2KaqmG0bH8CuXQ/97xMCtKQUsjv9trtOdIJBSOuSK/MWl00VeNKxQwcWZvewVNaAkQdJlbJYqVBNZQ3IwpDdh1uPDtqZAqNb+jndnhctgMNRkuzRW39Lpjg6JG4YVvLn1s/H7+i0qOC0IO/q3B677+F86sY1vYu8tsIRBV2RNeXb2VqXJmmPOYwakNlhXDpWWPyUNqrbAZQMFEiXmU2O7KXa09R+zjbzwg2nBiuPRmbIWVf2Z32rkKnU+C3TnSJCzyDn2Nxl7uMzYz8FpHF2emdpPKDiTij973d4d7/87Voxa3dwQYk9DA4MGYQmOjnYc3Yt19r5zJiMpMuu0C82BqhmkkH4i04RmKxVZKdxaxBFhKQaAqSKjXEXrLjzUYKzSy714YYcGVhRY5dboLO+8+zi0KmGY7YimY6r1zsejmGd0rhWvSpEvIUtSWzYiTuFF8xGGOf2N04WauBpVBWPNNznnWhsrWCOhszaQrRLNLCqYGD1jZU8du0JJ8vCImjuVMVyF38Wjr1UOnpN5boWIlBaO2aQ2H5Lq7GRPqQRmVcjwkDepUNLsbMQ+U9R99G1DK3VoqvAkqnkR/9nvaUaxE0qUk5HLpAe9lYwJqfLNxalTRH64Vq8uGEFq5Q/kx10au0rDVaB7CyFhdpLOYJlu/B0SplHLMmOpuVKW8UFCH4amLMUhxGh/mg2ZUwEkqUG4XtZvWKQqkpp3os7m/a6H7VQkRqSreruIjWAD8KQpA3UbbAzeBBggLi2iytcdNdUInlMEkHXK3zEbz0DmdGCHO9ZwXZYJWCRc6G3sfvsxtGSF079YAsuEb8RvL4adkN2qLKVoJJyWDfNHcUjd1I3slwq1w2Rba12e6soPTciqSxGPMaFV8o7gmk39auFdqwL2TZFc0zXordTi24MHV24X72M7aaeZQPPknzbY/fZg4p804AqsyhqlWIkULqPUJfGTzHT7y4WHQiLvTLR7h6ZIQVhNtwEvxz0Qkj9jdvY3dqx++nnb+t10R73HTwsebgQSkTIya1hXAhpT/MZqLuSbfQN80npAcYbSVHL29hNNonZzfoFC0Wqjp4GTPr1heipbKGGA6AiSYQh6u5gBfscIYNJnGMyNiWNLrLXUashRavYczCJuw+zodJfsblFAJ6YZwk//orsmW6Q3WkxQYoWcdh00hXZPb2N3aMf7tPYPVt8dQ4cXnLW4TZGw4slpCqKnNO8jf0wRk2rQsM+xgINtp//bNxTVVDFJNudt3GIZ72KcCtRmcREmi1VjcNXLOptwjC9kF5xIakG24d24PsFDh9qRRJzb+Ngj8io4B3uVeyZMhVYtgjrZOLDoA3pOvfPvT33czSGW4EdXiFMtIw8T1fQSLMTshEpvdXiL9i4yEdnrj2oc5Iuul1wM0SKtMXBja8ga74bYuLtg5oBOeoYosUnCUxA1GTVdwPcFZ6A216TDKgN7H5NPz8wICzIhO+fezc+CSF0SAnKXbCWO3eVwnWtxFKydPl/5UTQJGStXdwsJiCNo5g2IoeYZb5fJmGyVJjEpVYZccc0gcirCC+5YocW3Tutva2LVCYKCawr4VTX7sfpWtTbGlKmw1awU1qoQGyXRKAikyCPmljiIF1BvnALGIkGlyDA5nIeXZCjMuvcwcfnuf2KgMEKoSBLMctJFhHewsCzlji5JtOUpbCza9WGG7L3oxfes6jwb2vIOF3pwsg/RA3aVcxE/E9JqSH3vgMyMJDLUi5FkLFWfjZFEgHygPU/MLUAYYhXPrZK3rMi85r4KokFWcKC5E62sWunqB8Wtl8raZhrUnxr7I5d/+hObeTPCnNn5HTVhrWr9kNlnh1X2cAScTO0nsgW+Nid+jH2Tw3VDJQmOzhj97VrwGpwRCDNwFeg9nr8Hsa/ER4YgJPkkhAvcmww4GFNNjJXvGiTCikD2pATPBbJVrosM7y7zrdxmLslz39m7AZqzyYjoz53makbH5byceqe4YPwCf14Fxte2BSDL8+7Qr8Fl8hjwdPT11Rzkm8DwLtdR+kGumRkodaBri8QbxdUg8jBfMRLR5AgmkOyShB3Pztcg8lpTUb+G+p3f0o+UJAJoffxBXL6Hn72kCaD5U/vJ+euXXTFIr5ssDmV/PuxWLeo+xCeCiVZYdmgfrsWJbjDzig7ZDN2lyEijIdtwU10Y2lFsF+hBWyj8cUwd2m0RHgk59FhHsauhVEOaGH6YLzxnzgpm7td4XxuT1iXBtZxQ6/uBW2KJjNUBiZ0BVk7X9Esd7C/fs3ttDcNrEGutiYrFxsuagvk4S1K0q0VWVRcMZcbPC8UxXh8F0ylxaXKj7Btwa6LcXM3nJlrUa934a/7T4WrYBeSGrrouXTOpbWjmNbOnFIcORunsNK4PkjjPCktKccFf0pu1rNVPcvJSAFJ/h+lNyoQvFpMDWtpQ2TexqDwzFgJjiUjVGL0qaT9or3Gt3yoRmyIjRh45S6f1WKkoHMJ83O5bi4TlYV0I6tKupHSeq1d7q0bkqi0LozhsEYSuCZgvKImR85XwG0+JZiVg9wD/Kqkc6xYO0B3jbUZ8fQiwDwUmjPblF4vYr9rrE+GuzAdFS5QsTaTFYUPY0w2U/doiR0HCkjktOCKGIv2VpA0lG+dCRYrcXNQmCClFsbuivdlwpo4qxa19K+OXXua2690WauAYdgsFzM+OotbrpAIHLH/IV5RQgXLtOxm8v0KM1wr0gjlVVcD8u9cumr0Jx0iJ+J4qNBW5KhlCjWxZCA2Jvk1iek4Ez4Dce6R4UtLi9n+JY7Ziq8jLZc7DEi+UiYD8RP1Ftrn/XyejmPXRQk4VG3Y7XLbjPtI4hYyBHJK/fXOrmDK1WSKLBWuoOf+T9xTBfEJcgRuQ1vlO/FQq8EZuSbddQQwlu5SJoORZTrnWPF2vETgYr53c9P9sOMpmAzo8nTqsQAm0IA5Rp99C9rCL1k6uanRbxNWCAv6YPjnHhsUKVCa1yX9hVg2/z6HBkeTho5O4rHGGlowFX0qr3d0H0E0RIVi19rRNI1rlQpJTSnhFIngiirJObs1tjpZrgrWEWEM0BPw6eAgMWUclgArac0U0pop5W/s8L27TGJHBuIOXUZ3gWa8gcK5SscJL8NWawYO98jGNytqYguFog2dFqxwezlMSBRrT9CRBMolKIbtNo/dZDUK53V415Yzo68HzNcatvvUzW1/DcdIhuv6PSV6IaAHKxxozap2bdeKCDYvrgfmPyUp2LTqbT+623DqT9Gm0MDAryLJwhbxhZVm+Nxz9zmqTBR/lPzNqwAVYpQoTEhVS9NMS4nJSHZtxKyV9XfYbvsee0+AzVAufFdS/nXnylCBx1jJhuHDGUmuGhoJrNvBONyvp3kRMo3nScKvIZcuWMluZvMCOc3tBWf/FBjLVyRpaTp+d6c7Mg4UyEmTYx8O6LSVE7EbA/bG5L4SIEZg4SFAEiAFLBRWmPATBHcR8j1b3Eu3+56LcNduyMLAdBzQA1GHWiW5tJ6lL61rssU7He2yfrRnLEoqbcCIjn7Vc2eK4wUr7iBLS556K1IfTU2G+rHkebcCxeZVIO/HrrquvZy7abp1Yz+cph87e5o0lzcKWh/sOtzgnwOD5KbXJxafbqXkb7n8rfBjFVKjN7nfmBs508ltYde8N+FrKcnkYYW53i+HLmqphO0ZcuebbG3mNKWG/UPdFtIcwmrSxFSrcLTGz0aJcit3KFtgvL8Kou5S6hMVKfG0Iu5rK1CFrUnetgWLRv9CNrwQmXIR9Ra9HymyVySRdbtW4s4hiycZrFP3Zf/33ghLAbWR5HGGaIkbDAO8hsyONsjrMH/a0x/vEZQ/yAx5A1w6sFbLcp7n/rLTigy3S/Y8WIEXIaXd5DfIFDakJv6q2nkevoDiVYKXkKafo/Wlmfv5HLWH63DTIE8YYVi0p97qZC3Fyqcze1BDZo1Z8RrC40irC9agq8iOnz25xGd7nGMKjVFQtSTby08u8N1eT/EPgLCajhm68dEfu5Q5dx4y2apCih5S22VHaKNrQHSXh4XDinTH2gBjkpgGbxn6vJmmnb52Hk4MlaVwaYX96joLuiGdgKZufiIVCimrdFhLOixK1NcUcO/E8kFadQ3ZqrPcElhiYKbRiLCRkTZqLjl+5aMcsrJgr7Zkn6fhB4vzMBbG7tHfw0+0JddQHmh8pizzp5U3+iR7OPYy95vV80xIcUHxgJ1gnyLNMaVgFFpoq6Xk/CVZ+Jz6uZs22lyk2xoeB3TIvBOZA+UJGVNvyAbN9CdSzQG3GSMFTJK9b+FiWg6cItp/DuS7XhB3pBwFWvxkMdti7bVMVeiOqN1Ga1yhtvLioELT9+lnKUTtnI0D//S325LHpxMpaDmRnM/Fce7jdI8l+MLi+tYn5LCSs1ZZCXjsC7y04zzZetTzSAOUEhv2yxLg55YNRkHPjT2fr+0t7uoUcGZkpIyKRZqHlI97uOYasrM4DcdIAVPBJBOb9Sww03c77vZqKE6zp2wI188dGpOAiW5Ddmym4foVBxomLMSVbClkf0yHP9GRsiSrFbFA9w+xbqmN5IBO005X7uM3GUmHW+/no78+YomI0EaWbPRtYE89+sLeGjn9uUK2h+dSR3UNES97Yj9rHkDbvpQqe0VqpoS4+8QVjCYacjRng3z6+0F5tSHt9lbQJ3ZeNXRsGlLAbYV8tfVBN589IhfUzdf9xUOAvI0cgl6xcSOE2WdXwavERC0TYzVdeVaj9wlxwbDM0mklrCPjGIyGNaNYb3Ae2+v0OYyXaEAWSgEZafQ53Yb5b3t6+ubDdgpr5bpgxn50DagAsvycBQrHIxEU7o89ptCqCzzmMtlF3ctxtimlERqt25al7JaJBIESolkufyscp1Y1hSe8ypxw0LCT5IOUBpvG47mN6oManjM5NjKNx7j7XITTR6xG1DS12FoBUof8VKUkaM3lb56EIJLH2pDerfa6r7YaoOawgeFifX4bety1G9DRUaSg2U4GXYcHau7sXAr5h2wd2ufMpNbucq14XiMHSWA2m7NIWzEE9xqIUsjh3GQFU4WOD9rRrCVtqd0G27h8x8tbaiGhG09H91Od0mXJRFhRpNO0UOm1zIHqwklbammn64akwe0mW3Wo0Ju7+yvcrQTaQnIg1KTw8JMhU+hx5a4sVbjnVmZ+Hck8Cyk6+2rgVIF8s8nY7MhaHEKoBXrbhdttVUFS8xbApWH8aM+oJ1VBFlKQ5EsLeEe9jJCUJ/28wg0cFy7wrhyfuHLrTWpIVs7I7Xx+DkKm4DOWCbDcW6x/XkLsK8qDqiGFElbUSzdNkdxpCSpfIsSlGlJyYgWeI58cE9aSC0dqqlyoVLlaVuUHUIKOlye8sAuuG7toph3CG5aUuwLtvz+lFcxwkOOlIVzq4wISHduEXDATuv1gb0SOcsfOGwr7RG4RFxLhumklGdZ31EVdkVYB6dJTGNi4D6tgM/Z57NpLe1xqyZGbLqiUFKSYrwO03ofzr7OoxPwWap8y2GQn4FwYlPm0gD1D7WVj408D1Rq29rNADdeOsBaFeUiTsaVEd4WniVoTUm80yzlfcW0k8Tm46e84riigdZexceSKHIXCOuQE+J2nqaTp5Va4ydiO9myrUX+63+EzetDAIGX7GrNVZ4S9NayT030j6xh2G4dbN86/Y3ccxmgVaGDRsDmBRY3n/cPXbtj28P1gs9RD7MBSZcDSk9SCFY3xuPPwB0dATFh7LyrP4CHf8v2w64wDAcLxyNl4fMP7OA7jlDCFCG+W3AQcotVeTCDCIM97iLd2nFLOFeGhz//sHTcauplCia2FEluzO6orTR7v0zxcbJCyjPsd7wshOxID19CvJ4eXt0tM+xkUUNlmC2ub9nLksRyKcVRu7LbyLSFyQczt+NXNh/vnZzShGgonaPKLXcFSftthQ8XIUG9GilGsuAnltCoDpSdScQzg1kgMNxj4ZguSaZJC3QV4DcSM7ABCPCirQsFcXctMHVlXtHBRohN8XTnpIjF3f/tL+9Vp5PuFYVtBHhlxplDipiksNy1SUTqXv7kam9Ju8lBpYWE2EqY25PyYbAj42gy8Nu44EKj2dDre99F+E5bEdZbTz112LEQLOdIZ6cEboj1JShowrsnIvm0IvHD5ErhQzSV5P4CbUHxpFISYZHgPqH/7eX+zMPuWkWXAEDbWI2xAmzwjs7MQ8X6zVb/ErcKyIsnyAvykN9BAizgjTVUEdVkCyY9AwyogibweN443GlC9ysheEOLFh62CsXjDFkARdP/LQU9LkQRMD5pa/DAzoEh+qIf828/JdwS5uCKbOQKb1gK0xhbwUN98U/9RGq+BEEaRE7oB/iYVkwBuAPjNLxcnW8LISNjnoo3YVPIv0nbMX2a34YCHliK5PB7P5nVRWgeMMXejrqquyMYLXiG5rAtY1mS3THD309YaetFkAQXwnq25ArpFZLVKkNcdPbnmwv6RViR/Yv7uho9z/+g+pOiTyNBAVvFNXPscrt15YX3smPVFsLhJuoNH7q6nj+Hz49RdkLYeFjrIxyuY9+uf6/Bz3T+DkKVZkh/adzc87aQ3MEiu3nis8UBdqHOhglrU+g/jdUvJvsl2jWWBTfF3VsI+z57xK+Leu9cKCcN3Rm6UIZ5zBo5woQXFBs7f3WBXAdZSw7LC9nBFUdYrB0vh1pAOL+5i7Q1niYFgwo4tBWDJ7RG0TBWp2O9Anxdrga+p2eR6g73dD+d+P1DQ1FDWJztVDnTPn2tAp1iTvGCLt9nd7eLHkNenNZtSf4/dZO0rIy+FBvhE9DZwvxw+9kYvdjwcGLTsRnW/HK5tf7aiF+f77o2EpWOtyVp/AjRWuIZ7JTtZC2zql8MAcPHOTcb62ABESiXO/fFPVNIqoKRFFnRXnPb4z71fLati1yYdirXoht0x+0u3M8cGwRtW98UiJSjpaHku4iHikuROI2mEi7typqUNZoTIIep6mStcalXJJIP811I0/0qyT25vf7SBWRRjw0bGJhp2kn+n3KdDvqV3nMzEdVtJty+XvxXyNy+z2DjGhtZevFCcY1mbWHuTa9CINFaQ55PzrCIL2B51H4eCtbJmQ/F+bq/9/XIan5sINuCyrEnSsUN+0cvU0FLn7zjKdsLeiHZcC+PYC6UwQ5UozuUiElSI7GdZCAvECG+bZO3u2lU67Djnjs6UO3m90lmbVU7T1LtAsoO9yzUPVhCYe4dwGpNSKRHhoAISYUmDzO358Dt3k21txQV98N1lE3aL6LW1kGKkwDiF3f53KpUQubmucu32zMbtp95hUGdCM8193V+MbzNhIMsunTmmjRbRKu3VZ2Xv1kK20bKotfFejGz5ZKlNPkmOGwit2BX4rNilsrAAoVmdrAUvro2oLMyztGGDXYf15P40YJI7j8VMyDKE0wMl24FIlT/qEiY4SdOfoD6xpy1lwDQybMdsbD8/+6OVIXgiGwrTOor/yvawKwEDwcFIjBTfmOfLOWq8qCzsQmpDCq1bpO7vTs80A+dX1lZgfnysljBRsFtB3EYu6kcKCkoDBUl72VXecrCqFAlmiSgl/vFWnO7AcjuW6wZqb8jpFFRcNGnccWscOcS4DdS4AEzkq4UGXLgtUwKm0g1ZlY7MVbnDXWatKkfx3Uac7YSm+08uQK7EAtqRSGtX6q1Frdtt07XjxdcuamxkAsGd443jw8kAq0wyy0S2tD43Z1F7ikgsLuqCSvvAVVqqjjCsZARGida2EjVEZQQl97wDI/+ScQmxr1K5ezRKJM2VeFqpwj0mJRrmqpRhilLuSp69koevxLJVVRJ2iwC6qsXbqhbrz1rutBYSeZ1LdCbiX3UhKKWgCBVMPKtU7cf25Ak1cvbK5JDOcsl+JNzPZFA6805albCEZe1nEr8FVEK32LUMBGt5q1rJCIoq5KSX/6p9HCC6VfIVaeOHiSWuEKNzLXxjnef+QxaavVu8OpdvOZePOZdflMsvEl61LkSfWUzUtczi6VL5f4mPtPzyUn5bKW7ppRRJS7lnMYHSpc88RVm+knEd72wmKvpa4i1dy+xlQw5L+d4BdpTC81ORwiMW65QaKQW1AEPOgt77qBIRkuxkQcsqkYGVguxc3/unaYPKgBZjSO7SPcr0MhiJlq/H2Sq46FcMCWSGtnHbg6d4aue0oGRdqsLvDpl8ueKenvnvS9a01wipZdU2pD7Xve/Onf0LhkQw76nIc/je27mxe0TzVyC4b1jS7L1fS6evXicERGTcYQWHn/kDqQzIIoYcLY8h02E6MEYM6VJ2v1qPsqk9t6fdMgwjuJxMJQAPa5YhhVLGw4w4Oyjjj2FxeyAbhPers7uKMmagKhYk4SFRiYIGi2zsqs7kOJR5KOUPHnIzXa+HAh8aGNVCD23I+N5BHna2O0CGlkig8UEs+8i3K6QceusKBpnJIqB0jfFIgaYQmZSsUM8MXlUGnKWc1H66386/18idA0YlpFQhcZ3s3hJj6pxMVNertfE3CaIqpL2Wgzp0X/019TTCjSOn39YGutOQyYAQlJOtJ8B7dqfAC8rJMjAgd9c9m9XW9AH3nfXgcJNbsoF1RtIoAHdf4YEYi+VH7zCf3C8Uh0leAmBbHZ7UA4a9nz1JN+DjcLmdu2TBBrhROTkK53BP4buLcOGTqLiioce19mEJVGAu5eRUmUNNr9wcvgiSJCmQyUWQw8dAsicc5Gc/TpY9Ps79OfXCcnAmIIkDDnz/MeTwMZAsyRDuySOA74ANpTbYS7+O36d+PVSfyLEBhxt1gEOhM12QHEmHNX/34+nVawrXP2uovoHvvfMK8M4j08IALf2SYASf7QwHqLsGG8ywvbdZL3jXzyHlXqEymHPgo9AkcuJlAXekIAnoAfz+swLyCDtbGiBehkffJcqvxsAoHknuD4CTRV1jYLyJdIAKUXfMSgNEabKJuyK+yCeBolKQk14r6qt2pcoacEsnKXQrcPrbAqpBQZLFNsC/szW9PsfpJHTNiuadH/+iK26AfE3nLhb11l+/nj9ToAXrguzyeeQ0Wd7OTgewrGOeh01uMAr6ViXpZrEHTd1uuLeUbx0Et8Xu7td23Z/cdQPYb931im3JdGlsqMSxRr+AncQ1BijXb0XfEW7iYcN4Fjv+nARP7GjAYSWnYgH7MZyePGtY0m/lj2APnHoiJUC/sw856BRqGIaVb6WRgT9wChi+lrfySPdoT+MlwoSv5K2wxDs+xbbO1vkLYN9ZyAi7LwCAA6EuSX2gFHZEQ4VCRckW7AH3MZziJwFFhZIcZ06gJh4E1BVKUtXsGXSC0KigwFC+dUjBBRZfUkv8jQ1+odpQvpUJwQWiNwl5e/XWgZXSCIcsuCIZKivcq36OylHl653bhApsYquAQRjWUWKV547SlgCHLjhbmEMbvWsY9qjoNMViXdpr+xWvHVCArkjG4lMF8pCprCs6JLdoqSUDengVOdYT8ZxNuD7E1kx6/ZXrbVSuMy9K8krox0pLEV5IbEra2MoEprPeSU+a9TJXV8v/txHlvYz9XKeuPUmf7nMYd3qIYX6hFJtqT91x7E7ddeeDpYHL6trpIoFSul9QealKcWTPZIxeeUk9UWM0wkv1PRMhzSjjVcwaz9YQyxmhQQt3RdWOZ6O1a09puYauSOXr+2Q1FPpjdxkC1454xiJc3zWbc09dd5lQSrOEETu2yjh1/ckgDsz4sKft1K17wenSnfp2/+XpcC3lXpJWDCmUvC5RA1SFkOm10I2NUEIqlhowddfF5cZZPuJ9hUZonvjvvVKlqS5kD1UI6UILrcKIVkNFqgPfp27ob5+n0epQ4Dmhw0Gr3FFBhKlSOiHtyjWfavft1LWj4TqCmej6Wsap+yKE723ct6ZFdkKLeacuHINKV8K0rcX/vHbflW7IIbb7FEviguoD2+abujEpjqbDgMCwZeEFLTECpIAV6nXK2UrbFEs/5WF2Ku4SZSVvzLUNC3II7j51KVM5uGboqbPROCjcVbrt+vXZRYgVEHDpHHvuo53PFFB4ZRsOEW2mQttzcjpmEYy3ywfO9RJo8Zqs0z9i70MTbinC42rIru2jXaQnu2ssY6sU7MwVmV89uutpGI9tVOtVMJJWkRJhHixZP1RAs63Is+PRjdZVaOz/vqx2Rtq7ZMLmwV9VE2Egl9T5Wkyt4ops+GkI59SrZzu2rGyhupR/OQqoyUid24e1HDtGFhZaw0wGaYDooD6HB6JBNbRmV8nO0f3SzW2ssW5ltcMXSqbJHnzzj0+5xisQcjIZObq6YH93sd0v1FmV5/6Qr8mCRlqbNShEkU28Bej/ok20hI4FWbFfkBKCZEpVoDFLlqkXuHE43Kf5GlGC8pDVWLplrzKhf0k4pzwryUjIRe9L9g728iQKBNaC6SIe9Kc/odG9CtXGlPIcaBKzAz8yfOCejS0s61p5Bi/5LffdT8obBFza6EfgsBKljDpMOGqy/msRrbxgez1+DyOOSWsoajRkeI+IvxGiAUT+Cd6GdcQ59STBJOyNF4+YqScK8/Zk3ckiR35I4SlE1nMe/WW4nl4fwDCPU5O1qxX41eELLF6yIvPop/7Q7/avsG2l3ByDHzosRbuxJgvq/jrDYT9OrRR0YGuyvbIHfXKGQYBM0rIW8FjEFRr7Ndkp35BEHCL65RAZkHW5x9Bb5uiln7r0T86BKEBKRDyG8z3yaQh7jEqkUTzb3Y9AkM9iuURqM4BkSFYaW0YNcRMbQgMS6Oy3cWv7005OPZxtNi4iNRn7+yN51eBHS6FEhoBkkkhmnho/uU2SAB/jx+3c2qrk5eN+TTpyhaEP/TOsMMnUXedlK0ooKQW/jL7T51umhrncmtRdfIynflxdLiO0EtDIPGVM5moaJjXrmvzUxlt7Hcb20u4WmIHiS0Y/vYS0Xg5BLVlvsUhJIwGTA1mkJEOfeW7P/Zdtqu+ZRznQAdhMfJ7lvaZRoVdPslof82wdESMkSGjJovKG9OJXQ07Fhubz7OKeCA3OfVInIUB7cZ9wbpIs3sc8T0drqp2ELOBcYr/j+2l8KTihNFA/WHOQBfdFRFXAh0jyzX7aPv7ZVdjJU6XMlFVklW2D3J9rGqgjNdmvsnD7mh14Hsp4tTJk9U5A0/FIATsRaWn10x3a2OJAaSgnN+Rc1U93GGcwgDOgci/mSJrMbVbA4bavd2ugxzRkhvjTHR4zvN08VGSsau67XmFiaQKYhtKsMdCKZSfD4q8NCCoNSbT62dWDinAcpyF5RD+97QXiRq1DO+fczeXmbrC6cMXB0jVkKhdg1q4VVLuUpnYdY7H3UJlMJBmZk/eSi9r1XbXMyetCujyVGP3JpXQtGisN2dV3P/pP9+uMAJ5thaaAU5rsX7oLWJvl69TFgmQwB6zZscJ9zaeAeZPtKRhXmimNU1xwPbfaNQMtzehfrgrsdQRcQlKKAoDohqla5ta1VIGMb3/KTL4RKQlB1sJB0KXM35fyJiuZfxZFAV3LjG9D1ht++uvJ2tyfI+VBYPsrUpX2Z2xvt27cTY0WYA6myFKQoK2LLUKE2gC7Xa6Ix7FbOsi7u4Q0k3yAWPRSNaQIpErM30u00EGvsCIjvr9rl+91iBJSXzVrNP/X9Q+fBykQQpOtoqhaXYOFGTkj+9tiBVYDH7kmD6zfYbq1x273qyCEJzO03+F+GMaWcbYqILAne2AbfvLQhwm9hpmh/9//+tetv3VL0vHf//O///73/wNpSdq1"; \ No newline at end of file diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/classes/ChromelessPlayer.html b/theoplayer/static/theoplayer/v11/api-reference/web/classes/ChromelessPlayer.html index 8fa231d87e69..c07c5c707241 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/classes/ChromelessPlayer.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/classes/ChromelessPlayer.html @@ -1,5 +1,5 @@ ChromelessPlayer | THEOplayer Web SDK
                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                            Class ChromelessPlayer

                                                                                                                                                                                                                            The player API.

                                                                                                                                                                                                                            -

                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                            Implements

                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                            Constructors

                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                            Implements

                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                            Constructors

                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                            abr ads? audio? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/hierarchy.html b/theoplayer/static/theoplayer/v11/api-reference/web/hierarchy.html index b5edd3674209..f457f24cdc79 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/hierarchy.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/hierarchy.html @@ -1 +1 @@ -THEOplayer Web SDK
                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                              THEOplayer Web SDK

                                                                                                                                                                                                                              Hierarchy Summary

                                                                                                                                                                                                                              +THEOplayer Web SDK
                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                THEOplayer Web SDK

                                                                                                                                                                                                                                Hierarchy Summary

                                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/index.html b/theoplayer/static/theoplayer/v11/api-reference/web/index.html index 60ebd82228b3..2f441d1c0430 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/index.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/index.html @@ -1,4 +1,4 @@ -THEOplayer Web SDK
                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                  THEOplayer Web SDK

                                                                                                                                                                                                                                  The API references for THEOplayer Web SDK version 11.8.1.

                                                                                                                                                                                                                                  +THEOplayer Web SDK
                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                    THEOplayer Web SDK

                                                                                                                                                                                                                                    The API references for THEOplayer Web SDK version 11.9.0.

                                                                                                                                                                                                                                    API

                                                                                                                                                                                                                                    The classes, constants, functions and namespaces listed in this category can be found on the global THEOplayer variable when loading with a <script> tag, or as exports of the theoplayer package when loading through npm.

                                                                                                                                                                                                                                    @@ -13,7 +13,7 @@
                                                                                                                                                                                                                                    Millicast
                                                                                                                                                                                                                                    MillicastEventMap
                                                                                                                                                                                                                                    MillicastMetadataCue
                                                                                                                                                                                                                                    MillicastSource
                                                                                                                                                                                                                                    MillicastStatsEvent

                                                                                                                                                                                                                                    Multi-view

                                                                                                                                                                                                                                    Allows playing multiple synchronised sources in a single player. Requires the multiview feature to be enabled.

                                                                                                                                                                                                                                    MultiViewPlayer
                                                                                                                                                                                                                                    AddViewEvent
                                                                                                                                                                                                                                    LayoutChangeEvent
                                                                                                                                                                                                                                    MultiViewPlayerEventMap
                                                                                                                                                                                                                                    RemoveViewEvent
                                                                                                                                                                                                                                    View
                                                                                                                                                                                                                                    ViewChangeEvent
                                                                                                                                                                                                                                    ViewPositionChangeEvent
                                                                                                                                                                                                                                    MultiViewPlayerLayout

                                                                                                                                                                                                                                    Network

                                                                                                                                                                                                                                    Allows inspecting and intercepting HTTP requests made by the player.

                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                    HTTPHeaders
                                                                                                                                                                                                                                    InterceptableRequest
                                                                                                                                                                                                                                    InterceptableResponse
                                                                                                                                                                                                                                    MeasurableNetworkEstimator
                                                                                                                                                                                                                                    Network
                                                                                                                                                                                                                                    NetworkEstimator
                                                                                                                                                                                                                                    NetworkEstimatorController
                                                                                                                                                                                                                                    NetworkEventMap
                                                                                                                                                                                                                                    NetworkInterceptorController
                                                                                                                                                                                                                                    Request
                                                                                                                                                                                                                                    RequestInit
                                                                                                                                                                                                                                    RequestMeasurer
                                                                                                                                                                                                                                    ResponseInit
                                                                                                                                                                                                                                    ContentProtectionRequestSubType
                                                                                                                                                                                                                                    HTTPHeadersInit
                                                                                                                                                                                                                                    MediaType
                                                                                                                                                                                                                                    NodeStyleVoidCallback
                                                                                                                                                                                                                                    RequestBody
                                                                                                                                                                                                                                    RequestInterceptor
                                                                                                                                                                                                                                    RequestLike
                                                                                                                                                                                                                                    RequestMethod
                                                                                                                                                                                                                                    RequestSubType
                                                                                                                                                                                                                                    RequestType
                                                                                                                                                                                                                                    ResponseBody
                                                                                                                                                                                                                                    ResponseInterceptor
                                                                                                                                                                                                                                    ResponseLike
                                                                                                                                                                                                                                    ResponseType
                                                                                                                                                                                                                                    VoidPromiseCallback
                                                                                                                                                                                                                                    WaitUntilCallback

                                                                                                                                                                                                                                    Other

                                                                                                                                                                                                                                    Base64Util
                                                                                                                                                                                                                                    CommonUtils
                                                                                                                                                                                                                                    EventedList
                                                                                                                                                                                                                                    List
                                                                                                                                                                                                                                    TimeRanges
                                                                                                                                                                                                                                    BufferSource
                                                                                                                                                                                                                                    MaybeAsync
                                                                                                                                                                                                                                    StringKeyOf

                                                                                                                                                                                                                                    Player

                                                                                                                                                                                                                                    ChromelessPlayer
                                                                                                                                                                                                                                    Player
                                                                                                                                                                                                                                    LatencyConfiguration
                                                                                                                                                                                                                                    LatencyManager
                                                                                                                                                                                                                                    PlayerConfiguration
                                                                                                                                                                                                                                    PlayerEventMap
                                                                                                                                                                                                                                    PlayerList
                                                                                                                                                                                                                                    PlayStation5Configuration
                                                                                                                                                                                                                                    Presentation
                                                                                                                                                                                                                                    PresentationEventMap
                                                                                                                                                                                                                                    PresentationModeChangeEvent
                                                                                                                                                                                                                                    RetryConfiguration
                                                                                                                                                                                                                                    Visibility
                                                                                                                                                                                                                                    VisibilityObserver
                                                                                                                                                                                                                                    WebAudio
                                                                                                                                                                                                                                    AutoplayCapability
                                                                                                                                                                                                                                    MutedAutoplayConfiguration
                                                                                                                                                                                                                                    PlayStation5PlayMode
                                                                                                                                                                                                                                    PreloadType
                                                                                                                                                                                                                                    PresentationMode
                                                                                                                                                                                                                                    VisibilityObserverCallback

                                                                                                                                                                                                                                    SSAI

                                                                                                                                                                                                                                    Allows playing streams with server-side ad insertion (SSAI).

                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    HTTPHeaders
                                                                                                                                                                                                                                    InterceptableRequest
                                                                                                                                                                                                                                    InterceptableResponse
                                                                                                                                                                                                                                    MeasurableNetworkEstimator
                                                                                                                                                                                                                                    Network
                                                                                                                                                                                                                                    NetworkEstimator
                                                                                                                                                                                                                                    NetworkEstimatorController
                                                                                                                                                                                                                                    NetworkEventMap
                                                                                                                                                                                                                                    NetworkInterceptorController
                                                                                                                                                                                                                                    Request
                                                                                                                                                                                                                                    RequestInit
                                                                                                                                                                                                                                    RequestMeasurer
                                                                                                                                                                                                                                    ResponseInit
                                                                                                                                                                                                                                    ContentProtectionRequestSubType
                                                                                                                                                                                                                                    HTTPHeadersInit
                                                                                                                                                                                                                                    MediaType
                                                                                                                                                                                                                                    NodeStyleVoidCallback
                                                                                                                                                                                                                                    RequestBody
                                                                                                                                                                                                                                    RequestInterceptor
                                                                                                                                                                                                                                    RequestLike
                                                                                                                                                                                                                                    RequestMethod
                                                                                                                                                                                                                                    RequestSubType
                                                                                                                                                                                                                                    RequestType
                                                                                                                                                                                                                                    ResponseBody
                                                                                                                                                                                                                                    ResponseInterceptor
                                                                                                                                                                                                                                    ResponseLike
                                                                                                                                                                                                                                    ResponseType
                                                                                                                                                                                                                                    VoidPromiseCallback
                                                                                                                                                                                                                                    WaitUntilCallback

                                                                                                                                                                                                                                    Other

                                                                                                                                                                                                                                    Base64Util
                                                                                                                                                                                                                                    CommonUtils
                                                                                                                                                                                                                                    EventedList
                                                                                                                                                                                                                                    List
                                                                                                                                                                                                                                    TimeRanges
                                                                                                                                                                                                                                    BufferSource
                                                                                                                                                                                                                                    MaybeAsync
                                                                                                                                                                                                                                    StringKeyOf

                                                                                                                                                                                                                                    Player

                                                                                                                                                                                                                                    ChromelessPlayer
                                                                                                                                                                                                                                    Player
                                                                                                                                                                                                                                    LatencyConfiguration
                                                                                                                                                                                                                                    LatencyManager
                                                                                                                                                                                                                                    NetworkConfiguration
                                                                                                                                                                                                                                    PlayerConfiguration
                                                                                                                                                                                                                                    PlayerEventMap
                                                                                                                                                                                                                                    PlayerList
                                                                                                                                                                                                                                    PlayStation5Configuration
                                                                                                                                                                                                                                    Presentation
                                                                                                                                                                                                                                    PresentationEventMap
                                                                                                                                                                                                                                    PresentationModeChangeEvent
                                                                                                                                                                                                                                    RetryConfiguration
                                                                                                                                                                                                                                    Visibility
                                                                                                                                                                                                                                    VisibilityObserver
                                                                                                                                                                                                                                    WebAudio
                                                                                                                                                                                                                                    AutoplayCapability
                                                                                                                                                                                                                                    MutedAutoplayConfiguration
                                                                                                                                                                                                                                    PlayStation5PlayMode
                                                                                                                                                                                                                                    PreloadType
                                                                                                                                                                                                                                    PresentationMode
                                                                                                                                                                                                                                    VisibilityObserverCallback

                                                                                                                                                                                                                                    SSAI

                                                                                                                                                                                                                                    Allows playing streams with server-side ad insertion (SSAI).

                                                                                                                                                                                                                                    GoogleDAIConfiguration
                                                                                                                                                                                                                                    GoogleDAILiveConfiguration
                                                                                                                                                                                                                                    GoogleDAITypedSource
                                                                                                                                                                                                                                    GoogleDAIVodConfiguration
                                                                                                                                                                                                                                    ID3Yospace
                                                                                                                                                                                                                                    ServerSideAdInsertionConfiguration
                                                                                                                                                                                                                                    DAIAvailabilityType
                                                                                                                                                                                                                                    GoogleDAISSAIIntegrationID
                                                                                                                                                                                                                                    SSAIIntegrationId
                                                                                                                                                                                                                                    YospaceId

                                                                                                                                                                                                                                    Source

                                                                                                                                                                                                                                    AES128KeySystemConfiguration
                                                                                                                                                                                                                                    AnalyticsDescription
                                                                                                                                                                                                                                    AxinomDRMConfiguration
                                                                                                                                                                                                                                    AzureDRMConfiguration
                                                                                                                                                                                                                                    BaseSource
                                                                                                                                                                                                                                    ChromecastMetadataDescription
                                                                                                                                                                                                                                    ChromecastMetadataImage
                                                                                                                                                                                                                                    ClearkeyDecryptionKey
                                                                                                                                                                                                                                    ClearkeyKeySystemConfiguration
                                                                                                                                                                                                                                    ComcastDRMConfiguration
                                                                                                                                                                                                                                    ConaxDRMConfiguration
                                                                                                                                                                                                                                    DashPlaybackConfiguration
                                                                                                                                                                                                                                    DeviceBasedTitaniumDRMConfiguration
                                                                                                                                                                                                                                    DRMConfiguration
                                                                                                                                                                                                                                    DRMTodayDRMConfiguration
                                                                                                                                                                                                                                    ExpressPlayDRMConfiguration
                                                                                                                                                                                                                                    EzdrmDRMConfiguration
                                                                                                                                                                                                                                    FairPlayKeySystemConfiguration
                                                                                                                                                                                                                                    GoogleDAIConfiguration
                                                                                                                                                                                                                                    GoogleDAILiveConfiguration
                                                                                                                                                                                                                                    GoogleDAITypedSource
                                                                                                                                                                                                                                    GoogleDAIVodConfiguration
                                                                                                                                                                                                                                    HespSourceConfiguration
                                                                                                                                                                                                                                    HespTypedSource
                                                                                                                                                                                                                                    HlsPlaybackConfiguration
                                                                                                                                                                                                                                    IrdetoDRMConfiguration
                                                                                                                                                                                                                                    KeyOSDRMConfiguration
                                                                                                                                                                                                                                    KeyOSFairplayKeySystemConfiguration
                                                                                                                                                                                                                                    KeyOSKeySystemConfiguration
                                                                                                                                                                                                                                    KeySystemConfiguration
                                                                                                                                                                                                                                    MediaTailorSource
                                                                                                                                                                                                                                    MetadataDescription
                                                                                                                                                                                                                                    MillicastSource
                                                                                                                                                                                                                                    PlayReadyKeySystemConfiguration
                                                                                                                                                                                                                                    ServerSideAdInsertionConfiguration
                                                                                                                                                                                                                                    SourceAbrConfiguration
                                                                                                                                                                                                                                    SourceConfiguration
                                                                                                                                                                                                                                    SourceDescription
                                                                                                                                                                                                                                    SourceLatencyConfiguration
                                                                                                                                                                                                                                    TextTrackDescription
                                                                                                                                                                                                                                    TheoLiveSource
                                                                                                                                                                                                                                    TitaniumDRMConfiguration
                                                                                                                                                                                                                                    TokenBasedTitaniumDRMConfiguration
                                                                                                                                                                                                                                    TypedSource
                                                                                                                                                                                                                                    UplynkDRMConfiguration
                                                                                                                                                                                                                                    UplynkExternalId
                                                                                                                                                                                                                                    UplynkPingConfiguration
                                                                                                                                                                                                                                    UplynkSource
                                                                                                                                                                                                                                    VerimatrixDRMConfiguration
                                                                                                                                                                                                                                    VimondDRMConfiguration
                                                                                                                                                                                                                                    VudrmDRMConfiguration
                                                                                                                                                                                                                                    XstreamDRMConfiguration
                                                                                                                                                                                                                                    AnalyticsIntegrationID
                                                                                                                                                                                                                                    AxinomIntegrationID
                                                                                                                                                                                                                                    AzureIntegrationID
                                                                                                                                                                                                                                    ChromecastMetadataType
                                                                                                                                                                                                                                    ComcastIntegrationID
                                                                                                                                                                                                                                    ConaxIntegrationID
                                                                                                                                                                                                                                    CrossOriginSetting
                                                                                                                                                                                                                                    DAIAvailabilityType
                                                                                                                                                                                                                                    DRMTodayIntegrationID
                                                                                                                                                                                                                                    ExpressPlayIntegrationID
                                                                                                                                                                                                                                    EzdrmIntegrationID
                                                                                                                                                                                                                                    GoogleDAISSAIIntegrationID
                                                                                                                                                                                                                                    HlsDiscontinuityAlignment
                                                                                                                                                                                                                                    IrdetoIntegrationID
                                                                                                                                                                                                                                    KeyOSIntegrationID
                                                                                                                                                                                                                                    KeySystemId
                                                                                                                                                                                                                                    LicenseType
                                                                                                                                                                                                                                    SeamlessPeriodSwitchStrategy
                                                                                                                                                                                                                                    SeamlessSwitchStrategy
                                                                                                                                                                                                                                    Source
                                                                                                                                                                                                                                    SourceIntegrationId
                                                                                                                                                                                                                                    Sources
                                                                                                                                                                                                                                    SSAIIntegrationId
                                                                                                                                                                                                                                    StreamType
                                                                                                                                                                                                                                    TitaniumIntegrationID
                                                                                                                                                                                                                                    UplynkAssetId
                                                                                                                                                                                                                                    UplynkAssetType
                                                                                                                                                                                                                                    UplynkIntegrationID
                                                                                                                                                                                                                                    VerimatrixIntegrationID
                                                                                                                                                                                                                                    VimondIntegrationID
                                                                                                                                                                                                                                    VudrmIntegrationID
                                                                                                                                                                                                                                    WidevineKeySystemConfiguration
                                                                                                                                                                                                                                    XstreamIntegrationID

                                                                                                                                                                                                                                    THEOads

                                                                                                                                                                                                                                    Allows playing THEOads streams. Requires the theoads feature to be enabled.

                                                                                                                                                                                                                                    AdBreakInterstitial
                                                                                                                                                                                                                                    Interstitial
                                                                                                                                                                                                                                    InterstitialEvent
                                                                                                                                                                                                                                    OverlayInterstitial
                                                                                                                                                                                                                                    OverlayPosition
                                                                                                                                                                                                                                    OverlaySize
                                                                                                                                                                                                                                    TheoAds
                                                                                                                                                                                                                                    TheoAdsEventsMap
                                                                                                                                                                                                                                    InterstitialType
                                                                                                                                                                                                                                    TheoAdsLayout

                                                                                                                                                                                                                                    THEOlive

                                                                                                                                                                                                                                    Allows playing OptiView Live (formerly THEOlive) streams. @@ -22,4 +22,4 @@ Requires the uplynk feature to be enabled.

                                                                                                                                                                                                                                    BoundaryC3
                                                                                                                                                                                                                                    BoundaryC7
                                                                                                                                                                                                                                    BoundaryHalftime
                                                                                                                                                                                                                                    BoundaryInfo
                                                                                                                                                                                                                                    ThumbnailResolution
                                                                                                                                                                                                                                    Uplynk
                                                                                                                                                                                                                                    UplynkAd
                                                                                                                                                                                                                                    UplynkAdBeginEvent
                                                                                                                                                                                                                                    UplynkAdBreak
                                                                                                                                                                                                                                    UplynkAdBreakBeginEvent
                                                                                                                                                                                                                                    UplynkAdBreakEndEvent
                                                                                                                                                                                                                                    UplynkAdBreakEventMap
                                                                                                                                                                                                                                    UplynkAdBreakList
                                                                                                                                                                                                                                    UplynkAdBreakListEventMap
                                                                                                                                                                                                                                    UplynkAdBreakSkipEvent
                                                                                                                                                                                                                                    UplynkAdCompleteEvent
                                                                                                                                                                                                                                    UplynkAddAdBreakEvent
                                                                                                                                                                                                                                    UplynkAddAssetEvent
                                                                                                                                                                                                                                    UplynkAdEndEvent
                                                                                                                                                                                                                                    UplynkAdEventMap
                                                                                                                                                                                                                                    UplynkAdFirstQuartileEvent
                                                                                                                                                                                                                                    UplynkAdList
                                                                                                                                                                                                                                    UplynkAdListEventMap
                                                                                                                                                                                                                                    UplynkAdMidpointEvent
                                                                                                                                                                                                                                    UplynkAds
                                                                                                                                                                                                                                    UplynkAdThirdQuartileEvent
                                                                                                                                                                                                                                    UplynkAsset
                                                                                                                                                                                                                                    UplynkAssetEventMap
                                                                                                                                                                                                                                    UplynkAssetInfoResponse
                                                                                                                                                                                                                                    UplynkAssetInfoResponseEvent
                                                                                                                                                                                                                                    UplynkAssetList
                                                                                                                                                                                                                                    UplynkConfiguration
                                                                                                                                                                                                                                    UplynkEventMap
                                                                                                                                                                                                                                    UplynkExternalId
                                                                                                                                                                                                                                    UplynkPingConfiguration
                                                                                                                                                                                                                                    UplynkPingErrorEvent
                                                                                                                                                                                                                                    UplynkPingResponse
                                                                                                                                                                                                                                    UplynkPingResponseEvent
                                                                                                                                                                                                                                    UplynkPreplayBaseResponse
                                                                                                                                                                                                                                    UplynkPreplayLiveResponse
                                                                                                                                                                                                                                    UplynkPreplayResponseEvent
                                                                                                                                                                                                                                    UplynkPreplayVodResponse
                                                                                                                                                                                                                                    UplynkRemoveAdBreakEvent
                                                                                                                                                                                                                                    UplynkRemoveAdEvent
                                                                                                                                                                                                                                    UplynkRemoveAssetEvent
                                                                                                                                                                                                                                    UplynkResponseDrm
                                                                                                                                                                                                                                    UplynkResponseLiveAd
                                                                                                                                                                                                                                    UplynkResponseLiveAdBreak
                                                                                                                                                                                                                                    UplynkResponseLiveAds
                                                                                                                                                                                                                                    UplynkResponseVodAd
                                                                                                                                                                                                                                    UplynkResponseVodAdBreak
                                                                                                                                                                                                                                    UplynkResponseVodAdBreakOffset
                                                                                                                                                                                                                                    UplynkResponseVodAdPlaceholder
                                                                                                                                                                                                                                    UplynkResponseVodAds
                                                                                                                                                                                                                                    UplynkSource
                                                                                                                                                                                                                                    UplynkUiConfiguration
                                                                                                                                                                                                                                    UplynkUpdateAdBreakEvent
                                                                                                                                                                                                                                    Boundary
                                                                                                                                                                                                                                    SkippedAdStrategy
                                                                                                                                                                                                                                    UplynkAssetId
                                                                                                                                                                                                                                    UplynkAssetMovieRating
                                                                                                                                                                                                                                    UplynkAssetTvRating
                                                                                                                                                                                                                                    UplynkAssetType
                                                                                                                                                                                                                                    UplynkPreplayResponse
                                                                                                                                                                                                                                    UplynkPreplayResponseType

                                                                                                                                                                                                                                    VR

                                                                                                                                                                                                                                    Allows playing virtual reality (VR) streams. Requires the vr feature to be enabled.

                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                    VR
                                                                                                                                                                                                                                    VRConfiguration
                                                                                                                                                                                                                                    VRDirection
                                                                                                                                                                                                                                    VREventMap
                                                                                                                                                                                                                                    DirectionChangeEvent
                                                                                                                                                                                                                                    StateChangeEvent
                                                                                                                                                                                                                                    StereoChangeEvent
                                                                                                                                                                                                                                    VRPanoramaMode
                                                                                                                                                                                                                                    VRState
                                                                                                                                                                                                                                    VRStereoMode
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    VR
                                                                                                                                                                                                                                    VRConfiguration
                                                                                                                                                                                                                                    VRDirection
                                                                                                                                                                                                                                    VREventMap
                                                                                                                                                                                                                                    DirectionChangeEvent
                                                                                                                                                                                                                                    StateChangeEvent
                                                                                                                                                                                                                                    StereoChangeEvent
                                                                                                                                                                                                                                    VRPanoramaMode
                                                                                                                                                                                                                                    VRState
                                                                                                                                                                                                                                    VRStereoMode
                                                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdBreakEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdBreakEvent.html index 17160c96294e..4fb7618f8929 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdBreakEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdBreakEvent.html @@ -1,5 +1,5 @@ AdBreakEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                      Interface AdBreakEvent<TType>

                                                                                                                                                                                                                                      Base type for events related to an ad break.

                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                      interface AdBreakEvent<TType extends string> {
                                                                                                                                                                                                                                          adBreak: AdBreak;
                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                          type: TType;
                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                      Type Parameters

                                                                                                                                                                                                                                      • TType extends string

                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                      interface AdBreakEvent<TType extends string> {
                                                                                                                                                                                                                                          adBreak: AdBreak;
                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                          type: TType;
                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                      Type Parameters

                                                                                                                                                                                                                                      • TType extends string

                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                      adBreak: AdBreak

                                                                                                                                                                                                                                      The ad break.

                                                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdBreakInterstitial.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdBreakInterstitial.html index 6ac6e4e4add3..d4243c330066 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdBreakInterstitial.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdBreakInterstitial.html @@ -1,5 +1,5 @@ AdBreakInterstitial | THEOplayer Web SDK
                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                        Interface AdBreakInterstitial

                                                                                                                                                                                                                                        The THEOads interstitial that corresponds with ad playback.

                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                        interface AdBreakInterstitial {
                                                                                                                                                                                                                                            ads: readonly Ad[];
                                                                                                                                                                                                                                            adTagParameters: Record<string, string>;
                                                                                                                                                                                                                                            backdropUri: string | undefined;
                                                                                                                                                                                                                                            duration: number | undefined;
                                                                                                                                                                                                                                            id: string;
                                                                                                                                                                                                                                            layout: TheoAdsLayout;
                                                                                                                                                                                                                                            startTime: number;
                                                                                                                                                                                                                                            type: "adbreak";
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                        ads +
                                                                                                                                                                                                                                        interface AdBreakInterstitial {
                                                                                                                                                                                                                                            ads: readonly Ad[];
                                                                                                                                                                                                                                            adTagParameters: Record<string, string>;
                                                                                                                                                                                                                                            backdropUri: string | undefined;
                                                                                                                                                                                                                                            duration: number | undefined;
                                                                                                                                                                                                                                            id: string;
                                                                                                                                                                                                                                            layout: TheoAdsLayout;
                                                                                                                                                                                                                                            startTime: number;
                                                                                                                                                                                                                                            type: "adbreak";
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                        ads adTagParameters backdropUri duration diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdDescription.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdDescription.html index 1460d0a23b6a..3a1712f5ca68 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdDescription.html @@ -1,5 +1,5 @@ AdDescription | THEOplayer Web SDK
                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                          Interface AdDescription

                                                                                                                                                                                                                                          Describes an ad break request.

                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                          interface AdDescription {
                                                                                                                                                                                                                                              integration?: CustomAdIntegrationKind | AdIntegrationKind;
                                                                                                                                                                                                                                              replaceContent?: boolean;
                                                                                                                                                                                                                                              sources?: string | AdSource;
                                                                                                                                                                                                                                              timeOffset?: string | number;
                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                          interface AdDescription {
                                                                                                                                                                                                                                              integration?: CustomAdIntegrationKind | AdIntegrationKind;
                                                                                                                                                                                                                                              replaceContent?: boolean;
                                                                                                                                                                                                                                              sources?: string | AdSource;
                                                                                                                                                                                                                                              timeOffset?: string | number;
                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                          integration? replaceContent? sources? timeOffset? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdEvent.html index 02fb2cf18930..57042b55eea9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdEvent.html @@ -1,5 +1,5 @@ AdEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                            Interface AdEvent<TType>

                                                                                                                                                                                                                                            Base type for events related to a single ad.

                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                            interface AdEvent<TType extends string> {
                                                                                                                                                                                                                                                ad: Ad;
                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                type: TType;
                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                            Type Parameters

                                                                                                                                                                                                                                            • TType extends string

                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                            ad +
                                                                                                                                                                                                                                            interface AdEvent<TType extends string> {
                                                                                                                                                                                                                                                ad: Ad;
                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                type: TType;
                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                            Type Parameters

                                                                                                                                                                                                                                            • TType extends string

                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                            ad: Ad

                                                                                                                                                                                                                                            The ad.

                                                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdInit.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdInit.html index ee1844ce02d6..184fae09ba7b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdInit.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdInit.html @@ -3,7 +3,7 @@
                                                                                                                                                                                                                                          • ServerSideAdIntegrationController.createAd
                                                                                                                                                                                                                                          • ServerSideAdIntegrationController.updateAd
                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                          interface AdInit {
                                                                                                                                                                                                                                              adSystem?: string;
                                                                                                                                                                                                                                              clickThrough?: string;
                                                                                                                                                                                                                                              companions?: CompanionAd[];
                                                                                                                                                                                                                                              creativeId?: string;
                                                                                                                                                                                                                                              customData?: unknown;
                                                                                                                                                                                                                                              duration?: number;
                                                                                                                                                                                                                                              height?: number;
                                                                                                                                                                                                                                              id?: string;
                                                                                                                                                                                                                                              isSlate?: boolean;
                                                                                                                                                                                                                                              readyState?: AdReadyState;
                                                                                                                                                                                                                                              resourceURI?: string;
                                                                                                                                                                                                                                              skipOffset?: number;
                                                                                                                                                                                                                                              timeOffset?: number;
                                                                                                                                                                                                                                              title?: string;
                                                                                                                                                                                                                                              type: AdType;
                                                                                                                                                                                                                                              universalAdIds?: UniversalAdId[];
                                                                                                                                                                                                                                              width?: number;
                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                          Hierarchy

                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                          interface AdInit {
                                                                                                                                                                                                                                              adSystem?: string;
                                                                                                                                                                                                                                              clickThrough?: string;
                                                                                                                                                                                                                                              companions?: CompanionAd[];
                                                                                                                                                                                                                                              creativeId?: string;
                                                                                                                                                                                                                                              customData?: unknown;
                                                                                                                                                                                                                                              duration?: number;
                                                                                                                                                                                                                                              height?: number;
                                                                                                                                                                                                                                              id?: string;
                                                                                                                                                                                                                                              isSlate?: boolean;
                                                                                                                                                                                                                                              readyState?: AdReadyState;
                                                                                                                                                                                                                                              resourceURI?: string;
                                                                                                                                                                                                                                              skipOffset?: number;
                                                                                                                                                                                                                                              timeOffset?: number;
                                                                                                                                                                                                                                              title?: string;
                                                                                                                                                                                                                                              type: AdType;
                                                                                                                                                                                                                                              universalAdIds?: UniversalAdId[];
                                                                                                                                                                                                                                              width?: number;
                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                          Hierarchy

                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                          adSystem? clickThrough? companions? creativeId? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdSkipEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdSkipEvent.html index c8689d15db25..f6021786642a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdSkipEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdSkipEvent.html @@ -1,5 +1,5 @@ AdSkipEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                            Interface AdSkipEvent

                                                                                                                                                                                                                                            Fired when an ad is skipped.

                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                            interface AdSkipEvent {
                                                                                                                                                                                                                                                ad: Ad;
                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                playedPercentage: number;
                                                                                                                                                                                                                                                type: "adskip";
                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                            ad +
                                                                                                                                                                                                                                            interface AdSkipEvent {
                                                                                                                                                                                                                                                ad: Ad;
                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                playedPercentage: number;
                                                                                                                                                                                                                                                type: "adskip";
                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                            ad date playedPercentage type diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AddCachingTaskEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AddCachingTaskEvent.html index 3e83d4b80018..26c9d29c103c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AddCachingTaskEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AddCachingTaskEvent.html @@ -1,5 +1,5 @@ AddCachingTaskEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                              Interface AddCachingTaskEvent

                                                                                                                                                                                                                                              Fired when a caching task is added.

                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                              interface AddCachingTaskEvent {
                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                  task: CachingTask;
                                                                                                                                                                                                                                                  type: "addtask";
                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                              • Event<"addtask">
                                                                                                                                                                                                                                                • AddCachingTaskEvent
                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                              interface AddCachingTaskEvent {
                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                  task: CachingTask;
                                                                                                                                                                                                                                                  type: "addtask";
                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                              • Event<"addtask">
                                                                                                                                                                                                                                                • AddCachingTaskEvent
                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                              date: Date

                                                                                                                                                                                                                                              The creation date of the event.

                                                                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AddViewEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AddViewEvent.html index f20de934c7ea..bf262d6bdd50 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AddViewEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AddViewEvent.html @@ -1,5 +1,5 @@ AddViewEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                Interface AddViewEvent

                                                                                                                                                                                                                                                Fired when a new View has been added to the MultiViewPlayer.

                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                interface AddViewEvent {
                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                    type: "addview";
                                                                                                                                                                                                                                                    view: View;
                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                • Event<"addview">
                                                                                                                                                                                                                                                  • AddViewEvent
                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                interface AddViewEvent {
                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                    type: "addview";
                                                                                                                                                                                                                                                    view: View;
                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                • Event<"addview">
                                                                                                                                                                                                                                                  • AddViewEvent
                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                date: Date

                                                                                                                                                                                                                                                The creation date of the event.

                                                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Ads.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Ads.html index d7181dc94291..0cd5ea083e63 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Ads.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Ads.html @@ -1,6 +1,6 @@ Ads | THEOplayer Web SDK
                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                  Interface Ads

                                                                                                                                                                                                                                                  The API for advertisements.


                                                                                                                                                                                                                                                  - Integrates with 'csai', 'google-ima', 'google-dai', 'freewheel' or 'theoads'.

                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                  interface Ads {
                                                                                                                                                                                                                                                      currentAdBreak: AdBreak | null;
                                                                                                                                                                                                                                                      currentAds: Ad[];
                                                                                                                                                                                                                                                      dai?: GoogleDAI;
                                                                                                                                                                                                                                                      playing: boolean;
                                                                                                                                                                                                                                                      scheduledAdBreaks: AdBreak[];
                                                                                                                                                                                                                                                      scheduledAds: Ad[];
                                                                                                                                                                                                                                                      addEventListener<TType extends keyof AdsEventMap>(
                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                          listener: EventListener<AdsEventMap[TType]>,
                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                      registerServerSideIntegration(
                                                                                                                                                                                                                                                          integrationId: CustomAdIntegrationKind,
                                                                                                                                                                                                                                                          integrationFactory: ServerSideAdIntegrationFactory,
                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                      removeEventListener<TType extends keyof AdsEventMap>(
                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                          listener: EventListener<AdsEventMap[TType]>,
                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                      schedule(adDescription: AdDescription): void;
                                                                                                                                                                                                                                                      skip(): void;
                                                                                                                                                                                                                                                      skipAdBreak(target?: number): void;
                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                  interface Ads {
                                                                                                                                                                                                                                                      currentAdBreak: AdBreak | null;
                                                                                                                                                                                                                                                      currentAds: Ad[];
                                                                                                                                                                                                                                                      dai?: GoogleDAI;
                                                                                                                                                                                                                                                      playing: boolean;
                                                                                                                                                                                                                                                      scheduledAdBreaks: AdBreak[];
                                                                                                                                                                                                                                                      scheduledAds: Ad[];
                                                                                                                                                                                                                                                      addEventListener<TType extends keyof AdsEventMap>(
                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                          listener: EventListener<AdsEventMap[TType]>,
                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                      registerServerSideIntegration(
                                                                                                                                                                                                                                                          integrationId: CustomAdIntegrationKind,
                                                                                                                                                                                                                                                          integrationFactory: ServerSideAdIntegrationFactory,
                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                      removeEventListener<TType extends keyof AdsEventMap>(
                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                          listener: EventListener<AdsEventMap[TType]>,
                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                      schedule(adDescription: AdDescription): void;
                                                                                                                                                                                                                                                      skip(): void;
                                                                                                                                                                                                                                                      skipAdBreak(target?: number): void;
                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                  currentAdBreak currentAds dai? playing diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdsEventMap.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdsEventMap.html index 3e4719a3d8d9..83866925c494 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdsEventMap.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AdsEventMap.html @@ -1,9 +1,10 @@ AdsEventMap | THEOplayer Web SDK
                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                    Interface AdsEventMap

                                                                                                                                                                                                                                                    The events fired by the ads API.

                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                    interface AdsEventMap {
                                                                                                                                                                                                                                                        adbegin: AdEvent<"adbegin">;
                                                                                                                                                                                                                                                        adbreakbegin: AdBreakEvent<"adbreakbegin">;
                                                                                                                                                                                                                                                        adbreakchange: AdBreakEvent<"adbreakchange">;
                                                                                                                                                                                                                                                        adbreakend: AdBreakEvent<"adbreakend">;
                                                                                                                                                                                                                                                        adbuffering: AdBufferingEvent;
                                                                                                                                                                                                                                                        addad: AdEvent<"addad">;
                                                                                                                                                                                                                                                        addadbreak: AdBreakEvent<"addadbreak">;
                                                                                                                                                                                                                                                        adend: AdEvent<"adend">;
                                                                                                                                                                                                                                                        aderror: Event<"aderror">;
                                                                                                                                                                                                                                                        adfirstquartile: AdEvent<"adfirstquartile">;
                                                                                                                                                                                                                                                        adimpression: AdEvent<"adimpression">;
                                                                                                                                                                                                                                                        adloaded: Event<"adloaded">;
                                                                                                                                                                                                                                                        admetadata: AdMetadataEvent;
                                                                                                                                                                                                                                                        admidpoint: AdEvent<"admidpoint">;
                                                                                                                                                                                                                                                        adskip: AdSkipEvent;
                                                                                                                                                                                                                                                        adsmanagerloaded: AdsManagerLoadedEvent;
                                                                                                                                                                                                                                                        adthirdquartile: AdEvent<"adthirdquartile">;
                                                                                                                                                                                                                                                        removeadbreak: AdBreakEvent<"removeadbreak">;
                                                                                                                                                                                                                                                        updatead: AdEvent<"updatead">;
                                                                                                                                                                                                                                                        updateadbreak: AdBreakEvent<"updateadbreak">;
                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                    interface AdsEventMap {
                                                                                                                                                                                                                                                        adbegin: AdEvent<"adbegin">;
                                                                                                                                                                                                                                                        adbreakbegin: AdBreakEvent<"adbreakbegin">;
                                                                                                                                                                                                                                                        adbreakchange: AdBreakEvent<"adbreakchange">;
                                                                                                                                                                                                                                                        adbreakend: AdBreakEvent<"adbreakend">;
                                                                                                                                                                                                                                                        adbuffering: AdBufferingEvent;
                                                                                                                                                                                                                                                        adclicked: AdEvent<"adclicked">;
                                                                                                                                                                                                                                                        addad: AdEvent<"addad">;
                                                                                                                                                                                                                                                        addadbreak: AdBreakEvent<"addadbreak">;
                                                                                                                                                                                                                                                        adend: AdEvent<"adend">;
                                                                                                                                                                                                                                                        aderror: Event<"aderror">;
                                                                                                                                                                                                                                                        adfirstquartile: AdEvent<"adfirstquartile">;
                                                                                                                                                                                                                                                        adimpression: AdEvent<"adimpression">;
                                                                                                                                                                                                                                                        adloaded: Event<"adloaded">;
                                                                                                                                                                                                                                                        admetadata: AdMetadataEvent;
                                                                                                                                                                                                                                                        admidpoint: AdEvent<"admidpoint">;
                                                                                                                                                                                                                                                        adskip: AdSkipEvent;
                                                                                                                                                                                                                                                        adsmanagerloaded: AdsManagerLoadedEvent;
                                                                                                                                                                                                                                                        adthirdquartile: AdEvent<"adthirdquartile">;
                                                                                                                                                                                                                                                        removeadbreak: AdBreakEvent<"removeadbreak">;
                                                                                                                                                                                                                                                        updatead: AdEvent<"updatead">;
                                                                                                                                                                                                                                                        updateadbreak: AdBreakEvent<"updateadbreak">;
                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                    adbreakend: AdBreakEvent<"adbreakend">

                                                                                                                                                                                                                                                    Fired when an ad break ends.

                                                                                                                                                                                                                                                    adbuffering: AdBufferingEvent

                                                                                                                                                                                                                                                    Fired when the ad has stalled playback to buffer.


                                                                                                                                                                                                                                                    - only available in the Google IMA integration.

                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    adclicked: AdEvent<"adclicked">

                                                                                                                                                                                                                                                    Fired when the user clicks on an ad's clickthrough element.

                                                                                                                                                                                                                                                    +


                                                                                                                                                                                                                                                    - Available since v11.9.0.

                                                                                                                                                                                                                                                    addad: AdEvent<"addad">

                                                                                                                                                                                                                                                    Fired when an ad is added.

                                                                                                                                                                                                                                                    -


                                                                                                                                                                                                                                                    - Available since v2.60.0.

                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                    addadbreak: AdBreakEvent<"addadbreak">

                                                                                                                                                                                                                                                    Fired when an ad break is added.


                                                                                                                                                                                                                                                    - Available since v2.60.0.

                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    addadbreak: AdBreakEvent<"addadbreak">

                                                                                                                                                                                                                                                    Fired when an ad break is added.

                                                                                                                                                                                                                                                    +


                                                                                                                                                                                                                                                    - Available since v2.60.0.

                                                                                                                                                                                                                                                    adend: AdEvent<"adend">

                                                                                                                                                                                                                                                    Fired when an ad ends.

                                                                                                                                                                                                                                                    aderror: Event<"aderror">

                                                                                                                                                                                                                                                    Fired when an ad errors.

                                                                                                                                                                                                                                                    adfirstquartile: AdEvent<"adfirstquartile">

                                                                                                                                                                                                                                                    Fired when an ad reaches the first quartile.

                                                                                                                                                                                                                                                    adimpression: AdEvent<"adimpression">

                                                                                                                                                                                                                                                    Fired when an ad counts as an impression.

                                                                                                                                                                                                                                                    adloaded: Event<"adloaded">

                                                                                                                                                                                                                                                    Fired when an ad is loaded.

                                                                                                                                                                                                                                                    admetadata: AdMetadataEvent

                                                                                                                                                                                                                                                    Fired when an ads list is loaded.

                                                                                                                                                                                                                                                    -


                                                                                                                                                                                                                                                    - only available in the Google IMA integration.

                                                                                                                                                                                                                                                    +


                                                                                                                                                                                                                                                    - only available in the Google IMA integration.

                                                                                                                                                                                                                                                    admidpoint: AdEvent<"admidpoint">

                                                                                                                                                                                                                                                    Fired when an ad reaches the mid point.

                                                                                                                                                                                                                                                    adskip: AdSkipEvent

                                                                                                                                                                                                                                                    Fired when an ad is skipped.

                                                                                                                                                                                                                                                    adsmanagerloaded: AdsManagerLoadedEvent

                                                                                                                                                                                                                                                    Fired when the google.ima.AdsManager is created.

                                                                                                                                                                                                                                                    -


                                                                                                                                                                                                                                                    - only available in the Google IMA integration.

                                                                                                                                                                                                                                                    +


                                                                                                                                                                                                                                                    - only available in the Google IMA integration.

                                                                                                                                                                                                                                                    adthirdquartile: AdEvent<"adthirdquartile">

                                                                                                                                                                                                                                                    Fired when an ad reaches the third quartile.

                                                                                                                                                                                                                                                    removeadbreak: AdBreakEvent<"removeadbreak">

                                                                                                                                                                                                                                                    Fired when an ad break is removed.

                                                                                                                                                                                                                                                    -


                                                                                                                                                                                                                                                    - Available since v2.60.0.

                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                    updatead: AdEvent<"updatead">

                                                                                                                                                                                                                                                    Fired when an ad is updated.


                                                                                                                                                                                                                                                    - Available since v2.60.0.

                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    updatead: AdEvent<"updatead">

                                                                                                                                                                                                                                                    Fired when an ad is updated.

                                                                                                                                                                                                                                                    +


                                                                                                                                                                                                                                                    - Available since v2.60.0.

                                                                                                                                                                                                                                                    updateadbreak: AdBreakEvent<"updateadbreak">

                                                                                                                                                                                                                                                    Fired when an AdBreak is updated.

                                                                                                                                                                                                                                                    -


                                                                                                                                                                                                                                                    - Available since v2.66.0.

                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                    +


                                                                                                                                                                                                                                                    - Available since v2.66.0.

                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaConfiguration.html index 090098a8b638..083875276dbb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaConfiguration.html @@ -1,4 +1,4 @@ AgamaConfiguration | THEOplayer Web SDK
                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                      Interface AgamaConfiguration

                                                                                                                                                                                                                                                      Describes the configuration of Agama.

                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                      interface AgamaConfiguration {
                                                                                                                                                                                                                                                          integration: "agama";
                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                      interface AgamaConfiguration {
                                                                                                                                                                                                                                                          integration: "agama";
                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                      integration: "agama"

                                                                                                                                                                                                                                                      The identifier of the analytics integration.

                                                                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaPlayerConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaPlayerConfiguration.html index 319c30b6cd76..7a053a65ba23 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaPlayerConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaPlayerConfiguration.html @@ -1,6 +1,6 @@ AgamaPlayerConfiguration | THEOplayer Web SDK
                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                        Interface AgamaPlayerConfiguration

                                                                                                                                                                                                                                                        Describes the configuration of Agama.


                                                                                                                                                                                                                                                        - Available since v2.45.6.

                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                        interface AgamaPlayerConfiguration {
                                                                                                                                                                                                                                                            application?: string;
                                                                                                                                                                                                                                                            applicationVersion?: string;
                                                                                                                                                                                                                                                            config: string;
                                                                                                                                                                                                                                                            connectionType?: string;
                                                                                                                                                                                                                                                            deviceID?: string;
                                                                                                                                                                                                                                                            deviceManufacturer?: string;
                                                                                                                                                                                                                                                            deviceModel?: string;
                                                                                                                                                                                                                                                            deviceOs?: string;
                                                                                                                                                                                                                                                            deviceOsVersion?: string;
                                                                                                                                                                                                                                                            deviceType?: string;
                                                                                                                                                                                                                                                            integration: "agama";
                                                                                                                                                                                                                                                            logLevel?: AgamaLogLevelType;
                                                                                                                                                                                                                                                            userAccountID?: string;
                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                        interface AgamaPlayerConfiguration {
                                                                                                                                                                                                                                                            application?: string;
                                                                                                                                                                                                                                                            applicationVersion?: string;
                                                                                                                                                                                                                                                            config: string;
                                                                                                                                                                                                                                                            connectionType?: string;
                                                                                                                                                                                                                                                            deviceID?: string;
                                                                                                                                                                                                                                                            deviceManufacturer?: string;
                                                                                                                                                                                                                                                            deviceModel?: string;
                                                                                                                                                                                                                                                            deviceOs?: string;
                                                                                                                                                                                                                                                            deviceOsVersion?: string;
                                                                                                                                                                                                                                                            deviceType?: string;
                                                                                                                                                                                                                                                            integration: "agama";
                                                                                                                                                                                                                                                            logLevel?: AgamaLogLevelType;
                                                                                                                                                                                                                                                            userAccountID?: string;
                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                        application? applicationVersion? config connectionType? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaSourceConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaSourceConfiguration.html index 0afbeb9e4860..e81680fd2cf8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaSourceConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaSourceConfiguration.html @@ -1,7 +1,7 @@ AgamaSourceConfiguration | THEOplayer Web SDK
                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                          Interface AgamaSourceConfiguration

                                                                                                                                                                                                                                                          Describes the configuration of Agama for this source.


                                                                                                                                                                                                                                                          - Available since v2.45.6.
                                                                                                                                                                                                                                                          - Overrides the AgamaPlayerConfiguration.

                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                          interface AgamaSourceConfiguration {
                                                                                                                                                                                                                                                              asset: string;
                                                                                                                                                                                                                                                              cdn?: string;
                                                                                                                                                                                                                                                              contentDescription?: string;
                                                                                                                                                                                                                                                              contentTitle?: string;
                                                                                                                                                                                                                                                              contentType?: string;
                                                                                                                                                                                                                                                              integration: "agama";
                                                                                                                                                                                                                                                              serviceName?: AgamaServiceName;
                                                                                                                                                                                                                                                              streamType: AgamaStreamType;
                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                          interface AgamaSourceConfiguration {
                                                                                                                                                                                                                                                              asset: string;
                                                                                                                                                                                                                                                              cdn?: string;
                                                                                                                                                                                                                                                              contentDescription?: string;
                                                                                                                                                                                                                                                              contentTitle?: string;
                                                                                                                                                                                                                                                              contentType?: string;
                                                                                                                                                                                                                                                              integration: "agama";
                                                                                                                                                                                                                                                              serviceName?: AgamaServiceName;
                                                                                                                                                                                                                                                              streamType: AgamaStreamType;
                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                          asset cdn? contentDescription? contentTitle? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AirPlay.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AirPlay.html index 77d7cf81aaa9..206927f77e9b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AirPlay.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AirPlay.html @@ -1,5 +1,5 @@ AirPlay | THEOplayer Web SDK
                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                            Interface AirPlay

                                                                                                                                                                                                                                                            The AirPlay API.

                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                            interface AirPlay {
                                                                                                                                                                                                                                                                casting: boolean;
                                                                                                                                                                                                                                                                state: CastState;
                                                                                                                                                                                                                                                                addEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                    type: TType | readonly TType[],
                                                                                                                                                                                                                                                                    listener: EventListener<VendorCastEventMap[TType]>,
                                                                                                                                                                                                                                                                ): void;
                                                                                                                                                                                                                                                                removeEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                    type: TType | readonly TType[],
                                                                                                                                                                                                                                                                    listener: EventListener<VendorCastEventMap[TType]>,
                                                                                                                                                                                                                                                                ): void;
                                                                                                                                                                                                                                                                start(): void;
                                                                                                                                                                                                                                                                stop(): void;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                            interface AirPlay {
                                                                                                                                                                                                                                                                casting: boolean;
                                                                                                                                                                                                                                                                state: CastState;
                                                                                                                                                                                                                                                                addEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                    type: TType | readonly TType[],
                                                                                                                                                                                                                                                                    listener: EventListener<VendorCastEventMap[TType]>,
                                                                                                                                                                                                                                                                ): void;
                                                                                                                                                                                                                                                                removeEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                    type: TType | readonly TType[],
                                                                                                                                                                                                                                                                    listener: EventListener<VendorCastEventMap[TType]>,
                                                                                                                                                                                                                                                                ): void;
                                                                                                                                                                                                                                                                start(): void;
                                                                                                                                                                                                                                                                stop(): void;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                            Methods

                                                                                                                                                                                                                                                            addEventListener removeEventListener diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Cache.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Cache.html index 0d09414ad384..a8c13b7bcb5e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Cache.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Cache.html @@ -1,6 +1,6 @@ Cache | THEOplayer Web SDK
                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                              Interface Cache

                                                                                                                                                                                                                                                              The media caching API.


                                                                                                                                                                                                                                                              - Available since v2.26.

                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                              interface Cache {
                                                                                                                                                                                                                                                                  network: NetworkInterceptorController;
                                                                                                                                                                                                                                                                  status: CacheStatus;
                                                                                                                                                                                                                                                                  tasks: CachingTaskList;
                                                                                                                                                                                                                                                                  addEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                      type: TType | readonly TType[],
                                                                                                                                                                                                                                                                      listener: EventListener<CacheEventMap[TType]>,
                                                                                                                                                                                                                                                                  ): void;
                                                                                                                                                                                                                                                                  createTask(
                                                                                                                                                                                                                                                                      source: SourceDescription,
                                                                                                                                                                                                                                                                      parameters: CachingTaskParameters,
                                                                                                                                                                                                                                                                  ): CachingTask;
                                                                                                                                                                                                                                                                  removeEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                      type: TType | readonly TType[],
                                                                                                                                                                                                                                                                      listener: EventListener<CacheEventMap[TType]>,
                                                                                                                                                                                                                                                                  ): void;
                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                              interface Cache {
                                                                                                                                                                                                                                                                  network: NetworkInterceptorController;
                                                                                                                                                                                                                                                                  status: CacheStatus;
                                                                                                                                                                                                                                                                  tasks: CachingTaskList;
                                                                                                                                                                                                                                                                  addEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                      type: TType | readonly TType[],
                                                                                                                                                                                                                                                                      listener: EventListener<CacheEventMap[TType]>,
                                                                                                                                                                                                                                                                  ): void;
                                                                                                                                                                                                                                                                  createTask(
                                                                                                                                                                                                                                                                      source: SourceDescription,
                                                                                                                                                                                                                                                                      parameters: CachingTaskParameters,
                                                                                                                                                                                                                                                                  ): CachingTask;
                                                                                                                                                                                                                                                                  removeEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                      type: TType | readonly TType[],
                                                                                                                                                                                                                                                                      listener: EventListener<CacheEventMap[TType]>,
                                                                                                                                                                                                                                                                  ): void;
                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                              Methods

                                                                                                                                                                                                                                                              addEventListener diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTask.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTask.html index fdd18d95d61a..60ec3f103e3c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTask.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTask.html @@ -1,5 +1,5 @@ CachingTask | THEOplayer Web SDK
                                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                                Interface CachingTask

                                                                                                                                                                                                                                                                Represents a caching task.

                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                interface CachingTask {
                                                                                                                                                                                                                                                                    bytes: number;
                                                                                                                                                                                                                                                                    bytesCached: number;
                                                                                                                                                                                                                                                                    cached: TimeRanges;
                                                                                                                                                                                                                                                                    duration: number;
                                                                                                                                                                                                                                                                    id: string;
                                                                                                                                                                                                                                                                    license: CachingTaskLicense;
                                                                                                                                                                                                                                                                    parameters: CachingTaskParameters;
                                                                                                                                                                                                                                                                    percentageCached: number;
                                                                                                                                                                                                                                                                    secondsCached: number;
                                                                                                                                                                                                                                                                    source: SourceDescription;
                                                                                                                                                                                                                                                                    status: CacheTaskStatus;
                                                                                                                                                                                                                                                                    addEventListener<TType extends keyof CachingTaskEventMap>(
                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                        listener: EventListener<CachingTaskEventMap[TType]>,
                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                    pause(): void;
                                                                                                                                                                                                                                                                    remove(): void;
                                                                                                                                                                                                                                                                    removeEventListener<TType extends keyof CachingTaskEventMap>(
                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                        listener: EventListener<CachingTaskEventMap[TType]>,
                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                    start(): void;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                interface CachingTask {
                                                                                                                                                                                                                                                                    bytes: number;
                                                                                                                                                                                                                                                                    bytesCached: number;
                                                                                                                                                                                                                                                                    cached: TimeRanges;
                                                                                                                                                                                                                                                                    duration: number;
                                                                                                                                                                                                                                                                    id: string;
                                                                                                                                                                                                                                                                    license: CachingTaskLicense;
                                                                                                                                                                                                                                                                    parameters: CachingTaskParameters;
                                                                                                                                                                                                                                                                    percentageCached: number;
                                                                                                                                                                                                                                                                    secondsCached: number;
                                                                                                                                                                                                                                                                    source: SourceDescription;
                                                                                                                                                                                                                                                                    status: CacheTaskStatus;
                                                                                                                                                                                                                                                                    addEventListener<TType extends keyof CachingTaskEventMap>(
                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                        listener: EventListener<CachingTaskEventMap[TType]>,
                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                    pause(): void;
                                                                                                                                                                                                                                                                    remove(): void;
                                                                                                                                                                                                                                                                    removeEventListener<TType extends keyof CachingTaskEventMap>(
                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                        listener: EventListener<CachingTaskEventMap[TType]>,
                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                    start(): void;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                bytes bytesCached cached duration diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTaskList.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTaskList.html index 87f007d27ea2..416c506eb348 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTaskList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTaskList.html @@ -1,5 +1,5 @@ CachingTaskList | THEOplayer Web SDK
                                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                                  Interface CachingTaskList

                                                                                                                                                                                                                                                                  List of caching tasks.

                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                  interface CachingTaskList {
                                                                                                                                                                                                                                                                      length: number;
                                                                                                                                                                                                                                                                      addEventListener<TType extends keyof CachingTaskListEventMap>(
                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                          listener: EventListener<CachingTaskListEventMap[TType]>,
                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                      item(index: number): CachingTask | undefined;
                                                                                                                                                                                                                                                                      removeEventListener<TType extends keyof CachingTaskListEventMap>(
                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                          listener: EventListener<CachingTaskListEventMap[TType]>,
                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                      [index: number]: CachingTask;
                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                  Indexable

                                                                                                                                                                                                                                                                  • [index: number]: CachingTask

                                                                                                                                                                                                                                                                    The object representing the nth in the list.

                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                  interface CachingTaskList {
                                                                                                                                                                                                                                                                      length: number;
                                                                                                                                                                                                                                                                      addEventListener<TType extends keyof CachingTaskListEventMap>(
                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                          listener: EventListener<CachingTaskListEventMap[TType]>,
                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                      item(index: number): CachingTask | undefined;
                                                                                                                                                                                                                                                                      removeEventListener<TType extends keyof CachingTaskListEventMap>(
                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                          listener: EventListener<CachingTaskListEventMap[TType]>,
                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                      [index: number]: CachingTask;
                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                  Indexable

                                                                                                                                                                                                                                                                  • [index: number]: CachingTask

                                                                                                                                                                                                                                                                    The object representing the nth in the list.

                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                  Methods

                                                                                                                                                                                                                                                                  addEventListener item diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Cast.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Cast.html index 22fd7d6656f1..2bc83bb1e2a0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Cast.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Cast.html @@ -1,5 +1,5 @@ Cast | THEOplayer Web SDK
                                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                                    Interface Cast

                                                                                                                                                                                                                                                                    The cast API.

                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                    interface Cast {
                                                                                                                                                                                                                                                                        airplay?: AirPlay;
                                                                                                                                                                                                                                                                        casting: boolean;
                                                                                                                                                                                                                                                                        chromecast?: Chromecast;
                                                                                                                                                                                                                                                                        addEventListener<TType extends "castingchange">(
                                                                                                                                                                                                                                                                            type: TType | readonly TType[],
                                                                                                                                                                                                                                                                            listener: EventListener<CastEventMap[TType]>,
                                                                                                                                                                                                                                                                        ): void;
                                                                                                                                                                                                                                                                        removeEventListener<TType extends "castingchange">(
                                                                                                                                                                                                                                                                            type: TType | readonly TType[],
                                                                                                                                                                                                                                                                            listener: EventListener<CastEventMap[TType]>,
                                                                                                                                                                                                                                                                        ): void;
                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                    interface Cast {
                                                                                                                                                                                                                                                                        airplay?: AirPlay;
                                                                                                                                                                                                                                                                        casting: boolean;
                                                                                                                                                                                                                                                                        chromecast?: Chromecast;
                                                                                                                                                                                                                                                                        addEventListener<TType extends "castingchange">(
                                                                                                                                                                                                                                                                            type: TType | readonly TType[],
                                                                                                                                                                                                                                                                            listener: EventListener<CastEventMap[TType]>,
                                                                                                                                                                                                                                                                        ): void;
                                                                                                                                                                                                                                                                        removeEventListener<TType extends "castingchange">(
                                                                                                                                                                                                                                                                            type: TType | readonly TType[],
                                                                                                                                                                                                                                                                            listener: EventListener<CastEventMap[TType]>,
                                                                                                                                                                                                                                                                        ): void;
                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                    Methods

                                                                                                                                                                                                                                                                    addEventListener diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CastStateChangeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CastStateChangeEvent.html index f9a05f853b2a..1e67df9f70c7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CastStateChangeEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CastStateChangeEvent.html @@ -1,5 +1,5 @@ CastStateChangeEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                                      Interface CastStateChangeEvent

                                                                                                                                                                                                                                                                      Fires when the cast state changes.

                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                      interface CastStateChangeEvent {
                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                          state: CastState;
                                                                                                                                                                                                                                                                          type: "statechange";
                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                      • Event<"statechange">
                                                                                                                                                                                                                                                                        • CastStateChangeEvent
                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                      interface CastStateChangeEvent {
                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                          state: CastState;
                                                                                                                                                                                                                                                                          type: "statechange";
                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                      • Event<"statechange">
                                                                                                                                                                                                                                                                        • CastStateChangeEvent
                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                      date: Date

                                                                                                                                                                                                                                                                      The creation date of the event.

                                                                                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChannelDrmKeySystemResponse.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChannelDrmKeySystemResponse.html index c5f6b2738a3c..7fa9940e1c97 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChannelDrmKeySystemResponse.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChannelDrmKeySystemResponse.html @@ -1,4 +1,4 @@ ChannelDrmKeySystemResponse | THEOplayer Web SDK
                                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                                        Interface ChannelDrmKeySystemResponse

                                                                                                                                                                                                                                                                        The key system configuration of a THEOlive endpoint.

                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                        interface ChannelDrmKeySystemResponse {
                                                                                                                                                                                                                                                                            licenseUrl: string;
                                                                                                                                                                                                                                                                            queryParameters: { [key: string]: any } | undefined;
                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                        interface ChannelDrmKeySystemResponse {
                                                                                                                                                                                                                                                                            licenseUrl: string;
                                                                                                                                                                                                                                                                            queryParameters: { [key: string]: any } | undefined;
                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                        licenseUrl: string
                                                                                                                                                                                                                                                                        queryParameters: { [key: string]: any } | undefined
                                                                                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Chromecast.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Chromecast.html index 3b0e37f70c91..8156019cebeb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Chromecast.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Chromecast.html @@ -1,5 +1,5 @@ Chromecast | THEOplayer Web SDK
                                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                                          Interface Chromecast

                                                                                                                                                                                                                                                                          The Chromecast API.

                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                          interface Chromecast {
                                                                                                                                                                                                                                                                              casting: boolean;
                                                                                                                                                                                                                                                                              connectionCallback: ChromecastConnectionCallback | undefined;
                                                                                                                                                                                                                                                                              error: ChromecastError | undefined;
                                                                                                                                                                                                                                                                              receiverName: string | undefined;
                                                                                                                                                                                                                                                                              source: SourceDescription | undefined;
                                                                                                                                                                                                                                                                              state: CastState;
                                                                                                                                                                                                                                                                              addEventListener<TType extends StringKeyOf<ChromecastEventMap>>(
                                                                                                                                                                                                                                                                                  type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                  listener: EventListener<ChromecastEventMap[TType]>,
                                                                                                                                                                                                                                                                              ): void;
                                                                                                                                                                                                                                                                              join(): void;
                                                                                                                                                                                                                                                                              leave(): void;
                                                                                                                                                                                                                                                                              removeEventListener<TType extends StringKeyOf<ChromecastEventMap>>(
                                                                                                                                                                                                                                                                                  type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                  listener: EventListener<ChromecastEventMap[TType]>,
                                                                                                                                                                                                                                                                              ): void;
                                                                                                                                                                                                                                                                              start(): void;
                                                                                                                                                                                                                                                                              stop(): void;
                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                          interface Chromecast {
                                                                                                                                                                                                                                                                              casting: boolean;
                                                                                                                                                                                                                                                                              connectionCallback: ChromecastConnectionCallback | undefined;
                                                                                                                                                                                                                                                                              error: ChromecastError | undefined;
                                                                                                                                                                                                                                                                              receiverName: string | undefined;
                                                                                                                                                                                                                                                                              source: SourceDescription | undefined;
                                                                                                                                                                                                                                                                              state: CastState;
                                                                                                                                                                                                                                                                              addEventListener<TType extends StringKeyOf<ChromecastEventMap>>(
                                                                                                                                                                                                                                                                                  type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                  listener: EventListener<ChromecastEventMap[TType]>,
                                                                                                                                                                                                                                                                              ): void;
                                                                                                                                                                                                                                                                              join(): void;
                                                                                                                                                                                                                                                                              leave(): void;
                                                                                                                                                                                                                                                                              removeEventListener<TType extends StringKeyOf<ChromecastEventMap>>(
                                                                                                                                                                                                                                                                                  type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                  listener: EventListener<ChromecastEventMap[TType]>,
                                                                                                                                                                                                                                                                              ): void;
                                                                                                                                                                                                                                                                              start(): void;
                                                                                                                                                                                                                                                                              stop(): void;
                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                          casting connectionCallback error receiverName diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChromecastErrorEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChromecastErrorEvent.html index 0b17318dc0ea..9026a20bb150 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChromecastErrorEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChromecastErrorEvent.html @@ -1,5 +1,5 @@ ChromecastErrorEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                                            Interface ChromecastErrorEvent

                                                                                                                                                                                                                                                                            Fired when an error occurs while casting or trying to cast.

                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                            interface ChromecastErrorEvent {
                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                error: ChromecastError;
                                                                                                                                                                                                                                                                                type: "error";
                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                            • Event<"error">
                                                                                                                                                                                                                                                                              • ChromecastErrorEvent
                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                            interface ChromecastErrorEvent {
                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                error: ChromecastError;
                                                                                                                                                                                                                                                                                type: "error";
                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                            • Event<"error">
                                                                                                                                                                                                                                                                              • ChromecastErrorEvent
                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                            date: Date

                                                                                                                                                                                                                                                                            The creation date of the event.

                                                                                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChromecastEventMap.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChromecastEventMap.html index 74f46c0915a3..7be726bf2de4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChromecastEventMap.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ChromecastEventMap.html @@ -1,5 +1,5 @@ ChromecastEventMap | THEOplayer Web SDK
                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                              Interface ChromecastEventMap

                                                                                                                                                                                                                                                                              The events fired by the Chromecast API.

                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                              interface ChromecastEventMap {
                                                                                                                                                                                                                                                                                  error: ChromecastErrorEvent;
                                                                                                                                                                                                                                                                                  statechange: CastStateChangeEvent;
                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                              interface ChromecastEventMap {
                                                                                                                                                                                                                                                                                  error: ChromecastErrorEvent;
                                                                                                                                                                                                                                                                                  statechange: CastStateChangeEvent;
                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                              Fired when an error occurs while casting or trying to cast.

                                                                                                                                                                                                                                                                              Fired when the state changes.

                                                                                                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Clip.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Clip.html index 861176b37357..df8fd06fc2f5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Clip.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Clip.html @@ -1,5 +1,5 @@ Clip | THEOplayer Web SDK
                                                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                                                Interface Clip

                                                                                                                                                                                                                                                                                The clip API which can be used to clip the playback window of a source.

                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                interface Clip {
                                                                                                                                                                                                                                                                                    endTime: number;
                                                                                                                                                                                                                                                                                    startTime: number;
                                                                                                                                                                                                                                                                                    addEventListener<TType extends "change">(
                                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                        listener: EventListener<ClipEventMap[TType]>,
                                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                                    removeEventListener<TType extends "change">(
                                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                        listener: EventListener<ClipEventMap[TType]>,
                                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                interface Clip {
                                                                                                                                                                                                                                                                                    endTime: number;
                                                                                                                                                                                                                                                                                    startTime: number;
                                                                                                                                                                                                                                                                                    addEventListener<TType extends "change">(
                                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                        listener: EventListener<ClipEventMap[TType]>,
                                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                                    removeEventListener<TType extends "change">(
                                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                        listener: EventListener<ClipEventMap[TType]>,
                                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                Methods

                                                                                                                                                                                                                                                                                addEventListener removeEventListener diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CmcdConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CmcdConfiguration.html index 4080e542b5f7..7c43094ead5f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CmcdConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CmcdConfiguration.html @@ -3,7 +3,7 @@
                                                                                                                                                                                                                                                                                - This configuration is only used for event mode reporting only, for now. For request mode, you should use the CMCD connector on GitHub (https://github.com/THEOplayer/web-connectors/tree/main/cmcd).
                                                                                                                                                                                                                                                                                - This configuration is set at the player level. For source-level configuration, see CmcdSourceConfiguration.

                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                interface CmcdConfiguration {
                                                                                                                                                                                                                                                                                    eventEndpoints?: CmcdEndpointConfiguration[];
                                                                                                                                                                                                                                                                                    externalSessionId?: string;
                                                                                                                                                                                                                                                                                    userId?: string;
                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                interface CmcdConfiguration {
                                                                                                                                                                                                                                                                                    eventEndpoints?: CmcdEndpointConfiguration[];
                                                                                                                                                                                                                                                                                    externalSessionId?: string;
                                                                                                                                                                                                                                                                                    userId?: string;
                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                eventEndpoints?: CmcdEndpointConfiguration[]

                                                                                                                                                                                                                                                                                A list of CMCD endpoints to which events should be sent.

                                                                                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CmcdSourceConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CmcdSourceConfiguration.html index 539ab343bfbe..4820ffe1bf13 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CmcdSourceConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CmcdSourceConfiguration.html @@ -5,7 +5,7 @@
                                                                                                                                                                                                                                                                                - This extends the player-level CmcdConfiguration by additionally allowing a session ID to be specified per source. Source-level values take precedence over player-level values for overlapping fields, except for eventEndpoints which are merged (both player and source endpoints receive events).

                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                interface CmcdSourceConfiguration {
                                                                                                                                                                                                                                                                                    eventEndpoints?: CmcdEndpointConfiguration[];
                                                                                                                                                                                                                                                                                    externalSessionId?: string;
                                                                                                                                                                                                                                                                                    sessionId?: string;
                                                                                                                                                                                                                                                                                    userId?: string;
                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                interface CmcdSourceConfiguration {
                                                                                                                                                                                                                                                                                    eventEndpoints?: CmcdEndpointConfiguration[];
                                                                                                                                                                                                                                                                                    externalSessionId?: string;
                                                                                                                                                                                                                                                                                    sessionId?: string;
                                                                                                                                                                                                                                                                                    userId?: string;
                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                eventEndpoints? externalSessionId? sessionId? userId? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CsaiAdDescription.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CsaiAdDescription.html index a6601d57fb62..f421e4f1e942 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CsaiAdDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CsaiAdDescription.html @@ -1,5 +1,5 @@ CsaiAdDescription | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                                                  Interface CsaiAdDescription

                                                                                                                                                                                                                                                                                  Describes an ad break request.

                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                  interface CsaiAdDescription {
                                                                                                                                                                                                                                                                                      integration?: "csai" | "theo";
                                                                                                                                                                                                                                                                                      replaceContent?: boolean;
                                                                                                                                                                                                                                                                                      skipOffset?: string | number;
                                                                                                                                                                                                                                                                                      sources: string | AdSource;
                                                                                                                                                                                                                                                                                      timeOffset?: string | number;
                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                  interface CsaiAdDescription {
                                                                                                                                                                                                                                                                                      integration?: "csai" | "theo";
                                                                                                                                                                                                                                                                                      replaceContent?: boolean;
                                                                                                                                                                                                                                                                                      skipOffset?: string | number;
                                                                                                                                                                                                                                                                                      sources: string | AdSource;
                                                                                                                                                                                                                                                                                      timeOffset?: string | number;
                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                  integration? replaceContent? skipOffset? sources diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionLoadStartEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionLoadStartEvent.html index 5592f3f0dfdc..cffb9fdf2bff 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionLoadStartEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionLoadStartEvent.html @@ -1,5 +1,5 @@ DistributionLoadStartEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                                                    Interface DistributionLoadStartEvent

                                                                                                                                                                                                                                                                                    Fired when the loading of a THEOlive distribution starts.

                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                    interface DistributionLoadStartEvent {
                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                        distributionId: string;
                                                                                                                                                                                                                                                                                        type: "distributionloadstart";
                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                    • Event<"distributionloadstart">
                                                                                                                                                                                                                                                                                      • DistributionLoadStartEvent
                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                    interface DistributionLoadStartEvent {
                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                        distributionId: string;
                                                                                                                                                                                                                                                                                        type: "distributionloadstart";
                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                    • Event<"distributionloadstart">
                                                                                                                                                                                                                                                                                      • DistributionLoadStartEvent
                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                    date: Date

                                                                                                                                                                                                                                                                                    The creation date of the event.

                                                                                                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionLoadedEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionLoadedEvent.html index b5a49de318f5..55b538876b43 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionLoadedEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionLoadedEvent.html @@ -1,5 +1,5 @@ DistributionLoadedEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                                                      Interface DistributionLoadedEvent

                                                                                                                                                                                                                                                                                      Fired when a THEOlive distribution has been successfully loaded.

                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                      interface DistributionLoadedEvent {
                                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                                          distribution: Distribution;
                                                                                                                                                                                                                                                                                          type: "distributionloaded";
                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                      • Event<"distributionloaded">
                                                                                                                                                                                                                                                                                        • DistributionLoadedEvent
                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                      interface DistributionLoadedEvent {
                                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                                          distribution: Distribution;
                                                                                                                                                                                                                                                                                          type: "distributionloaded";
                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                      • Event<"distributionloaded">
                                                                                                                                                                                                                                                                                        • DistributionLoadedEvent
                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                      date: Date

                                                                                                                                                                                                                                                                                      The creation date of the event.

                                                                                                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionOfflineEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionOfflineEvent.html index 5cfda2e6f7d6..5d35456055e0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionOfflineEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/DistributionOfflineEvent.html @@ -1,5 +1,5 @@ DistributionOfflineEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                                                        Interface DistributionOfflineEvent

                                                                                                                                                                                                                                                                                        Fired when loading a THEOlive distribution that cannot be played, for example because the publication is stopped or is still starting up.

                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                        interface DistributionOfflineEvent {
                                                                                                                                                                                                                                                                                            date: Date;
                                                                                                                                                                                                                                                                                            distributionId: string;
                                                                                                                                                                                                                                                                                            type: "distributionoffline";
                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                        • Event<"distributionoffline">
                                                                                                                                                                                                                                                                                          • DistributionOfflineEvent
                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                        interface DistributionOfflineEvent {
                                                                                                                                                                                                                                                                                            date: Date;
                                                                                                                                                                                                                                                                                            distributionId: string;
                                                                                                                                                                                                                                                                                            type: "distributionoffline";
                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                        • Event<"distributionoffline">
                                                                                                                                                                                                                                                                                          • DistributionOfflineEvent
                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                        date: Date

                                                                                                                                                                                                                                                                                        The creation date of the event.

                                                                                                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EndpointLoadedEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EndpointLoadedEvent.html index 47420588fa1a..9bbf6c22e6dc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EndpointLoadedEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EndpointLoadedEvent.html @@ -1,6 +1,6 @@ EndpointLoadedEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                                                          Interface EndpointLoadedEvent

                                                                                                                                                                                                                                                                                          Fired when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error is encountered and the player recovers by choosing a new one.

                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                          interface EndpointLoadedEvent {
                                                                                                                                                                                                                                                                                              date: Date;
                                                                                                                                                                                                                                                                                              endpoint: Endpoint;
                                                                                                                                                                                                                                                                                              type: "endpointloaded";
                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                          • Event<"endpointloaded">
                                                                                                                                                                                                                                                                                            • EndpointLoadedEvent
                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                          interface EndpointLoadedEvent {
                                                                                                                                                                                                                                                                                              date: Date;
                                                                                                                                                                                                                                                                                              endpoint: Endpoint;
                                                                                                                                                                                                                                                                                              type: "endpointloaded";
                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                          • Event<"endpointloaded">
                                                                                                                                                                                                                                                                                            • EndpointLoadedEvent
                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                          date: Date

                                                                                                                                                                                                                                                                                          The creation date of the event.

                                                                                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EnterBadNetworkModeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EnterBadNetworkModeEvent.html index 86bc2a6cd794..4b6ca8356106 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EnterBadNetworkModeEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EnterBadNetworkModeEvent.html @@ -1,6 +1,6 @@ EnterBadNetworkModeEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                                                            Interface EnterBadNetworkModeEvent

                                                                                                                                                                                                                                                                                            Fired when the player enters bad network mode.

                                                                                                                                                                                                                                                                                            Bad network mode is no longer supported. This event will be removed in the next major version.

                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                            interface EnterBadNetworkModeEvent {
                                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                                type: "enterbadnetworkmode";
                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                            • Event<"enterbadnetworkmode">
                                                                                                                                                                                                                                                                                              • EnterBadNetworkModeEvent
                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                            interface EnterBadNetworkModeEvent {
                                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                                type: "enterbadnetworkmode";
                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                            • Event<"enterbadnetworkmode">
                                                                                                                                                                                                                                                                                              • EnterBadNetworkModeEvent
                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                            date: Date

                                                                                                                                                                                                                                                                                            The creation date of the event.

                                                                                                                                                                                                                                                                                            type: "enterbadnetworkmode"

                                                                                                                                                                                                                                                                                            The type of the event.

                                                                                                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EventedList.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EventedList.html index 8c7559023ccc..936e05f9937f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EventedList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/EventedList.html @@ -1,5 +1,5 @@ EventedList | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                                              Interface EventedList<T, M>

                                                                                                                                                                                                                                                                                              List of generic items which can dispatch events.

                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                              interface EventedList<T, M extends EventMap<StringKeyOf<M>>> {
                                                                                                                                                                                                                                                                                                  length: number;
                                                                                                                                                                                                                                                                                                  addEventListener<TType extends string>(
                                                                                                                                                                                                                                                                                                      type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                      listener: EventListener<M[TType]>,
                                                                                                                                                                                                                                                                                                  ): void;
                                                                                                                                                                                                                                                                                                  item(index: number): T | undefined;
                                                                                                                                                                                                                                                                                                  removeEventListener<TType extends string>(
                                                                                                                                                                                                                                                                                                      type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                      listener: EventListener<M[TType]>,
                                                                                                                                                                                                                                                                                                  ): void;
                                                                                                                                                                                                                                                                                                  [index: number]: T;
                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                              Type Parameters

                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                              Indexable

                                                                                                                                                                                                                                                                                              • [index: number]: T

                                                                                                                                                                                                                                                                                                The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                              interface EventedList<T, M extends EventMap<StringKeyOf<M>>> {
                                                                                                                                                                                                                                                                                                  length: number;
                                                                                                                                                                                                                                                                                                  addEventListener<TType extends string>(
                                                                                                                                                                                                                                                                                                      type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                      listener: EventListener<M[TType]>,
                                                                                                                                                                                                                                                                                                  ): void;
                                                                                                                                                                                                                                                                                                  item(index: number): T | undefined;
                                                                                                                                                                                                                                                                                                  removeEventListener<TType extends string>(
                                                                                                                                                                                                                                                                                                      type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                      listener: EventListener<M[TType]>,
                                                                                                                                                                                                                                                                                                  ): void;
                                                                                                                                                                                                                                                                                                  [index: number]: T;
                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                              Type Parameters

                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                              Indexable

                                                                                                                                                                                                                                                                                              • [index: number]: T

                                                                                                                                                                                                                                                                                                The object representing the nth in the list.

                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                              Methods

                                                                                                                                                                                                                                                                                              addEventListener item diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ExitBadNetworkModeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ExitBadNetworkModeEvent.html index 9ff7522d60c7..3b82912172a9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ExitBadNetworkModeEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ExitBadNetworkModeEvent.html @@ -1,6 +1,6 @@ ExitBadNetworkModeEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                                                                Interface ExitBadNetworkModeEvent

                                                                                                                                                                                                                                                                                                Fired when the player exits bad network mode.

                                                                                                                                                                                                                                                                                                Bad network mode is no longer supported. This event will be removed in the next major version.

                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                interface ExitBadNetworkModeEvent {
                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                    type: "exitbadnetworkmode";
                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                • Event<"exitbadnetworkmode">
                                                                                                                                                                                                                                                                                                  • ExitBadNetworkModeEvent
                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                interface ExitBadNetworkModeEvent {
                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                    type: "exitbadnetworkmode";
                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                • Event<"exitbadnetworkmode">
                                                                                                                                                                                                                                                                                                  • ExitBadNetworkModeEvent
                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                date: Date

                                                                                                                                                                                                                                                                                                The creation date of the event.

                                                                                                                                                                                                                                                                                                type: "exitbadnetworkmode"

                                                                                                                                                                                                                                                                                                The type of the event.

                                                                                                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FairPlayChannelDrmKeySystemResponse.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FairPlayChannelDrmKeySystemResponse.html index 52ee098cbde9..df561f5bc9e7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FairPlayChannelDrmKeySystemResponse.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FairPlayChannelDrmKeySystemResponse.html @@ -1,5 +1,5 @@ FairPlayChannelDrmKeySystemResponse | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                                                                  Interface FairPlayChannelDrmKeySystemResponse

                                                                                                                                                                                                                                                                                                  The FairPlay key system configuration of a THEOlive endpoint.

                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                  interface FairPlayChannelDrmKeySystemResponse {
                                                                                                                                                                                                                                                                                                      certificateUrl: string;
                                                                                                                                                                                                                                                                                                      licenseUrl: string;
                                                                                                                                                                                                                                                                                                      queryParameters: { [key: string]: any } | undefined;
                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                  interface FairPlayChannelDrmKeySystemResponse {
                                                                                                                                                                                                                                                                                                      certificateUrl: string;
                                                                                                                                                                                                                                                                                                      licenseUrl: string;
                                                                                                                                                                                                                                                                                                      queryParameters: { [key: string]: any } | undefined;
                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                  certificateUrl: string
                                                                                                                                                                                                                                                                                                  licenseUrl: string
                                                                                                                                                                                                                                                                                                  queryParameters: { [key: string]: any } | undefined
                                                                                                                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FreeWheelAdDescription.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FreeWheelAdDescription.html index 0485c4453e33..889ca4f57697 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FreeWheelAdDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FreeWheelAdDescription.html @@ -1,6 +1,6 @@ FreeWheelAdDescription | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                                                                    Interface FreeWheelAdDescription

                                                                                                                                                                                                                                                                                                    Describes a FreeWheel ad break request.


                                                                                                                                                                                                                                                                                                    - Available since v2.42.0.

                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                    interface FreeWheelAdDescription {
                                                                                                                                                                                                                                                                                                        adServerUrl: string;
                                                                                                                                                                                                                                                                                                        assetDuration?: number;
                                                                                                                                                                                                                                                                                                        assetId?: string;
                                                                                                                                                                                                                                                                                                        cuePoints?: FreeWheelCue[];
                                                                                                                                                                                                                                                                                                        customData?: Record<string, string>;
                                                                                                                                                                                                                                                                                                        integration: "freewheel";
                                                                                                                                                                                                                                                                                                        networkId: number;
                                                                                                                                                                                                                                                                                                        profile: string;
                                                                                                                                                                                                                                                                                                        replaceContent?: boolean;
                                                                                                                                                                                                                                                                                                        siteSectionId?: string;
                                                                                                                                                                                                                                                                                                        sources?: string | AdSource;
                                                                                                                                                                                                                                                                                                        timeOffset?: string | number;
                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                    interface FreeWheelAdDescription {
                                                                                                                                                                                                                                                                                                        adServerUrl: string;
                                                                                                                                                                                                                                                                                                        assetDuration?: number;
                                                                                                                                                                                                                                                                                                        assetId?: string;
                                                                                                                                                                                                                                                                                                        cuePoints?: FreeWheelCue[];
                                                                                                                                                                                                                                                                                                        customData?: Record<string, string>;
                                                                                                                                                                                                                                                                                                        integration: "freewheel";
                                                                                                                                                                                                                                                                                                        networkId: number;
                                                                                                                                                                                                                                                                                                        profile: string;
                                                                                                                                                                                                                                                                                                        replaceContent?: boolean;
                                                                                                                                                                                                                                                                                                        siteSectionId?: string;
                                                                                                                                                                                                                                                                                                        sources?: string | AdSource;
                                                                                                                                                                                                                                                                                                        timeOffset?: string | number;
                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                    adServerUrl assetDuration? assetId? cuePoints? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/HespApi.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/HespApi.html index 2c6cd553045d..9acc35820cc0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/HespApi.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/HespApi.html @@ -1,7 +1,7 @@ HespApi | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                                                                      Interface HespApi

                                                                                                                                                                                                                                                                                                      The HESP API.


                                                                                                                                                                                                                                                                                                      - Note: This API is in an experimental stage and may be subject to breaking changes.
                                                                                                                                                                                                                                                                                                      - Only available with the feature 'hesp'.

                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                      interface HespApi {
                                                                                                                                                                                                                                                                                                          isLive: boolean;
                                                                                                                                                                                                                                                                                                          manifest: object | undefined;
                                                                                                                                                                                                                                                                                                          addEventListener<TType extends keyof HespApiEventMap>(
                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                              listener: EventListener<HespApiEventMap[TType]>,
                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                          goLive(): void;
                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends keyof HespApiEventMap>(
                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                              listener: EventListener<HespApiEventMap[TType]>,
                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                      interface HespApi {
                                                                                                                                                                                                                                                                                                          isLive: boolean;
                                                                                                                                                                                                                                                                                                          manifest: object | undefined;
                                                                                                                                                                                                                                                                                                          addEventListener<TType extends keyof HespApiEventMap>(
                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                              listener: EventListener<HespApiEventMap[TType]>,
                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                          goLive(): void;
                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends keyof HespApiEventMap>(
                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                              listener: EventListener<HespApiEventMap[TType]>,
                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                      Methods

                                                                                                                                                                                                                                                                                                      addEventListener goLive diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/HespTypedSource.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/HespTypedSource.html index 0155f93ac6de..9bb92fa8965d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/HespTypedSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/HespTypedSource.html @@ -2,7 +2,7 @@


                                                                                                                                                                                                                                                                                                      - Note: This API is in an experimental stage and may be subject to breaking changes.
                                                                                                                                                                                                                                                                                                      - Only available with the feature 'hesp'.
                                                                                                                                                                                                                                                                                                      - Only applicable when configuring an HESP source.

                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                      interface HespTypedSource {
                                                                                                                                                                                                                                                                                                          abr?: SourceAbrConfiguration;
                                                                                                                                                                                                                                                                                                          contentProtection?: DRMConfiguration;
                                                                                                                                                                                                                                                                                                          crossOrigin?: CrossOriginSetting;
                                                                                                                                                                                                                                                                                                          dash?: DashPlaybackConfiguration;
                                                                                                                                                                                                                                                                                                          drm?: DRMConfiguration;
                                                                                                                                                                                                                                                                                                          hesp?: HespSourceConfiguration;
                                                                                                                                                                                                                                                                                                          hls?: HlsPlaybackConfiguration;
                                                                                                                                                                                                                                                                                                          hlsDateRange?: boolean;
                                                                                                                                                                                                                                                                                                          ignoreEmbeddedTextTrackTypes?: TextTrackType[];
                                                                                                                                                                                                                                                                                                          integration?: SourceIntegrationId;
                                                                                                                                                                                                                                                                                                          latencyConfiguration?: SourceLatencyConfiguration;
                                                                                                                                                                                                                                                                                                          lcevc?: boolean;
                                                                                                                                                                                                                                                                                                          liveOffset?: number;
                                                                                                                                                                                                                                                                                                          lowLatency?: boolean;
                                                                                                                                                                                                                                                                                                          retryConfiguration?: RetryConfiguration;
                                                                                                                                                                                                                                                                                                          seamlessSwitchStrategy?: SeamlessSwitchStrategy;
                                                                                                                                                                                                                                                                                                          src?: string;
                                                                                                                                                                                                                                                                                                          ssai?: ServerSideAdInsertionConfiguration;
                                                                                                                                                                                                                                                                                                          timeServer?: string;
                                                                                                                                                                                                                                                                                                          type: "application/vnd.theo.hesp+json";
                                                                                                                                                                                                                                                                                                          useCredentials?: boolean;
                                                                                                                                                                                                                                                                                                          useManagedMediaSource?: boolean;
                                                                                                                                                                                                                                                                                                          useNativePlayback?: boolean;
                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                      interface HespTypedSource {
                                                                                                                                                                                                                                                                                                          abr?: SourceAbrConfiguration;
                                                                                                                                                                                                                                                                                                          contentProtection?: DRMConfiguration;
                                                                                                                                                                                                                                                                                                          crossOrigin?: CrossOriginSetting;
                                                                                                                                                                                                                                                                                                          dash?: DashPlaybackConfiguration;
                                                                                                                                                                                                                                                                                                          drm?: DRMConfiguration;
                                                                                                                                                                                                                                                                                                          hesp?: HespSourceConfiguration;
                                                                                                                                                                                                                                                                                                          hls?: HlsPlaybackConfiguration;
                                                                                                                                                                                                                                                                                                          hlsDateRange?: boolean;
                                                                                                                                                                                                                                                                                                          ignoreEmbeddedTextTrackTypes?: TextTrackType[];
                                                                                                                                                                                                                                                                                                          integration?: SourceIntegrationId;
                                                                                                                                                                                                                                                                                                          latencyConfiguration?: SourceLatencyConfiguration;
                                                                                                                                                                                                                                                                                                          lcevc?: boolean;
                                                                                                                                                                                                                                                                                                          liveOffset?: number;
                                                                                                                                                                                                                                                                                                          lowLatency?: boolean;
                                                                                                                                                                                                                                                                                                          retryConfiguration?: RetryConfiguration;
                                                                                                                                                                                                                                                                                                          seamlessSwitchStrategy?: SeamlessSwitchStrategy;
                                                                                                                                                                                                                                                                                                          src?: string;
                                                                                                                                                                                                                                                                                                          ssai?: ServerSideAdInsertionConfiguration;
                                                                                                                                                                                                                                                                                                          timeServer?: string;
                                                                                                                                                                                                                                                                                                          type: "application/vnd.theo.hesp+json";
                                                                                                                                                                                                                                                                                                          useCredentials?: boolean;
                                                                                                                                                                                                                                                                                                          useManagedMediaSource?: boolean;
                                                                                                                                                                                                                                                                                                          useNativePlayback?: boolean;
                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                      abr? contentProtection? crossOrigin? dash? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/IMAAdDescription.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/IMAAdDescription.html index 6a4036d1dd63..777feba00946 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/IMAAdDescription.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/IMAAdDescription.html @@ -1,5 +1,5 @@ IMAAdDescription | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                                                                        Interface IMAAdDescription

                                                                                                                                                                                                                                                                                                        Describes a Google IMA ad break request.

                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                        interface IMAAdDescription {
                                                                                                                                                                                                                                                                                                            integration: "google-ima";
                                                                                                                                                                                                                                                                                                            omidAccessModeRules?: Record<number, string>;
                                                                                                                                                                                                                                                                                                            replaceContent?: boolean;
                                                                                                                                                                                                                                                                                                            sources: string | AdSource;
                                                                                                                                                                                                                                                                                                            timeOffset?: string | number;
                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                        interface IMAAdDescription {
                                                                                                                                                                                                                                                                                                            integration: "google-ima";
                                                                                                                                                                                                                                                                                                            omidAccessModeRules?: Record<number, string>;
                                                                                                                                                                                                                                                                                                            replaceContent?: boolean;
                                                                                                                                                                                                                                                                                                            sources: string | AdSource;
                                                                                                                                                                                                                                                                                                            timeOffset?: string | number;
                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                        integration omidAccessModeRules? replaceContent? sources diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/IntentToFallbackEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/IntentToFallbackEvent.html index 586462982ea6..71343f77a95f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/IntentToFallbackEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/IntentToFallbackEvent.html @@ -1,6 +1,6 @@ IntentToFallbackEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                                                                          Interface IntentToFallbackEvent

                                                                                                                                                                                                                                                                                                          Fired when the player cannot play the current primary publication and would like to fallback. If a fallback has been configured it will fallback, otherwise only the event is fired.

                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                          interface IntentToFallbackEvent {
                                                                                                                                                                                                                                                                                                              date: Date;
                                                                                                                                                                                                                                                                                                              reason?: THEOplayerError;
                                                                                                                                                                                                                                                                                                              type: "intenttofallback";
                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                          • Event<"intenttofallback">
                                                                                                                                                                                                                                                                                                            • IntentToFallbackEvent
                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                          interface IntentToFallbackEvent {
                                                                                                                                                                                                                                                                                                              date: Date;
                                                                                                                                                                                                                                                                                                              reason?: THEOplayerError;
                                                                                                                                                                                                                                                                                                              type: "intenttofallback";
                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                          • Event<"intenttofallback">
                                                                                                                                                                                                                                                                                                            • IntentToFallbackEvent
                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                          date: Date

                                                                                                                                                                                                                                                                                                          The creation date of the event.

                                                                                                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Interstitial.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Interstitial.html index 9c8d3c1b3d5f..360ccfd7ae67 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Interstitial.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Interstitial.html @@ -1,5 +1,5 @@ Interstitial | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                                                                            Interface Interstitial

                                                                                                                                                                                                                                                                                                            The THEOads interstitial.

                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                            interface Interstitial {
                                                                                                                                                                                                                                                                                                                adTagParameters: Record<string, string>;
                                                                                                                                                                                                                                                                                                                duration: number | undefined;
                                                                                                                                                                                                                                                                                                                id: string;
                                                                                                                                                                                                                                                                                                                startTime: number;
                                                                                                                                                                                                                                                                                                                type: InterstitialType;
                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                            interface Interstitial {
                                                                                                                                                                                                                                                                                                                adTagParameters: Record<string, string>;
                                                                                                                                                                                                                                                                                                                duration: number | undefined;
                                                                                                                                                                                                                                                                                                                id: string;
                                                                                                                                                                                                                                                                                                                startTime: number;
                                                                                                                                                                                                                                                                                                                type: InterstitialType;
                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                            adTagParameters duration id startTime diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/InterstitialEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/InterstitialEvent.html index 819607b6d580..a409cbfb08d1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/InterstitialEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/InterstitialEvent.html @@ -1,5 +1,5 @@ InterstitialEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                                                              Interface InterstitialEvent<TType>

                                                                                                                                                                                                                                                                                                              Base type for events related to an interstitial.

                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                              interface InterstitialEvent<TType extends string> {
                                                                                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                                                                                  interstitial: Interstitial;
                                                                                                                                                                                                                                                                                                                  type: TType;
                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                              Type Parameters

                                                                                                                                                                                                                                                                                                              • TType extends string

                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                              interface InterstitialEvent<TType extends string> {
                                                                                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                                                                                  interstitial: Interstitial;
                                                                                                                                                                                                                                                                                                                  type: TType;
                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                              Type Parameters

                                                                                                                                                                                                                                                                                                              • TType extends string

                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                              date: Date

                                                                                                                                                                                                                                                                                                              The creation date of the event.

                                                                                                                                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/LayoutChangeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/LayoutChangeEvent.html index 1f446f60ee0e..92c5c8b71b1a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/LayoutChangeEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/LayoutChangeEvent.html @@ -1,5 +1,5 @@ LayoutChangeEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                                                                                Interface LayoutChangeEvent

                                                                                                                                                                                                                                                                                                                Fired when MultiViewPlayer.layout changes.

                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                interface LayoutChangeEvent {
                                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                                    layout: MultiViewPlayerLayout;
                                                                                                                                                                                                                                                                                                                    type: "layoutchange";
                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                • Event<"layoutchange">
                                                                                                                                                                                                                                                                                                                  • LayoutChangeEvent
                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                interface LayoutChangeEvent {
                                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                                    layout: MultiViewPlayerLayout;
                                                                                                                                                                                                                                                                                                                    type: "layoutchange";
                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                • Event<"layoutchange">
                                                                                                                                                                                                                                                                                                                  • LayoutChangeEvent
                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                date: Date

                                                                                                                                                                                                                                                                                                                The creation date of the event.

                                                                                                                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/List.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/List.html index 5f68b05821ad..babfe62a8e51 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/List.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/List.html @@ -1,5 +1,5 @@ List | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                                                                                  Interface List<T>

                                                                                                                                                                                                                                                                                                                  List of generic items.

                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                  interface List<T> {
                                                                                                                                                                                                                                                                                                                      length: number;
                                                                                                                                                                                                                                                                                                                      item(index: number): T | undefined;
                                                                                                                                                                                                                                                                                                                      [index: number]: T;
                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                  Type Parameters

                                                                                                                                                                                                                                                                                                                  • T

                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                  Indexable

                                                                                                                                                                                                                                                                                                                  • [index: number]: T

                                                                                                                                                                                                                                                                                                                    The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                  interface List<T> {
                                                                                                                                                                                                                                                                                                                      length: number;
                                                                                                                                                                                                                                                                                                                      item(index: number): T | undefined;
                                                                                                                                                                                                                                                                                                                      [index: number]: T;
                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                  Type Parameters

                                                                                                                                                                                                                                                                                                                  • T

                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                  Indexable

                                                                                                                                                                                                                                                                                                                  • [index: number]: T

                                                                                                                                                                                                                                                                                                                    The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                  Methods

                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                  length: number

                                                                                                                                                                                                                                                                                                                  The number of items in the list.

                                                                                                                                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MediaMelonConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MediaMelonConfiguration.html index fd9ee71cbfa3..2102d384e0e1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MediaMelonConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MediaMelonConfiguration.html @@ -1,5 +1,5 @@ MediaMelonConfiguration | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                                                                                    Interface MediaMelonConfiguration

                                                                                                                                                                                                                                                                                                                    Describes the configuration of the Media Melon integration.

                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                    interface MediaMelonConfiguration {
                                                                                                                                                                                                                                                                                                                        assetID?: string;
                                                                                                                                                                                                                                                                                                                        customerID: string;
                                                                                                                                                                                                                                                                                                                        domainName?: string;
                                                                                                                                                                                                                                                                                                                        metaURL?: string;
                                                                                                                                                                                                                                                                                                                        playerName: string;
                                                                                                                                                                                                                                                                                                                        subscriberID?: string;
                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                    interface MediaMelonConfiguration {
                                                                                                                                                                                                                                                                                                                        assetID?: string;
                                                                                                                                                                                                                                                                                                                        customerID: string;
                                                                                                                                                                                                                                                                                                                        domainName?: string;
                                                                                                                                                                                                                                                                                                                        metaURL?: string;
                                                                                                                                                                                                                                                                                                                        playerName: string;
                                                                                                                                                                                                                                                                                                                        subscriberID?: string;
                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                    assetID? customerID domainName? metaURL? diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Millicast.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Millicast.html index ddf286885e13..e0155f4aafe9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Millicast.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Millicast.html @@ -1,5 +1,5 @@ Millicast | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                                                                                      Interface Millicast

                                                                                                                                                                                                                                                                                                                      The Millicast API.

                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                      interface Millicast {
                                                                                                                                                                                                                                                                                                                          addEventListener<TType extends "stats">(
                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                              listener: EventListener<MillicastEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                          diagnose(config: Record<string, any>): Record<string, any>;
                                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends "stats">(
                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                              listener: EventListener<MillicastEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                      Methods

                                                                                                                                                                                                                                                                                                                      interface Millicast {
                                                                                                                                                                                                                                                                                                                          addEventListener<TType extends "stats">(
                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                              listener: EventListener<MillicastEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                          diagnose(config: Record<string, any>): Record<string, any>;
                                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends "stats">(
                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                              listener: EventListener<MillicastEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                      Methods

                                                                                                                                                                                                                                                                                                                      • Add the given listener for the given event type(s).

                                                                                                                                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MillicastStatsEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MillicastStatsEvent.html index e9423cce2650..73f0bae71b05 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MillicastStatsEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MillicastStatsEvent.html @@ -2,7 +2,7 @@ Dispatched only when the Millicast source is loaded and at an interval configured using MillicastSource.statsIntervalMs. See the Millicast SDK API reference for details on the connection stats included in the event.

                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                      interface MillicastStatsEvent {
                                                                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                                                                          stats: Record<string, any>;
                                                                                                                                                                                                                                                                                                                          type: "stats";
                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                      • Event<"stats">
                                                                                                                                                                                                                                                                                                                        • MillicastStatsEvent
                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                      interface MillicastStatsEvent {
                                                                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                                                                          stats: Record<string, any>;
                                                                                                                                                                                                                                                                                                                          type: "stats";
                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                      • Event<"stats">
                                                                                                                                                                                                                                                                                                                        • MillicastStatsEvent
                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                      date: Date

                                                                                                                                                                                                                                                                                                                      The creation date of the event.

                                                                                                                                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MoatConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MoatConfiguration.html index 1318b489ab1b..3cf84ab9ad5b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MoatConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/MoatConfiguration.html @@ -1,6 +1,6 @@ MoatConfiguration | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                                                                                        Interface MoatConfiguration

                                                                                                                                                                                                                                                                                                                        Describes configuration of the Moat integration.


                                                                                                                                                                                                                                                                                                                        - Available since v2.27.0.

                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                        interface MoatConfiguration {
                                                                                                                                                                                                                                                                                                                            integration: "moat";
                                                                                                                                                                                                                                                                                                                            partnerCode: string;
                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                        interface MoatConfiguration {
                                                                                                                                                                                                                                                                                                                            integration: "moat";
                                                                                                                                                                                                                                                                                                                            partnerCode: string;
                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                        integration: "moat"

                                                                                                                                                                                                                                                                                                                        The identifier of the analytics integration.

                                                                                                                                                                                                                                                                                                                        partnerCode: string

                                                                                                                                                                                                                                                                                                                        The Moat partner code.

                                                                                                                                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/NetworkConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/NetworkConfiguration.html new file mode 100644 index 000000000000..8d1aeeae1767 --- /dev/null +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/NetworkConfiguration.html @@ -0,0 +1,7 @@ +NetworkConfiguration | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                                                                                          Interface NetworkConfiguration

                                                                                                                                                                                                                                                                                                                          Describes the network configuration of a player.

                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          interface NetworkConfiguration {
                                                                                                                                                                                                                                                                                                                              useStreamingFetch?: boolean;
                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                          useStreamingFetch?: boolean

                                                                                                                                                                                                                                                                                                                          Whether the player will attempt to consume fetch responses as streams.

                                                                                                                                                                                                                                                                                                                          +


                                                                                                                                                                                                                                                                                                                          - Available since v11.9.0. +
                                                                                                                                                                                                                                                                                                                          - When this option is set to false, the player will not try to consume fetch responses as streams (override for devices with broken streaming-fetch support).

                                                                                                                                                                                                                                                                                                                          +

                                                                                                                                                                                                                                                                                                                          true

                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/OverlayInterstitial.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/OverlayInterstitial.html index d3082c9494dc..b13118113165 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/OverlayInterstitial.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/OverlayInterstitial.html @@ -1,5 +1,5 @@ OverlayInterstitial | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                                                                                            Interface OverlayInterstitial

                                                                                                                                                                                                                                                                                                                            The THEOads interstitial that corresponds with overlay playback.

                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                            interface OverlayInterstitial {
                                                                                                                                                                                                                                                                                                                                adTagParameters: Record<string, string>;
                                                                                                                                                                                                                                                                                                                                clickThrough: string | undefined;
                                                                                                                                                                                                                                                                                                                                duration: number | undefined;
                                                                                                                                                                                                                                                                                                                                id: string;
                                                                                                                                                                                                                                                                                                                                imageUrl: string | undefined;
                                                                                                                                                                                                                                                                                                                                position: OverlayPosition;
                                                                                                                                                                                                                                                                                                                                size: OverlaySize;
                                                                                                                                                                                                                                                                                                                                startTime: number;
                                                                                                                                                                                                                                                                                                                                type: "overlay";
                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                            interface OverlayInterstitial {
                                                                                                                                                                                                                                                                                                                                adTagParameters: Record<string, string>;
                                                                                                                                                                                                                                                                                                                                clickThrough: string | undefined;
                                                                                                                                                                                                                                                                                                                                duration: number | undefined;
                                                                                                                                                                                                                                                                                                                                id: string;
                                                                                                                                                                                                                                                                                                                                imageUrl: string | undefined;
                                                                                                                                                                                                                                                                                                                                position: OverlayPosition;
                                                                                                                                                                                                                                                                                                                                size: OverlaySize;
                                                                                                                                                                                                                                                                                                                                startTime: number;
                                                                                                                                                                                                                                                                                                                                type: "overlay";
                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                            adTagParameters clickThrough duration id diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerConfiguration.html index 16f39df69de0..b239794eeca3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerConfiguration.html @@ -1,5 +1,5 @@ PlayerConfiguration | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                                                                              Interface PlayerConfiguration

                                                                                                                                                                                                                                                                                                                              Describes a player's configuration.

                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                              interface PlayerConfiguration {
                                                                                                                                                                                                                                                                                                                                  abr?: SourceAbrConfiguration;
                                                                                                                                                                                                                                                                                                                                  ads?: AdsConfiguration;
                                                                                                                                                                                                                                                                                                                                  allowMixedContent?: boolean;
                                                                                                                                                                                                                                                                                                                                  allowNativeFullscreen?: boolean;
                                                                                                                                                                                                                                                                                                                                  analytics?: AnalyticsDescription[];
                                                                                                                                                                                                                                                                                                                                  cast?: CastConfiguration;
                                                                                                                                                                                                                                                                                                                                  cmcd?: CmcdConfiguration;
                                                                                                                                                                                                                                                                                                                                  hideDeprecationWarnings?: boolean;
                                                                                                                                                                                                                                                                                                                                  hlsDateRange?: boolean;
                                                                                                                                                                                                                                                                                                                                  isEmbeddable?: boolean;
                                                                                                                                                                                                                                                                                                                                  libraryLocation?: string;
                                                                                                                                                                                                                                                                                                                                  license?: string;
                                                                                                                                                                                                                                                                                                                                  licenseUrl?: string;
                                                                                                                                                                                                                                                                                                                                  liveOffset?: number;
                                                                                                                                                                                                                                                                                                                                  mutedAutoplay?: MutedAutoplayConfiguration;
                                                                                                                                                                                                                                                                                                                                  overrideAutoplayCapability?: AutoplayCapability;
                                                                                                                                                                                                                                                                                                                                  persistVolume?: boolean;
                                                                                                                                                                                                                                                                                                                                  ps5?: PlayStation5Configuration;
                                                                                                                                                                                                                                                                                                                                  retainPlaybackRateOnSourceChange?: boolean;
                                                                                                                                                                                                                                                                                                                                  retryConfiguration?: RetryConfiguration;
                                                                                                                                                                                                                                                                                                                                  theoLive?: TheoLiveConfiguration;
                                                                                                                                                                                                                                                                                                                                  uplynk?: UplynkConfiguration;
                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                              interface PlayerConfiguration {
                                                                                                                                                                                                                                                                                                                                  abr?: SourceAbrConfiguration;
                                                                                                                                                                                                                                                                                                                                  ads?: AdsConfiguration;
                                                                                                                                                                                                                                                                                                                                  allowMixedContent?: boolean;
                                                                                                                                                                                                                                                                                                                                  allowNativeFullscreen?: boolean;
                                                                                                                                                                                                                                                                                                                                  analytics?: AnalyticsDescription[];
                                                                                                                                                                                                                                                                                                                                  cast?: CastConfiguration;
                                                                                                                                                                                                                                                                                                                                  cmcd?: CmcdConfiguration;
                                                                                                                                                                                                                                                                                                                                  hideDeprecationWarnings?: boolean;
                                                                                                                                                                                                                                                                                                                                  hlsDateRange?: boolean;
                                                                                                                                                                                                                                                                                                                                  isEmbeddable?: boolean;
                                                                                                                                                                                                                                                                                                                                  libraryLocation?: string;
                                                                                                                                                                                                                                                                                                                                  license?: string;
                                                                                                                                                                                                                                                                                                                                  licenseUrl?: string;
                                                                                                                                                                                                                                                                                                                                  liveOffset?: number;
                                                                                                                                                                                                                                                                                                                                  mutedAutoplay?: MutedAutoplayConfiguration;
                                                                                                                                                                                                                                                                                                                                  network?: NetworkConfiguration;
                                                                                                                                                                                                                                                                                                                                  overrideAutoplayCapability?: AutoplayCapability;
                                                                                                                                                                                                                                                                                                                                  persistVolume?: boolean;
                                                                                                                                                                                                                                                                                                                                  ps5?: PlayStation5Configuration;
                                                                                                                                                                                                                                                                                                                                  retainPlaybackRateOnSourceChange?: boolean;
                                                                                                                                                                                                                                                                                                                                  retryConfiguration?: RetryConfiguration;
                                                                                                                                                                                                                                                                                                                                  theoLive?: TheoLiveConfiguration;
                                                                                                                                                                                                                                                                                                                                  uplynk?: UplynkConfiguration;
                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                              The muted autoplay policy.


                                                                                                                                                                                                                                                                                                                              - The muted autoplay policy is impacted by this property and SourceConfiguration.mutedAutoplay.

                                                                                                                                                                                                                                                                                                                              'none'.

                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                              The network configuration for the player.

                                                                                                                                                                                                                                                                                                                              +


                                                                                                                                                                                                                                                                                                                              - Available since v11.9.0.

                                                                                                                                                                                                                                                                                                                              overrideAutoplayCapability?: AutoplayCapability

                                                                                                                                                                                                                                                                                                                              An override for the autoplay capability of the platform.

                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                              By default, the player attempts to auto-detect the platform's autoplay capabilities, +

                                                                                                                                                                                                                                                                                                                              By default, the player attempts to auto-detect the platform's autoplay capabilities, for example by calling navigator.getAutoplayPolicy() or by attempting to autoplay an off-screen <video> element.

                                                                                                                                                                                                                                                                                                                              However, on some lower-end smart TVs or set-top boxes, this auto-detection itself may sometimes be very slow or even fail, @@ -76,7 +79,7 @@

                                                                                                                                                                                                                                                                                                                            • Available since 11.8.0.

                                                                                                                                                                                                                                                                                                                            undefined, i.e. the player will attempt to auto-detect the platform's autoplay capabilities.

                                                                                                                                                                                                                                                                                                                            persistVolume?: boolean

                                                                                                                                                                                                                                                                                                                            Whether volume preferences will be persisted across player sessions.

                                                                                                                                                                                                                                                                                                                            -

                                                                                                                                                                                                                                                                                                                            Available since 2.27.0.

                                                                                                                                                                                                                                                                                                                            +

                                                                                                                                                                                                                                                                                                                            Available since 2.27.0.

                                                                                                                                                                                                                                                                                                                            false

                                                                                                                                                                                                                                                                                                                            The PlayStation 5 configuration for the player.

                                                                                                                                                                                                                                                                                                                            retainPlaybackRateOnSourceChange?: boolean

                                                                                                                                                                                                                                                                                                                            Whether playbackRate is retained across sources. When false, playbackRate will be reset to 1 on each source change. @@ -84,4 +87,4 @@

                                                                                                                                                                                                                                                                                                                            retryConfiguration?: RetryConfiguration

                                                                                                                                                                                                                                                                                                                            The retry configuration for the player.

                                                                                                                                                                                                                                                                                                                            The THEOlive configuration for the player.

                                                                                                                                                                                                                                                                                                                            The Uplynk configuration for the player.

                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerList.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerList.html index 24e34cbd0271..644c592ed8c5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerList.html @@ -1,5 +1,5 @@ PlayerList | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                                                                              Interface PlayerList

                                                                                                                                                                                                                                                                                                                              List of players.

                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                              interface PlayerList {
                                                                                                                                                                                                                                                                                                                                  length: number;
                                                                                                                                                                                                                                                                                                                                  getPlayerByUID(UID: number): ChromelessPlayer | undefined;
                                                                                                                                                                                                                                                                                                                                  [index: number]: ChromelessPlayer;
                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                              Hierarchy

                                                                                                                                                                                                                                                                                                                              Indexable

                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                              interface PlayerList {
                                                                                                                                                                                                                                                                                                                                  length: number;
                                                                                                                                                                                                                                                                                                                                  getPlayerByUID(UID: number): ChromelessPlayer | undefined;
                                                                                                                                                                                                                                                                                                                                  [index: number]: ChromelessPlayer;
                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                              Hierarchy

                                                                                                                                                                                                                                                                                                                              Indexable

                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                              Methods

                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                              length: number

                                                                                                                                                                                                                                                                                                                              Length of the list.

                                                                                                                                                                                                                                                                                                                              Methods

                                                                                                                                                                                                                                                                                                                              undefined, i.e. the player will attempt to auto-detect the platform's autoplay capabilities.

                                                                                                                                                                                                                                                                                                                              persistVolume?: boolean

                                                                                                                                                                                                                                                                                                                              Whether volume preferences will be persisted across player sessions.

                                                                                                                                                                                                                                                                                                                              -

                                                                                                                                                                                                                                                                                                                              Available since 2.27.0.

                                                                                                                                                                                                                                                                                                                              +

                                                                                                                                                                                                                                                                                                                              Available since 2.27.0.

                                                                                                                                                                                                                                                                                                                              false

                                                                                                                                                                                                                                                                                                                              The picture-in-picture configuration.

                                                                                                                                                                                                                                                                                                                              The PlayStation 5 configuration for the player.

                                                                                                                                                                                                                                                                                                                              @@ -94,4 +97,4 @@

                                                                                                                                                                                                                                                                                                                              The user interface configuration.

                                                                                                                                                                                                                                                                                                                              The Uplynk configuration for the player.

                                                                                                                                                                                                                                                                                                                              width?: string | number

                                                                                                                                                                                                                                                                                                                              use ui.width

                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Uplynk.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Uplynk.html index abaef7a0c0a1..76c9c5bec04c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Uplynk.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Uplynk.html @@ -1,6 +1,6 @@ Uplynk | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                                                                                                Interface Uplynk

                                                                                                                                                                                                                                                                                                                                The Uplynk API.


                                                                                                                                                                                                                                                                                                                                - Only available with the feature 'uplynk'.

                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                interface Uplynk {
                                                                                                                                                                                                                                                                                                                                    ads: UplynkAds;
                                                                                                                                                                                                                                                                                                                                    assets: UplynkAssetList;
                                                                                                                                                                                                                                                                                                                                    addEventListener<TType extends keyof UplynkEventMap>(
                                                                                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                        listener: EventListener<UplynkEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                                                                                    removeEventListener<TType extends keyof UplynkEventMap>(
                                                                                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                        listener: EventListener<UplynkEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                ads +
                                                                                                                                                                                                                                                                                                                                interface Uplynk {
                                                                                                                                                                                                                                                                                                                                    ads: UplynkAds;
                                                                                                                                                                                                                                                                                                                                    assets: UplynkAssetList;
                                                                                                                                                                                                                                                                                                                                    addEventListener<TType extends keyof UplynkEventMap>(
                                                                                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                        listener: EventListener<UplynkEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                                                                                    removeEventListener<TType extends keyof UplynkEventMap>(
                                                                                                                                                                                                                                                                                                                                        type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                        listener: EventListener<UplynkEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                    ): void;
                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                Methods

                                                                                                                                                                                                                                                                                                                                addEventListener removeEventListener diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAd.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAd.html index 9fa6a7a79cad..2a37ae20c99e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAd.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAd.html @@ -1,5 +1,5 @@ UplynkAd | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                                                                                                  Interface UplynkAd

                                                                                                                                                                                                                                                                                                                                  Represents an Uplynk ad.

                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                  interface UplynkAd {
                                                                                                                                                                                                                                                                                                                                      apiFramework: string | undefined;
                                                                                                                                                                                                                                                                                                                                      companions: readonly UplynkAd[];
                                                                                                                                                                                                                                                                                                                                      creative: string;
                                                                                                                                                                                                                                                                                                                                      duration: number;
                                                                                                                                                                                                                                                                                                                                      endTime: number;
                                                                                                                                                                                                                                                                                                                                      events: Record<string, string[]>;
                                                                                                                                                                                                                                                                                                                                      extensions: readonly object[];
                                                                                                                                                                                                                                                                                                                                      freeWheelParameters: Record<string, string>;
                                                                                                                                                                                                                                                                                                                                      height: number;
                                                                                                                                                                                                                                                                                                                                      mimeType: string;
                                                                                                                                                                                                                                                                                                                                      startTime: number;
                                                                                                                                                                                                                                                                                                                                      width: number;
                                                                                                                                                                                                                                                                                                                                      addEventListener<TType extends keyof UplynkAdEventMap>(
                                                                                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                          listener: EventListener<UplynkAdEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                                                                                      removeEventListener<TType extends keyof UplynkAdEventMap>(
                                                                                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                          listener: EventListener<UplynkAdEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                  interface UplynkAd {
                                                                                                                                                                                                                                                                                                                                      apiFramework: string | undefined;
                                                                                                                                                                                                                                                                                                                                      companions: readonly UplynkAd[];
                                                                                                                                                                                                                                                                                                                                      creative: string;
                                                                                                                                                                                                                                                                                                                                      duration: number;
                                                                                                                                                                                                                                                                                                                                      endTime: number;
                                                                                                                                                                                                                                                                                                                                      events: Record<string, string[]>;
                                                                                                                                                                                                                                                                                                                                      extensions: readonly object[];
                                                                                                                                                                                                                                                                                                                                      freeWheelParameters: Record<string, string>;
                                                                                                                                                                                                                                                                                                                                      height: number;
                                                                                                                                                                                                                                                                                                                                      mimeType: string;
                                                                                                                                                                                                                                                                                                                                      startTime: number;
                                                                                                                                                                                                                                                                                                                                      width: number;
                                                                                                                                                                                                                                                                                                                                      addEventListener<TType extends keyof UplynkAdEventMap>(
                                                                                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                          listener: EventListener<UplynkAdEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                                                                                      removeEventListener<TType extends keyof UplynkAdEventMap>(
                                                                                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                          listener: EventListener<UplynkAdEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                  apiFramework companions creative duration diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBeginEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBeginEvent.html index 08df6870120d..7136ef5525c3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBeginEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBeginEvent.html @@ -1,5 +1,5 @@ UplynkAdBeginEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                                                                                                    Interface UplynkAdBeginEvent

                                                                                                                                                                                                                                                                                                                                    Fired when an ad begins.

                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                    interface UplynkAdBeginEvent {
                                                                                                                                                                                                                                                                                                                                        ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                                                                        type: "adbegin";
                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                    • Event<"adbegin">
                                                                                                                                                                                                                                                                                                                                      • UplynkAdBeginEvent
                                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                    ad +
                                                                                                                                                                                                                                                                                                                                    interface UplynkAdBeginEvent {
                                                                                                                                                                                                                                                                                                                                        ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                                                                        type: "adbegin";
                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                    • Event<"adbegin">
                                                                                                                                                                                                                                                                                                                                      • UplynkAdBeginEvent
                                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                    The ad which began.

                                                                                                                                                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreak.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreak.html index ecbfd23c4855..e1bd76167a77 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreak.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreak.html @@ -1,5 +1,5 @@ UplynkAdBreak | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                                                                                                      Interface UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                      Represents an Uplynk ad break.

                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                      interface UplynkAdBreak {
                                                                                                                                                                                                                                                                                                                                          ads: UplynkAdList;
                                                                                                                                                                                                                                                                                                                                          duration: number | undefined;
                                                                                                                                                                                                                                                                                                                                          endTime: number | undefined;
                                                                                                                                                                                                                                                                                                                                          skipOffset: number;
                                                                                                                                                                                                                                                                                                                                          startTime: number;
                                                                                                                                                                                                                                                                                                                                          addEventListener<TType extends keyof UplynkAdBreakEventMap>(
                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                              listener: EventListener<UplynkAdBreakEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends keyof UplynkAdBreakEventMap>(
                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                              listener: EventListener<UplynkAdBreakEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                      ads +
                                                                                                                                                                                                                                                                                                                                      interface UplynkAdBreak {
                                                                                                                                                                                                                                                                                                                                          ads: UplynkAdList;
                                                                                                                                                                                                                                                                                                                                          duration: number | undefined;
                                                                                                                                                                                                                                                                                                                                          endTime: number | undefined;
                                                                                                                                                                                                                                                                                                                                          skipOffset: number;
                                                                                                                                                                                                                                                                                                                                          startTime: number;
                                                                                                                                                                                                                                                                                                                                          addEventListener<TType extends keyof UplynkAdBreakEventMap>(
                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                              listener: EventListener<UplynkAdBreakEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends keyof UplynkAdBreakEventMap>(
                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                              listener: EventListener<UplynkAdBreakEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                      ads duration endTime skipOffset diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakBeginEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakBeginEvent.html index d155835a742b..4edaa0974ed3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakBeginEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakBeginEvent.html @@ -1,5 +1,5 @@ UplynkAdBreakBeginEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                                                                                                        Interface UplynkAdBreakBeginEvent

                                                                                                                                                                                                                                                                                                                                        Fired when the ad break begins.

                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                        interface UplynkAdBreakBeginEvent {
                                                                                                                                                                                                                                                                                                                                            adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                            date: Date;
                                                                                                                                                                                                                                                                                                                                            type: "adbreakbegin";
                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                        • Event<"adbreakbegin">
                                                                                                                                                                                                                                                                                                                                          • UplynkAdBreakBeginEvent
                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                        interface UplynkAdBreakBeginEvent {
                                                                                                                                                                                                                                                                                                                                            adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                            date: Date;
                                                                                                                                                                                                                                                                                                                                            type: "adbreakbegin";
                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                        • Event<"adbreakbegin">
                                                                                                                                                                                                                                                                                                                                          • UplynkAdBreakBeginEvent
                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                        adBreak: UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                        The ad break which began.

                                                                                                                                                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakEndEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakEndEvent.html index 8c8f2d421ad7..624f1a743078 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakEndEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakEndEvent.html @@ -1,5 +1,5 @@ UplynkAdBreakEndEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                                                                                                          Interface UplynkAdBreakEndEvent

                                                                                                                                                                                                                                                                                                                                          Fired when the ad break ends.

                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                          interface UplynkAdBreakEndEvent {
                                                                                                                                                                                                                                                                                                                                              adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                              date: Date;
                                                                                                                                                                                                                                                                                                                                              type: "adbreakend";
                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                          • Event<"adbreakend">
                                                                                                                                                                                                                                                                                                                                            • UplynkAdBreakEndEvent
                                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                          interface UplynkAdBreakEndEvent {
                                                                                                                                                                                                                                                                                                                                              adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                              date: Date;
                                                                                                                                                                                                                                                                                                                                              type: "adbreakend";
                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                          • Event<"adbreakend">
                                                                                                                                                                                                                                                                                                                                            • UplynkAdBreakEndEvent
                                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                          adBreak: UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                          The ad break which ended.

                                                                                                                                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakList.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakList.html index 2436f670693c..81b75d8fda77 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakList.html @@ -1,5 +1,5 @@ UplynkAdBreakList | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                                                                                                            Interface UplynkAdBreakList

                                                                                                                                                                                                                                                                                                                                            List with Uplynk ad breaks.

                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                            interface UplynkAdBreakList {
                                                                                                                                                                                                                                                                                                                                                length: number;
                                                                                                                                                                                                                                                                                                                                                addEventListener<TType extends keyof UplynkAdBreakListEventMap>(
                                                                                                                                                                                                                                                                                                                                                    type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                    listener: EventListener<UplynkAdBreakListEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                ): void;
                                                                                                                                                                                                                                                                                                                                                item(index: number): UplynkAdBreak | undefined;
                                                                                                                                                                                                                                                                                                                                                removeEventListener<TType extends keyof UplynkAdBreakListEventMap>(
                                                                                                                                                                                                                                                                                                                                                    type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                    listener: EventListener<UplynkAdBreakListEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                ): void;
                                                                                                                                                                                                                                                                                                                                                [index: number]: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                            Indexable

                                                                                                                                                                                                                                                                                                                                            • [index: number]: UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                              The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                            interface UplynkAdBreakList {
                                                                                                                                                                                                                                                                                                                                                length: number;
                                                                                                                                                                                                                                                                                                                                                addEventListener<TType extends keyof UplynkAdBreakListEventMap>(
                                                                                                                                                                                                                                                                                                                                                    type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                    listener: EventListener<UplynkAdBreakListEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                ): void;
                                                                                                                                                                                                                                                                                                                                                item(index: number): UplynkAdBreak | undefined;
                                                                                                                                                                                                                                                                                                                                                removeEventListener<TType extends keyof UplynkAdBreakListEventMap>(
                                                                                                                                                                                                                                                                                                                                                    type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                    listener: EventListener<UplynkAdBreakListEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                ): void;
                                                                                                                                                                                                                                                                                                                                                [index: number]: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                            Indexable

                                                                                                                                                                                                                                                                                                                                            • [index: number]: UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                              The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                            Methods

                                                                                                                                                                                                                                                                                                                                            addEventListener item diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakSkipEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakSkipEvent.html index 8da43bb8c826..53d8f7dfdbda 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakSkipEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakSkipEvent.html @@ -1,5 +1,5 @@ UplynkAdBreakSkipEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                                                                                              Interface UplynkAdBreakSkipEvent

                                                                                                                                                                                                                                                                                                                                              Fired when the ad break is skipped.

                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                              interface UplynkAdBreakSkipEvent {
                                                                                                                                                                                                                                                                                                                                                  adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                                                                                                                  type: "adbreakskip";
                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                              • Event<"adbreakskip">
                                                                                                                                                                                                                                                                                                                                                • UplynkAdBreakSkipEvent
                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                              interface UplynkAdBreakSkipEvent {
                                                                                                                                                                                                                                                                                                                                                  adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                                                                                                                  type: "adbreakskip";
                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                              • Event<"adbreakskip">
                                                                                                                                                                                                                                                                                                                                                • UplynkAdBreakSkipEvent
                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                              adBreak: UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                              The ad break which has been skipped.

                                                                                                                                                                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdCompleteEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdCompleteEvent.html index da0c06e9ff67..43d7a8489828 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdCompleteEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdCompleteEvent.html @@ -1,5 +1,5 @@ UplynkAdCompleteEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                                                                                                                Interface UplynkAdCompleteEvent

                                                                                                                                                                                                                                                                                                                                                Fired when the ad is completed.

                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                interface UplynkAdCompleteEvent {
                                                                                                                                                                                                                                                                                                                                                    ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                                                                    type: "adcomplete";
                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                • Event<"adcomplete">
                                                                                                                                                                                                                                                                                                                                                  • UplynkAdCompleteEvent
                                                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                ad +
                                                                                                                                                                                                                                                                                                                                                interface UplynkAdCompleteEvent {
                                                                                                                                                                                                                                                                                                                                                    ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                                                                    type: "adcomplete";
                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                • Event<"adcomplete">
                                                                                                                                                                                                                                                                                                                                                  • UplynkAdCompleteEvent
                                                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                The ad which has progressed.

                                                                                                                                                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdEndEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdEndEvent.html index c0ffc2eb4f62..6fefc05efceb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdEndEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdEndEvent.html @@ -1,5 +1,5 @@ UplynkAdEndEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                                                                                                                  Interface UplynkAdEndEvent

                                                                                                                                                                                                                                                                                                                                                  Fired when the ad ends.

                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                  interface UplynkAdEndEvent {
                                                                                                                                                                                                                                                                                                                                                      ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                      date: Date;
                                                                                                                                                                                                                                                                                                                                                      type: "adend";
                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                  • Event<"adend">
                                                                                                                                                                                                                                                                                                                                                    • UplynkAdEndEvent
                                                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                                  ad +
                                                                                                                                                                                                                                                                                                                                                  interface UplynkAdEndEvent {
                                                                                                                                                                                                                                                                                                                                                      ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                      date: Date;
                                                                                                                                                                                                                                                                                                                                                      type: "adend";
                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                  • Event<"adend">
                                                                                                                                                                                                                                                                                                                                                    • UplynkAdEndEvent
                                                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                                  The ad which has ended.

                                                                                                                                                                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdFirstQuartileEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdFirstQuartileEvent.html index 22a3e406d693..ac9d0ece4373 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdFirstQuartileEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdFirstQuartileEvent.html @@ -1,5 +1,5 @@ UplynkAdFirstQuartileEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                                                                                                                    Interface UplynkAdFirstQuartileEvent

                                                                                                                                                                                                                                                                                                                                                    Fired when the ad reaches the first quartile.

                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                    interface UplynkAdFirstQuartileEvent {
                                                                                                                                                                                                                                                                                                                                                        ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                                                                                        type: "adfirstquartile";
                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                    • Event<"adfirstquartile">
                                                                                                                                                                                                                                                                                                                                                      • UplynkAdFirstQuartileEvent
                                                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                    ad +
                                                                                                                                                                                                                                                                                                                                                    interface UplynkAdFirstQuartileEvent {
                                                                                                                                                                                                                                                                                                                                                        ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                                                                                        type: "adfirstquartile";
                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                    • Event<"adfirstquartile">
                                                                                                                                                                                                                                                                                                                                                      • UplynkAdFirstQuartileEvent
                                                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                    The ad which has progressed.

                                                                                                                                                                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdList.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdList.html index 92a6ed839ae9..aae0974150a0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdList.html @@ -1,5 +1,5 @@ UplynkAdList | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                                                                                                                      Interface UplynkAdList

                                                                                                                                                                                                                                                                                                                                                      List of Uplynk ads.

                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                      interface UplynkAdList {
                                                                                                                                                                                                                                                                                                                                                          length: number;
                                                                                                                                                                                                                                                                                                                                                          addEventListener<TType extends "removead">(
                                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                              listener: EventListener<UplynkAdListEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                                          item(index: number): UplynkAd | undefined;
                                                                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends "removead">(
                                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                              listener: EventListener<UplynkAdListEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                                          [index: number]: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                      Indexable

                                                                                                                                                                                                                                                                                                                                                      • [index: number]: UplynkAd

                                                                                                                                                                                                                                                                                                                                                        The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                      interface UplynkAdList {
                                                                                                                                                                                                                                                                                                                                                          length: number;
                                                                                                                                                                                                                                                                                                                                                          addEventListener<TType extends "removead">(
                                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                              listener: EventListener<UplynkAdListEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                                          item(index: number): UplynkAd | undefined;
                                                                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends "removead">(
                                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                              listener: EventListener<UplynkAdListEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                                          [index: number]: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                      Indexable

                                                                                                                                                                                                                                                                                                                                                      • [index: number]: UplynkAd

                                                                                                                                                                                                                                                                                                                                                        The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                      Methods

                                                                                                                                                                                                                                                                                                                                                      addEventListener item diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdMidpointEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdMidpointEvent.html index 1a5cf559a88d..d29a94f3118e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdMidpointEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdMidpointEvent.html @@ -1,5 +1,5 @@ UplynkAdMidpointEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                                                                                                                        Interface UplynkAdMidpointEvent

                                                                                                                                                                                                                                                                                                                                                        Fired when the ad reaches the mid point.

                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                        interface UplynkAdMidpointEvent {
                                                                                                                                                                                                                                                                                                                                                            ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                            date: Date;
                                                                                                                                                                                                                                                                                                                                                            type: "admidpoint";
                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                        • Event<"admidpoint">
                                                                                                                                                                                                                                                                                                                                                          • UplynkAdMidpointEvent
                                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                                        ad +
                                                                                                                                                                                                                                                                                                                                                        interface UplynkAdMidpointEvent {
                                                                                                                                                                                                                                                                                                                                                            ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                            date: Date;
                                                                                                                                                                                                                                                                                                                                                            type: "admidpoint";
                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                        • Event<"admidpoint">
                                                                                                                                                                                                                                                                                                                                                          • UplynkAdMidpointEvent
                                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                                        The ad which has progressed.

                                                                                                                                                                                                                                                                                                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdThirdQuartileEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdThirdQuartileEvent.html index 7537ae84a52e..d919a4da288f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdThirdQuartileEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAdThirdQuartileEvent.html @@ -1,5 +1,5 @@ UplynkAdThirdQuartileEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                                                                                                                          Interface UplynkAdThirdQuartileEvent

                                                                                                                                                                                                                                                                                                                                                          Fired when the ad reaches the third quartile.

                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                          interface UplynkAdThirdQuartileEvent {
                                                                                                                                                                                                                                                                                                                                                              ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                              date: Date;
                                                                                                                                                                                                                                                                                                                                                              type: "adthirdquartile";
                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                          • Event<"adthirdquartile">
                                                                                                                                                                                                                                                                                                                                                            • UplynkAdThirdQuartileEvent
                                                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                                          ad +
                                                                                                                                                                                                                                                                                                                                                          interface UplynkAdThirdQuartileEvent {
                                                                                                                                                                                                                                                                                                                                                              ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                              date: Date;
                                                                                                                                                                                                                                                                                                                                                              type: "adthirdquartile";
                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                          • Event<"adthirdquartile">
                                                                                                                                                                                                                                                                                                                                                            • UplynkAdThirdQuartileEvent
                                                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                                          The ad which has progressed.

                                                                                                                                                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAddAdBreakEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAddAdBreakEvent.html index 598c48a6e50f..47b101e900da 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAddAdBreakEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAddAdBreakEvent.html @@ -1,5 +1,5 @@ UplynkAddAdBreakEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                                                                                                                            Interface UplynkAddAdBreakEvent

                                                                                                                                                                                                                                                                                                                                                            Fired when the ad break is added.

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                            interface UplynkAddAdBreakEvent {
                                                                                                                                                                                                                                                                                                                                                                adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                                                                                                type: "addadbreak";
                                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                            • Event<"addadbreak">
                                                                                                                                                                                                                                                                                                                                                              • UplynkAddAdBreakEvent
                                                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                            interface UplynkAddAdBreakEvent {
                                                                                                                                                                                                                                                                                                                                                                adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                                                                                                type: "addadbreak";
                                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                            • Event<"addadbreak">
                                                                                                                                                                                                                                                                                                                                                              • UplynkAddAdBreakEvent
                                                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                            adBreak: UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                                            The ad break which has been added.

                                                                                                                                                                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAddAssetEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAddAssetEvent.html index 976453816edd..846ed0ca22ef 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAddAssetEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAddAssetEvent.html @@ -1,5 +1,5 @@ UplynkAddAssetEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                                                                                                              Interface UplynkAddAssetEvent

                                                                                                                                                                                                                                                                                                                                                              Fired when an asset is added.

                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                              interface UplynkAddAssetEvent {
                                                                                                                                                                                                                                                                                                                                                                  asset: UplynkAsset;
                                                                                                                                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                                                                                                                                  type: "addasset";
                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                              • Event<"addasset">
                                                                                                                                                                                                                                                                                                                                                                • UplynkAddAssetEvent
                                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                              interface UplynkAddAssetEvent {
                                                                                                                                                                                                                                                                                                                                                                  asset: UplynkAsset;
                                                                                                                                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                                                                                                                                  type: "addasset";
                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                              • Event<"addasset">
                                                                                                                                                                                                                                                                                                                                                                • UplynkAddAssetEvent
                                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                              The asset which has been added.

                                                                                                                                                                                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAssetInfoResponseEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAssetInfoResponseEvent.html index d1726364fc14..5b51cc7757b9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAssetInfoResponseEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAssetInfoResponseEvent.html @@ -1,5 +1,5 @@ UplynkAssetInfoResponseEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                Interface UplynkAssetInfoResponseEvent

                                                                                                                                                                                                                                                                                                                                                                Fired when an asset info response is received.

                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                interface UplynkAssetInfoResponseEvent {
                                                                                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                                                                                    response: UplynkAssetInfoResponse;
                                                                                                                                                                                                                                                                                                                                                                    type: "assetinforesponse";
                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                • Event<"assetinforesponse">
                                                                                                                                                                                                                                                                                                                                                                  • UplynkAssetInfoResponseEvent
                                                                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                                interface UplynkAssetInfoResponseEvent {
                                                                                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                                                                                    response: UplynkAssetInfoResponse;
                                                                                                                                                                                                                                                                                                                                                                    type: "assetinforesponse";
                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                • Event<"assetinforesponse">
                                                                                                                                                                                                                                                                                                                                                                  • UplynkAssetInfoResponseEvent
                                                                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                                date: Date

                                                                                                                                                                                                                                                                                                                                                                The creation date of the event.

                                                                                                                                                                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAssetList.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAssetList.html index 4302eba0504b..f2e2d7c8cd05 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAssetList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkAssetList.html @@ -1,5 +1,5 @@ UplynkAssetList | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                  Interface UplynkAssetList

                                                                                                                                                                                                                                                                                                                                                                  List of Uplynk assets.

                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                  interface UplynkAssetList {
                                                                                                                                                                                                                                                                                                                                                                      length: number;
                                                                                                                                                                                                                                                                                                                                                                      addEventListener<TType extends keyof UplynkAssetEventMap>(
                                                                                                                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                          listener: EventListener<UplynkAssetEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                                                                                                                      item(index: number): UplynkAsset | undefined;
                                                                                                                                                                                                                                                                                                                                                                      removeEventListener<TType extends keyof UplynkAssetEventMap>(
                                                                                                                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                          listener: EventListener<UplynkAssetEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                                                                                                                      [index: number]: UplynkAsset;
                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                  Indexable

                                                                                                                                                                                                                                                                                                                                                                  • [index: number]: UplynkAsset

                                                                                                                                                                                                                                                                                                                                                                    The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                  interface UplynkAssetList {
                                                                                                                                                                                                                                                                                                                                                                      length: number;
                                                                                                                                                                                                                                                                                                                                                                      addEventListener<TType extends keyof UplynkAssetEventMap>(
                                                                                                                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                          listener: EventListener<UplynkAssetEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                                                                                                                      item(index: number): UplynkAsset | undefined;
                                                                                                                                                                                                                                                                                                                                                                      removeEventListener<TType extends keyof UplynkAssetEventMap>(
                                                                                                                                                                                                                                                                                                                                                                          type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                          listener: EventListener<UplynkAssetEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                      ): void;
                                                                                                                                                                                                                                                                                                                                                                      [index: number]: UplynkAsset;
                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                  Indexable

                                                                                                                                                                                                                                                                                                                                                                  • [index: number]: UplynkAsset

                                                                                                                                                                                                                                                                                                                                                                    The object representing the nth in the list.

                                                                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                                                  Methods

                                                                                                                                                                                                                                                                                                                                                                  addEventListener item diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPingErrorEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPingErrorEvent.html index 74f9bc7f9f8d..458fdcb7972f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPingErrorEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPingErrorEvent.html @@ -1,5 +1,5 @@ UplynkPingErrorEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                    Interface UplynkPingErrorEvent

                                                                                                                                                                                                                                                                                                                                                                    Fired when an error or invalid response is received from the Ping API.

                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                    interface UplynkPingErrorEvent {
                                                                                                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                                                                                                        error: string;
                                                                                                                                                                                                                                                                                                                                                                        type: "pingerror";
                                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                    • Event<"pingerror">
                                                                                                                                                                                                                                                                                                                                                                      • UplynkPingErrorEvent
                                                                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                                    interface UplynkPingErrorEvent {
                                                                                                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                                                                                                        error: string;
                                                                                                                                                                                                                                                                                                                                                                        type: "pingerror";
                                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                    • Event<"pingerror">
                                                                                                                                                                                                                                                                                                                                                                      • UplynkPingErrorEvent
                                                                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                                    date: Date

                                                                                                                                                                                                                                                                                                                                                                    The creation date of the event.

                                                                                                                                                                                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPingResponseEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPingResponseEvent.html index 0b4104e225cc..d262fdca2329 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPingResponseEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPingResponseEvent.html @@ -1,5 +1,5 @@ UplynkPingResponseEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                      Interface UplynkPingResponseEvent

                                                                                                                                                                                                                                                                                                                                                                      Fired when a Ping response is received.

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                      interface UplynkPingResponseEvent {
                                                                                                                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                                                                                                                          response: UplynkPingResponse;
                                                                                                                                                                                                                                                                                                                                                                          type: "pingresponse";
                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                      • Event<"pingresponse">
                                                                                                                                                                                                                                                                                                                                                                        • UplynkPingResponseEvent
                                                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                                      interface UplynkPingResponseEvent {
                                                                                                                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                                                                                                                          response: UplynkPingResponse;
                                                                                                                                                                                                                                                                                                                                                                          type: "pingresponse";
                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                      • Event<"pingresponse">
                                                                                                                                                                                                                                                                                                                                                                        • UplynkPingResponseEvent
                                                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                                      date: Date

                                                                                                                                                                                                                                                                                                                                                                      The creation date of the event.

                                                                                                                                                                                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayBaseResponse.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayBaseResponse.html index bd16c44cdfa6..8db01abb97ba 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayBaseResponse.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayBaseResponse.html @@ -1,5 +1,5 @@ UplynkPreplayBaseResponse | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                        Interface UplynkPreplayBaseResponse

                                                                                                                                                                                                                                                                                                                                                                        Represents an Uplynk Preplay base response.

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                        interface UplynkPreplayBaseResponse {
                                                                                                                                                                                                                                                                                                                                                                            drm?: UplynkResponseDrm;
                                                                                                                                                                                                                                                                                                                                                                            playURL: string;
                                                                                                                                                                                                                                                                                                                                                                            prefix: string;
                                                                                                                                                                                                                                                                                                                                                                            sid: string;
                                                                                                                                                                                                                                                                                                                                                                            type: UplynkPreplayResponseType;
                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                                                        interface UplynkPreplayBaseResponse {
                                                                                                                                                                                                                                                                                                                                                                            drm?: UplynkResponseDrm;
                                                                                                                                                                                                                                                                                                                                                                            playURL: string;
                                                                                                                                                                                                                                                                                                                                                                            prefix: string;
                                                                                                                                                                                                                                                                                                                                                                            sid: string;
                                                                                                                                                                                                                                                                                                                                                                            type: UplynkPreplayResponseType;
                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                                                        drm? playURL prefix sid diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayLiveResponse.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayLiveResponse.html index 82a85c0944e1..a537e7cd4a36 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayLiveResponse.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayLiveResponse.html @@ -1,5 +1,5 @@ UplynkPreplayLiveResponse | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                          Interface UplynkPreplayLiveResponse

                                                                                                                                                                                                                                                                                                                                                                          Represents an Uplynk Preplay response for live assets.

                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                          interface UplynkPreplayLiveResponse {
                                                                                                                                                                                                                                                                                                                                                                              drm?: UplynkResponseDrm;
                                                                                                                                                                                                                                                                                                                                                                              playURL: string;
                                                                                                                                                                                                                                                                                                                                                                              prefix: string;
                                                                                                                                                                                                                                                                                                                                                                              sid: string;
                                                                                                                                                                                                                                                                                                                                                                              type: "live";
                                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                                                          interface UplynkPreplayLiveResponse {
                                                                                                                                                                                                                                                                                                                                                                              drm?: UplynkResponseDrm;
                                                                                                                                                                                                                                                                                                                                                                              playURL: string;
                                                                                                                                                                                                                                                                                                                                                                              prefix: string;
                                                                                                                                                                                                                                                                                                                                                                              sid: string;
                                                                                                                                                                                                                                                                                                                                                                              type: "live";
                                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                                                          drm? playURL prefix sid diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayResponseEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayResponseEvent.html index f9d014776b9e..3483217751b5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayResponseEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayResponseEvent.html @@ -1,5 +1,5 @@ UplynkPreplayResponseEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                            Interface UplynkPreplayResponseEvent

                                                                                                                                                                                                                                                                                                                                                                            Fired when a Preplay response is received.

                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                            interface UplynkPreplayResponseEvent {
                                                                                                                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                                                                                                                response: UplynkPreplayResponse;
                                                                                                                                                                                                                                                                                                                                                                                type: "preplayresponse";
                                                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                            • Event<"preplayresponse">
                                                                                                                                                                                                                                                                                                                                                                              • UplynkPreplayResponseEvent
                                                                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                                            interface UplynkPreplayResponseEvent {
                                                                                                                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                                                                                                                response: UplynkPreplayResponse;
                                                                                                                                                                                                                                                                                                                                                                                type: "preplayresponse";
                                                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                            • Event<"preplayresponse">
                                                                                                                                                                                                                                                                                                                                                                              • UplynkPreplayResponseEvent
                                                                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                                            date: Date

                                                                                                                                                                                                                                                                                                                                                                            The creation date of the event.

                                                                                                                                                                                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayVodResponse.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayVodResponse.html index 19664761b2ab..819599d67883 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayVodResponse.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayVodResponse.html @@ -1,5 +1,5 @@ UplynkPreplayVodResponse | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                              Interface UplynkPreplayVodResponse

                                                                                                                                                                                                                                                                                                                                                                              Represents an Uplynk Preplay response for VOD assets.

                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                              interface UplynkPreplayVodResponse {
                                                                                                                                                                                                                                                                                                                                                                                  ads: UplynkResponseVodAds;
                                                                                                                                                                                                                                                                                                                                                                                  drm?: UplynkResponseDrm;
                                                                                                                                                                                                                                                                                                                                                                                  interstitialURL: string | null | undefined;
                                                                                                                                                                                                                                                                                                                                                                                  playURL: string;
                                                                                                                                                                                                                                                                                                                                                                                  prefix: string;
                                                                                                                                                                                                                                                                                                                                                                                  sid: string;
                                                                                                                                                                                                                                                                                                                                                                                  type: "vod";
                                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                                              ads +
                                                                                                                                                                                                                                                                                                                                                                              interface UplynkPreplayVodResponse {
                                                                                                                                                                                                                                                                                                                                                                                  ads: UplynkResponseVodAds;
                                                                                                                                                                                                                                                                                                                                                                                  drm?: UplynkResponseDrm;
                                                                                                                                                                                                                                                                                                                                                                                  interstitialURL: string | null | undefined;
                                                                                                                                                                                                                                                                                                                                                                                  playURL: string;
                                                                                                                                                                                                                                                                                                                                                                                  prefix: string;
                                                                                                                                                                                                                                                                                                                                                                                  sid: string;
                                                                                                                                                                                                                                                                                                                                                                                  type: "vod";
                                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                                              ads drm? interstitialURL playURL diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdBreakEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdBreakEvent.html index 69e6aa5354be..748adac8babd 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdBreakEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdBreakEvent.html @@ -1,5 +1,5 @@ UplynkRemoveAdBreakEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                              THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                                Interface UplynkRemoveAdBreakEvent

                                                                                                                                                                                                                                                                                                                                                                                Fired when the ad break is removed.

                                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                                interface UplynkRemoveAdBreakEvent {
                                                                                                                                                                                                                                                                                                                                                                                    adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                                                                                                    type: "removeadbreak";
                                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                • Event<"removeadbreak">
                                                                                                                                                                                                                                                                                                                                                                                  • UplynkRemoveAdBreakEvent
                                                                                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                                                interface UplynkRemoveAdBreakEvent {
                                                                                                                                                                                                                                                                                                                                                                                    adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                                                                    date: Date;
                                                                                                                                                                                                                                                                                                                                                                                    type: "removeadbreak";
                                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                                Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                • Event<"removeadbreak">
                                                                                                                                                                                                                                                                                                                                                                                  • UplynkRemoveAdBreakEvent
                                                                                                                                                                                                                                                                                                                                                                                Index

                                                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                                                Properties

                                                                                                                                                                                                                                                                                                                                                                                adBreak: UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                                                                The ad break which has been removed.

                                                                                                                                                                                                                                                                                                                                                                                diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdEvent.html index 1a7c70530a49..b90b12bd9db2 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdEvent.html @@ -1,5 +1,5 @@ UplynkRemoveAdEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                  Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                                  Interface UplynkRemoveAdEvent

                                                                                                                                                                                                                                                                                                                                                                                  Fired when the ad is removed.

                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  interface UplynkRemoveAdEvent {
                                                                                                                                                                                                                                                                                                                                                                                      ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                                                      date: Date;
                                                                                                                                                                                                                                                                                                                                                                                      type: "removead";
                                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                  • Event<"removead">
                                                                                                                                                                                                                                                                                                                                                                                    • UplynkRemoveAdEvent
                                                                                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                                                                  ad +
                                                                                                                                                                                                                                                                                                                                                                                  interface UplynkRemoveAdEvent {
                                                                                                                                                                                                                                                                                                                                                                                      ad: UplynkAd;
                                                                                                                                                                                                                                                                                                                                                                                      date: Date;
                                                                                                                                                                                                                                                                                                                                                                                      type: "removead";
                                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                                  Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                  • Event<"removead">
                                                                                                                                                                                                                                                                                                                                                                                    • UplynkRemoveAdEvent
                                                                                                                                                                                                                                                                                                                                                                                  Index

                                                                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                                                                  Properties

                                                                                                                                                                                                                                                                                                                                                                                  date: Date

                                                                                                                                                                                                                                                                                                                                                                                  The creation date of the event.

                                                                                                                                                                                                                                                                                                                                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAssetEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAssetEvent.html index aa3b60546f39..173548b5b76c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAssetEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAssetEvent.html @@ -1,5 +1,5 @@ UplynkRemoveAssetEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                  THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                    Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                                    Interface UplynkRemoveAssetEvent

                                                                                                                                                                                                                                                                                                                                                                                    Fired when an asset is removed.

                                                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                                                    interface UplynkRemoveAssetEvent {
                                                                                                                                                                                                                                                                                                                                                                                        asset: UplynkAsset;
                                                                                                                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                                                                                                                        type: "removeasset";
                                                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                    • Event<"removeasset">
                                                                                                                                                                                                                                                                                                                                                                                      • UplynkRemoveAssetEvent
                                                                                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                                                    interface UplynkRemoveAssetEvent {
                                                                                                                                                                                                                                                                                                                                                                                        asset: UplynkAsset;
                                                                                                                                                                                                                                                                                                                                                                                        date: Date;
                                                                                                                                                                                                                                                                                                                                                                                        type: "removeasset";
                                                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                                                    Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                    • Event<"removeasset">
                                                                                                                                                                                                                                                                                                                                                                                      • UplynkRemoveAssetEvent
                                                                                                                                                                                                                                                                                                                                                                                    Index

                                                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                                                    Properties

                                                                                                                                                                                                                                                                                                                                                                                    The asset which has been removed.

                                                                                                                                                                                                                                                                                                                                                                                    diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkUpdateAdBreakEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkUpdateAdBreakEvent.html index faa670bc6d9a..fe3e09e8720f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkUpdateAdBreakEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkUpdateAdBreakEvent.html @@ -1,5 +1,5 @@ UplynkUpdateAdBreakEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                    THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                      Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                                      Interface UplynkUpdateAdBreakEvent

                                                                                                                                                                                                                                                                                                                                                                                      Fired when the ad break is updated.

                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                      interface UplynkUpdateAdBreakEvent {
                                                                                                                                                                                                                                                                                                                                                                                          adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                                                                                                                                          type: "updateadbreak";
                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                      • Event<"updateadbreak">
                                                                                                                                                                                                                                                                                                                                                                                        • UplynkUpdateAdBreakEvent
                                                                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                                                      interface UplynkUpdateAdBreakEvent {
                                                                                                                                                                                                                                                                                                                                                                                          adBreak: UplynkAdBreak;
                                                                                                                                                                                                                                                                                                                                                                                          date: Date;
                                                                                                                                                                                                                                                                                                                                                                                          type: "updateadbreak";
                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                      • Event<"updateadbreak">
                                                                                                                                                                                                                                                                                                                                                                                        • UplynkUpdateAdBreakEvent
                                                                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                                                      adBreak: UplynkAdBreak

                                                                                                                                                                                                                                                                                                                                                                                      The ad break which has been updated.

                                                                                                                                                                                                                                                                                                                                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VR.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VR.html index 1005486f2cd1..18314afd74fb 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VR.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VR.html @@ -8,7 +8,7 @@
                                                                                                                                                                                                                                                                                                                                                                                      const playerIframe = document.querySelector('iframe');
                                                                                                                                                                                                                                                                                                                                                                                      window.addEventListener('devicemotion', function (event) {
                                                                                                                                                                                                                                                                                                                                                                                      playerIframe.contentWindow.postMessage({
                                                                                                                                                                                                                                                                                                                                                                                      type : 'devicemotion',
                                                                                                                                                                                                                                                                                                                                                                                      deviceMotionEvent : {
                                                                                                                                                                                                                                                                                                                                                                                      acceleration : event.acceleration,
                                                                                                                                                                                                                                                                                                                                                                                      accelerationIncludingGravity : event.accelerationIncludingGravity,
                                                                                                                                                                                                                                                                                                                                                                                      interval : event.interval,
                                                                                                                                                                                                                                                                                                                                                                                      rotationRate : event.rotationRate,
                                                                                                                                                                                                                                                                                                                                                                                      timeStamp : event.timeStamp
                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                      }, '*');
                                                                                                                                                                                                                                                                                                                                                                                      });
                                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                                      interface VR {
                                                                                                                                                                                                                                                                                                                                                                                          canPresentVR: boolean;
                                                                                                                                                                                                                                                                                                                                                                                          direction: VRDirection;
                                                                                                                                                                                                                                                                                                                                                                                          state: VRState;
                                                                                                                                                                                                                                                                                                                                                                                          stereo: boolean;
                                                                                                                                                                                                                                                                                                                                                                                          useDeviceMotionControls: boolean;
                                                                                                                                                                                                                                                                                                                                                                                          verticalFOV: number;
                                                                                                                                                                                                                                                                                                                                                                                          addEventListener<TType extends keyof VREventMap>(
                                                                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                                              listener: EventListener<VREventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends keyof VREventMap>(
                                                                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                                              listener: EventListener<VREventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                                                      interface VR {
                                                                                                                                                                                                                                                                                                                                                                                          canPresentVR: boolean;
                                                                                                                                                                                                                                                                                                                                                                                          direction: VRDirection;
                                                                                                                                                                                                                                                                                                                                                                                          state: VRState;
                                                                                                                                                                                                                                                                                                                                                                                          stereo: boolean;
                                                                                                                                                                                                                                                                                                                                                                                          useDeviceMotionControls: boolean;
                                                                                                                                                                                                                                                                                                                                                                                          verticalFOV: number;
                                                                                                                                                                                                                                                                                                                                                                                          addEventListener<TType extends keyof VREventMap>(
                                                                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                                              listener: EventListener<VREventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                                                                          removeEventListener<TType extends keyof VREventMap>(
                                                                                                                                                                                                                                                                                                                                                                                              type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                                              listener: EventListener<VREventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                                          ): void;
                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                      Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                      Index

                                                                                                                                                                                                                                                                                                                                                                                      Properties

                                                                                                                                                                                                                                                                                                                                                                                      canPresentVR direction state stereo diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCast.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCast.html index b1b490c86853..961ca7731fe1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCast.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCast.html @@ -1,5 +1,5 @@ VendorCast | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                      THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                        Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                                        Interface VendorCast

                                                                                                                                                                                                                                                                                                                                                                                        Common API for all cast integrations.

                                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                                        interface VendorCast {
                                                                                                                                                                                                                                                                                                                                                                                            casting: boolean;
                                                                                                                                                                                                                                                                                                                                                                                            state: CastState;
                                                                                                                                                                                                                                                                                                                                                                                            addEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                                                                                                                                                type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                                                listener: EventListener<VendorCastEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                                            ): void;
                                                                                                                                                                                                                                                                                                                                                                                            removeEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                                                                                                                                                type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                                                listener: EventListener<VendorCastEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                                            ): void;
                                                                                                                                                                                                                                                                                                                                                                                            start(): void;
                                                                                                                                                                                                                                                                                                                                                                                            stop(): void;
                                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                                                                        interface VendorCast {
                                                                                                                                                                                                                                                                                                                                                                                            casting: boolean;
                                                                                                                                                                                                                                                                                                                                                                                            state: CastState;
                                                                                                                                                                                                                                                                                                                                                                                            addEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                                                                                                                                                type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                                                listener: EventListener<VendorCastEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                                            ): void;
                                                                                                                                                                                                                                                                                                                                                                                            removeEventListener<TType extends "statechange">(
                                                                                                                                                                                                                                                                                                                                                                                                type: TType | readonly TType[],
                                                                                                                                                                                                                                                                                                                                                                                                listener: EventListener<VendorCastEventMap[TType]>,
                                                                                                                                                                                                                                                                                                                                                                                            ): void;
                                                                                                                                                                                                                                                                                                                                                                                            start(): void;
                                                                                                                                                                                                                                                                                                                                                                                            stop(): void;
                                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                                        Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                        Index

                                                                                                                                                                                                                                                                                                                                                                                        Properties

                                                                                                                                                                                                                                                                                                                                                                                        Methods

                                                                                                                                                                                                                                                                                                                                                                                        addEventListener removeEventListener diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCastEventMap.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCastEventMap.html index 03fca79fbcd2..b152020ff311 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCastEventMap.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCastEventMap.html @@ -1,4 +1,4 @@ VendorCastEventMap | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                        THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                          Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                                          Interface VendorCastEventMap

                                                                                                                                                                                                                                                                                                                                                                                          The events fired by the common vendor APIs.

                                                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                                                          interface VendorCastEventMap {
                                                                                                                                                                                                                                                                                                                                                                                              statechange: CastStateChangeEvent;
                                                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                                                                          interface VendorCastEventMap {
                                                                                                                                                                                                                                                                                                                                                                                              statechange: CastStateChangeEvent;
                                                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                                                          Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                          Index

                                                                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                                                                          Properties

                                                                                                                                                                                                                                                                                                                                                                                          Fired when the state changes.

                                                                                                                                                                                                                                                                                                                                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ViewChangeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ViewChangeEvent.html index e7483cfc2f03..b1b04621b07c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ViewChangeEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ViewChangeEvent.html @@ -1,5 +1,5 @@ ViewChangeEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                          THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                            Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                                            Interface ViewChangeEvent

                                                                                                                                                                                                                                                                                                                                                                                            Fired when a view's enabled changes.

                                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                                            interface ViewChangeEvent {
                                                                                                                                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                                                                                                                                type: "viewchange";
                                                                                                                                                                                                                                                                                                                                                                                                view: View;
                                                                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                            • Event<"viewchange">
                                                                                                                                                                                                                                                                                                                                                                                              • ViewChangeEvent
                                                                                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                                                            interface ViewChangeEvent {
                                                                                                                                                                                                                                                                                                                                                                                                date: Date;
                                                                                                                                                                                                                                                                                                                                                                                                type: "viewchange";
                                                                                                                                                                                                                                                                                                                                                                                                view: View;
                                                                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                                                                            Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                            • Event<"viewchange">
                                                                                                                                                                                                                                                                                                                                                                                              • ViewChangeEvent
                                                                                                                                                                                                                                                                                                                                                                                            Index

                                                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                                                            Properties

                                                                                                                                                                                                                                                                                                                                                                                            date: Date

                                                                                                                                                                                                                                                                                                                                                                                            The creation date of the event.

                                                                                                                                                                                                                                                                                                                                                                                            diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ViewPositionChangeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ViewPositionChangeEvent.html index 8a2cb4209fe7..0ab605d81078 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ViewPositionChangeEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/ViewPositionChangeEvent.html @@ -1,5 +1,5 @@ ViewPositionChangeEvent | THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                            THEOplayer Web SDK
                                                                                                                                                                                                                                                                                                                                                                                              Preparing search index...

                                                                                                                                                                                                                                                                                                                                                                                              Interface ViewPositionChangeEvent

                                                                                                                                                                                                                                                                                                                                                                                              Fired when a View has swapped positions in the list.

                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                              interface ViewPositionChangeEvent {
                                                                                                                                                                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                                                                                                                                                                  newPosition: number;
                                                                                                                                                                                                                                                                                                                                                                                                  oldPosition: number;
                                                                                                                                                                                                                                                                                                                                                                                                  type: "viewpositionchange";
                                                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                              • Event<"viewpositionchange">
                                                                                                                                                                                                                                                                                                                                                                                                • ViewPositionChangeEvent
                                                                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                                                              interface ViewPositionChangeEvent {
                                                                                                                                                                                                                                                                                                                                                                                                  date: Date;
                                                                                                                                                                                                                                                                                                                                                                                                  newPosition: number;
                                                                                                                                                                                                                                                                                                                                                                                                  oldPosition: number;
                                                                                                                                                                                                                                                                                                                                                                                                  type: "viewpositionchange";
                                                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                              • Event<"viewpositionchange">
                                                                                                                                                                                                                                                                                                                                                                                                • ViewPositionChangeEvent
                                                                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                                                              date newPosition oldPosition type diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/YouboraOptions.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/YouboraOptions.html index 76767ef6596b..703bdf2332da 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/YouboraOptions.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/YouboraOptions.html @@ -10,7 +10,7 @@
                                                                                                                                                                                                                                                                                                                                                                                              - content.isLive
                                                                                                                                                                                                                                                                                                                                                                                              - content.rendition

                                                                                                                                                                                                                                                                                                                                                                                              Available since v2.21.2.

                                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                              interface YouboraOptions {
                                                                                                                                                                                                                                                                                                                                                                                                  integration: "youbora";
                                                                                                                                                                                                                                                                                                                                                                                                  [key: string]: string | { [key: string]: string };
                                                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                              Indexable

                                                                                                                                                                                                                                                                                                                                                                                              • [key: string]: string | { [key: string]: string }

                                                                                                                                                                                                                                                                                                                                                                                                An entry which contains a Youbora option with associated value.

                                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                              interface YouboraOptions {
                                                                                                                                                                                                                                                                                                                                                                                                  integration: "youbora";
                                                                                                                                                                                                                                                                                                                                                                                                  [key: string]: string | { [key: string]: string };
                                                                                                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                                                                                                              Hierarchy (View Summary)

                                                                                                                                                                                                                                                                                                                                                                                              Indexable

                                                                                                                                                                                                                                                                                                                                                                                              • [key: string]: string | { [key: string]: string }

                                                                                                                                                                                                                                                                                                                                                                                                An entry which contains a Youbora option with associated value.

                                                                                                                                                                                                                                                                                                                                                                                              Index

                                                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                                                              Properties

                                                                                                                                                                                                                                                                                                                                                                                              integration: "youbora"

                                                                                                                                                                                                                                                                                                                                                                                              The identifier of the analytics integration.

                                                                                                                                                                                                                                                                                                                                                                                              diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml b/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml index 044436b96ee8..33a20457d5dd 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml +++ b/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml @@ -2,2158 +2,2162 @@ https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/index.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/hierarchy.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/enums/ErrorCategory.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/enums/ErrorCode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/classes/ChromelessPlayer.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/classes/MultiViewPlayer.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/classes/Player.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ABRConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ABRMetadata.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ABRStrategyConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Ad.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBreak.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBreakEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBreakInit.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBreakInterstitial.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBufferingEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AddCachingTaskEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AddTrackEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AddViewEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdInit.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdMetadataEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Ads.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdsConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdsEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdSkipEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdsManagerLoadedEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AES128KeySystemConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AgamaConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AgamaPlayerConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AgamaSourceConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AirPlay.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AnalyticsDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AudioQuality.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AxinomDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AzureDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Base64Util.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BaseSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BoundaryC3.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BoundaryC7.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BoundaryHalftime.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BoundaryInfo.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BufferedSegments.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Cache.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CacheEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTask.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskLicense.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskListEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskParameters.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CanPlayEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CanPlayThroughEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Canvas.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Cast.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CastConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CastEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CastStateChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CertificateResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChannelDrmConfigResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChannelDrmKeySystemResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChannelMillicastSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Chromecast.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastConnectionCallback.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastError.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastErrorEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastMetadataDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastMetadataImage.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ClearkeyDecryptionKey.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ClearkeyKeySystemConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Clip.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ClipEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ClosedCaptionFile.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CmcdConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CmcdEndpointConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CmcdSourceConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ComcastDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CommonUtils.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CompanionAd.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ConaxDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionError.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionErrorEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionIntegration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionIntegrationFactory.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionRequest.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringErrorEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringLocationChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringStartEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringStopEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringUpdateEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CsaiAdDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CsaiConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CurrentSourceChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CustomTextTrackMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CustomTextTrackOptions.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CustomWebVTTTextTrack.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DashPlaybackConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DateRangeCue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DeviceBasedTitaniumDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DimensionChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Distribution.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DistributionLoadedEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DistributionLoadStartEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DistributionOfflineEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DRMTodayDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DurationChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EmptiedEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EmsgCue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EncryptedEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EndedEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Endpoint.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EndpointLoadedEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EnterBadNetworkModeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ErrorEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Event.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EventDispatcher.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EventedList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EventStreamCue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ExitBadNetworkModeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ExpressPlayDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EzdrmDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FairPlayChannelDrmKeySystemResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FairPlayKeySystemConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FreeWheelAdDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FreeWheelCue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FullscreenOptions.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Geo.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GlobalCast.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GlobalChromecast.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAI.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAIConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAILiveConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAITypedSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAIVodConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleImaAd.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleImaConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HespApi.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HespApiEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HespSourceConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HespTypedSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HlsPlaybackConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HTTPHeaders.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3AttachedPicture.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3BaseFrame.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Comments.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3CommercialFrame.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Cue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3GenericEncapsulatedObject.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3InvolvedPeopleList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3PositionSynchronisationFrame.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3PrivateFrame.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3SynchronizedLyricsText.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3TermsOfUse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Text.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UniqueFileIdentifier.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Unknown.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UnsynchronisedLyricsTextTranscription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UrlLink.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UserDefinedText.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UserDefinedUrlLink.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Yospace.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/IMAAdDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/IntentToFallbackEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/InterceptableRequest.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/InterceptableResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Interstitial.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/InterstitialEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/IrdetoDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/KeyOSDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/KeyOSFairplayKeySystemConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/KeyOSKeySystemConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/KeySystemConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LatencyConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LatencyManager.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LayoutChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LicenseRequest.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LicenseResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LinearAd.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/List.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LoadedDataEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LoadedMetadataEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ManifestErrorEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MeasurableNetworkEstimator.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaError.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaFile.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaMelonConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaTailorSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaTrack.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaTrackEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaTrackList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MetadataDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Metrics.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Millicast.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MillicastEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MillicastMetadataCue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MillicastSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MillicastStatsEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MoatConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MultiViewPlayerEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Network.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z + + + https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkConfiguration.html + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkEstimator.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkEstimatorController.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkInterceptorController.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NonLinearAd.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/OverlayInterstitial.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/OverlayPosition.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/OverlaySize.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PauseEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PiPConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayerConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayerEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayerList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayingEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayoutDelay.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayReadyKeySystemConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayStation5Configuration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Presentation.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PresentationEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PresentationModeChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ProgressEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Quality.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/QualityEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/QualityEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/QualityList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RateChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ReadyStateChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RelatedContent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RelatedContentEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RelatedContentSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RemoveCachingTaskEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RemoveTrackEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RemoveViewEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Representation.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RepresentationChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Request.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RequestInit.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RequestMeasurer.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ResponseInit.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RetryConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SeekedEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SeekingEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SegmentErrorEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ServerSideAdInsertionConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ServerSideAdIntegrationController.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ServerSideAdIntegrationHandler.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SmartSightConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SocialSharing.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SocialSharingItem.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceAbrConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceLatencyConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SpotXAdDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SpotxData.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SpotxQueryParameter.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/StreamOneConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TargetQualityChangedEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrack.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackAddCueEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueEnterEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueExitEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueUpdateEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackEnterCueEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackError.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackErrorEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackExitCueEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackReadyStateChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackRemoveCueEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTracksList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackStyle.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackStyleEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackTypeChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackUpdateCueEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoAdDescription.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoAds.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoAdsEventsMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLiveApi.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLiveApiEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLiveConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLivePublication.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLiveSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/THEOplayerError.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ThumbnailResolution.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TimeRanges.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TimeUpdateEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TitaniumDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TokenBasedTitaniumDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Track.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackListEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackUpdateEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TTMLCue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TTMLExtent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TypedSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UIConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UIPlayerConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UIRelatedContent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UIRelatedContentEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UniversalAdId.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpdateQualityEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Uplynk.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAd.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBeginEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreak.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakBeginEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakEndEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakListEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakSkipEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdCompleteEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAddAdBreakEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAddAssetEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdEndEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdFirstQuartileEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdListEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdMidpointEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAds.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdThirdQuartileEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAsset.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAssetEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAssetInfoResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAssetInfoResponseEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAssetList.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkExternalId.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPingConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPingErrorEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPingResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPingResponseEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayBaseResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayLiveResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayResponseEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayVodResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdBreakEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAssetEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseDrm.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseLiveAd.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseLiveAdBreak.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseLiveAds.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAd.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAdBreak.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAdBreakOffset.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAdPlaceholder.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAds.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkUiConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkUpdateAdBreakEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpNextBar.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpNextManager.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpNextPanel.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpNextSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UserActions.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VastExtension.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VendorCast.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VendorCastEventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VerimatrixDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VideoFrameCallbackMetadata.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VideoQuality.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/View.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ViewChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ViewPositionChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VimondDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Visibility.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VisibilityObserver.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VolumeChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VR.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VRConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VRDirection.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VREventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VudrmDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WaitingEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WebAudio.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WebRTCOptions.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WebVTTCue.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WebVTTRegion.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/XstreamDRMConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/YouboraOptions.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ABRStrategy.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ABRStrategyType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AccessibilityRole.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdIntegrationKind.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdPreloadType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdReadyState.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdSourceType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AgamaAnalyticsIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AgamaLogLevelType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AgamaServiceName.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AgamaStreamType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AnalyticsIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AutoplayCapability.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AxinomIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AzureIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/Boundary.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/BufferSource.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CacheStatus.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CacheTaskStatus.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CastState.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CertificateRequest.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ChromecastErrorCode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ChromecastMetadataType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ComcastIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ConaxIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ContentProtectionErrorCode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ContentProtectionRequestSubType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CrossOriginSetting.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CustomAdIntegrationKind.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/DAIAvailabilityType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/DeliveryType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/DirectionChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/DRMTodayIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/EdgeStyle.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/EventListener.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/EventMap.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ExpressPlayIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/EzdrmIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/FreeWheelAdUnitType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/GoogleDAISSAIIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/HespMediaType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/HlsDiscontinuityAlignment.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/HTTPHeadersInit.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ID3Frame.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/InterstitialType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/IrdetoIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/JoinStrategy.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/KeyOSIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/KeySystemId.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/LicenseType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MaybeAsync.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MediaErrorCode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MediaTrackType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MediaType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MoatAnalyticsIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MultiViewPlayerLayout.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MutedAutoplayConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/NodeStyleVoidCallback.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/PiPPosition.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/PlayStation5PlayMode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/PreloadType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/PresentationMode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RelatedChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RelatedHideEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RelatedShowEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestBody.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestInterceptor.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestLike.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestMethod.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestSubType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ResponseBody.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ResponseInterceptor.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ResponseLike.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ResponseType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SeamlessPeriodSwitchStrategy.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SeamlessSwitchStrategy.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ServerSideAdIntegrationFactory.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SkippedAdStrategy.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SmartSightIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/Source.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SourceIntegrationId.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/Sources.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SSAIIntegrationId.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StateChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StereoChangeEvent.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StreamOneAnalyticsIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StreamType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StringKeyOf.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StylePropertyRecord.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SupportedCustomTextTrackCueTypes.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TextTrackErrorCode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TextTrackReadyState.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TextTrackType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TheoAdsLayout.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TheoAdsLayoutOverride.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TitaniumIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UILanguage.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkAssetId.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkAssetMovieRating.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkAssetTvRating.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkAssetType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkPreplayResponse.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkPreplayResponseType.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VerimatrixIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VideoFrameRequestCallback.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VimondIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VisibilityObserverCallback.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VoidPromiseCallback.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VPAIDMode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VRPanoramaMode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VRState.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VRStereoMode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTAlignSetting.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTDirectionSetting.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTLine.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTLineAlignSetting.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTPosition.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTPositionAlignSetting.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTScrollSetting.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VudrmIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/WaitUntilCallback.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/WidevineKeySystemConfiguration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/XstreamIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/YospaceId.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/YouboraAnalyticsIntegrationID.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/cache.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/cast.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/features.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/players.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/utils.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/version.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/functions/registerContentProtectionIntegration.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/modules/ErrorCategory.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/functions/ErrorCategory.fromCode.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/modules/videojs.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/videojs.Player.html - 2026-08-06T14:07:23.620Z + 2026-08-14T08:58:19.682Z diff --git a/theoplayer/version.txt b/theoplayer/version.txt index 4775ed639a11..ba9aff72cbbe 100644 --- a/theoplayer/version.txt +++ b/theoplayer/version.txt @@ -1 +1 @@ -11.8.1 +11.9.0