diff --git a/theoplayer/api-reference/roku.md b/theoplayer/api-reference/roku.md index e3caadfc12ba..432c700eb666 100644 --- a/theoplayer/api-reference/roku.md +++ b/theoplayer/api-reference/roku.md @@ -41,6 +41,7 @@ The attributes, methods and events. | src | string | | read | The current URL of the media resource. | | theolive | THEOlive API | | read | API node for THEOlive operations. | | textTracks | roArray of roAssociativeArrays | [] | read,write | Provides information about text and metadata tracks detected automatically in video. Each Associative array has the following fields: id - track identifier, label - track description, language - track language, mode - determines track state, available values: disabled, showing, hidden, activeCues: the current cue for this track | +| version | string | | read | The version of the THEOplayer Roku SDK. | ### Source Description @@ -510,6 +511,7 @@ For the `distributionloaded` event, the following properties are available on th | -------------- | -------------------- | ---------------------------------------------------- | | deleted | boolean | Optional. Whether the distribution has been deleted. | | endpoints | roArray of Endpoints | An array of endpoints. | +| externalId | string | Optional. The distribution's external ID. | | id | string | The distribution's ID. | | maxBitrate | integer | Optional. The maximum bitrate of the distribution. | | name | string | The distribution's name. | diff --git a/theoplayer/changelog.md b/theoplayer/changelog.md index 9e78961205b3..7f718dae93ea 100644 --- a/theoplayer/changelog.md +++ b/theoplayer/changelog.md @@ -9,6 +9,79 @@ 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.6.0 (2026/07/03) + +### General + +#### ✨ Features + +- Added `externalId` to OptiView Live distribution metadata exposed by the `distributionloaded` event. + +### Web + +#### πŸ› Issues + +- Fixed an issue where an OptiView Live stream was incorrectly flagged as offline during slow startup. +- Fixed an issue where ID3 text tracks did not initially have a `TextTrack.type` set when playing inside a `WKWebView` on iOS. +- Fixed an issue where the player would error on some specific HLS streams with TTML subtitles. +- Fixed an issue where the player would create gaps in the buffer around discontinuities in certain HLS streams, which could result in undesirable gap jumps or short freezes during playback. +- Fixed an issue where the player sometimes would play only audio after a stall when playing an HESP stream. +- Fixed an issue where the device motion controls were not working in VR on mobile Chrome browsers. +- Fixed an issue where the device motion orientation in VR was inverted on mobile Chrome browsers. +- Fixed an issue where VR videos were being rendered upside down on iPad Safari. + +### Android + +#### ✨ Features + +- CMCD ad event reporting is now supported for all ad integrations (and no longer limited to just OptiView Ads). + +#### ⚑ Improvements + +- Added optional provider information to OptiView Live endpoints. + +#### πŸ› Issues + +- Fixed an issue where an OptiView Ads overlay stays onscreen indefinitely after it has expired. +- Fixed an issue where Double Box and L-shape layouts were incorrectly shown in Picture-in-Picture mode with OptiView Ads. +- Fixed an issue where the player would crash if OptiView Ads playback was started while in Picture-in-Picture mode. +- Fixed an issue where the ads UI could get stuck after playing two consecutive ad breaks with OptiView Ads. + +### iOS + +#### ✨ Features + +- Added support for customData on the Ad and AdBreak protocols. + +#### πŸ› Issues + +- Fixed an issue where the duration of OptiView Break Manifest Ads were not respected. +- Fixed an issue where changing or clearing `player.source` while playing an HESP stream could cause the app to crash due to an internal race condition. +- Fixed an issue where transitioning between IMA prerolls would cause the PiP window to close. +- Fixed an issue where sources with multiple IMA prerolls would load trailing prerolls after the main content. +- Fixed an issue where setting a source with an IMA ad while another source with an ad is playing would cause a crash. +- Fixed an issue where scheduling IMA ads causes a momentary black screen in main content. +- Fixed an issue where ads from different systems would overlap with OptiView Ads. +- Fixed an issue in OptiView Ads where the layout would switch to single momentarily in between companion ads. +- Fixed an issue where during ad playback in PiP, the original player view continues to playback main content. +- Fixed an issue where double box and L-shape ads don't show in PiP. +- Fixed an issue where Ads would remain in double box layout after finishing. + +### Roku + +#### ✨ Features + +- Added client-side ad beaconing for MediaKind SSAI streams. +- Added session beacons for the MediaKind connector. + +#### ⚑ Improvements + +- Removed automatic use of `START=Live` for live MediaKind streams. The client now can specify the live stream URL params. + +#### πŸ› Issues + +- Fixed an issue where during fallback on an OptiView Live stream the wrong endpoint was selected. + ## πŸš€ 11.5.1 (2026/07/03) ### iOS @@ -115,7 +188,7 @@ These are the release notes for THEOplayer 11.0.0 and higher. For older versions #### πŸ› Issues -- Fixed an issue with Optiview Ads where setting overlay positions (top/bottom/left/right) to 0 was not supported. +- Fixed an issue with OptiView Ads where setting overlay positions (top/bottom/left/right) to 0 was not supported. - Fixed an issue where the player could crash on Sky Glass/Puck when `autoplay` is set to `true`. - Fixed an issue where using WebXR on iOS Safari was preventing VR video from being rendered inline. - Fixed an issue where clicking the "LIVE" button on an HLS live stream would sometimes seek to the start of the DVR window instead of the live edge when using native HLS playback on macOS/iOS Safari. @@ -164,7 +237,7 @@ These are the release notes for THEOplayer 11.0.0 and higher. For older versions #### πŸ› Issues -- Fixed an issue with Optiview Ads where setting overlay positions (top/bottom/left/right) to 0 was not supported. +- Fixed an issue with OptiView Ads where setting overlay positions (top/bottom/left/right) to 0 was not supported. ### Roku 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 5e3fe97f28e3..8d9ccc80f4c2 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 @@ -254,6 +254,14 @@

Method Summary

+ abstract String + + getExternalId() + + + + + abstract String getName() @@ -324,6 +332,29 @@

getId

+ + + + + + + + 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 63c25d057281..47be84aa102a 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 @@ -233,6 +233,12 @@

Field Summary

+ private final String + provider + + + + private Double targetLatency @@ -264,7 +270,7 @@

Constructor Summary

Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, 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.Double)">Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, String provider, Double targetLatency) @@ -398,6 +404,14 @@

Method Summary

+ final String + + getProvider() + + + + + final Double getTargetLatency() @@ -405,7 +419,7 @@

Method Summary

- + final Unit setTargetLatency(DoubleΒ targetLatency) @@ -444,11 +458,11 @@

Methods inherited from class java.lang.Object

Constructor Detail

- + + + + + + 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 218e4462b65e..1429a36cefda 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 @@ -7257,6 +7257,19 @@

G

 
+
+ + + + getExternalId() + + - function in com.theoplayer.android.api.theolive.Distribution + + +
+
 
+ +
@@ -13120,6 +13133,19 @@

G

The notification identifier of the task when showing its progress notification.
+
+ + + + getProvider() + + - function in com.theoplayer.android.api.theolive.Endpoint + + +
+
 
+ +
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 d75485d31b68..9d3d25b09436 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)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer)"}, {"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":"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":"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)","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)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map, Map, Boolean)","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)"}, {"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":"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)","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)"}, {"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":"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, 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.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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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.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":"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":"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":"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":"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)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer)"}, {"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":"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":"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)","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)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map, Map, Boolean)","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)"}, {"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":"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)","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)"}, {"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, 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.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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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":"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.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":"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":"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":"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/Ads Events.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Ads Events.html index f2537b1eae3f..17d42b819009 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Ads Events.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Ads Events.html @@ -1137,7 +1137,7 @@

Declaration

-

Thrown to indicate that an ad has begun.

+

Thrown to indicate that an ad break has begun.

  • ad : the AdBreak
  • @@ -1168,7 +1168,7 @@

    Declaration

    -

    Thrown to indicate that an ad has begun.

    +

    Thrown to indicate that an ad break has ended.

    • ad : the AdBreak
    • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/CSAI.html b/theoplayer/static/theoplayer/v11/api-reference/ios/CSAI.html index a8654ac5315a..d6577def507f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/CSAI.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/CSAI.html @@ -993,16 +993,17 @@

      CSAI

      -

      Client Side ad Insertion

      +

      Client Side Ad Insertion

      -

      THEOplayer exposes THEOAdDescription, GoogleImaAdDescription and SpotXAdDescription that could be used to achieve Client side ad insertion. -If you need to use Server Side Ad Insertion (SSAI), please consider checking its documentations here.

      +

      THEOplayer exposes GoogleImaAdDescription that could be used to achieve client side ad insertion. +Using Google IMA requires the THEOplayer GoogleIMA Integration to be added to your project. For more information please refer here +If you need to use Server Side Ad Insertion (SSAI), please consider checking its own documentation here.


      -

      GoogleInteractiveMediaAds.framework

      +

      GoogleInteractiveMediaAds.xcframework

      -

      The following is the supportMatrix for the GoogleInteractiveMediaAds SDK versions that THEOplayer is linked against. -Although using a different version might work, we advise to use the exact same version that THEOplayer is using to avoid any compatibility issues.

      +

      The following is the support matrix for the GoogleInteractiveMediaAds SDK versions that THEOplayer is linked against. +Although using a different version might work, we advise using the same version that THEOplayer is using to avoid any compatibility issues.

      @@ -1011,11 +1012,7 @@

      GoogleInteractiveMe

      - - - - - +
      2.84.0+iOS 3.14.1 - tvOS 4.4.1
      11.x+11.X iOS 3.31.0 - tvOS 4.16.0
      diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/ChromeCast API.html b/theoplayer/static/theoplayer/v11/api-reference/ios/ChromeCast API.html index f969288b5383..e5f412341aa9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/ChromeCast API.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/ChromeCast API.html @@ -993,10 +993,10 @@

      ChromeCast API

      -

      GoogleCast.framework

      +

      GoogleCast.xcframework

      -

      The following is the supportMatrix for the GoogleCast SDK versions that THEOplayer is linked against. -Although using a different version might work, we advise to use the exact same version that THEOplayer is using to avoid any compatibility issues.

      +

      The following is the support matrix for the GoogleCast SDK versions that THEOplayer is linked against. +Although using a different version might work, we advise using the same version that THEOplayer is using to avoid any compatibility issues.

      @@ -1005,12 +1005,8 @@

      GoogleCast.framework

      - - - - - - + +
      2.84.0+4.4.4
      2.85.0+4.6.011.X4.8.0
      diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/ErrorEvent.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/ErrorEvent.html index cbb3fddcd8a7..2003ecaa5f91 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/ErrorEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/ErrorEvent.html @@ -1058,7 +1058,7 @@

      Declaration

      -

      A more descriptive THEOErrorcontaining information about the error.

      +

      A more descriptive THEOError containing information about the error.

      diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/GoogleDAIVodConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/GoogleDAIVodConfiguration.html index b47c97ea0a89..12c9df84cde8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/GoogleDAIVodConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/GoogleDAIVodConfiguration.html @@ -1002,7 +1002,7 @@

      GoogleDAIVodConfiguration

      -

      Represents a configuration for server-side ad insertion with the Google DAI pre-integration for vod streams.

      +

      Represents a configuration for server-side ad insertion with the Google DAI pre-integration for VOD streams.

      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 03000ab85746..ca05f0f62b39 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayer.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayer.html @@ -1024,7 +1024,7 @@

      THEOplayer

      -

      The delegate defining behavior for background playback

      +

      The delegate defining behavior for background playback.

      @@ -1109,10 +1109,10 @@

      Parameters

      -

      THEOplayer’s Version.

      +

      The version of THEOplayer.

      Remark

      - Example: "2.77.0" + Example: "11.5.0"
      @@ -1812,10 +1812,15 @@

      Declaration

      -

      Whether to allow the player to playback externally (Airplay). - - Remark: - - Default is set to true - - This is not supported for THEOlive sources.

      +

      Whether to allow the player to playback externally (AirPlay).

      +
      +

      Remark

      +
        +
      • Default is set to true.
      • +
      • This is not supported for THEOlive sources.
      • +
      + +
      @@ -2114,7 +2119,7 @@

      Declaration

      -

      Returns the unique ID of the player

      +

      Returns the unique ID of the player.

      @@ -2317,13 +2322,16 @@

      Declaration

      After invoking this method, the player stops playback completely and unloads all loaded resources.

      -
      - Remark:
      -   - If the operation completes, the success flag is true and the error is nil.
      -   - If the operation fails, the success flag is false and the error indicates the problem.
      +
      +

      Remark

      +

      Remark:

      -- Parameters: - - completionHandler: An optional closure to invoke when operation completes or fails, defaults to nil. The closure takes two optional arguments: A success flag and an error. -
      +
        +
      • If the operation completes, the success flag is true and the error is nil.
      • +
      • If the operation fails, the success flag is false and the error indicates the problem.
      • +
      + +
      @@ -2334,6 +2342,25 @@

      Declaration

      +
      +

      Parameters

      + + + + + + + +
      + + completionHandler + + +
      +

      An optional closure to invoke when operation completes or fails, defaults to nil. The closure takes two optional arguments: A success flag and an error.

      +
      +
      +
      @@ -3033,7 +3060,7 @@

      Declaration

      -

      Returns all registered Integrations on the THEOplayer instance

      +

      Returns all registered Integrations on the THEOplayer instance.

      @@ -3087,12 +3114,7 @@

      Declaration

      -

      API to configure TextTrack styles (for subtitles)

      -
      -

      Remark

      - Only available on the native pipeline. - -
      +

      API to configure TextTrack styles (for subtitles).

      Sample usage

      var tts = self.theoplayer?.textTrackStyle
      @@ -3160,7 +3182,7 @@ 

      Declaration

      -

      The Fullscreen api of theoplayer.

      +

      The Fullscreen API of THEOplayer.

      diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayerConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayerConfiguration.html index 7cb0b8edcdac..c3298d75babc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayerConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayerConfiguration.html @@ -1078,7 +1078,7 @@

      Declaration

      -

      The url to fetch the license for the player.

      +

      The URL to fetch the license for the player.

      @@ -1235,33 +1235,6 @@

      Declaration

      -
    • -
      - - - - encode(to:) - -
      -
      -
      -
      -
      -
      -

      :nodoc

      - -
      -
      -

      Declaration

      -
      -

      Swift

      -
      public func encode(to encoder: Encoder) throws
      - -
      -
      -
      -
      -
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayerConfigurationBuilder.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayerConfigurationBuilder.html index 7583c7d0aede..beac1bcec4d4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayerConfigurationBuilder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/THEOplayerConfigurationBuilder.html @@ -1105,7 +1105,7 @@

Declaration

-

The url to fetch the license for the player.

+

The URL to fetch the license for the player.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/TextTrackStyleEdgeStyle.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/TextTrackStyleEdgeStyle.html index 5bb32077be85..812848ff48d3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/TextTrackStyleEdgeStyle.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Classes/TextTrackStyleEdgeStyle.html @@ -1002,7 +1002,7 @@

TextTrackStyleEdgeStyle

-

The TextTrackStyleEdgeStyle API can be used to change the edge style of the renderred TextTracks.

+

The TextTrackStyleEdgeStyle API can be used to change the edge style of the rendered TextTracks.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes.html index e8d63abbad9a..e3226eaa622d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes.html @@ -169,7 +169,7 @@

Declaration

-

An object that defines a Millicast sources.

+

An object that defines a Millicast source.

See more
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes/MillicastErrorEvent.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes/MillicastErrorEvent.html index 85a854f35885..9bee04586037 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes/MillicastErrorEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes/MillicastErrorEvent.html @@ -148,7 +148,7 @@

Declaration

-

A more descriptive THEOErrorcontaining information about the error.

+

A more descriptive THEOError containing information about the error.

@@ -202,7 +202,7 @@

Declaration

-

The Date at which the event occured.

+

The Date at which the event occurred.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes/MillicastSource.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes/MillicastSource.html index 325dbb156919..2ba00baeb0d1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes/MillicastSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/Classes/MillicastSource.html @@ -99,7 +99,7 @@

MillicastSource

-

An object that defines a Millicast sources.

+

An object that defines a Millicast source.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes.html index e8d63abbad9a..e3226eaa622d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes.html @@ -169,7 +169,7 @@

Declaration

-

An object that defines a Millicast sources.

+

An object that defines a Millicast source.

See more
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes/MillicastErrorEvent.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes/MillicastErrorEvent.html index 85a854f35885..9bee04586037 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes/MillicastErrorEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes/MillicastErrorEvent.html @@ -148,7 +148,7 @@

Declaration

-

A more descriptive THEOErrorcontaining information about the error.

+

A more descriptive THEOError containing information about the error.

@@ -202,7 +202,7 @@

Declaration

-

The Date at which the event occured.

+

The Date at which the event occurred.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes/MillicastSource.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes/MillicastSource.html index 325dbb156919..2ba00baeb0d1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes/MillicastSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/Classes/MillicastSource.html @@ -99,7 +99,7 @@

MillicastSource

-

An object that defines a Millicast sources.

+

An object that defines a Millicast source.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/search.json b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/search.json index 2558e06d8874..3abcf968f37c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/search.json +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/search.json @@ -1 +1 @@ -{"Structs/MillicastEventTypes.html#/s:30THEOplayerMillicastIntegration0B10EventTypesV5ERROR0A3SDK0D4TypeCyAA0b5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

Fired when MillicastErrorEvent occurs.

","parent_name":"MillicastEventTypes"},"Structs/MillicastEventTypes.html":{"name":"MillicastEventTypes","abstract":"

The types of Millicast events.

"},"Protocols.html#/s:30THEOplayerMillicastIntegration0bC0P":{"name":"MillicastIntegration","abstract":"

The Millicast Integration API protocol returned by MillicastIntegrationFactory.createIntegration.

"},"Extensions/THEOplayer.html#/s:13THEOplayerSDK0A0C0A20MillicastIntegrationE9millicastAD0cD0_pSgvp":{"name":"millicast","abstract":"

The Millicast Integration API.

","parent_name":"THEOplayer"},"Extensions/THEOplayer.html":{"name":"THEOplayer"},"Classes/MillicastSource.html#/s:30THEOplayerMillicastIntegration0B6SourceC3src15streamAccountId15subscriberToken14connectOptionsACSS_S2SSgSo08MCClientL0CSgtcfc":{"name":"init(src:streamAccountId:subscriberToken:connectOptions:)","abstract":"

Initializer method.

","parent_name":"MillicastSource"},"Classes/MillicastSource.html#/s:30THEOplayerMillicastIntegration0B6SourceC3src15streamAccountId15subscriberToken11directorUrl14connectOptionsACSS_S2SSgAISo08MCClientN0CSgtcfc":{"name":"init(src:streamAccountId:subscriberToken:directorUrl:connectOptions:)","abstract":"

Initializer method.

","parent_name":"MillicastSource"},"Classes/MillicastIntegrationFactory.html#/s:30THEOplayerMillicastIntegration0bC7FactoryC06createC0AA0bC0_pyFZ":{"name":"createIntegration()","abstract":"

Method that instantiates and returns a new Millicast integration instance.

","parent_name":"MillicastIntegrationFactory"},"Classes/MillicastIntegrationFactory.html#/s:s17CustomReflectableP12customMirrors0D0Vvp":{"name":"customMirror","parent_name":"MillicastIntegrationFactory"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC5errorSSvp":{"name":"error","abstract":"

The textual representation of the error that happened.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC11errorObject0A3SDK9THEOError_pSgvp":{"name":"errorObject","abstract":"

A more descriptive THEOErrorcontaining information about the error.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC4typeSSvp":{"name":"type","abstract":"

The textual representation of the type of event.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

The Date at which the event occured.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html":{"name":"MillicastErrorEvent","abstract":"

Fired when MillicastEventTypes.ERROR occurs.

"},"Classes/MillicastIntegrationFactory.html":{"name":"MillicastIntegrationFactory","abstract":"

Factory class that helps to instantiate a new Millicast integration instance.

"},"Classes/MillicastSource.html":{"name":"MillicastSource","abstract":"

An object that defines a Millicast sources.

"},"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/MillicastEventTypes.html#/s:30THEOplayerMillicastIntegration0B10EventTypesV5ERROR0A3SDK0D4TypeCyAA0b5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

Fired when MillicastErrorEvent occurs.

","parent_name":"MillicastEventTypes"},"Structs/MillicastEventTypes.html":{"name":"MillicastEventTypes","abstract":"

The types of Millicast events.

"},"Protocols.html#/s:30THEOplayerMillicastIntegration0bC0P":{"name":"MillicastIntegration","abstract":"

The Millicast Integration API protocol returned by MillicastIntegrationFactory.createIntegration.

"},"Extensions/THEOplayer.html#/s:13THEOplayerSDK0A0C0A20MillicastIntegrationE9millicastAD0cD0_pSgvp":{"name":"millicast","abstract":"

The Millicast Integration API.

","parent_name":"THEOplayer"},"Extensions/THEOplayer.html":{"name":"THEOplayer"},"Classes/MillicastSource.html#/s:30THEOplayerMillicastIntegration0B6SourceC3src15streamAccountId15subscriberToken14connectOptionsACSS_S2SSgSo08MCClientL0CSgtcfc":{"name":"init(src:streamAccountId:subscriberToken:connectOptions:)","abstract":"

Initializer method.

","parent_name":"MillicastSource"},"Classes/MillicastSource.html#/s:30THEOplayerMillicastIntegration0B6SourceC3src15streamAccountId15subscriberToken11directorUrl14connectOptionsACSS_S2SSgAISo08MCClientN0CSgtcfc":{"name":"init(src:streamAccountId:subscriberToken:directorUrl:connectOptions:)","abstract":"

Initializer method.

","parent_name":"MillicastSource"},"Classes/MillicastIntegrationFactory.html#/s:30THEOplayerMillicastIntegration0bC7FactoryC06createC0AA0bC0_pyFZ":{"name":"createIntegration()","abstract":"

Method that instantiates and returns a new Millicast integration instance.

","parent_name":"MillicastIntegrationFactory"},"Classes/MillicastIntegrationFactory.html#/s:s17CustomReflectableP12customMirrors0D0Vvp":{"name":"customMirror","parent_name":"MillicastIntegrationFactory"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC5errorSSvp":{"name":"error","abstract":"

The textual representation of the error that happened.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC11errorObject0A3SDK9THEOError_pSgvp":{"name":"errorObject","abstract":"

A more descriptive THEOError containing information about the error.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC4typeSSvp":{"name":"type","abstract":"

The textual representation of the type of event.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

The Date at which the event occurred.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html":{"name":"MillicastErrorEvent","abstract":"

Fired when MillicastEventTypes.ERROR occurs.

"},"Classes/MillicastIntegrationFactory.html":{"name":"MillicastIntegrationFactory","abstract":"

Factory class that helps to instantiate a new Millicast integration instance.

"},"Classes/MillicastSource.html":{"name":"MillicastSource","abstract":"

An object that defines a Millicast source.

"},"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/Millicast/search.json b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/search.json index 2558e06d8874..3abcf968f37c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/search.json +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Millicast/search.json @@ -1 +1 @@ -{"Structs/MillicastEventTypes.html#/s:30THEOplayerMillicastIntegration0B10EventTypesV5ERROR0A3SDK0D4TypeCyAA0b5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

Fired when MillicastErrorEvent occurs.

","parent_name":"MillicastEventTypes"},"Structs/MillicastEventTypes.html":{"name":"MillicastEventTypes","abstract":"

The types of Millicast events.

"},"Protocols.html#/s:30THEOplayerMillicastIntegration0bC0P":{"name":"MillicastIntegration","abstract":"

The Millicast Integration API protocol returned by MillicastIntegrationFactory.createIntegration.

"},"Extensions/THEOplayer.html#/s:13THEOplayerSDK0A0C0A20MillicastIntegrationE9millicastAD0cD0_pSgvp":{"name":"millicast","abstract":"

The Millicast Integration API.

","parent_name":"THEOplayer"},"Extensions/THEOplayer.html":{"name":"THEOplayer"},"Classes/MillicastSource.html#/s:30THEOplayerMillicastIntegration0B6SourceC3src15streamAccountId15subscriberToken14connectOptionsACSS_S2SSgSo08MCClientL0CSgtcfc":{"name":"init(src:streamAccountId:subscriberToken:connectOptions:)","abstract":"

Initializer method.

","parent_name":"MillicastSource"},"Classes/MillicastSource.html#/s:30THEOplayerMillicastIntegration0B6SourceC3src15streamAccountId15subscriberToken11directorUrl14connectOptionsACSS_S2SSgAISo08MCClientN0CSgtcfc":{"name":"init(src:streamAccountId:subscriberToken:directorUrl:connectOptions:)","abstract":"

Initializer method.

","parent_name":"MillicastSource"},"Classes/MillicastIntegrationFactory.html#/s:30THEOplayerMillicastIntegration0bC7FactoryC06createC0AA0bC0_pyFZ":{"name":"createIntegration()","abstract":"

Method that instantiates and returns a new Millicast integration instance.

","parent_name":"MillicastIntegrationFactory"},"Classes/MillicastIntegrationFactory.html#/s:s17CustomReflectableP12customMirrors0D0Vvp":{"name":"customMirror","parent_name":"MillicastIntegrationFactory"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC5errorSSvp":{"name":"error","abstract":"

The textual representation of the error that happened.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC11errorObject0A3SDK9THEOError_pSgvp":{"name":"errorObject","abstract":"

A more descriptive THEOErrorcontaining information about the error.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC4typeSSvp":{"name":"type","abstract":"

The textual representation of the type of event.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

The Date at which the event occured.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html":{"name":"MillicastErrorEvent","abstract":"

Fired when MillicastEventTypes.ERROR occurs.

"},"Classes/MillicastIntegrationFactory.html":{"name":"MillicastIntegrationFactory","abstract":"

Factory class that helps to instantiate a new Millicast integration instance.

"},"Classes/MillicastSource.html":{"name":"MillicastSource","abstract":"

An object that defines a Millicast sources.

"},"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/MillicastEventTypes.html#/s:30THEOplayerMillicastIntegration0B10EventTypesV5ERROR0A3SDK0D4TypeCyAA0b5ErrorD0CGvpZ":{"name":"ERROR","abstract":"

Fired when MillicastErrorEvent occurs.

","parent_name":"MillicastEventTypes"},"Structs/MillicastEventTypes.html":{"name":"MillicastEventTypes","abstract":"

The types of Millicast events.

"},"Protocols.html#/s:30THEOplayerMillicastIntegration0bC0P":{"name":"MillicastIntegration","abstract":"

The Millicast Integration API protocol returned by MillicastIntegrationFactory.createIntegration.

"},"Extensions/THEOplayer.html#/s:13THEOplayerSDK0A0C0A20MillicastIntegrationE9millicastAD0cD0_pSgvp":{"name":"millicast","abstract":"

The Millicast Integration API.

","parent_name":"THEOplayer"},"Extensions/THEOplayer.html":{"name":"THEOplayer"},"Classes/MillicastSource.html#/s:30THEOplayerMillicastIntegration0B6SourceC3src15streamAccountId15subscriberToken14connectOptionsACSS_S2SSgSo08MCClientL0CSgtcfc":{"name":"init(src:streamAccountId:subscriberToken:connectOptions:)","abstract":"

Initializer method.

","parent_name":"MillicastSource"},"Classes/MillicastSource.html#/s:30THEOplayerMillicastIntegration0B6SourceC3src15streamAccountId15subscriberToken11directorUrl14connectOptionsACSS_S2SSgAISo08MCClientN0CSgtcfc":{"name":"init(src:streamAccountId:subscriberToken:directorUrl:connectOptions:)","abstract":"

Initializer method.

","parent_name":"MillicastSource"},"Classes/MillicastIntegrationFactory.html#/s:30THEOplayerMillicastIntegration0bC7FactoryC06createC0AA0bC0_pyFZ":{"name":"createIntegration()","abstract":"

Method that instantiates and returns a new Millicast integration instance.

","parent_name":"MillicastIntegrationFactory"},"Classes/MillicastIntegrationFactory.html#/s:s17CustomReflectableP12customMirrors0D0Vvp":{"name":"customMirror","parent_name":"MillicastIntegrationFactory"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC5errorSSvp":{"name":"error","abstract":"

The textual representation of the error that happened.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC11errorObject0A3SDK9THEOError_pSgvp":{"name":"errorObject","abstract":"

A more descriptive THEOError containing information about the error.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC4typeSSvp":{"name":"type","abstract":"

The textual representation of the type of event.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html#/s:30THEOplayerMillicastIntegration0B10ErrorEventC4date10Foundation4DateVvp":{"name":"date","abstract":"

The Date at which the event occurred.

","parent_name":"MillicastErrorEvent"},"Classes/MillicastErrorEvent.html":{"name":"MillicastErrorEvent","abstract":"

Fired when MillicastEventTypes.ERROR occurs.

"},"Classes/MillicastIntegrationFactory.html":{"name":"MillicastIntegrationFactory","abstract":"

Factory class that helps to instantiate a new Millicast integration instance.

"},"Classes/MillicastSource.html":{"name":"MillicastSource","abstract":"

An object that defines a Millicast source.

"},"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/Other Classes.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Other Classes.html index 15587cb5d385..fbae0726887e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Other Classes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Other Classes.html @@ -1277,7 +1277,7 @@

Declaration

-

Thrown to indicate that an adbreak has been added.

+

Thrown to indicate that an ad break has been added.

  • ad : the AdBreak
  • @@ -1308,7 +1308,7 @@

    Declaration

    -

    Thrown to indicate that an adbreak has been updated.

    +

    Thrown to indicate that an ad break has been updated.

    • ad : the AdBreak
    • @@ -1339,7 +1339,7 @@

      Declaration

      -

      Thrown to indicate that an adbreak has been removed.

      +

      Thrown to indicate that an ad break has been removed.

      • ad : the AdBreak
      • @@ -1370,7 +1370,7 @@

        Declaration

        -

        Thrown to indicate that an adbreak has changed.

        +

        Thrown to indicate that an ad break has changed.

        • ad : the AdBreak
        • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/ABRConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/ABRConfiguration.html index 6fe49685107b..929cf310c993 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/ABRConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/ABRConfiguration.html @@ -1025,8 +1025,11 @@

          ABRConfiguration

          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.

          -
          - Remark: For Millicast streams, this only applies once during connection establishment - make sure to set it before you start playback.
          -
          +
          +

          Remark

          + For Millicast streams, this only applies once during connection establishment - make sure to set it before you start playback. + +
          @@ -1081,8 +1084,11 @@

          Declaration

          The desired limit, in bits per second, of network bandwidth consumption. Defaults to 0, which indicates there is no limit.

          -
          - Remark: For Millicast streams, this only applies once during connection establishment - make sure to set it before you start playback.
          -
          +
          +

          Remark

          + For Millicast streams, this only applies once during connection establishment - make sure to set it before you start playback. + +
          diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Ad.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Ad.html index 58971bab4311..50bf83da258a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Ad.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Ad.html @@ -1169,7 +1169,7 @@

          Declaration

          -

          The URI of the the ad content.

          +

          The URI of the ad content.

          Remark

            @@ -1404,6 +1404,45 @@

            Declaration

          +
        • +
          + + + + customData + + + Default implementation + +
          +
          +
          +
          +
          +
          +

          Additional integration-specific data associated with this ad.

          +
          +

          Remark

          + The value depends on the ad integration. It may be nil if the integration does not provide any custom data. + +
          + +
          +

          DefaultΒ Implementation

          +
          + +
          +
          +

          Declaration

          +
          +

          Swift

          +
          var customData: [String : Any]? { get }
          + +
          +
          +
          +
          +
      diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/AdBreak.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/AdBreak.html index 97a44ec8c6c1..b3bfdd4fe1fe 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/AdBreak.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/AdBreak.html @@ -1244,6 +1244,45 @@

      Declaration

    +
  • +
    + + + + customData + + + Default implementation + +
    +
    +
    +
    +
    +
    +

    Additional integration-specific data associated with this ad break.

    +
    +

    Remark

    + The value depends on the ad integration. It may be nil if the integration does not provide any custom data. + +
    + +
    +

    DefaultΒ Implementation

    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    var customData: [String : Any]? { get }
    + +
    +
    +
    +
    +
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Ads.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Ads.html index f471d1bc330a..afbd1b055c92 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Ads.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Ads.html @@ -1360,7 +1360,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/AudioTrackList.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/AudioTrackList.html index 4783ad54fa58..3d80f8e463e0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/AudioTrackList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/AudioTrackList.html @@ -1126,7 +1126,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Chromecast.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Chromecast.html index 2738f62517f8..356131e83282 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Chromecast.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/Chromecast.html @@ -1383,7 +1383,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/ContentProtectionIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/ContentProtectionIntegration.html index 9d01905cceaa..93f411b650e1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/ContentProtectionIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/ContentProtectionIntegration.html @@ -1244,7 +1244,7 @@

Parameters

-

Handler which will be called when an HTTP request for a license returns an response.

+

Handler which will be called when an HTTP request for a license returns a response.

Remark

Remark:

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/EventDispatcherProtocol.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/EventDispatcherProtocol.html index cf57b118aa44..c35e76c2ee69 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/EventDispatcherProtocol.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/EventDispatcherProtocol.html @@ -1134,7 +1134,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/EventProtocol.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/EventProtocol.html index 2f1c4b16f4de..6467eceaa1e5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/EventProtocol.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/EventProtocol.html @@ -1051,7 +1051,7 @@

Declaration

-

The Date at which the event occured.

+

The Date at which the event occurred.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/PictureInPicture.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/PictureInPicture.html index 32b8f572a797..ea7a3946b611 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/PictureInPicture.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/PictureInPicture.html @@ -1079,7 +1079,7 @@

Parameters

-

Indicates wheter or not the PiP view is movable.

+

Indicates if the PiP view is movable.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrack.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrack.html index 7da185edc2bb..9754005a063e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrack.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrack.html @@ -1341,7 +1341,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackCue.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackCue.html index b72d55107d10..96bf55c3e4a9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackCue.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackCue.html @@ -1356,7 +1356,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackList.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackList.html index bfed4f8a03d7..f2f727af469d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackList.html @@ -1253,7 +1253,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackStyle.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackStyle.html index bb5a74ab505a..3a977bab92e4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackStyle.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/TextTrackStyle.html @@ -1002,7 +1002,7 @@

TextTrackStyle

-

The TextTrackStyle API can be used to change the style of the renderred TextTracks.

+

The TextTrackStyle API can be used to change the style of the rendered TextTracks.

@@ -1137,7 +1137,7 @@

Declaration

-

The edge style of the text, represented by a value from TextTrackStyleEdgeStyle

+

The edge style of the text, represented by a value from TextTrackStyleEdgeStyle.

@@ -1169,7 +1169,7 @@

Declaration

Remark

The line position is orthogonal (or perpendicular) to the writing direction This attribute expresses the line position as a percentage of the dimensions of the video frame in the relevant direction. For example, 0 percent is the top of the video frame and 100 percent is the bottom of the video frame for horizontal writing layout. -If you use this attribute, apply it to the entire text, wthout any selector. +If you use this attribute, apply it to the entire text, without any selector.
@@ -1202,7 +1202,7 @@

Declaration

Remark

This attribute expresses the position of the center of the text in the writing direction as a percentage of the video dimensions in the writing direction. For example, 0 percent is the left of the video frame and 100 percent is the right of the video frame for horizontal writing layout. -If you use this attribute, apply it to the entire text, wthout any selector. +If you use this attribute, apply it to the entire text, without any selector.
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/VideoTrackList.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/VideoTrackList.html index a7c68c2faa4e..22720430476e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/VideoTrackList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Protocols/VideoTrackList.html @@ -1126,7 +1126,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/SSAI.html b/theoplayer/static/theoplayer/v11/api-reference/ios/SSAI.html index 936aa8fd8674..ecac4b7789ef 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/SSAI.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/SSAI.html @@ -993,26 +993,28 @@

SSAI

-

Server Side ad Insertion

+

Server Side Ad Insertion

-

THEOplayer Supports Yospace and Google DAI server side ad insertion. -If you need to use Client Side Ad Insertion (CSAI), please consider checking its documentations here.

+

THEOplayer supports Google DAI, Yospace and Uplynk server side ad insertion. +Google DAI requires the THEOplayer Google IMA Integration to be added to your project. For more information please refer here +Yospace and Uplynk are supported through the iOS-Connector. +If you need to use Client Side Ad Insertion (CSAI), please consider checking its own documentation here.


-

GoogleInteractiveMediaAds.framework

+

GoogleInteractiveMediaAds.xcframework

-

The following is the supportMatrix for the GoogleInteractiveMediaAds SDK versions that THEOplayer is linked against. -Although using a different version might work, we advise to use the exact same version that THEOplayer is using to avoid any compatibility issues.

+

The following is the support matrix for the GoogleInteractiveMediaAds SDK versions that THEOplayer is linked against. +Although using a different version might work, we advise using the same version that THEOplayer is using to avoid any compatibility issues.

- + - - + +
PlayerVersionGoogleInteractiveMediaAds verionsGoogleInteractiveMediaAds versions
2.84.0+iOS 3.14.1 - tvOS 4.4.111.XiOS 3.31.0 - tvOS 4.16.0
@@ -1182,7 +1184,7 @@

Declaration

-

Represents a configuration for server-side ad insertion with the Google DAI pre-integration for vod streams.

+

Represents a configuration for server-side ad insertion with the Google DAI pre-integration for VOD streams.

See more
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Classes.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Classes.html index b4472952a1a8..ebdc97c0b000 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Classes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Classes.html @@ -370,7 +370,7 @@

Declaration

Fired when THEOads performs a fallback to the configured Google DAI fallback source.

Remark

- Remark:The Google DAI fallback source can be configured on the THEOAdDescription.daiAssetKey property. + The Google DAI fallback source can be configured on the THEOAdDescription.daiAssetKey property.
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Extensions.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Extensions.html index 02ee1a5fc03e..feb2555499e7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Extensions.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Extensions.html @@ -236,7 +236,6 @@

Declaration

Swift

extension GoogleCSAIAdHAndler: IMAAdsLoaderDelegate
-
extension GoogleCSAIAdHAndler: IMAAdsManagerDelegate
extension GoogleCSAIAdHAndler: Omid
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Protocols/THEOadsIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Protocols/THEOadsIntegration.html index 1261570a55e8..16cbba2d18d6 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Protocols/THEOadsIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/Protocols/THEOadsIntegration.html @@ -369,7 +369,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Classes.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Classes.html index b4472952a1a8..ebdc97c0b000 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Classes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Classes.html @@ -370,7 +370,7 @@

Declaration

Fired when THEOads performs a fallback to the configured Google DAI fallback source.

Remark

- Remark:The Google DAI fallback source can be configured on the THEOAdDescription.daiAssetKey property. + The Google DAI fallback source can be configured on the THEOAdDescription.daiAssetKey property.
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Extensions.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Extensions.html index 02ee1a5fc03e..feb2555499e7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Extensions.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Extensions.html @@ -236,7 +236,6 @@

Declaration

Swift

extension GoogleCSAIAdHAndler: IMAAdsLoaderDelegate
-
extension GoogleCSAIAdHAndler: IMAAdsManagerDelegate
extension GoogleCSAIAdHAndler: Omid
diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Protocols/THEOadsIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Protocols/THEOadsIntegration.html index 1261570a55e8..16cbba2d18d6 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Protocols/THEOadsIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/Protocols/THEOadsIntegration.html @@ -369,7 +369,7 @@

Parameters

-

EventListener object that has been return on addEventListener.

+

EventListener object that has been returned on addEventListener.

diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Protocols/DistributionAPI.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Protocols/DistributionAPI.html index 84be5b92a12f..20986b0f7784 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Protocols/DistributionAPI.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Protocols/DistributionAPI.html @@ -214,6 +214,32 @@

Declaration

+
  • +
    + + + + externalId + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    var externalId: String? { get }
    + +
    +
    +
    +
    +
  • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Protocols/THEOlive.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Protocols/THEOlive.html index 7834b52326b6..5a6c79bdbe90 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Protocols/THEOlive.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/Protocols/THEOlive.html @@ -304,7 +304,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    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 71c8510d5194..a0a73c5fa52b 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 @@ -306,7 +306,7 @@

    Parameters

    -

    An id used to report usage analytics, if not explicitely given a random UUID is used.

    +

    An id used to report usage analytics. If not explicitly given, a random UUID is used.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Protocols/DistributionAPI.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Protocols/DistributionAPI.html index 84be5b92a12f..20986b0f7784 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Protocols/DistributionAPI.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Protocols/DistributionAPI.html @@ -214,6 +214,32 @@

    Declaration

  • +
  • +
    + + + + externalId + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    var externalId: String? { get }
    + +
    +
    +
    +
    +
  • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Protocols/THEOlive.html b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Protocols/THEOlive.html index 7834b52326b6..5a6c79bdbe90 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Protocols/THEOlive.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/THEOlive/docsets/.docset/Contents/Resources/Documents/Protocols/THEOlive.html @@ -304,7 +304,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    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 71c8510d5194..a0a73c5fa52b 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 @@ -306,7 +306,7 @@

    Parameters

    -

    An id used to report usage analytics, if not explicitely given a random UUID is used.

    +

    An id used to report usage analytics. If not explicitly given, a random UUID is used.

    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 dd010a7ae5d2..5bc01a6116e2 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: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: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 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 f64da491cb8b..264b499fdd9a 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 dd010a7ae5d2..5bc01a6116e2 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: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: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 diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Text Track Cue API.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Text Track Cue API.html index c3767df91b88..11431f4532b9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Text Track Cue API.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Text Track Cue API.html @@ -1096,8 +1096,10 @@

    Declaration

    -

    The CustomAttribute object of the date range cue. - - Remark: The attribute type does not include the ‘X-’ prefix present in the manifest.

    +

    The CustomAttribute object of the date range cue.

    +
    - Remark:
    +    - The attribute type does not include the 'X-' prefix present in the manifest.
    +
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/Text Track Styling API.html b/theoplayer/static/theoplayer/v11/api-reference/ios/Text Track Styling API.html index e4d8e2ea74e8..aa1e480bf408 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/Text Track Styling API.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/Text Track Styling API.html @@ -1014,7 +1014,7 @@

    Text Track Styling API

    -

    The TextTrackStyle API can be used to change the style of the renderred TextTracks.

    +

    The TextTrackStyle API can be used to change the style of the rendered TextTracks.

    See more
    @@ -1258,7 +1258,7 @@

    Parameters

    -

    The TextTrackStyleEdgeStyle API can be used to change the edge style of the renderred TextTracks.

    +

    The TextTrackStyleEdgeStyle API can be used to change the edge style of the rendered TextTracks.

    See more
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Ads Events.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Ads Events.html index f2537b1eae3f..17d42b819009 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Ads Events.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Ads Events.html @@ -1137,7 +1137,7 @@

    Declaration

    -

    Thrown to indicate that an ad has begun.

    +

    Thrown to indicate that an ad break has begun.

    • ad : the AdBreak
    • @@ -1168,7 +1168,7 @@

      Declaration

      -

      Thrown to indicate that an ad has begun.

      +

      Thrown to indicate that an ad break has ended.

      • ad : the AdBreak
      • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/CSAI.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/CSAI.html index a8654ac5315a..d6577def507f 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/CSAI.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/CSAI.html @@ -993,16 +993,17 @@

        CSAI

        -

        Client Side ad Insertion

        +

        Client Side Ad Insertion

        -

        THEOplayer exposes THEOAdDescription, GoogleImaAdDescription and SpotXAdDescription that could be used to achieve Client side ad insertion. -If you need to use Server Side Ad Insertion (SSAI), please consider checking its documentations here.

        +

        THEOplayer exposes GoogleImaAdDescription that could be used to achieve client side ad insertion. +Using Google IMA requires the THEOplayer GoogleIMA Integration to be added to your project. For more information please refer here +If you need to use Server Side Ad Insertion (SSAI), please consider checking its own documentation here.


        -

        GoogleInteractiveMediaAds.framework

        +

        GoogleInteractiveMediaAds.xcframework

        -

        The following is the supportMatrix for the GoogleInteractiveMediaAds SDK versions that THEOplayer is linked against. -Although using a different version might work, we advise to use the exact same version that THEOplayer is using to avoid any compatibility issues.

        +

        The following is the support matrix for the GoogleInteractiveMediaAds SDK versions that THEOplayer is linked against. +Although using a different version might work, we advise using the same version that THEOplayer is using to avoid any compatibility issues.

        @@ -1011,11 +1012,7 @@

        GoogleInteractiveMe

        - - - - - +
        2.84.0+iOS 3.14.1 - tvOS 4.4.1
        11.x+11.X iOS 3.31.0 - tvOS 4.16.0
        diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/ChromeCast API.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/ChromeCast API.html index f969288b5383..e5f412341aa9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/ChromeCast API.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/ChromeCast API.html @@ -993,10 +993,10 @@

        ChromeCast API

        -

        GoogleCast.framework

        +

        GoogleCast.xcframework

        -

        The following is the supportMatrix for the GoogleCast SDK versions that THEOplayer is linked against. -Although using a different version might work, we advise to use the exact same version that THEOplayer is using to avoid any compatibility issues.

        +

        The following is the support matrix for the GoogleCast SDK versions that THEOplayer is linked against. +Although using a different version might work, we advise using the same version that THEOplayer is using to avoid any compatibility issues.

        @@ -1005,12 +1005,8 @@

        GoogleCast.framework

        - - - - - - + +
        2.84.0+4.4.4
        2.85.0+4.6.011.X4.8.0
        diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/ErrorEvent.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/ErrorEvent.html index cbb3fddcd8a7..2003ecaa5f91 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/ErrorEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/ErrorEvent.html @@ -1058,7 +1058,7 @@

        Declaration

        -

        A more descriptive THEOErrorcontaining information about the error.

        +

        A more descriptive THEOError containing information about the error.

        diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/GoogleDAIVodConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/GoogleDAIVodConfiguration.html index b47c97ea0a89..12c9df84cde8 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/GoogleDAIVodConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/GoogleDAIVodConfiguration.html @@ -1002,7 +1002,7 @@

        GoogleDAIVodConfiguration

        -

        Represents a configuration for server-side ad insertion with the Google DAI pre-integration for vod streams.

        +

        Represents a configuration for server-side ad insertion with the Google DAI pre-integration for VOD streams.

        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 03000ab85746..ca05f0f62b39 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 @@ -1024,7 +1024,7 @@

        THEOplayer

        -

        The delegate defining behavior for background playback

        +

        The delegate defining behavior for background playback.

        @@ -1109,10 +1109,10 @@

        Parameters

        -

        THEOplayer’s Version.

        +

        The version of THEOplayer.

        Remark

        - Example: "2.77.0" + Example: "11.5.0"
        @@ -1812,10 +1812,15 @@

        Declaration

        -

        Whether to allow the player to playback externally (Airplay). - - Remark: - - Default is set to true - - This is not supported for THEOlive sources.

        +

        Whether to allow the player to playback externally (AirPlay).

        +
        +

        Remark

        +
          +
        • Default is set to true.
        • +
        • This is not supported for THEOlive sources.
        • +
        + +
        @@ -2114,7 +2119,7 @@

        Declaration

        -

        Returns the unique ID of the player

        +

        Returns the unique ID of the player.

        @@ -2317,13 +2322,16 @@

        Declaration

        After invoking this method, the player stops playback completely and unloads all loaded resources.

        -
        - Remark:
        -   - If the operation completes, the success flag is true and the error is nil.
        -   - If the operation fails, the success flag is false and the error indicates the problem.
        +
        +

        Remark

        +

        Remark:

        -- Parameters: - - completionHandler: An optional closure to invoke when operation completes or fails, defaults to nil. The closure takes two optional arguments: A success flag and an error. -
        +
          +
        • If the operation completes, the success flag is true and the error is nil.
        • +
        • If the operation fails, the success flag is false and the error indicates the problem.
        • +
        + +
        @@ -2334,6 +2342,25 @@

        Declaration

        +
        +

        Parameters

        + + + + + + + +
        + + completionHandler + + +
        +

        An optional closure to invoke when operation completes or fails, defaults to nil. The closure takes two optional arguments: A success flag and an error.

        +
        +
        +
        @@ -3033,7 +3060,7 @@

        Declaration

        -

        Returns all registered Integrations on the THEOplayer instance

        +

        Returns all registered Integrations on the THEOplayer instance.

        @@ -3087,12 +3114,7 @@

        Declaration

        -

        API to configure TextTrack styles (for subtitles)

        -
        -

        Remark

        - Only available on the native pipeline. - -
        +

        API to configure TextTrack styles (for subtitles).

        Sample usage

        var tts = self.theoplayer?.textTrackStyle
        @@ -3160,7 +3182,7 @@ 

        Declaration

        -

        The Fullscreen api of theoplayer.

        +

        The Fullscreen API of THEOplayer.

        diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayerConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayerConfiguration.html index 7cb0b8edcdac..c3298d75babc 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayerConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayerConfiguration.html @@ -1078,7 +1078,7 @@

        Declaration

        -

        The url to fetch the license for the player.

        +

        The URL to fetch the license for the player.

        @@ -1235,33 +1235,6 @@

        Declaration

        -
      • -
        - - - - encode(to:) - -
        -
        -
        -
        -
        -
        -

        :nodoc

        - -
        -
        -

        Declaration

        -
        -

        Swift

        -
        public func encode(to encoder: Encoder) throws
        - -
        -
        -
        -
        -
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayerConfigurationBuilder.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayerConfigurationBuilder.html index 7583c7d0aede..beac1bcec4d4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayerConfigurationBuilder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/THEOplayerConfigurationBuilder.html @@ -1105,7 +1105,7 @@

    Declaration

    -

    The url to fetch the license for the player.

    +

    The URL to fetch the license for the player.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/TextTrackStyleEdgeStyle.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/TextTrackStyleEdgeStyle.html index 5bb32077be85..812848ff48d3 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/TextTrackStyleEdgeStyle.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Classes/TextTrackStyleEdgeStyle.html @@ -1002,7 +1002,7 @@

    TextTrackStyleEdgeStyle

    -

    The TextTrackStyleEdgeStyle API can be used to change the edge style of the renderred TextTracks.

    +

    The TextTrackStyleEdgeStyle API can be used to change the edge style of the rendered TextTracks.

  • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Other Classes.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Other Classes.html index 15587cb5d385..fbae0726887e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Other Classes.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Other Classes.html @@ -1277,7 +1277,7 @@

    Declaration

    -

    Thrown to indicate that an adbreak has been added.

    +

    Thrown to indicate that an ad break has been added.

    • ad : the AdBreak
    • @@ -1308,7 +1308,7 @@

      Declaration

      -

      Thrown to indicate that an adbreak has been updated.

      +

      Thrown to indicate that an ad break has been updated.

      • ad : the AdBreak
      • @@ -1339,7 +1339,7 @@

        Declaration

        -

        Thrown to indicate that an adbreak has been removed.

        +

        Thrown to indicate that an ad break has been removed.

        • ad : the AdBreak
        • @@ -1370,7 +1370,7 @@

          Declaration

          -

          Thrown to indicate that an adbreak has changed.

          +

          Thrown to indicate that an ad break has changed.

          • ad : the AdBreak
          • diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/ABRConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/ABRConfiguration.html index 6fe49685107b..929cf310c993 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/ABRConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/ABRConfiguration.html @@ -1025,8 +1025,11 @@

            ABRConfiguration

            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.

            -
            - Remark: For Millicast streams, this only applies once during connection establishment - make sure to set it before you start playback.
            -
            +
            +

            Remark

            + For Millicast streams, this only applies once during connection establishment - make sure to set it before you start playback. + +
            @@ -1081,8 +1084,11 @@

            Declaration

            The desired limit, in bits per second, of network bandwidth consumption. Defaults to 0, which indicates there is no limit.

            -
            - Remark: For Millicast streams, this only applies once during connection establishment - make sure to set it before you start playback.
            -
            +
            +

            Remark

            + For Millicast streams, this only applies once during connection establishment - make sure to set it before you start playback. + +
            diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Ad.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Ad.html index 58971bab4311..50bf83da258a 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Ad.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Ad.html @@ -1169,7 +1169,7 @@

            Declaration

            -

            The URI of the the ad content.

            +

            The URI of the ad content.

            Remark

              @@ -1404,6 +1404,45 @@

              Declaration

            +
          • +
            + + + + customData + + + Default implementation + +
            +
            +
            +
            +
            +
            +

            Additional integration-specific data associated with this ad.

            +
            +

            Remark

            + The value depends on the ad integration. It may be nil if the integration does not provide any custom data. + +
            + +
            +

            DefaultΒ Implementation

            +
            + +
            +
            +

            Declaration

            +
            +

            Swift

            +
            var customData: [String : Any]? { get }
            + +
            +
            +
            +
            +
        diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/AdBreak.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/AdBreak.html index 97a44ec8c6c1..b3bfdd4fe1fe 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/AdBreak.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/AdBreak.html @@ -1244,6 +1244,45 @@

        Declaration

      +
    • +
      + + + + customData + + + Default implementation + +
      +
      +
      +
      +
      +
      +

      Additional integration-specific data associated with this ad break.

      +
      +

      Remark

      + The value depends on the ad integration. It may be nil if the integration does not provide any custom data. + +
      + +
      +

      DefaultΒ Implementation

      +
      + +
      +
      +

      Declaration

      +
      +

      Swift

      +
      var customData: [String : Any]? { get }
      + +
      +
      +
      +
      +
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Ads.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Ads.html index f471d1bc330a..afbd1b055c92 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Ads.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Ads.html @@ -1360,7 +1360,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/AudioTrackList.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/AudioTrackList.html index 4783ad54fa58..3d80f8e463e0 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/AudioTrackList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/AudioTrackList.html @@ -1126,7 +1126,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Chromecast.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Chromecast.html index 2738f62517f8..356131e83282 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Chromecast.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/Chromecast.html @@ -1383,7 +1383,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/ContentProtectionIntegration.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/ContentProtectionIntegration.html index 9d01905cceaa..93f411b650e1 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/ContentProtectionIntegration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/ContentProtectionIntegration.html @@ -1244,7 +1244,7 @@

    Parameters

    -

    Handler which will be called when an HTTP request for a license returns an response.

    +

    Handler which will be called when an HTTP request for a license returns a response.

    Remark

    Remark:

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/EventDispatcherProtocol.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/EventDispatcherProtocol.html index cf57b118aa44..c35e76c2ee69 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/EventDispatcherProtocol.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/EventDispatcherProtocol.html @@ -1134,7 +1134,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/EventProtocol.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/EventProtocol.html index 2f1c4b16f4de..6467eceaa1e5 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/EventProtocol.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/EventProtocol.html @@ -1051,7 +1051,7 @@

    Declaration

    -

    The Date at which the event occured.

    +

    The Date at which the event occurred.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/PictureInPicture.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/PictureInPicture.html index 32b8f572a797..ea7a3946b611 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/PictureInPicture.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/PictureInPicture.html @@ -1079,7 +1079,7 @@

    Parameters

    -

    Indicates wheter or not the PiP view is movable.

    +

    Indicates if the PiP view is movable.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrack.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrack.html index 7da185edc2bb..9754005a063e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrack.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrack.html @@ -1341,7 +1341,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackCue.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackCue.html index b72d55107d10..96bf55c3e4a9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackCue.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackCue.html @@ -1356,7 +1356,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackList.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackList.html index bfed4f8a03d7..f2f727af469d 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackList.html @@ -1253,7 +1253,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackStyle.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackStyle.html index bb5a74ab505a..3a977bab92e4 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackStyle.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/TextTrackStyle.html @@ -1002,7 +1002,7 @@

    TextTrackStyle

    -

    The TextTrackStyle API can be used to change the style of the renderred TextTracks.

    +

    The TextTrackStyle API can be used to change the style of the rendered TextTracks.

    @@ -1137,7 +1137,7 @@

    Declaration

    -

    The edge style of the text, represented by a value from TextTrackStyleEdgeStyle

    +

    The edge style of the text, represented by a value from TextTrackStyleEdgeStyle.

    @@ -1169,7 +1169,7 @@

    Declaration

    Remark

    The line position is orthogonal (or perpendicular) to the writing direction This attribute expresses the line position as a percentage of the dimensions of the video frame in the relevant direction. For example, 0 percent is the top of the video frame and 100 percent is the bottom of the video frame for horizontal writing layout. -If you use this attribute, apply it to the entire text, wthout any selector. +If you use this attribute, apply it to the entire text, without any selector.
    @@ -1202,7 +1202,7 @@

    Declaration

    Remark

    This attribute expresses the position of the center of the text in the writing direction as a percentage of the video dimensions in the writing direction. For example, 0 percent is the left of the video frame and 100 percent is the right of the video frame for horizontal writing layout. -If you use this attribute, apply it to the entire text, wthout any selector. +If you use this attribute, apply it to the entire text, without any selector.
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/VideoTrackList.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/VideoTrackList.html index a7c68c2faa4e..22720430476e 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/VideoTrackList.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Protocols/VideoTrackList.html @@ -1126,7 +1126,7 @@

    Parameters

    -

    EventListener object that has been return on addEventListener.

    +

    EventListener object that has been returned on addEventListener.

    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/SSAI.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/SSAI.html index 936aa8fd8674..ecac4b7789ef 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/SSAI.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/SSAI.html @@ -993,26 +993,28 @@

    SSAI

    -

    Server Side ad Insertion

    +

    Server Side Ad Insertion

    -

    THEOplayer Supports Yospace and Google DAI server side ad insertion. -If you need to use Client Side Ad Insertion (CSAI), please consider checking its documentations here.

    +

    THEOplayer supports Google DAI, Yospace and Uplynk server side ad insertion. +Google DAI requires the THEOplayer Google IMA Integration to be added to your project. For more information please refer here +Yospace and Uplynk are supported through the iOS-Connector. +If you need to use Client Side Ad Insertion (CSAI), please consider checking its own documentation here.


    -

    GoogleInteractiveMediaAds.framework

    +

    GoogleInteractiveMediaAds.xcframework

    -

    The following is the supportMatrix for the GoogleInteractiveMediaAds SDK versions that THEOplayer is linked against. -Although using a different version might work, we advise to use the exact same version that THEOplayer is using to avoid any compatibility issues.

    +

    The following is the support matrix for the GoogleInteractiveMediaAds SDK versions that THEOplayer is linked against. +Although using a different version might work, we advise using the same version that THEOplayer is using to avoid any compatibility issues.

    - + - - + +
    PlayerVersionGoogleInteractiveMediaAds verionsGoogleInteractiveMediaAds versions
    2.84.0+iOS 3.14.1 - tvOS 4.4.111.XiOS 3.31.0 - tvOS 4.16.0
    @@ -1182,7 +1184,7 @@

    Declaration

    -

    Represents a configuration for server-side ad insertion with the Google DAI pre-integration for vod streams.

    +

    Represents a configuration for server-side ad insertion with the Google DAI pre-integration for VOD streams.

    See more
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Text Track Cue API.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Text Track Cue API.html index c3767df91b88..11431f4532b9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Text Track Cue API.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Text Track Cue API.html @@ -1096,8 +1096,10 @@

    Declaration

    -

    The CustomAttribute object of the date range cue. - - Remark: The attribute type does not include the ‘X-’ prefix present in the manifest.

    +

    The CustomAttribute object of the date range cue.

    +
    - Remark:
    +    - The attribute type does not include the 'X-' prefix present in the manifest.
    +
    diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Text Track Styling API.html b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Text Track Styling API.html index e4d8e2ea74e8..aa1e480bf408 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Text Track Styling API.html +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/docsets/THEOplayerSDK.docset/Contents/Resources/Documents/Text Track Styling API.html @@ -1014,7 +1014,7 @@

    Text Track Styling API

    -

    The TextTrackStyle API can be used to change the style of the renderred TextTracks.

    +

    The TextTrackStyle API can be used to change the style of the rendered TextTracks.

    See more
    @@ -1258,7 +1258,7 @@

    Parameters

    -

    The TextTrackStyleEdgeStyle API can be used to change the edge style of the renderred TextTracks.

    +

    The TextTrackStyleEdgeStyle API can be used to change the edge style of the rendered TextTracks.

    See more
    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 05d90592ae4c..bdeea138b3ad 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/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 adbreak has been added.

    "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdBreakEvent":{"name":"UpdateAdBreakEvent","abstract":"

    Thrown to indicate that an adbreak has been updated.

    "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)RemoveAdBreakEvent":{"name":"RemoveAdBreakEvent","abstract":"

    Thrown to indicate that an adbreak has been removed.

    "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakChangeEvent":{"name":"AdBreakChangeEvent","abstract":"

    Thrown to indicate that an adbreak 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/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 occured.

    ","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 an 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: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: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 has begun.

    "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakEndEvent":{"name":"AdBreakEndEvent","abstract":"

    Thrown to indicate that an ad has begun.

    "},"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/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 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/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 renderred 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 renderred 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 THEOErrorcontaining 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":{"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/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","abstract":"

    :nodoc

    ","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":"

    THEOplayer’s Version.

    ","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/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/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: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: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":{"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 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 014c5d61b9b7..1074a579943c 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 05d90592ae4c..bdeea138b3ad 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/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 adbreak has been added.

    "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)UpdateAdBreakEvent":{"name":"UpdateAdBreakEvent","abstract":"

    Thrown to indicate that an adbreak has been updated.

    "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)RemoveAdBreakEvent":{"name":"RemoveAdBreakEvent","abstract":"

    Thrown to indicate that an adbreak has been removed.

    "},"Other%20Classes.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakChangeEvent":{"name":"AdBreakChangeEvent","abstract":"

    Thrown to indicate that an adbreak 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/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 occured.

    ","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 an 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: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: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 has begun.

    "},"Ads%20Events.html#/c:@M@THEOplayerSDK@objc(cs)AdBreakEndEvent":{"name":"AdBreakEndEvent","abstract":"

    Thrown to indicate that an ad has begun.

    "},"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/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 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/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 renderred 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 renderred 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 THEOErrorcontaining 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":{"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/THEOplayerConfiguration.html#/s:13THEOplayerSDK0A13ConfigurationC6encode2toys7Encoder_p_tKF":{"name":"encode(to:)","abstract":"

    :nodoc

    ","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":"

    THEOplayer’s Version.

    ","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/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/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: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: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":{"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 diff --git a/theoplayer/static/theoplayer/v11/api-reference/ios/undocumented.json b/theoplayer/static/theoplayer/v11/api-reference/ios/undocumented.json index 470b91a7f98f..b9ddb872bb00 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/ios/undocumented.json +++ b/theoplayer/static/theoplayer/v11/api-reference/ios/undocumented.json @@ -2,21 +2,21 @@ "warnings": [ { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Core/API/Ads/ServerSideAdIntegration.swift", - "line": 26, - "symbol": "AdInit.init(type:timeOffset:companions:id:skipOffset:resourceURI:width:height:duration:clickThrough:)", + "line": 27, + "symbol": "AdInit.init(type:timeOffset:companions:id:skipOffset:resourceURI:width:height:duration:clickThrough:customData:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Core/API/Ads/ServerSideAdIntegration.swift", - "line": 49, - "symbol": "AdBreakInit.init(timeOffset:maxDuration:id:)", + "line": 52, + "symbol": "AdBreakInit.init(timeOffset:maxDuration:id:customData:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Core/API/Ads/ServerSideAdIntegration.swift", - "line": 57, + "line": 61, "symbol": "AdBreakInit.init(with:maxDuration:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" @@ -513,14 +513,14 @@ }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Core/Models/Player/TrackList/Track/Cue/CustomAttribute.swift", - "line": 68, + "line": 70, "symbol": "DateRangeCustomAttributesError", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Core/Models/Player/TrackList/Track/Cue/CustomAttribute.swift", - "line": 103, + "line": 105, "symbol": "CustomAttributes.getBase64EncodedStringToData(for:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" @@ -828,7 +828,7 @@ }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Integrations/IntegrationsContentPlayer.swift", - "line": 141, + "line": 143, "symbol": "IntegrationsContentPlayer", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" @@ -1080,14 +1080,14 @@ }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Presentation Mode/PictureInPicture/NativePictureInPictureControllerNative.swift", - "line": 144, + "line": 152, "symbol": "NativePictureInPictureControllerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/distiller/project/ios/THEOplayer_SDK/Native/Models/Presentation Mode/PictureInPicture/NativePictureInPictureControllerNative.swift", - "line": 199, + "line": 207, "symbol": "NativePictureInPictureControllerNative", "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 68bcd2f699a5..cd57b31196e7 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 = "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" \ No newline at end of file +window.hierarchyData = "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" \ 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 20c69ba96586..f47b223c2ec2 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 = "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"; \ No newline at end of file +window.searchData = "eJy8vVt35DiS5/ldkq8921PVXdN9+k0hKaq0KYWiJEXm9O5DHMoJudBBJz1BUgrVnP3ue0i/4WJmMAPg/aQ44TD8f7gQVwPwf34x/fvwy3/8v//nlx+6a375j3//p1+6eqN++Y9fro3pzWU9qnVvPn75p18m0/7yH7+obtoM/+z89n+9jpv2l3/6ZdXWw6CGX/7jl1/+v386xPen/3WM8OIqGku1hLEi+qdftrVR3RjwgAqXF5d/u46LHIKl69x/+Xzz128PF083918Yel7wHN2n6y9P378+3D9dX7LFQ5tkgs/fbm8fLx+urxnKTthkxduby+svj4xSPQVM1rq7+HLz+frxKS5mhUxXu766uWBI7YMl63y5fvr9/uHXuNIpYLLW4/23h0tGYR3DpSt9+/R083TL0TqFTFZ7+tv1/e3Nbww1K2Sy2m8PcZ0ljEzBb9v7RoE6faP4bfr3T7f3l79eP3y/up7bl2u4kT9EWcEGVDpmSkz7+uHhHs4rW/AQKkll6Sy+h60oRztqm0G0+4L4FF74NGW7I2NJgwap2n4uXl4/PN18vrm8eOLlAy+Gc9DdfPnt4vYm8mmw4yhG6JROMiMSy3ko724eH2++/DWT8hRLKcq0+le6zt18uXm6ubi9+X/yihSNphzn0/XDl4vbxGwLzEtx/Xr9n9+v//fXm4dYNxa1LUmUWudd21JE+3F2YtH51qWpUqt8aF+K7Mv90/fHb1+/3j9EB0cM61JU99+evn57+v5w/fj0cBMftjFjSKI7zRM5dQoInaQqqMZF6uwxEk7zEgbO0txX6u9X93cXN/DMPZAObIoQfL6+ePr2AE+jUISTUREGYo6KIrDmqyjBYbXg++X9wyOnxsEGedq397wJE2yQp/314oH3qSEWaerzwsn3i0+MhtcPmqP329fbi/+8fmClFrbIUL+6vry/4uU0FD5DmV29wtAZqoLOFTZI0t4vlHGS6wfN0nu6ubu+/wYvTwaKp8BJml9vLudG9/vNl++HfzKSS1glUexXLVijuiBsjqKgYiEWaer7tUp2TwEb5GlzP2XYIE+b3VMgFknq85rt93nR9vvFl4vb/3y6uWTlPWWWyXH5t4svX65vl0r1+f7bl0gVpA0zWa6/XH2///z96vrunkvhmmTqf/vy65f731mTA9woieG3h+9fby+ePt8/3H3/9oXZHOBGyQwP14/XX57Yq66YiUD/z6e9gstX029Uq4bha1t/KHPU3kf3z34Acu/gL3/68zHmVd8No5lWY8+MtHIt4PQEvFay/uef//WoXj9zVXchM9Wagau2hMxUmxrdc/X2YQsoPpl69YOdTsciV33st239wZY+Bs/TfZ5eXpRRDVPXCp6nu6q7t5qb0cfAuZrDyFZcgmbqtXrL1dsFzdSbzGzx1fRrU2+u6lE96Y3iEmDGRZjkIEXUm8nUo+47prQVPE9XtWozW/BkT6EzVbuG/SEfwmYqzj0vV3EftoDi/fN/qRU7dx2LPPVXNXC/6H3QPL22HlW34nYKp9CZqn3PTeU+aJ7eRo1Gr7idwSl0pqpuWy3oEuzwmcrTyP5OD2HzFDs1vvfmB1PzFDpPdVtPAzuhx8CZmm398VyvfjzUI7fD8Uzy9flpPgTO1OyHkTurqY6BMzWNavuandBj6GzVQXWjpE/3TPL0jaqbj8eRX7ccg1ztuX3n5vgpdJ7qoNSP+rnlptcKnq+ru7VAdhc6U7WfzIqd1kPgTE2z4gouIfPURvVzFE1yHYNC2o/jB7tGBUaZDK+q569knELnq97qN3aaT8HzdCfNbS92ITPVtu1Hxx1kHAPnab4pM/A7g1PoTFXdqP5vSq9fuaNH16KAuugjdi0KqP+um/FVIn4wyNUe9LNu9cidEjkGmdp9O7EXMY6BMzW5o7q3pBHdn//nv55WyeumuX5T3Xirh1F17PEkYJbN8XRo8/kMtkmefqOG0fTcCnYKnae6TH8kU6V8Rf5qc+pKs6tn1Gzzux5fvw3KXKxkg3jQNo/IqE3/plIqPWyZRzOo8VE0/LTCZyqP7PWefVB5q2Ztx91N7ah/0+od2Y3zfi+yGQfFydqL82Gl2zegcHT3hqmKbt6AqtG9G6YqtaQP5zNjRZ+pjS7og8LR9XymKrywDkrS6+pcPWKRG1ZlrHEztdv6o5+YssewWYqbWncX81bqHJQn7Jtk6/82j1Fl+rZJnj64HAzrkqvBTD1kWRYUjKzKchWpRVlYl7MmK1Bnp5dekWUqEsuEoCpjlZCpjC7XgbrR1TqBKrRYh4pSa3VMzUnz5JZwWUrYEgMoF1th4Gpq9R5O7mHFfdA8PXhyCwvSc1tcUTbdhEdO3NkmkwKb7MHDichcj6mpfurx89S2w8ooxaxWgU0WAbhzA/fw1K4NUw2e2uLdTbYeexyeOAZPmNbC8qJZLZOHM6lFOiH+nJbN8sekBnFlh8yyOMAJLtw5UfNboi21prfIrLbgZFY6h41MXQEvUqfJ9XxHx6H5H3r4H7p7VUbvhqNcJWDfxW3ch1JKoPeoOwX3fUYz1ZD1+EATWIXPUUaWHaKrDema6KJDdK0hXRPxFnU+hNBHNEcPcAty1Tw/oAwtyEvU0fJ9QzO0+m40fRvJyVOglPaE6YUKLBBRvqcZaSaWqzirVOnK6GJVdI0qXRPzPHUGk4C/aYYiuDhGr4llqIEep8FaWEk1ZCGOs/6Wrgx6mtqSgX9puhbmZeou9YW+pRmKkIepO+/oS6UO8y511tUAn9IMRdSz1NEE/UkzVMFlRHr1MF0N8yi19SA/0nRFZNkyslqZoUctWrLWKvO0Y2kNVyoz9GAPUkcv9BvN0EO8R73ZcbD6kKWIe456srC/aBntO/vKwpj+PnDKKIxYgmasPKenFfNSdUVp39TEJe7oynZ6qrAF7ti6doZiv9J1SwsegiTlIuxq4MYfeBdkpAfwcnXEPN/WdCXCw9UWRPxaC+jC3q2gdujTmqGPeLY6woA/a54i6NXqSwa+rOmawLYPc7cnFi/dZvn+sRkpgL1kHbHQNzZHr1M/6aHoMUhKzmHbY7FdsfQUUd637s4Y7HObqcxoXDB/20xl2Os2EA59bXN0UY9bVxf0s83QhTckI/uQGXr06PctY+Qr2/Z0F8SJ3c4sBtzD1tOH/WrTtbENV2dJDNhnTVeEtx/pXccMtdhqfN5KfMLWo2zHMZ2Gs/Eo2W9MJ8E9ad3xOuQ/m6EKbTKSe4syrb9Y98Z/erjsuxe99heYdTcq81Kv1PDPfhhy5xHY4Lnt+x/zqsbvumv6d7ZChVjDI4sgIegeiarNpyXm319V96jGUXfrp9qs1fj3qXa6pyghL7I84E39c6dwq7q11WdH4ULDPJBhNPMzCoLssSzypMclR3ep4ct7VmIE7zu5U2Pd1GONABx+FnwdeskfTnzVKSyajCMfmoLHfXlwvngwLD9tGzqz8NgryxJNKpwQrPJ8bLE8JjD2VskITtY3oH7Dz866+WRU/YOIpjoFQZgbPPLHj2FUGzr2Yxhp9KtWr348vZp+WsOtV3PcnLbDiWX6zbbudN8NpIgdSixhVD3qN3VDlWflhBJLTMPYz/vW8JdzkLBDSSWCvWRAIHrcAY/+1Z1NA5G/0mdX8ag1me/EsWMiym5U63h+uMHEIsNjizX0B4FjEGnkwPI8ED/DL5yS2C3gfnu4oTXsYFKR4Yfe3r+8DIqsO04oqQTaEzScNh+Ndur0vCpVtxfNTUO2PkFIqdS7s2wDKLyTh6OdiN0eiuhflp8kfRWSB6d4yHsdDyyJLaSlwmomSTGsxbFEyGaHjjzW9tgqrAaIlNvUP6/Ipt+Sc8Omyj2o+XST7tYSXcgoCWDUG0U1KJasE5QrBnw/yxIEobb8XmjU50XIGP9ZiNjQAO1FfLVGss/LkcbbZl86aKUTpIGyu+k0VXTzz/ySYzVSxygFDdVCmdJYncTiDRYlwmtFTmqCloSSZX3MJ1X+B+2JghVjVGYY9WjvokPip2ClOssgTk7H6fCisk/1+mtt6o2aAwsRfFvRp8jBm9f7GtNvvxktQnPtsnOJnikhDGIvXAFQ5Av3UQQbzQII71g3ByRyulsgPoy1cR2wOfq2VfH8iPRcIU1kmkEJe83TsrSpuzU17nDCSBomdnwVcbAvgJSPPABB6eiDhUCUI4AgHYVgCG6JNpf16nXZQhiowWQQjF+ueEbDkUrzOkwBuqY/ICNbBGRvgNUzvjBazpiwrKgpELe0r9SwMnqLdzFWAH4JR6eVfqzMyaVNiy4Ubdt6pS77bkTrbqAeGGUA7BagkPFMoHwKnSEZG5kGqqyxKSzsNRaLNwXVTJwCFGkgvOjETYPFi2Wm40hCq4/kHW08ObwpCNSEjQAo7pXffACYKr7j70VKz41NXHgnWHlmetLSvIxKv9nX7ZDSb9QtO4iUW2pEgRUaYnFHVokDqvQ6kFj86SVPlwS+YiNbrKH3P0+LCuAeKJ0Aakkjvi9qLRBhe6MZ8pH9Uksc3jPNkI7so1rS8F5qhnRkYU64JkdJ0asHJ6GEBQNKltp/PYkCe7DpktiyBLrmmCFFbaVaesB2arpobIv1pJtwCComHdl6tbXh7dd08diW7Ekb2ZZNl46NqoVLvaQU2nFZIvSSDRU9Z3f4JETsEKdnJrFrfFIOd45Fgm7XfPBFIwZLTpASA9wwQun4xqUWVxcAQDjewQDczEUq0SDZnlouqCB3/YdDN+gFxb6BISpGcldOMLFIUyM7BcOhJlA7Ami0s4u9fVoTivoURhz9sHpVzdSqZp+9dA5BoXMk2WpcId7xFEgs+XgKAWDUeo7NPCrzpsyjbtRNbGVsOPSktKU4L6gDDTBA+oEGAuNQpKxyT0nnPAygI/9BPE4ZiZjTWrnhWDJu0xp3jfbCCKaZbdu/q+ZOb9TTxxZbpARirwBLNGksl+glwsdonmIoj7xcZqGs+37dqpsNMh+DGGyTPHH/8oiodOz1Ma7w8Nq/X/ZTNzb9O7+aVb5ZHoR/zDsqH3vDiCv8tq1141xfEZW2TcTi3je+tKt3NdZSHX6WLCA9q7XGytGJrzqFRZNx5MPl5k9PpGkb5AqvXutujZUdqHy0yJVWHfaxgrq74Dmih21brqoVPkO2QdskX7ChGyOW1DPRBQB6z7F2Py7KL8bsEnRveYuIke8Ks+RetBnGP6bajBodZ/myvk2GvN7Ml/4M+NjF13YMMoTnXlFxC/UYOEOQPGAWSsZPlbFEdbPtNbaiEYqegmeIEoNqXzA2vGaIbequXisjKs/AKANgfNWmEX5Avk2y/G7eJWkRfYtk6Wk7L1Yx230rcLYgP62+hUTaHYLNEwhiafD4c/5eqhuVv59Kz6NPlOK1SE9WuA4ZFd7d2PdVmdV8vxs2FvMgACOsBKMA+CKoJypcAIWEvdH73a6tuV3aGqISAQFFbtl7c1nklWOIfiBAGsRVDEUQVjYBDF7qKIyw/GkYrxFxL+Zwa+HyG7+87TvlsIjIR5OPOPIPxlKIbDMFEk6GXD/+6c///qv62DkpxBeyiPD8jJsGdWlUo7rZURleSojpVEEcSPqpBCJ5sq43dTwnglDlnC3hqHkelyE8kcrdLS+8tAJhBU3jdjtfNpwkULnGRLqh5MSBfvMukEvh+i3y7JIUb7UEkiMd7YphdGq5pOkJa4piOK59GaxGvemVurmSA1mWJVHu6m56qVfjZJC+nwHlxVEUr28UfAqNw7U3Lgl0Dzf6DJp7oqlPREn+/sMISoKlfXGObRkcTm+F8mB9FjmiEwK2/fpWvaXUcMuyTF5Ny612q3m3JaV58s2ToYKefjcK5PX0QFhBTz9g7ldU1NXBjEgxlASs32rkqat2RoUAdudSYmd1aB4ojqJ4T3pElss4YAfrskhUqxclijZ7AiBOs4cCJTd7AsBBmbmt/1Ij51pJQNe4TI4No1H1Jq0EHdtkHKfZ0+arfRmqjbL7SeD6Vg8jtp9nxVWdwjGLfM+IZii2kGOLDjLP4UBS7oBlq6c7YdEgXO8nmyXLA4rGWQ6Dc4rCCJyZY5I9vIXjKgoudQUE7Q+mq9uPUa+GWK8FhCu39oFFzlv9gJKApHZ+DJG6u9X6XTD6ma0e68221d36Aft6/agryAxJoY2NQbzVunWeKKHFreDMesSCUKZeq0911+Ce5ABLYFUO6VnG8nwWiFXfqBU8/Q0IjmHLyatuLml43yvQPwUuB4Ac+wm0JYd/GLJt/YxMEAPlQ9By4h02RAu0O388lis9rHrD1D4ELSc+cQtb8roJIiwfxYSNT/JQhoHEHc8EVFmDGgTM7gd/6q7fXD3cxdcGwJCCvlENf/rzvwtjro5WzBTDyUFP06ra/FDwAICAsuzOgfVSa7PF5i4ElmV3DqzY0I0gYw3eUmEiV5LxsFLuJhMBzwWznPSUQtqGZwEz6kUZo5rjLqk4H+EozgH7x6TMR3qBh+bngBz7H0r8iRyMSnwc06Du9fblymwu1pivC4ESmp8jl971vFnRwaMTgs6yK4Tl9If/mIxidYdQwCK9IRqxuDME05LSF+JI8q5QAkX2hDiUvCOUQMX6QZyL1Q0mokQaRRZUSssowaX7QBwxoQsUYTF7QAIwpwOUoHL6PxwzufuTIOK9Hw4W6fwk8py+DwdJ7vokiGTPh7PJO74IlN3vfaoH9b/+9duowVWS069kD+c9tbdCTut5sVXHkHDxW2iIlOq4UseQEikvm3Af0tOvgoHAM7gQ4EVV7YLh1LQn6cr0w3BvNHL4zxdzg6eKNvUALrX6avtwqTKvsAupr/JKeImyRK7qUT1ghxgBNTt8qqxed71R15tn1TTq9BgmehTcx4jYJ2PRI6CAgjHsiYvOdzN1q/g7ZL46YpeMsVJvoN93oLsPmCyk34jbjAI1O3SyZP9+u8stlqQdOlXSqNHIyxS0SkUYVL1p1TA8vutx9fpIvFjoY6CWqSjzvVS7C0Q48k7oVMm4M74vy3S9Z0nvjm40d6rRNbtfrTDDDJAvy5WB8/b4M3KbLAARGAkAnFFFP3VNbT4u/wUUPv4q8FjhxFQtoRDmE1KE+d9IpX8TMHNiqpZQEeZ/izD/rW5fRuQ9AD8Mn/9VGmtlWdApOgLT6brpXnpKff6dnx7qLsogxvjrfw4kItnj/V0g2Ed6O1jOybbl4gXVPKr1RnUj3Ph5YQQD+83sx3v/cohh2YwTS1WxaJDU+0ljQv6mG1UA0o9GDGkX03w1PvhRLT/wC6RT43tvwLb9FFN1CgVD72gIj70JzDdL4RgoQWB+zyAW/yEML3rxxrmllLxjTkIs9/eqJ+SpB0veCZiQWuaevKWYsxkfoPhVnLpiyAkgOKI6+4biV++EsVauBZGpkfP61nsWmPL+Z35qnj9GeNrrx1YdQuL8BzZKakkn6MICCx7DJ8uu+IqrbDGqfw/kot07QxB2BwqkiLfmGCKtXqluQKu7o3QKmyy3JdfiA8UtvPguFT3exyCoooBRMsCgVn3XSD4Q3yJdGp0lhpr0vJAjRvbnrli8Vw/FkjpfRzarC44AbeuJ+SEdQianfdexsrSOQTPF5Hmd2/tHsNAzBlBdM/jMB5GCO+fYoMMLxu+st6Zfz7eESSKuLKNo2mJ3FTHGPiADdwSEYyBZfcvqmfah+PtsRnXwQzZIpNXBIJq0AzAjZUOs4s5B+JWnVd0a9tOHoqyOwcXf4kJepj0+4ZRokykwjbw7A8JoyeMzTAB5A3riKdSI+nh4xWS2cHZQwSJP02BvElJxVyc7xldopQHdRZkzNYnEMU2FQbKfdlQBA0rX12QRV0ejaEot9pTzRAQDfLAoGUP93Ord3OwKOXBGsATGaUBu+Xfzjgh6y5r9u2BzYPfSA/aKbxBp5RpgybJQUS8GLFN9RdEdahxp+gmhEAB5SEgqi107FgqKLmpDpIGqs3+zLFaD7GClK1IQt6Q+Ofxp1SrUT6ldHBBWJQtx+HWNAxGpcqF8Ss1DQLwK+FYjndX8C39Uvqq7lWqXfZDPc4N5WbcttrNsxV0Rdmguz8iYE56p3282yG2ftq4dMEXIqD8mNYzyBFOGKSCj+rmk48/g/Tu2shOSK+VUFmzWI5nqEB7ux4gqyJ/d5RzQb4u4vOIkAN1cwRZ4Nf1GrWK5UTnhWDIJ07ECc7AC854ykx1ihjOMUZ+pIJCgj4yWKHQShFe83KtkUCcsRH6IeV9R4n7m0nPGlIni/gOj1qP8mZlvgicrOiMbxqWrvlyiIsZVYTiBuwg6hEBilQ5pgERQS38ylvAWnVRxfCyDaQsHMySKU+7KjPplvqJUPahh22OLj2EwwZ5sD5/mwSKt9gbMxAIpwLyv1PwWBzx2w1hONsVx9sMaEc7JBqmFfHli4wpTBzawCuXFLubZ+zwBaG9WHGrmkNDswpfAcD7R17rrVHtl9ldTk98pEpb/sVLHKcnY4ROVTpKxhKQdIaBpOAcKpEDk2UQaBz6emANDnRCjWcBDYkIUuIIejzby6mgQXLD7s9t3+oZ8oRGJyjGPZUKYqvSTl1Ey6vylHA8opjvdzleSDyPuSw+HFMxX9/fTwm4feOSVbUgm208ENt7URq3G3tDVBERxTUvALH+EFHubEvLD9DxfePeszBN2+pYiCc1LQL2rZzOCR6UolqNVIoL7VZDz2OOv4mkcIzrxZaAWLCZ+vE6fXFzzOSArLHNjCOjLeL4q/SxeXMiolZpftceut/X1vPCpsoR3mScYcy6LS6GTVF9JdMErKCxfSPMYyOU0mfx/9fAhZF9yHy5VplU14lDm6RwCpgpxFwWDCksvDcogcN+xsDIJrqjlCMO31Ia6gotqYVmwYY8vg8JBBQOe7Ra+y5+KuTpYxQqUtSJphxb1AGF4/g5W3/3f0S8Vib862jKS7ycIxbmNf9E4zy3zK5cAPcY/OhzokfbhTASKfYwUT48/A8rFASvtdXzMsAQRLDXTN1RD8VYN4x0Fn5kaBF0iN46A4raFVJrIVHwlHwhXYCUfi1W4kg8lIn286bNwR55xcXQlH9WWreTTKEi5UztTQSh+mXMy2tmdYmdzpps2Io95aTMzPLJhdgx4t38COnInPmkgGGq0z9PmwoyYO3VUpXJjiJUNlDoKLT4Zo8GYkzMJVlZmnSOfljhzMsqOoCDYqt9s+yE2N0GxLPOCUI0eVl+mzXMylhNBQTC11UO0g0epTtblkbKyy4+jPB76phSfjn5YKglOz35eyJp9FOtoXBCoXy5Xq9sLbeKjLZQsjKUgolGtqgeFOpXH8dwYyqP9p6pTPwQ3hoJog6qH1DFCdTQuDpTVanhRFIUzWg05bYYbQ0m0vltndOOWeUmocb79JRXpYFwSaHoec0rvZF4QKocoxOHNKCR48xWMWR+kG0PJnIvOeHEm6u0+Lgw9CcMd2eGg/InXq9LrV+Y04hR1dTTjpnqXAuxbMshmKUGwsykijx9lowAiB9miCE6J7++Sv1Ir87FUjV/h++jBgPzSRu4hQSMlbyQBmRHht7qd4AqMax9s0uSh7D36lMT3TkgLwbrG3PE89M/TMHbYlQBxqSqMhtlK0wnHJswnJ75UYDeKc8I2enY2WM3XUd4sN3O+aKR3YWBjkZ0zAZT7LgNZ7MmbBPlDfSQT7m3pz1iGs3d0u1j9MelBzyG/Pdym8mGRnTM/t8oMy973iB9AZKCH0ZwTmuMIyIBOfYshDTp+yy+Hmbj5tzzy23wiML/TCKMpDO12sRremWm1ZC+ma9DjyYeIqlMgrEnR1J6LwU9AHyXsYCwRuZvRUSv9vB6BwHXNOVJkndfzQLxqQW7cWb9LTumhm2Z+fFXsEJkNiKWhH1RzWS+DzM8amWD7gQSp6bu5BUd7MCjiyjHCkuZzY71p3a0nbIIJy1smmeLoxBsWpifbhKhToptVE58C+IEEzdhcoa67Zttr5DJhOPIqMETSGfBjID9HZbq6fVTDoPsOcV1HWADbTJxpUEbEcDSQC/vlfchVVrmDgfnlj52wImMOzln5KYVTgKd45yDOSi8QtHRtxySoOk92OkgKc78EnJP8HgqiDsmIA+tTFaDQHyzKAXy2efnjVO1+My+rcV6qRIKWOvJDxM4584OkA0NBn82kOWQPZwqhqKczSSzx45lCMPK8JwUmfkBTCBY7/UmxsQ5/JuNEJvZMsJR5vQyZPq5KYcof05Si8Z7TpCEzHtQU4nLWcyjU5IUcGebeY+ErsnlBETqmRT4Y9I1PkoN+5VOIwHjnk4RJfelTiEme5Kb4xK99xsG88cOm7+aXLrEaf/hZcBfI8nomJ7rqGBStC0c6lH9bd7rvLrDv4fCzYJzTPLY9PsxxIqyswGgajoSoU+2I3ooR6B3DJsutWr36sb8Fj6XpGaQL75Zp/vZ0By/uBLpO+GRZYlffV4zt5MfFjNqdCP32cMNSdMMny+K79r5gZKcelHK/uK7+yZtvAAEFXyExxMcilg/wobQkDe9RpITBvQBq7hxWCmurUCjLDKsHAgh6foFCJMwuBFDRuQXKxZtZpKHEBpgcqKRBpgA3MqdAEVNmFBIs7nwCB8yaTQhQWXMJFDN9JiFAJIbuKFhs4C6QZw3bUZD0QbsAkR6yo2wJA3Yayut85xHRV9OPu9O3+KFaMKRgH26+RbM3WBuAxV1ZduzkQ0lCsbC3iEgm/1migkDY8SCKhzwUJJI31CVcBIJlVwKDuGeQgIi9lZWAgM+jYhiRWZUIZe8oIq8ZjmUJFGzzjWAgd95i4vHGCj+sjgcvcGY9Ernw6DqRMvHB6hhZ5IR1Isr983+pVVI5VK59MazQ8/BODQPmiRGDpGI7IzLmtyLHJZ1Z5KjSFtq7E1ncTDNgZG11AJTQYNNQCa22DZXadKfdPRHDkV1BwQIj2/ab6HQbDU+27o4jn/o5H3kaP+8XDvaRoqsftGJFxMYsPzvRCHLfObcA47dBR3GRmM6GKhhYxlilY00W7P5Zwsw8DWI5C2JeXobR5EEyv+PP9Xw5Km8GGJrxv+rnSbfiT9hWqQ4xyLPlkEZm7kgq2z6sYN8Mu0Ofijm8SJ9M+iEBCcdvSAro4E0OyEaNrz2vUjgcR7syGNzpk8MgmkDFAOIHNmgW/KiGECvyXQhauIKvS5BRiz+N9JclaI6EjyP9VQkaJfq2hBRFMK+IvjNRAIQ9p2C9MZEFxG87qPclpAjAZ/o4KmV0t2Ytv4SBiy2+IFEnLb0AaUK/FfQmFhrLRG5hkYJEpnIYRspEjoQiashtv1pGRbEHoqJWxesMppFVeaDkom7oZt4xP1jkEIdRsSqYAJZZ01DCnCpHYxJ1b7kIl1vlToGL1zQv6qwKZqUpr6h8qJwSAqHIgum3/HLZhz1DsdgxZ5bKIUG5heIg5ZVJiEQUybftnH5uoVihixeLH3dWwdjJ4rXD1MATRQTiYLXADDxmzQmQcuoOjOXUnqHWF03s7lo/EL+uxFytwJh5blYBOTrK27b1cmRqxD4KmCIwZJYBF2z4obf3Ly+DkkA5Rpk5s3MvhT8URP1okSk96o0Sp90xyi8M5zvYvd2+P10XGeMiYQUeNHYMYonKN0fKAkuStFknWWSNuhAJbTNJJFmLGUdy68kw9pt5NeBpvmEPu60hCMWvG+/q+W1E6h0Ya3W0wOpBgMxK2/0W70bBkBIPsu1hItApeCkEV6gCa1a6D8lBkJb/EoLsbUrIt/WzPCMORmUAiLstSIbYBRciDPyLxxHoqy5i8uEX8Lt6/u3p6WiC43gBRcel5xPoz7rVI7x6jcZf+bbcZg5KGYo3X+x2OSFDA4rNMjwDGLfdAOGIZqMcoDzPVmfLrZferBTRqIE4R6MzACEHU3EYfS6Q7lPdNYcLR5egV3rY1uPq9YlsgGDKaGxnSALdX4GcQXdVDCbSe4E0YedVECfWlyFEQFdWDGqDeY/hQBvfY6wYzHIWB79REUdyDM8Aht1wjBP59xsXQ6GHIiALYyTCFJ/EbeVUsLH0b+m7RO4kJkYCB6O0vJBfE0iiJF7XJ4Hc3QsozyjbrkBece8zjAGdKcessfZVPbx+beuP+YHA6IFhNLBgzukujcpVqjAGuMDwlKEndQdt1HJZ57Cq4XsTI2xAFIXg9Lrrjbp4q3Vb7yYdv+uu6d8TIImoCsF2SjXDMRMeX/UL9hZ3BBWNqBDooNYb1Y0Pqq3nKdNv43yLahoqEVUh2GlQj6retGoYviqj++bxXY8r8E6BCCseUzqq26iM6mFew0MaYvt3QdMxh2BFVx2CYsmx8Oh2iikn3JtgASyN+MU4Gv08jfB8FiAJrdLzoCG7Al/aCp0uqboGe8cqVDwFzhK8774gPmmg5DF4lih2qTMoGVztnFu54GFtqC0YzHJkt+286NNciepVaJSe8cNqVP/yl8sNM/l28FzRG2ZyrdC5kvcTs1bbwTNEZ7cV/tdrB88U5X9M8E3pufV6xBaoQ4BD0HLiyBw1lJZMTRFh8YQwpEieB3KQmPOukCpnuoWB2QOi5TafT/Uwzw3GutPThnNBE8NMtNsxX/GKPZXH1arceJAvl5FeDBO9VYpPKLtjKgd2Gl+fsHta+LxWLMXzk7oUi00oviIrB3gZwiqTXVG9iIrnLHWpFhtSfMVWDrDRqmvaj+yc9SIqnrMRdzU2J+bAdqb81dxbxFISkHDdVEZSyBvG2Pjy+8ZykHsz1i181JxPfIqkeK1mXo/GZ824LC0jGYyr09hJSL1ILQOfca8ZGz/1lrMM/Lf5CbXMZvEUx9lxqSva2LziC9tkwM5AXW9UN8QPWEHh8l330Vhl/p1gItAzs9jVuzhM5A5eiTy2u4uLi9xKJSjoBb04C31Tb0TcrXbDbsUW+7St3/nV7PAEDNIn+nFWTngsTRaobHExkCNuuefIdNgoNhDqyGEqLIWVzm1fN6oh2gUwaImmAY9Y2jrAqcGABFUzBHON4yXAAMKbDAJE2GrEgKjaQR+TxEOXryNZByWJZDFqSrzJAQH9GHgVJv0QZwwoq9pEj3HaBvcvL63uqAEHHLZsrQliTq8zToKK1BgATl5fOFic2hLCJNcVBMmpKZzF4jNc5M9eX3XSVmJlkr8MmSJNLt3x1+lSpGNrW8kX3pdfpUpckkqBotebBItLSeLMhZmkVZgUIM4Si3g9JQWEs1giXhlJASHXEfiLBkxpr+l96pv6g9kEg2ELNcV43OItLyxRaU01ASbfORKiRZpyAk2+9SJEizf1BB2zyU8FirYuPLSUtVsh9EaZ+VF0rPEhOC3LMvkX66UIloStECkcuxejMHP2FITAvF6OgE3ePRCCki8c04jxJ46lMOizMDQI/TKMFII3LiBwkndO5KDIi9BRPuoldylGZPhCgMj3PuJozvBm/3NsvyMMVmDlAYlUuOgApCDFoRmFiTqe8gHQlQVMXLaoQILYpX692Y6aWMa2fxffp4J5YwaRVq4BnLsOqrCChYqimsWRpo9whgDIyU2pLFaRQkFRDUKk3aozrJFjHfufxIfBYnGJz1ccGLF9sc2wvrmKqh6DYcVEi+A+/q6K0L0/IgtvvjmKAjfgiNiwelUbdXOFPKXqqLphk7KU9PV2xcRu3hFp1MPbkZU5d0ckEb9uR1Di0h2Re6vb+FddHUJxy0/sMO6oJfuKR0CYbuIOS46HOIBjt6jdynxsR6o7dkKU65DDaHldsgss7ZQBVVm3zJLXnZ5Pl9RcBCt8TqoP0WAXmFDSwTUlcnl0XADIykYGmLxbkynfiNOvBWtwk1B7oy4PaM3NcLuIy+Jll+HLAMp6ZbbtNVpiy2+C9evmEb46xImqOgRDS2iHhFWKBpzBuRK7QIkC/jX+DDnAJE28qfXFMKjxV3i53ZV1AycKRjx8PEWOS09M8lUNW1ZFOQVMFGqHu61aPw08NTd0siRXLEdmo9tWr+phZIl5odMkt0b3Brkqz5WzQqZK9W+6QYZlntQxZJoUcteRq+JfbyQUwEcDnkhkCEALvaO+vK7OO+2/C8hAHUbEExIIlr9iiEUq7oqDFOCz+GjvGMBYRnQOZ3g7ouLS0QEB4pb6qMynuvmixvfe/LjrG3yxGAtbovyJmKWVAEmQuCAoJGFpRJGcIiFfCyr5PFDWe0AZLy/LHlrOflc55Rnl9FeFsp4Rir4bhNeLQlWCqA0OaFLWELlCRR5kwOECUGQg4QYhM0W+kAVETi9oBSmz6DMXsiCW2IIWE8fPctXMsaEUu5/59a9V3Ro+luNHVx2DMj8hiza3nG2M9EXLOJAe1YYFsQ9YTFhS0WyOrFVTGMuvcI+jUfUG25JyQgjWMch7t4BYqzp+55aHm7ApBuiK98ZYENTuFQAh3sTiQcyhkI06COIYPCf7kV0XQE+y98KSpve3AIKEbS4WCL7bBUAIN71YANjeFyAv2gLDxNNafb8FyGr4o1iSJtgjy26FQTi7If6pR+7kEA5aYERKRCycsSCpkY5iKSDZaD8K5BbG1sw3e7Y8p3UieAm/9Vj0Utd1KnUJ3utRPLEDewIg5cMeBRS7sScARjzZo4wcZ/Y8LNqPWAKY4FCcgE66kkdx5d7kKYg8h/I4bIZPeQI2w608ipzqWZ6Ay3CljuKmelMn4FKezFFOsTMzD9Dp/P7RGNbdimDAIh0eGrG4qwPTktLJ4Ujy7k0CRXZsOJS8S5NAxToznIvVjSWiRFosFlRKiyXBpTstHDGhuxJhMTsqAjCni5KgcjonHDO5W5IgcjokHDG5K5Igkp0QzibvfiJQdsfzudZm7qf2D9tdmc2xLj2oYdt3A4jLMBN4yykz6he9qkf1zYAvgXHlqiAquLXjpBpb2dcr1Q3ZoE40vGLNgGZ8v2zy1K9Zhg/V0WP46CiJthAMl6ZG9w/98zSMnYJf8WBIVWE0sixDEh7/nFKB3Sj+m2C/PdwW4N3FQn/2MsTZdVB3y+OkN43qZiF4DZNDikV2zjx+VXUT+eop5JP5OSH3DeLF6o9JD3oOmVEfsMjOmYDtfD3psHvjK+PTC6M5J7SgY6Cgc/sEGfQ0qEujlq+nbpOZg1jOiTz7ehboSMJoCkM73a5R6vdXpdqL5koNK6O3aHcLhhS53yvzpgw2qMKjr1xTpNmHE4LBzI7p1Fs/JI5nXAwIvg0gikJcBiCDWE3q6+xyCVddAsM2LAMyP4+AHZGiSSzLEiiRFRmKhbMkI4Ppdrts8npiG5YA2Zr+RcPPUFIYJ7MSEEZt23qlLnGnFIolsGa2siLEQY/qcXfoRl5ovnGJPBv6yaxgzyES5Wh2jlwa9Ubdv7wMSlyIjmUhNLB7RHy47N8lXeG3TtNptTw39mEjpU+5zPCy9+Q1A2cqQ9bJuqlth5VRqrtfchiuc34gfiZ29ZteL43rN/CEPxx15ZkhyQvY4TT+VfWQ9F9VL/AircFiOcRR7X6HOWd9LFq4vzpFS3RKbrROgtv+uW4va9iL9vSrYF3w1fQbteLFWDmhEfgTIpkGju4xDN//WnXN4+5iLXa8lWNDpuoEjXnhdnqe6uh/gM0VLO/Y5MkvXn/i9HtWcgS7dPt+3aqrC7BNOP7Ir59DV2+fEZdDN7rKCook4chG9s5Ppu6Gl95s4BUoXxWw4cs7pbf31529Nj/3ZudYh/l8ehSEaSLMfnx20TzVa3rxwkNBDRNBhmNiPvfm8pROTtngpgIYqHZHV8fhkJIxCj/fodVwae6zVljqrUaOnpMsB6siCNSziiRF9CVFIchbrdv6Wbd6/MDO8JI8oX0JLNXVz6360ncrMZFrWgImMnmnYDiTdxnMfg5+2TfinHFNS8D0G91crFZqGGaX3YepheeEFBQcRQm4XbN5MW+g6PHjru/02Bv4sAUFiEeTCAm2xLf6TfFb4yD0eVpkWIZslak5M5HY9JYaYwxb68JoxA0mUbjYhSYJOKwOBeMBO5XC+SXpaDBOcWfDxuN2OAgZ1umUzUNuR4RAYp1RWUhuB4VAYp1UWUhpx4XAxjqvstApHRoCzunUsuHBjm7+bpvHZbZJglvhBJ3bMz3X9SOtdgbCNNtJoI+40vdr4Vj0XVvFIE0/DPdGr7UUzzEsD9bUA3ggHifaW5wBxYDH0QkSwz+WLgF5hd0XcJBXgaeCEOSqHtXDfAO3mMi2LI+m111v1PXmWTWNap7Uz/FpPro7WwozLxLTGdCZXXtImtOpM8DaelTd6oM/NwkIkRjOgLpSb+BNZwTb3uQMMPqN2C4jiGy7M2D177e78hBi2XblsYwaTU4dA+3LYw6q3rRqGB7f9bh6fRxNPaq1MCfROM6AC1/8R7CZ83wMw1BrIcnOIjK9Y0jP29A7vy8ZgGNXPkewI/UEEGvCy5CO+0TiEImekEK8u7qr16q5U42uE6YKFRbFWWC/1LOH9uwyGd3gg0AD8yKQ4NTrt77hN7F+4POsMIIq+QuMQUrT1xcRwsTlRTYYazkPYUtfzWPjSRbzEErxWh4Xbj953n0TkeURmC2MoRAad5URxspaZOQiciciMGLWbISLyF1hhBGzFhi5iNL1RRi1yPIiFzlldRHGLra4yEVfzjokoZ4s07/wsK+92dQXoJ+u9bOkP/1kVE2MLE7xVaewkqze8eInLpZzIEz9Y+ByAFv9eR4KzF8tD8I1oEqWFH7Wy+SMpXkKmyy3avXqx9Or6ac1sfppaXoGxTJ81W+2dYc524YYdvCCEDs/J3J04VDY4dMLwah6d+KSp2oHL5d28uBKCAGfVsmEaOiDXAGFGz65AKgXLEPNtMUeEuAVfWMgkH8NnxnIFIdvhQyEBTdCckQ5Qz5bPXmQR2MMjy23uT2FLSa/mZcKkGOFgb4VOLmm0w9rBpLIu5qZqTZq5/mLPHAIUNjhi2EMP/Q2tlpuUTjBi0GMeoQPowX6h5DJZT+a+uVFr37ojrVSYksjlmVRHkeju3U60NE+HYvb8YvuGWUIT51+U2ao24vmpuGVSWBSDOZdN/Dd8AHDIWQ5aVNvt8rwc8EzSC75YzzETVe4OHS5VRrA5XFsJ0JwzSQQ4ESSuWLrhxRML9u2f39Uav6AP/dmP+Ol9mtArYqIJ5IJrDk+ZzIGULHnZbybR+puPdWU3wNMYdmVwJj0das2CjliT4E4lkVQBnXRfDvEOh/aIbf6ECokkkRA+zv6mxq2F1uQaP8T/0vRw+ztFouqOgaD8Q9E2DC07vSLgs8TOjJWQK6Q+BJ4RzD59vcIyLpnZesxWFJqmXfLO4o5l8oDOGGtXKK+q7cEySEIv5au+5bOTifK6hiczNYjKe0lZNSqf1PmY1AKXKoDCWBbKY6fvbvNm2jviQSlT+p6UhGXVi9ItjcrFJ/IkdVnzvFhBWHS3Ve5aLTnKgyV4LTKxMH8VUEOkasqFwD2UoX1BQ6qTPn5DVu2/j4w/n2nO8PCegI/Fb486QKLcci9X5lAUsdXELCIzysXmF5yhPkSlh2ZOFwnV5Ary7+VC4i5tsJEIq9WLgLp0ApzyH1ZuTCkGysMI/dgZcLwnFdBqAy/VSYc32UVBMz0VuVCwo6qMJHAR5Urj8xZYX1/bloAgHZSBTES/FO5MMjKK4xB7bcyBeMOqaB0oi8qH4rnhoqxZXig8hHjzqcYXqLfKY7mzIra4RBzvF1EwvLnSY1q64/H6XnZlflqVNvX4DYqqVQhsSA1G0sghqiHeVKku0mPHxetXnfzSlcCJBZPMqZTbE9PX/+G3wBt/cyeH99c/cvFONarV9V81atxMuA3FIYSlD7iJoHEWTXUrZ4Abpp7BKrO8JLgQ8DuApi2xuszX3KjNwpzysGELZtc+e3uZymBa5YA4dXpT/WgFh8zBOL4u2B1GStLN65IKZ7AUPbLfoPuHVg/S9rf2KfgxMn9Bo6c0gxz1ej8iolQOz6BVHSbhyE4qp9gvxCI7QNKhKCKYFa6bqmq7IXiV4u5o6pXI3I3PxJz5VjRibPQ82qmzyCpoHEIup762ozqGpec/9y/PKq2hWcUmLhnl4uxb3Xv6C4DJAlNs2GMhgfwKMLeIFfYqJXSb6q5IFtcX92xykUYlhK97dfgRbMYgmOVi/BWt7r51o0adLDDEByrBAS/xYPvX979ImvZkOG7FRX4cL1PnvRAvS0ifZieFsXbqoQ34Wkp8i14W1H+BjwtjL79bovK3nynBZG33m05yRvvgZh4W99WTt7VpzGY++02Sc52ewjjfvh/nWPTq+tuVW+HaV6xb+6f/0utsG8YDV9kXkrHHp2h4olJHgbFiHgDIjHY/IzDF3zoGaGyrMshod9qBIYet4kxItPsCAxnws1B8r6im+6tb99U81X121bNHymCFwbkfzeqG42Gty3xmKuTFZpggF5aBzB1uvBJYS+Lv/a7R8geP7r5lvpOD8uCHTVBo0z42T7f+g2/IcCRqI7maC6QKZMWRByILpIUmO3eJhnJiiAXzK81Rr/VI7kiZQcp0okFEUb7LYdSXOKBXKSEGWL9e6cM/VAjqBzaSTG88juW9j9Uc/th9Gp4wpeB4MDi2QvRuxAKrHOWeIqSBygUEnN0IkOiuyEKh9EVyVDIppkiiTfKMhD046Qg6M9UBhBZjaUwOGuzURjvs31SZjPcv3yDH752AhTYB/Aii2SsxZaWmb4cJwPjosTyti8YW+AGxYISIuQkjSZRKryKTlVrMlMO0cezg6qq3zr9x6Q+6zbyMDEStEBGodFGMg4kR8VT01ZpVncugeGNLnAiwSgjghXUhR9d/471tPtfi4wR7biiw8MDlrxiWSKydbRQMsiq4TgQt/uE5aGkyJCFZVtyl5UvyB0y8ZIvLzA2Z6xpyMCLdH8CSE7PmIVK9A8CzFgHIkX0PxXT3uoOW1jf/1qiH7FiitWPPRK2Lg9f9uBrTMQ1D6CInzGDMlfqRXc7p3pM0g1VtF0Aoma3AB68uLQg7Uip8SSpjwISjVZ/VBYvz0idDwKeqVSd6iov2MhnwilbyUfJFia+T0Q59qlS0l4p/2c/bGvUYWD/a4HmzI4pknMHJPkH4YjEPoRQxsmauwv3yWNI0QsjyCb6XBAYMeuRtQAbG7TzLm6EQSRvmXGB4s+TwyyJD5NzsYgXwGEe6O3vFGH6GWpYO+F9bwLH+Rp2i6H957ptZy/rZfcaBIMCiuZYcFOERls1kpui4HSgVbIekO8TxzkaIcUvAcBOqBDyoluCYjB+DTArtR3nu3kf1B8TcncDFI5f/s99A57ZQmOt9hb8BAeJwLYP2n5QcG+Gwhxt8MLnyr/i5xNw/ZNR+fxYroJDN1NQJNvsHFDjay8spKNNeRyjhm3fDbhHAwrlWZZHG6ZnOdXJqDwQ1bjBNOK2jYuCDcBREn/8XQwkekKQYEo7JhjB85zdGm0wZzKiah+tkppFD2H+TprfNXxdXOwDOxjmg7zXesTdfFEM2ywNAu+Tdy0Ig2cXsHivbEUbdstEEvfcuf2wLS/riGkAfk9sE0BdcTKCYY+3bISTVQGEYazHSZoJR6NiAOjKYgziiVwNkIDwegubgFyuiUhntH5uXRA3fzSKpP2zQcQNYIjht4DDqOc+DwXZ/85v7xgv+wQRk4/5BMk7IGPTYOIceagM3g4ulUQW7gIxaumOIUOfhgjU4DMRUlFyqOnokdc8IFJYfSTXSJxAZdZHwijlayMuO7F4yf3oLBjPLJ7HyWsjgLh87oBAOKVtGjX2Vw930csf4JCCFmm16qduhF9rICKvbEMkx+FEYCBq+NOf/11McbBi5r8Mabtt9WoJkpA/nnGJPFq1qjY/4PfWKBbL7hz5tPdoleeRbVgkf8wmAWJvVALgpdZm29biArLszlFAsU0hgoy1NZQKExkJ8bASnjmUAf9QH/JadTAqkWNzzVger5BC2IbnyJmtUS/KGNX8qj6Iu+ZJRDCKc8D+MSnzkV7jQvNzQA5qGJK6G9uwRJ0b9eoHskNIUBytSiBMg7rX25crs7lYYwNegiU0P0eBvetGvekOHjESdJZdISx7/Pir+rh/5AwfwYCC0SM6aMMjlo7Z4LQkjJAIJPEASQa1PC+GeflSWLYh/EmJQKjhCYEBjk6SISKDEYKDMxZJRaE7Bh5UQu8gwiXHAQQiPAxIx+D1+hRQRqcvQmX0+QRmapcvQmT0cgRiaicnQqT6OIIN7OIkEEGP9nnfEB2rDa9/o80Evd3U6P6hf56GsVMDXpsYelUYl6DgIvmAdUPKzAdbVshKHxvdjee/Exu5CS2F3L8e7Vzw8a6fBc4cCKRBNnoYdbfavblFnbZi82Ixnj2/iS1VNrzU1ykDt9Ur1Q3qYvXHpHfXFuRWcSzGsydlq8ywXDo0oi9yshMRxnV2fO5IgYOfNW5Iw4/797DpE919MuCXN+QL9athXOfAD0YmwhHJf9dI5GwjkPIjj7OMOIp31iU66XN2zmfulMt2xsU74XN2vmfudM/T2Z6tkz1P53q2TvUsnem5OtHzdJ5n6zSlnSW/n/xv6CKTekcvC4p2hOI+MB1G0rNkdCrpgHT/Ieo60iEkvURGB5EOyOsLkrqBdChei5/U2KdDsdr1lCY9HYnXeic13CIou42+Zb7lB4Xjt88vvVmp+bVz/CwqKlCFxnC6waRgJ77qn3ozbVJwfNNiMIe3hx6QDzuK5EVQAEx3ybnkmRaDycglMIJ8sLE2azWmZJJnmYQCfMy7t9TA3t0Nwf+AV5OZcbjNhB1/hdiSqT0kgcYhHrUkQKB3LeUIqpsPFoCuO5D2KXiO6Kbv9Ngb3a1vIw/ZQQyotRDJrXIf/TRevs7v9KKu6kGgfFd1OEqZq3rIjg0Ll4ACjKMBlrNMYcw9HZEVuadTEE4J74azxGF9N0T+gUAgPtkBfQ854iDz+GO+34YLElghRcxCICY9kLZ0nYwHgZ9+hxiE5955CMhhOEhfcmiaKR6dKYAcaYs+KBL4yeFncb0gBT868vwtK2nJB2FBhuRKn3wYFsSIHYNlyuIHYEFV4OhrgbTTh2AJkOD4awGY2LdPHYFNk3c/tU7V5gJp/na/SY58fjKqhgdkdmTVKSA3MXtMVHg35ecoH0OWkV61evXj6dX00xo8TuzKe6FLIczn9C/r5e6p+V5f5ANzQQAb7NOOyPebbd3pvuPI2mELpd6oercky5C3wxaSX3ZCr5CNVE/eDltGnjrk7IpHDzjHpNTPUXUDr5ydsGlyr0qvX5EW2pY6hiuTofARbldScG90VI72EPd0EafwLIDhscUmma74MWAZ4eVOK2Zr5YRNq05LFOhEJxCjJze01OJ/jm5QuGJO2DIZa9Tu+sRvDzccfTtwGYDhh94S64GOvhO2jDy6auAIyxYLIpJTp9+UGer2orlpGPU5CF8G41038J0mrvohWLKoO4LEZhGStZBWdWsM/TDlPIbBvkr8nimNjg2Pj7L5Y0Iqajv5fd2oZu7S8eU/N4h41Rm76AOKt3JtkOR4zNK1R0hXtvLIA4i0oxAG0pwmiKOtCCQra0xQgLBi3amxbuKVywlWuIKFcQsqmcufVNEA/YTKxgLhVDgAh13pWBB0xQPkEyofBmJXwLu60y9qGK+N6Q1a/8JQ+ZsbSJyyYgfw0VIfzcflfMGLBMaxggudjzAo86ZX6rZfoTMBjCM0zYZZ1rou+0ZUOI5VGYQ7NQzImys0xckwFwT7GDF90bdIYjifoqqHycw7qF/U+N6bH9fDqDf12IOb3HhowTJ53TXoaDIiUNnGzJzAE4h9tP3UNU9Gb7HOKwbpR1AQ1Bl6LktOamcHOyXESIMYkErNQnNqVaPrpe7BVIdfBeOJeoK3a7zIqkNALCVHMHTJEWmcfB2yOYrKDHs/Mp6YE1ogGZTJvNCBCs4/Ckpkd+sU4sbpRlg5gYkELHxYn67aeWoL7rF5clbQRDF8idCTAtYIRUJoN+DKkBcfRkWI9tZRCZvWmExQw+5U23dRbyYkqGA/aBjUeHMljbs62RFpBNJALtErk0DimBaBafpNrbsvNdZrETCOaRGYjRprqm3ASE52RTBmhxJlkvLEMS0CM0zP80Muz0n1xTNOBQo+2Kdat715XJZqUSg7kOAjfcb7/yDGaheaO1jyydHt22FxgAdXTjEQy4bIZo78vt/7avpRrcjGMMSAbAvnzsr0w3Bv9FqLwByrwkhNPeA9VciyD14awoBruhiD4e/5sxFeYYcpBOFV4CglQbiqR/Uw+zHKWGyzwlB63fVGXW+eVdPsXkh8MvXqx/wMiiTDItGUhqa3YjFGxkVdbISWeRwFYUHMC+dTu1JvKwnVPnxpDP1GvO2GsdhGpYH6d8IjHwOyjQoD7Zco0+oSaFwYcFD1plXD8Piux9Xr42jqUa0luYdGUBrUSCr8LnRphKHWEoZd8MIQ89uIj8q8YQtZIIpjVBqImpgDKKLlWS5E3IMawUl0opaA7Y6vNIuJdPpQYfblMb8sbnnUiR4cMbDNxwvnX4bEmn8VzLiWV1/1s271SLR2x0gr30CSwAUcBZlz7u9TzQdxDajhDiVMnB7zJWMnx+JisEefr0M8yRKXWP6LIbIPlyrT1s8KdGDzdQ4B04W69YRtvQVax7Cpcn8sFUpTc4OTnh04VXB38lRQ8X2DVOGJVxknaW10tpzqpll2E2+Xuw6ovtr6skObVHmjNv2bEhPAZhIIsNFeIryrtzTCIZSkEZ+bwl1l/FgtxwgjRetoVIh9LL3H5GCLRa/0QkAIcrSQ9ioxlH3a6rdat3MbLoECbHNzZh/l1OUAuda5SLtWJb0OIfa5WNMW9cxBQI4WBeoQ/BljbqZuiBIOp0CMMddTD7NIs3wSJ5tmXjan+MZCKKSXLE9O3Duc1GM9RFpeONVt5xZ3peZNnC2+YhIE41e8UY9YywPHWh0ssFwPmdHUGb1CxljLTwL/oOnlRRnVPKr1RnVjNNIKMEDTs1CiezXGTNtRNb/N1wF9nm9NiosjRmkAO9/XTwcfp72XDVakFgRumATSmH67leUDaJIkPvZj3X76GNWwcyiNSgMG6cKSNAMGXGHn49Ht/MQd0gkdfiQ/IHln4ESb0Q8c2RGYRtfrrkdct1wIKyiSjTExbgfg6ma1/RASVLbkXMEPxG8sZ6dUuKKCcVaH8JEMjo2dDuEOPcTlRBewFU7sYCaKuDoZRZJoo6NLSQ3qAooCnIyENYgBhMzwURbBYVIJxkbKsaHWHATC5OPEuDz8SHGp3Jj3IFCnUZTJssrPlxFdQsb1jWhBWwCDrUOhKP6KVDGQzqj13KAbZBCBE7mW+QU0yTOFXKejpdNHAwFG/sCAgSjttgPKIj04Agp1e8Rulxsk31UOiE/mKOcxY/JbjRxghwkOwSP1M+oc16nVeL/MLOlRjOcX55rlQjA89BCOVP88JlrEOw+ESvHN4+GgnnkQh8wvjwmAeOWB+hKfPJ485pEHyYv88djytDcewpHgi8cDEnviQYBl/PCYwBEvPJAv4V4UJg7bIw/iyvPHYwKi3nggkcwXj4lAe+KBHAl+eEwY2gsPhEnwwePBMD3wIKgc/zsenMD7DgLM9b1jQiKedyCR53eXIod52YF6Ih87JsC89nMzC7/V7R2/iQ7t8vJhNKreXKxW8wF3+GY1BMO3y8M4Hqd56n8o/scT2mVhRNweIYIUp0cmDObyCGKQJxJ5ggz3Rkg61bmRDcV0bUTYchwb2YgMt0YEL9WpEUWD58hzq4Hf7REG48+VURcCJFLh7R5ACpJX330S5vp7XDr+qXrKMv9kEsQp776Ov10QBOKXdWzMDsbMOzkTkGNHSGszdsqgZ/VhBNdKjuBk8tSO+jet3r8uR1LJvSQ4qGAhqmnetHqXxl2d7JC0ImnA1j7qbj5/K8Y42ZXEGPFLeDk0I3ArbwbU4bpVwiGPggrMi0CpDturp1gOVmUQ0AtHSIS9VRGEl6lth5VRKrVwgAiKgO3ezUiE8ozLAC2+GtgrsTSObVoQZrPfAUgEssyLQS1bl0k8B8siKFv09h0KY0tfxSNESOkNSnYFc1y6Wycx7OzKYJh+bZA37miOk2ERkHlRJrE9cUzLwMz3JM6D62SkMIJCYPPWZNKIyjEtAjMo9SOhkz6aFYNI+Y5OdmUwlllsYm3xjIsAzcs6hHs8heOYFoGZa11i3jimxWC2/e7B1wyoIIoycH07bVLrkWdcBOi91mPK93WyS8Wwp6z7iwIhiv1P/Cmpoq6ktGOr7JC8lY4DJyLdd63uwHJ1dI/B4KwLRcQuOo5csldOHGT/fNay3L9SW06mY1blkHbvDImZILMiUEyHJYcox0eJhZNQcoRhUTB5+VGWRdAGNZI33To0XuBkgLB95DCUvmNXcrMukKD8+3Olt+YyIajsvey70fRtS36oQOiynRQmgPRbVLqtBOXVcJQJrfRyLKBgiCVsLwi/CPqXl0hv7Y54TuHpxEUGXNExgqfKGivwhldWw8iq4WB40ckiUS+DyzEGDUCmwMktNXKI0dJ9US5uQidOALN69lLIhTKZ1+enQNsfTt9RD1NaP0u2zNC3Kf34xM9T2ryoPP5CJaAvfKSSA9CO2Iunof4xLFKkcbnYs5iBJvoyplSYfI0ylJU/SMmCWLzO//Z0B96tDFDY4dPTTj6FGarKX8PkQJAPYoYQ8jcxGRDUs5gBAvgyZiYAfjV9IC98wJIhDp9jCoQFR7o4orQTSKie4LTNwcDfswwRhE9aMuTpJ6QCgoTnH1kQ5AuQAIX8EUgGBv0OZECR8BQkAwLzwQrkRb5XDOH4m5ABQuKzkAwYfJ3BZ5A93ANL22O5+zdl2vpjGf4No56dQSEOIJhkbPdUr5fb4NVsLom/Cm15KYfSlTgWQtlYYyIBCNUrohDi3lEABHdUKIqgw5JAbOq1Qg5W4igno+xiOex5iQAso2yAQf8DbCNR8b1BvjB1VwCuLr4qQICE9RcoDeliTwsD7eTXeF04BBGsNPfj2INTTyjK6hicTNORFPOMUi9gvw9K7gNnCRpsxA0qGvJFKKbk2IOLo6DgLqxUDqgij/TXOv/Mrxr4PMWPLvaIlk0nHYUEWvQmByxlZ9XX2asNPdhw+pWfUZG3cr0oWU/kWpDCQxS+mujsRFwWawN9WdGQGZR1ykx/jR5S8MPwy4/qZMFY4z1sAIyfAq1199WoQXXjEvKub9R9tzujc4l6pcBYzNjykN80dT85DObYiOWdmrA4r8QrQxhMMGeA7/LA4gzu83CSBfCiUxVweoLLNrgvqES2bfv3O/1TNZf4hV04BGBdBml3zO3z0Z9ejgXEkI/W1e3HiNyVieNYVtkI2FWDqPreIF94swInZbjwziBb+FU36kptjdo9ZP17bTrdrWVFgMeRjxe52QNnwm73SATRw+4iDuwGaxTEM8wGafWzqc0H9Wg5yhLaFsBZqQ4+AEFgHGxKySPrCDECaiVBBEHdxEFAgLdxJEJsplE1F9PYY6dBUA7fMhtlq8ygh/G3xYNXhOJb5qMMf5EBLOGzZfejxf058od65Iw7MSZGZCWAGVemUIjUtSmJUOOr6m/1myy3LKNsgGnbfnSg8wIqfzRJEQ9H45QzWOoxZuL8cMqx4VKnhTMOCTMRdqPo7fFSOvRQLIiCWRdFGqbl0alkqJN9AaxhVMrobp2ST75tQZx2P3zBD5YwuIJICgKiJ1MZXPTZ1EQceL2URUMsnybB4Me4GDiRg1xMoN0aYeyQG4gDmubANGoYTc9ui0/Bs0T1RnWD+AsKzbIgojc1ZFzQwLwUYbMdNXzoE7wN4Rg8S7RbmY/tKJC1DPKEkVso5JdPZN45Ib9qosS9CYnXJZS6JSHjcoQCdyKkXYXAE97UnX5R85XggvL2jUoAyPqWwCoHAb0FQn75Q96dD+KrHrJveEi52CH/PoekaxxK3N6QeGlDubsasq5o4GJsrY0uKQpom4eDucrAAKSfTO51EAm3QGRf/pBy5wNXdHkYTNR0ezYF5Lt+fJmPOAoJLLMsiISZQMEpAH25ReKdFmUuaEi+lyH7OoaUWxhYly/sAmHvWp5+5S+n4W9aerHF3rO00JBTZWs17gJ9+vh2c8WRDCwk0l624Y49hx/L+fU4MfLceo6EUq8eV0vm1BMTRX16XFGZSw8g6peV7tZkcR1+L1piTqTsQjuiJpSbqyguupg0VXqutLgAAWm/DPtpvFLEMP/wO78MN/VPvZlAl9QgwuoUGC+7IyImqDuB4DGwSNDPtod5LPyr+tgd5mTtaREmAtemqdH9Q/88DWNHTFpiWlUYD79WUWnHvmtlRv2iV8RXFkV24zgvLnnOkUcLn30sANfoYdTdane6c76C/UXDdw6wOLHYzpq/r6pukMM8LOiT/Vkx9w4cF6s/Jr3zF/32AB76ZUFjsZ01CXtfB9WN6MFFFnwYz1mx/5iU+aBPfbGww3jOih1/ToFFnfi8QiL02/yAcoEuJYynNLbfCT/uln/+wup+wcACH/N6GIhzfrRC5Vrj3QGcImK59A65FD/GczJNh3GKw1qOA3ms38XTATSRfqSVa4AkzUZF5sCcGwFD9eRrATlIzDvvQqqci+94YMslN/xCcg3SC2mYttvejANf2bOQSSO1nXSeAsLxaz++XopFG9vghLDRbZFT2E3fUOt3KA0aRxIeVgBzYe58FPHFCDw4vzjQJYJI5MIVAyJljKLifAsgJBBJvJSYgOgKRwxKtuDBAnNr0W4rj6g3VoByq1hBrLxlLIdWXEkDTWG1ZIjj5RyIC0sWFrfL8u9TjR1p2/8kWGR5q3WLncGwY6vskHCpHbhQKWXqtfpE3RfqKQYGScLkDaWOYvxi0ojUam76wXmFo3MMliSiurkYwM09R+UULkkGvtXCUSDejY9E3tbPCjxi4sR/CJUksfyJKewDJQkMq97EFQ6hkiQmRiFMolIQj/3dTzJ12B8BYY74HZacwT6AEzawaF9p/54/qApik3VXDiy6xhTrMSz1U2CyTiV1j6GaqHdEpLGyQ6YqXhB+CeJeBVCUVcSlwCcl04NtsFs/k+lwvjaN3ODpR1Zp//ZOgJ/Y5J6PVkWmK16Q/K8JilD2QfnUxJLU4fwYG8QzgjOWCYB9Y6Cw6DPDAZzSPV76FytjKGCxKQYeO2uqAadCWulwBlnVk8DQdzQSSMhtjckgaEXEEWTVMQLjVsr5Kkzqegg3BL8a7jzUwLE9EGV1Co7lsAOaMUCD1JPHaTws5nANIssZteFwaA2gxgFwSH6NMDt7fLmQEKh8Y04tiQwV3MD4W+JQOEHHS2w+oTHD1y/iKaWfJF9uLZTpH0zyxVsNn2DGtfcW+dKDvEirIXwUPlV+1CO8ToSrH0ySxN26PTcbl/XqVXfrp3r4QYw2oJAFBpZ4vNJOHkwKlun1gFQ3HGdvg2W6SB7t2wl5WecewQlrwZOpV7HyP4UpVfJejCllboFj2T2H4DMcglMlzRAlyzjQlJcuiBCW6/zgX6RYj0FKlaobYUqhnqiTstcDSMjdKAD2IiwIQL4Biwu6pbmNuEi4IYQuoY/1Ztvqbo1OvMPIK8gQS+IW3hTnbylAAPGdBZ7wy+zfJUm5bZAjjN+wCqlGLlnlScJr35AcsQLOk8K/0VCMvCmZJyeqOonVBv8io8s1SOASbS4VtbT1xdKE+w686X4apM0T5D8AR8QpIdbCTiZgEEEhMN5XkrvYE4dyq/biYQVjLT/xq+1z34B7JHZE1T4QlqU7GrkzuKMBOX0LZDaq0fUTWliWkB0yUWp87ZF22tHZB0sSMft32lhJ8gInCQ7TM0vrFC5JBv+eLI1Id0MKTPA1jk78E3FnYyz6qA+4q4T7etOiwPd+02nqm59/LvbdHyNjffsLWfL3f9JitgGUHKcdOAmy2wJaMtIe2HqcNoESY7YLJ0lJ20AJx9uHkyazjaDkIu3ESYvTVlBCdHtx0mG0GaQMt92wFEVthycOtB93qh4mg21bOEH4++qb2vzYGz9iFwdBkVeAIZm+Iz0Jsqvr2NE+AsQxLAZyDd9HEeW4Ji6kSMBIKRnXUoziVL/Dk7NY/3X6vUQH5sUW68EsuJQuzFeL92FxwfkWnompdwybK4e9MYtJku/McmTRltfXo5teUMitf5x7icNQ/Lq4P+b+qV796F9eBLFXgSWWyiAJOMocWGO79ijGySobYXcGPyU3fMsEFLvkH5c7ldBVH+vnYq45fpwshxybU7i8FOiJFpQYwthALBAWLXnAwn7ZUTeQ2L8XLT35DSQOakL5ZdxAwpGmSjDjBhJE2i3D5Y6t6/nYGlGQXqD8NVc4SmnO+uzSc3wIBX2Ijy1L+DcjwjEnZ7b0/qb+SVKelWOUCbC/u+2ReoMSwQBMs2HMm14p6jEVlMW3zEVZBmaXyCFBjMI2KgJwp4YB8VYiGU52mRioSwEiT/sUyGSxRRJKmlws4csLlWWNPQ7htvjmTZlH3aiL5qYb5jt9+i469o5b8fsETT9mz5RC37h3MyWaWE4uHYVmpzDTty28RBM1EvgUNJ+Mqn+AUwSeTGVFwckcKI0oXB7XGZBEdQpFk1cpGtFZ7nlWa91dgKtNTLxTDIXRVkbVo8pis6I4E9xSmwsQHuIpjKm6JisDD/alsfCxLw8rMhZOxHqpx7q9zmRzIikMuDsRkFWiVhRngsv9JPx4zoPZthdZHYYXTWHI4YfeZhXzMYLCYLuDmlloVhRngsutgX48Z8L8SrwxICT9Gnt+QAQbH3L+re4a2Xhzb8HfISSeJ2JIRJ8riiQMbTwGRRwX4oC5UZSEy0Y7G5i0NXOpkpoyAMmu1pvajI+z4218kgkHFcyahkGN8JXpVNzVyY4510bShC5pz1fRKpNA5pieBa7pN7XuvtTIGh0F55ieBS42raPoWJM5Gc78hhNyAy2JcrI7Sy5tl3v9k4rQMT0L3DA9Dyujn5Oqv2dcCtBpn/qVrtvH19ogj1Q4AQSrXKPawOONIL7qEBappA4hls2v/Ts7AdUpdIYk4h0AyFHuAZiU063Nb88ztfZBM8TmzBHko1wMq303yA0oQSBBLVwhLScYZbUPzkjPwoodRsau0UJU6Qu12LKDWQlEd6EzJUfEIwfRHCmHHErUrTLzuPHi2cTHU2BIfuXZGvWijJmfjW90f4neIkfoVEgcWBaASYvh/TZffJ2J58ZRAs/M0yK9Gp/63bs7j8jrZhQeEkciXliLIoeugkAFNv7BKIUb/wE71iLgczQYI3IvAVsY3eiDZWUbfQQEUMK8RiJ1woUs7CFx0ns/AC8m29Xtx6ipzx0St6yyEZ7bfvVjf0fEzctFg69lYzhYDNloq80KXgHASPYG+cK7xHw9vlMvowCss5Eag4yoEIhd+GxZ6olgVDv6QrAEYBrnLnfssRdkcQrPMhtljueiGS5eRmVQVyCMBjDOB+rnB4llGAeTbPFhNKreoC4oGIBjlg0xj0OX6y9kDahjlg+hN2q3oiiDsM2yId5k4m+pomHHfKXmlY0t3UxagQp1yn6MQZccH3rY5OkddAgCds9FcISddYAW76qLYNIdd0AVdNtlIPideEhEduFF8MgOPQDyu/MiCPHOPeAAu/YyMLyOPiRCu/kiWPxOPyAju/wycJEBQIgUdv9FQIjbOxGS2AWefGnGOCRUh0chRfKCMyYJgJARSRkgxvgkBIJHJ0WAqLFKAPJWBiAct9zWo+pW8dN6eGj+SOalNys1n2K5f3kZFLFEhcpUYRTUhwMmDlvlVp2eA6dQWbalcPbnFNNzyo+gMNjXyM3kTLyvnLvKEyB35xozcs+LoDBYdu6B0ZSCHGuzVmN65nn2GVhOe7Xtx/990cQmWkEowUxrC17hjERZ7YIjqQthsQF6vXpVnyZ0CIOIu2bZEPuRfr1W35BtYIzDt8xGWVxkRAgHi1zpRs2nwyTSR4tcafgaQkyWuIpQIBlxxsG0OX44fIjtRdOgrpwYgmWUC7Dvhy6aK2rwg4BAxrlAjKeaMRzqdeY0GKO2bb0sg2EvHWAsgSVz8MpGoyZbCFN0tsUWn+cFRP+I6DtWpfNjGmQdyD58Qk74nfJP7Paf44+077If3d+daoxG7AbjSyyT3vuOsZUKhhQMJ1ar+fQ14ieHR17Zhkj5wIlIbOkJFFZrL4MZ1UaeJUerUghP2DsDMYon8rWBKIhdFZ+WcfL+iaudBwB+dwoaON+Jg45a5syBp4m8VgG5PidCZtvC5ZGIA64CsGDwNQAxCuZ1EuEQeZ9woJwqe1ihA8EOP4raSDUM+lmjme7EWfnhmak8UqMYo35TlxNSC30GKzBS1jHBVb30qnOOd7BzpScaGKQK89K4ykrdskoHzmg8mWPARCF42uSJELOluEA3vwx8t9/vWYJe6WFbj6tXbLHdV4/GkIi2/Fdcfx8sUQT1/fVUaJ9fhky3npAbTAKlY9BEsQ1yXYsntKEuaImK0A/neVKMx/Kigoi7tKdEuUlHJdAOydUgL4iNiiCvEXsa1HvEkIT4wTu/zafeuhOJM5+1C2oI/aJdFAHqwy+a5nLC3YWhcPyefTXRdcWPtNoZRJJkI0tHuaiybIArQIl+MAGKbPBGo4BlfhkplstJ8EzfCl8XCiKsVsBSEJiaGRERVF2DuR+EgqfA6YKRxuioxWmOCJmBulgtVBuil6lxRNFLu0JB+r4ujlisWT9KsVp2Vyi9cT+qJr9lykGSNvlHqpx3TDEwpFGIHB1BghZYeyAiTmyYvdTk1P7waAf7Q8g4VkITJPUQKBBWH65nHFZ1OIUsNzgIo+UND1zwjKroqyfXxDgOpxb4OMmVAMRB6wDxrjEUjl/+qkNW9tFoq4MJowaELxi74j/ha/EJ7Z1FvvTu1hmZ+NEmSR4t25965H3eh4Blv24nVv7HfaTO+bZd7fRPOwbD+rJdmPQPG4DByn4eS8S45jD8Em9Vt4YfGwTjrI7h40W+wCIDK42csIdF96Hlkkg2fls+TNZHZAUt+hn58bI/JJs941MK9JM/JgYQ53MKgJI/KBgIrAsRlzQonGDgrF7qqaVrGOCXdDCKVAWGY8FLbza1UP9oky8fXeYOxHkr3gzp+OJ3oM1cB+f4t0TWc0PvFs7SLk94XmMXi++NkgDAz2oZq7IWKJ2Q5RrYMFpe++qCpzavgHpa68rCiTauAE5a24rhwHUAO9rnhhCUeT2qdW/oveZTnJUVXprOBR3FmIZIftsMu8BFAWKbYLY+ayeMlMMf2IIEI09s8SQn2JEZ0psIz2VUDK+vjAar4NsrWKSprUX6+ysoSXjrdEmU++f/UitRfleuHafgMxvPnKcgaBC4GnJWbuTLNnXTRPtMZ+3iaBDL4si6yWpZuxQIHw2kWRwDmZScxbLJzIdlEUxWBJZJrnj8u3eVyRtw+LI/9ShM8tEiU3rxy5g7I3mhA6bZMPNmkCwnbJtM+bnJEueCY5QJwFg7jS6cFmkDdvHKCsK2kecD3Mb/1CNvdmQFLDg58mNlzo1s6uSRTqCdWNIMmHjfHsAk9u4wDFj2D0eHMe6+LWhRcPCJx59YNnAS87ztCEiJC54ILb7PTFAxt5tlQLEKTfEk1ewYHlLF566L1cC5Qcs1cUC8vEbOY0//pkL91I+JA8SoGSFQapVAgMC6MER3rIbi+1WDfLdqoPaqRH5Jlni+ZxKJFd1CG6QbaKSc1BXKUi/iDBXAQdXtcfyAz4a5IfjVbb6jYW36qWsu+zYyhzpFXYVmkazfgWPzqGatJCmrbIMc4Ze+G0Xptg1yhT/XG93Sq72e8tEiVxq7IRoTJm+D5sluarPW3ad+RK5QgKQ9m3z5W/VCN9aB+N4iX/phfiZCpn0wyRd/6un1tkB6Z5Aj/K67pn8XfVyuiVA8vUezCPJ7NBJL2sVYZEW6mAAO7WJYq7ROSMHYNr5UE8YMLZviaeQuVMzH3LjTVC9swQkqFHPiaNpPUPLMD2Rizvm4ELExPcyQNKjHkcB6sfOwYc3w3KDlZnhAvLwZnseeWikh/bQ6yQOK1gYIKK0yoEBOXXhVffRKryCQZMPqqV7Tl+nAsVehJVIjghQQc4DG9Nurfnpu1af+pwAGsi2Ec/v4WiN1gmY5GuaCzE+F3tWdflHDiFw+hqGEppkwu6vELub3A39V8KwBRgkMM0GaWidQuFaZCLrTo65b/Y/lCpMrhVxIjKDA1tlI5EU2KEr8Dhs2QqfG9978uMTcZ2AE1yoToX9TxuhG3dYf/QT3mzBFYJgJEr8dDAFJvBxMADYard7U1765ab493IjQAtPMXCIuKkMYoHvKiuTLMKjrrtn2WlRarlVubiwXJF3MV6jo8eOu7/TYmxvYwxfBQWPIRKMvdUNoEu50YwNNg7q+e/yrgOZkkZkX06Bumn+RKe8M5MLhgJD4WAbJ4N/M6vPTxmYYl+4oGnGFGFGpGtC6vnpVzdSqRoaAmnEh5Ks0tnz68gwNwl2XsVmyFmRiOEsfdMGdIQxO1xWasQsnrO1L+gZsIcgLI/LW01YNYkdehYZk4k742GJ43bbP2FoISGBZ5Enb6XhWa02MG30GyLQcjEJOtURRFHW4JQUE9eqLo9AOfgkwhI9XlCZ2ThbH8T/JW/2mLrYaw9j/LPgQp/H1qf+h0Mpnx1jZofGkHBjR6X3zZTfnuCNmKo5uYCIRT+py3GTndDsRIEHX4zDldj8AFlzVyJ2AMJhgWVzPL84+T/OQq+3rBrmVD5GoQPNovYg5UPqxLtfZZHEdYiiK1r+8tLqLfTw42Mk+G0vt518JRRiYFoAZlXmum/2iBnqdHk4E2edj/dRjDhVkng2llxWOsY8NgUAkwDgFCGpzopdfgwFF7c5qXm76+JuqG7q1hZ5tDazpdLNufVY/R2W6un2cL5DtO3zNAYGC7AtgHQr3uqufW/rbht5DCqzTkKA68nV6bvUqWkOsYPz6sfwRRFrtDejU2cR02h7Rp8TdEIJB3jNZy63oql1Q2TBiD4ye5mS88gihpD/xyAQz/TDcG03MvAIkx6QkTFMPsM8nQLEPW1QefusSVBc8dMkTf8UXnnzx11a29MwSv6pH9YC6pMAUtk1JHL3ueqOuN8+qaVTjuC+wMykSR1Hc+K5XQIdseeXDtMz3AiEqxLYo3kq9wfdmQDz7wEUB9FtkEyGgsC2KovTv++fV2Ci2RUmUrelfNOJ5DHCcgtP9PS06b+WlVVTQsmR+DKretGoYHt/1uHp9HM18ywS7mFDroojI/TMQD3XzDE9sqMnlNkdtF7ZkWum3YSGIhIdhmSiYhxYEQV60zpKbBnVpVKM6cmvKFw6sSubANKi7uqvXqrlTja5FI/UKMy4M+KWenwA5PL8pgAsMS4K9q2czsr/aY2hh/XGmU3+7vp8f+FYGv6jHDSLYvqVu6gEiha/qcZLk0aLC2N08sKp/OU+KJLZaBSqSa1OooDsNnjbPXa3bBzX07YT3jUEwwaEnZK4FR1k9EwfsAFpM9F0m+l5C9FWhx04w4aNJtvjWqBeNOJMi4keTbPF33SDHKDHtg0WKtFOD9WY3N4Q7reOvRc6EurFFz4Oe0JD9KGzz19Mht3qjIviuiicT2TwBhbySiF2F6gYRu/B8Nf3a1Jt5PQB9JAGQqFBzPKmMe0j3saaQlJBHd8ghXdlhAh4AOkSFAGSHB1AAt8KNdaenzdXDXXx2h4QVrOvuHuP8gi1YUwKVa4wVO5IcDEgNf/rzvyewHOy4ZSHEIp0caLK4x4MQZtWq2vxAfOdJFsvyPPm0OymgTFqF8qzL5NZLrc0Wc+8ncSzL8+TWi9Gqa9qPtNzyrMvkVmw5liRinUVIB4o4MnLREMfGkgU715rlzh05qG16JrjejHWL7BDTbCfLMoU7j9WVMar5VX08fgyj2iQULRzJefKO8X49DUu9Yl8SdBrUvd6+XJnNxRodt1KgYQTnAX1TZkhqbE6GZeriu27UG+YRRZJYlsXyyBkSzqOHT/WgGtHgMGpVbpjIk+INGOOJlQ8duXzCQWQ6Kjmc5NLGB5bJgOQQk8knH2ym48aGnVxk1gA0GZMcijIR5YPSdNzY8JSLzBqoJmPGhqxMyiSvghLQkeGEHD9leJGcEHqoy4RPGPSmA1PDXy5vdCCcjsccEnNJcwbHyYngDJOZCUgeMCfDc4bOTPjkQXQyPDWcZkJDA+vzwJJDbiatfPAtwXWG4eiNR+bwkjl3MD07WT/rVo9wq2lOL7N7YZHWxhBPziNPE580qCeJqYiX/6Kj3gdJiBx/neoUe+Q5Kjr6bj3ViL+mrXAMliCCvQp9ip98DtqLWn4IzapGycfPKAjuwbMTR9aRMx/F/zRjt7B5YQTHPbA9KShG4aaUD47tSpFtj/SWNa4othUGa4r2wnCEoFzJ44PBYwS8nVf8/sDwdYPYtYGZzzuwnnbgCAYZh94rffixiPuAE1nUe+DIlduwlbhDOgaDXh/tAtA3R8dEJK1oofuiISSo8kS/PDuQ6OoGuj0Loq0sk0g2x77EyKcfSnM+f47wrsSkCXet5AhBucacWbwwhXrJTNcNHzyplwy9N+K5muMwAmuKe0mGy8jT3e0lchfo7idBz0hcd2bFVa2A280c9D0TfuQb9TCyZU7hmDkWkf3JStwxWFLakFG/LeAN+zNStFFj3dRjHZW0Aialyqi17jt4KcfWOYVLklnc9VhVww5ZJCuH+drneAKPwZLShzdRtkbYMmWkC5uG2oL+RFQmJx/B2drp4zcahDuwcmtvxrAqxPEa6Wuy+dn9ym+qCcdsN7aoP/YJTewJ7SlFHKAhISeTPraqIc7EnH7OP7ruxSU7t25xZh1a9yHoE+tShMjx9EA85Wx6HAM9mO7ry06lM4SRI+mBriGmb3EZ7PC5LyM6ec6SpY+dA/oJZ87jIOID5z5YmdPmDNDIRnHAlbIjHMdgHzL3efJOmDPA0OPlAYnsbDlDmj5YHugnnCpnQNBHygOIhPPkcQjmuW4fJudQdxxKcKLbB8s9zs2AQ85yByTUQW6GDHaKO9Dxj3ALhSLntX25lMPaDAhsVSOQJ49px4UYZ7R9ydQD2iwY5ulsgCnnaDYLjXEuG8BKPZQNItmD9W830WbKC8IftL+0yKwVirE6hIYroc+JSU5tO6yMUt39coc3WBdhecAyCwWf2YH6kekdU5TaEgdlo5vjQmF+htsWWdLToMzFSlbark2WPDqtBoXpuTUu6X6zX5fj84wvFwiYPenGYxVNv+FUoLtNSNniKA2/U5GhtG3/fqd/qoZ4VYQCA+zPhbnrNj4fm7YUVCCOc+B2dfsx6pW4mC27M2Ctanj3nSDam5wDZrNCulMcZmdyBhiic0dpYl28QJ7qXVH9aB8rAdCNulJbo3aXef5em053a2n1xWM5Q5HFFpsozpRlJxGcHnZrR/MlsUI4z/QMcK1+NrX5uO3xu2YJvtD6LIgr1cGXApFoB6vzISEv5sWp/PfyCoJRC1UkmHjJSgS2mUbVXExjjx0wIth82zPgbWen8mH8rW8neG+XwPNtz4GnQScnCkrjz1vLpIe/SKUXizPkglFjrbvDUsFDPar7brcEcIl6TRGcjOjOkwjGAiqNnbqUKgId93fQCfEsszNATeAaJ4Ez4WudMuFt+9GBi1qU+MHoDDlBTM5RntgUnZZ3J+oPat7voWeKbhj+9Hx47d91t2ZHWp0MsKR5uJgw/lwkIix8LZIAEXupwESku0oKyjyQ58vvQ+dJMl1jYIKYj0wK0Fy/ZLUxSZL4wChfZyyswFeHWcau86+orOP+x0to3P+ZZvHN0z7HGCS3HrhsovoQcZL+1un5AGTdXjTwGWEngMTp/aZ5UOv5BSV4eB5EW3kmSPIcXkL8t7qFfYQR5UN4mayTlYvn8t+nej68iHqch6Hyfc6ROGVe5wA+ety5xs5yYiQnEyR/2eLYTi2mLPJAJzHcskaHb8svkg8FHh6cogkW6F3iBQSLfH5APh7/IRRTQj6ycBKT6P5KY3C7eIskx/k1hAkqxwXcnO5/E1SQrf48Xwcwv2QWjbHyQlMleoG2n6t+s607dJvQEXTCJsoZteycMMROIdOkGmqO7Eg10GRYIkWc+XCVoEMfIqHlFVSGziFcoszsyTzwKoUTNk3uxSj1+6tSLX2vhqsLG6UBEPsmjmZsqyQis9Eb9YT2abaQFTJNijxs4mrBp00kYvh6giMUWUIIRRI7n2P7mNf94CiiDuhAk98FXeCj0d3Pn+bXronRqB9KMnIRxFjVxHZmiCoeAMOiwgEwFwMfg8IYwjEogQGWsFE1OTJYAhQakdqxMQamB7qM7tjSY/fJpCijY7Y0ub0zKTn80FtiGy1UdQxyhDlNvq3Lbvd92eR22alPmY0zCSVsoS2uEs10gIZ9ycwG2w0q+bp57UXYfh/sGPWiQEsOMaQ15zygaJsOAaU17CgQWieuu4ZXIw4By9cHJ2ZZbTjS59QFVz+9JsRgWPXAhUmvBQAMXgeoFXsooKQOPM+Gzwo5OolHX3mmnNoQWRPfx4g8qxNHoR7aSQGZu+I0kr1lAZTdFUn7aIUwvm0aDlotsVuXgkD86ojfvgRHCt3CxP4Ec29nQpDKDGVSbmtCgIJbm4pApIypytzqRCJSlZXdjibf9sT9TsF7n0QfKv8ipnQm3z4dCy2Wxx96yxvfHEOWH+C4UctGOKcE5AxxPIL0MU4UhzXI8XDSRzkQDlQXLvvNtlXEbV1gwFILVmGknDUrlzmx9AHppMJnwcTKHoBJKnoMBir5xh54UHBOwKJtQBgzuwlw6RPrAKCfVAdYMLE6AMAk1QEMBq4D8zY0owYcgwnKf4gsvfmxVgeLWMmfmJPL3VNOLPUoSLzMPZDEEodAoPLmrGmkLGew4+M077lLFwVWLXIXLAqsVTCXKTgj66TFidi6RDD7Zq1GxOf/q30XJtG2bHLlI0sgvjJn4SMu+qLNMP4x1WbUyPEyRN43zAXZ6Gbb60j74DFYNrny46s2TUo++IZiEOjT+jxn7t/3kUabzTB0qQYUiZnTlAJJSGxUMYik5pWPFWtoMaykJpfEgmpIbB2u9BJc9upbqYW3gmtuOcttmSttBRfZyq6vMZbWuKtqaQtqh/UnUcyVZUU3S4K1qrt97xJtf52ApZreMFJOq+syJza4gHRSW8uCiTWzAExSC4vBQCVPOsQM4nUIRnSVFZQu4QF1q53MHJThILSXDAxyhTnpdALzBd3jVJEtuuHkVCMTAarC0zy8Y4/EwtClmgMkZk6bACQhsWHAIJJaBz5WrInAsJLaCRILqCGRpab5Z+HCFXIwy4uvOoUli3/hw+SmRvf3XYuc7fEFrdDJks/91DW1+biaT8/DNyIGwqFNsnyjXuqpHb/2w6gMdv+Grw8YZQAMK6O3ES9IW9sOny4b97y0NJl+l5Rg3OvypMf0uSTljOmpUbIltg+ZLvVzVKbD3lgN9ezgyaKv9XDRTO14S11j6EsDRjkAV2ZaP+pxqvEbBQGCwCoH4VH9nOpWDgHY5WD8pvtWdfDdqZC8FT5ZVg/kCbOT3j5gstCm/vk43zPEErMCpwsSj7yEgrGHXjiC/ZtWD/WI3RERaDrhk2X7904ZZqtxCpsstxX1cdsSndt8+zXvmzyETJYa5lp3JenVfIt0aYaTvSXLdbGnJMfXafPc1bp9UEPfTvy2DzHMA/lq1Iv+ydc/hk+XfRN8rlZgiSAytmesdNnBZJ5jjMlD6DHG2ap2yOmVNjGDa5eCgWT1TffSP6hh22PX9cFBy/kFgDHzfAMCfmrK9b2Pz7kADtu0CMxhYvW9Yc3GQiQggiJg+xnX912v9H2KdmIhGhhFIbgBfJIhgjPg7zNIAXjdHgAh6P04IJxZV0jBnoGxEPbTq+/InbskiGNbBEcP38l1PBjkYFUEYVP//D4wBvAhhm1ZBkVFR/UAheKN7lkA88j9u+GMHQAQ17gI0DKuF5McrIogZLSp5dtSzowh5GDPHpgIult/f2lr5JLqCIltXARo+QS/N5O8ntiWRVCW4fv3LWe8H9J4xuWA5MV0NCsD8ZbapNiWqSiMwXNsnwoMzx9GR7aJ8NiTNorgxKFzGvH0wcKzrEWlk7N7ReCk7F/F0JDaE3EnOgQp6FHkRJnoVHQkz/crcnFyXYtiYBHvIhcmxcEoBiDzMXJ5CrgZQXhBxYzfch0GEzRiu/nhI+OqDuAqZMiaajJYdzL33aNSP+7flKGW+gEazzAbBLkmG5OnLskmRcMyv3q4Yxa7H1KwCqSGP/3534UxV0crSUUPkoO50LSqNj8UsSYEQ1l258B6qbVBH1wgsCy7c2Bp+qVbikwjj94WgeFcXRfFQq6yK5d7c8EYVTfiUrUNzwJm1IsyRjW/qo/Hj2FUG3E+wlGcA/aPSZmP9AIPzc8BOQ3qXm9frszmYk3OCGDI0PwckO+6UW+6I8bIMJ1lVwgr7I7imz8J+z7z4Ed3L318ruLt/QCGVAsW2//Z6m4dWcF1AWyDXGFp4j2bLHmjdk2ZkCAwE0IA1YvhSnQKw69iHBclL16+n5IFjTc7pJ+DL30ML5YNs/Sr7tbMEWQQVLJ3e7PZGjVE7seFFSrfmkp2mB5srHa4C/c33aj+N63e5WBwHEXwWt2p2lw0V6SjD8LlGacCwbXlem7RIitmbrhSK2VArCkrZF4i0vbqIBZOW88Tp9fAIO2EtS8UBS73uKeBHUrSNkQ+PG9XP3oSwoGlz2AcbpmTAISmuTCMqibfEWYJM+4sB9S5t5dzEDr1c/w+ks5hIYFtlABA129G03aWfQA44tQGrtDqPwLFHNSxQeLtXZnlfgoIqBW7EeynelCMxi8MLKgZhljexmKudlZkAQApIJY5vj3cJmCcLEuhRPZPcRLO3qkAZKCcZFCKIeoeI0CIfBkYQ/BtSCHQr2F+bJL9NdiBy34NQczB18BoDYAUZX4dIRb0dZRF430tAFn4tRQF43w9IZX/9RRFYn1NIRP/a0Ig0K+JO+gAQhcbd2BxJw09oGSljz5QNO4ARIDDqhuFhiE0FlpbfusbdtNrhS01F4Mj5szIQvyMpj8ASG75GUALxDDqUdctpwMI4MIIyuQUt0cKgLI6JA4Yrz8KuTK6IwYWpzcKmJI7IwYQq70JiPhdEYwQti0Pi3sK74bRMKykbYlctIFEzrxnFEhGUneIUSR0hnwkui5gSAk9D4mE1w1mtSh4g0cYZfzqDpc2q/TLFHyBMi9T3OySHuJ3zPohix0nAyNmnSYL4HPKfsi+b5aLw6oBQ/atswQOVA92XcYVNRCzAvFL/+DkdKnMqF/0qh4VOX7xRSo0ArpqnNITc/C51SvVDUIq2DoTyag/Jm0U2T56HJZJpvjBUSQpO0BjORBeMecZNuXu6YaTdEbkkTgg2upgwkneHhsTZz1iDDLwHzTmoXAeN4ZA/n/a7q45rhtLF/R/sW4V6sTH+kDfuau659SccpeP7apzOhwdE7SYZXNKInVIylXuifnvE4m1KWW++wWYO8W5Uwg7AWRy7S88wMLZGx2f2Y1nNz2mnThvA+TzuvD8slHWhTPXjJ7XhXOAjnXibKI7rxt//fv/9eGMqXusJ/jRL+/McxsPs16ctQnxec0/vyEx68CZmxOf14Vn9g5m7Z+zj/Cw8ecuxs++160OfqERqVHNZwxJsW8wWvV/KJzNzxp24/MnX6grWy9J2zeH3dCZ5zZWH3blrJ3WN3Rk2xXhqCMXXBamHflw93Bz4Z/n6KMv1JnD/IjnVuoMu3Py4Zfq0Iar5nFXtl42p53YdO086sX2C+jzO9qeHn/2mbQhoe5Pz6TTZRW/+vSh87/rPCvs07F/ubs+58m9H7bhDrHp2flz5Zc8Osc3eIEn56NubH5wnnfi7Ofm4y5se2yeduD8W9RRBzbenKYdOPe2dNT8phvSvPEND+zHHdj6vD7txMbH9aN+XPK0Pu3Kubfmoz5suilPGz//Uf2o+Y1P6tMOnHmzOWp9y20Gm37mwnvmU/rnY1/4IR0q3vCMftT9l7noXP5Y/HxXNl1+Ln0ofr4b5z+KYkc2Pok+35UtD6LYmc3PoWd05/wrwmVPobQL55yc23+k+MT5J+rN7fV+QvPTBl49fXjbb7B8qReNjeNefUGErLr2zB/p23dXb/e/3L27niV/GH1i09X0Dxv+TtjGq6PPn/17HH+16bvEF/XstIqX7Nyz6dPnHTsvo/rWTp2R+HberXNz4Z7RsWdC+9wb1tZ3zzjFttX+Cj559jcf7rhy7mvwqhMv0/yHz3+Ri34P+vmLurWOgu/vPt7PUh9G+YaL10+Ta+NRZa/iwC2OvXR1NrngkMnpzOaPDp/9lGc0On/FWDV6xsvFvNG3d7eP+9vHb+/vHvdvH2dIfNw2+dQXdOH+7uHhT/c3041HT1o/+cDL/dWvrx4mL1jHPViOfLmmf5nl/z1u+RfI8/sCDf/+6nH/3dXtbF8L6MHxJ16uKzMxP+7As0z+TDM/397d7//1/U/76+v99Q/7fzz+cH/19m+HM+nMv8EzNbzgL3JOrp2Tnp2dYWfe8Lurx/3t29/OXMt/3IPBJ1/uN3n3dv/rJAP0SV+WQ1+w8Ztfn33DOOnB8fEv2I27v/8xfuczu3F8/Mt148M0C+dxBz48n3XzmabeXf3209Xbv/35/t05eX9O2h589As688yk9JPWz1lF+Gxzh++w+XuTj13eifv94/0l1wP6uZcLwYf91ft3+4eH7/9+8/j2l+8fD8mJfz7zrBh+9uW6dxhP+H5//+vsHf+4SyfHv1w3Pj7sf3e/v97fHtaNnBk+q8+8aHe+ubq9+nl//c3++uZqw1vDq9FHX7Rz/9796tvlunF2x1Yf+6JOrd+u/nxz5vkHB25eVfHNIa3h7DLDGni1+vDsYoPfZdihf79bpudu/savVh9+iQ4dXrou/H1OP/oCnVnewr7gJ+I1XNY1ErAfDvPdz1sMtD72BRcDDSo/czEQ+RoXLQkY9eKCRQHnd2kOFKMuXbAwYNql09j49/0/Hv/lanBLXArP/+vfTZ7Hjyt7dffcwP5Tv0bPGr/c/X34xHvS0ucjz2/qJEP0LzfXg7/aSTvLYRc2cujlmV9mWyOrP3bcsid/8OWADePBs/A5ru1VHDnr/VPvRo/fV7f7wW4dq8aejv2C5h4mT0Or9h7Wzz/nNHgSBof8R2c2txy6sbFVOHw7/0V78fmh8Pbu4+3j9d3fb+cbEp7W/Ip9ava9os+XXhmOGj7v2vBscxt/yVfrz2xpfsPF6ajNMy5P04bmFyj4clsbWkXl7DXkc/n5cTmfRgI1njN15KiTo/HC98PdibG9p0Mvb+zdze3gkQvbWo68vKnHm8d3Z36vp0M3NXYSDA/7+6/fjjf5/Fy84RL17mbwHgm1vXo6ctD9o77x3v/l6uHxX5/m/7EWTw44/xuMHiPX1c0nt5z2b9DYP97Taxpp6x/Y/TOaOvm59rfXd/e/u+L7r3wu3fCnvnoYbU4E1b36fOjgC3zu3HhOAH/hwKaeDtzQ0Oa9XLDNi7dxeb47Z26ggj36kr1Tnu9Un19x5h/jfvwYdU5DdzQn+rqdftyWZuipMcvDvj7q/FOlB+XbX0byOKj61enHnvt2z6QC/8v+/ub91eP9zT/O2fxkfPSGwYrhBijP1L51E5TJVxvepsYboTzXuc2boWzv3mxDlOe6t3lTlO3dewZrn+vhOXT7RZ2a+9GG7l2wc8b2jk83Snmus9s3S7mgg+dtmPJsV79g05TtnT5j45TnOnzp5inbO3vGBirPdfbSTVS2d3a2kcpzvdy8mcpZ3Tu5zR22FOjr03539e7dgae+2T9eXQ+2AxgfveU5+MPjx/v9aMLqM028Ov344Go4/lLDBVUf+nS13988HC4Rl3aOV/NSnRyvcnquX88sdtrelfcHY730Vzr+8Et16LBxx/72sYf6pf0idbxw9/bX/VP88npe746qeLnO3b09bHty+/NsoPT5/pFaXqqL9/u3+5tfL75onH78xTr1+OFQ48Pj1Xv+CvRcr04//1LdGi4HfK4/81WBZ3VkdWv5Hx+v3t088me1o/INb0m/Xt28u/qJj/qtqnx1fPiZt9Djbg87sb+/+nn/L1e31/NfG/qy+tTLdemnbX356f+XTry9u96/HV/dTnrw6diXa35/e/hL08nC6/Y/H/xyHfjrzf3DYz9HzuvDyfGT0+65Zg81fDca8Vu3enT45Y0+8zRy0uI5zx/PNMfngK+b2pBK95xm3139xB1t3fLToS/X+O3ZgXSLIfSlTT+8vbs/s+2nQ1+u8Y/n/rE/vvBfe8MF9Iyb5bqx7UPn65vIxYPnZ3Tp3OHzVa++aAB90LGTR4k99d7D/29587z9bv9w81+DuF6qenV82Oivu//7RfegpybYvefcBmbX3af6n73ejqufXPCeal9f6M6t/P3HwUKyz5U/HbK98vF0r8+1PzPTa1b94YV+dDo8Vf/pmAuqn2RSOGrguawJsyYmV7en+p+7qo0rp6sePlc8Xugwq3Tw3vBU6W/nVkoucvOaPx1zXvVwqfpdN6jhvFY4ZMPEkeEj3rrCbZNHsddbsZ91YNNU0TM78OvkRrDqwHLw+E/IG8S/5rfLOXfGX5Uc+jJ/3VHF2//K7NuMHj8/H725X6efHf8JNnTn7t31xd05/eyLdGd2Lgz7sfmcmHfoNFTf391en4XV9MgXgepxzZuRmn+dS4B60qntOL2pW1OYnnRrO0pv6tZzID3p2VkYfWlnnvHH87p1iUBu6vAcoCedvACft3XsTHiedfFL0HlTZ88B50lHL8bmTZ08B5onnbwYmTd1cgrMk95tx+XnunV6O3q4+elmPPb/VHr+bac3d0Zlr54OHF2dPnVs+JD5cDMEhtOmPh/6hY398Mv9/uGQfGdDq8ef2dA8DkL96aeH4UJkbPn08EsbjberLe2uPrGlaRqV57X+dNSLRulJpWdH66cOj55Hn6JhcC3lrZ986oIunPy4d+8+vt8/95qEB73ACxKtcuOr0arvWx/7eSe2PfCf24lf+4EbuvHpA4M/8aThk7/wd7TN7zaNwX4bExmmdb2C4wbd/m4YKjf3+7fD59uljeODtjYwnmD/3VkT6ycV7+/3/ALyqebliK1Vf3zY/37/683b/Td3/ZXy7vbx/o5nfXhqa/yRrY3/ethO6+3Vu3/7019mDZ4edkYj20nluy+FlGHz5/LJdy+AJt8NT9Hn3/+/u/DFv+ju3PpexbGjP+BZD7a3PW3G6DpB2jz6wBc1/OHq9u7+6v3VN3d8PSNtHD70RR2IU3xT8ycf2dr4aQD9fn7x/FR8fuB8OOTROae2V09Hjr7B576Nnr/u3nG+wpaWAy9u6LcrPhKN7cRxW5o5/WtMF9l8Kt3wFPXU4mSBzWm1r9YfGX0dsqjmVEfv7+8G18TTJp8OvLSh55YQQXNnLR06o9HDObil1ZPjNzR7EiIfr+/fnzXuyw58kWHfYcWbR33pd7lk0Hfcpe1jvls6NR3yHXdq+4jvlk49N+A77tdZ470XduWZ0b+zOnXJEOCW7v5t/xvfk23SvafPvMCvNR9rHnfhgqHmTd06c6R50sEvGWje0tVzxpnH3bx4mHlLFx/v/rbfel4+feYFYuycQe5xRy4e497SxekQ97hv20e4n+nU8W33f17dHBbpDwe6jss3jI98vD/0ZbTQYVXpq9MP8HA46erGwbV1i5vG1c5pejSktm5602jaoOmTv+H+p68/XvPx2qey6d/u5PW/72+27x+KRCL/PniBO6n61ehjg7/lU5eH3+i7H373pw+PozQlJwdseIN7d/Xb3cfH3+/fXf32zZkVv1p9aPiVjvo8/F5/+eGH330c/Z5RuOFh9t3Nz/Sae1rXq6fjhj1fejVcENHTKJ7R0OcjL2xqsjcJNMW2IZmeSM81zadrQ6sbpmo/2+C7wb0AmnyH1/7NjXx9ZpgcH3thc7MJoNDas7NAz27s3O+Hx1/Y7P3+5/O+4acDL2xoNMsbmpnO8n6+kdurDz/c/fHmli/oxLZOjr60ydleP9gg3dbni867x0FGQGj5cZYN8PlG7ge5lbGV+y3JlJ9tdrDoBBrdsuLk2SafsOOMdo8OPf9n3WwjePO7lEie7cyZUrK6KlwOJrRLqweM7565QEX5+Y8Zs5g6qmu2c8lJxya3qsk16Lild2dcgOaNxbX569u3v9zd/6/zGsWPvEzj/7G98f/4osYf3h7Q4C9X72aPocdNn37g8oYPM9k/3N0/bvrR1x96qQ6c+cOvP3R5B4ZrV9bNztewDBo7vhT8r4fH+/3VWUPqg0NfYlB9VvXWYfXRN7pgYH3arc1D6xs7Nhtcn3Zs8/D6xo49M8A+7ds5Q+yXd2c+9Hluxy4YAt3Y5elI97Sb28e6t3btvNHueSe/YLx7Y3fPGPGedvXSMe+N3Xw4JIu5u+W6Mu3g8Sdf5HSJoy/pyecPvkhHHm/e/m3/+PXb//3xJt63//zdHzd3alDJi3TwDCuY9u1SLdjYzZkXTPu3WQye79jxk8V/3H386e7+ajI8e3rEhheN+Q2IVHvWfQc6fPw21yxJ/tT+1//y3WqPrcNo/cM/HZU8M5Q+rPFk69NVrYfSbTW/7YmqYk7zd3fvVnVj+bbar//w+Yf974dDoHYs31j7t/f7d3dX1+w3OS7bWOt3hxvo9yeTWp8q/Vy0sc7QDNrRz0Ub66S1ba/n56v3V1/fXr377fHm7cPR3+MPv8fKx0dub/GPdz//cf/r/h37Eli+vfbD9nA3b/f/fvWeVn5UfEHd/So36vfn0m01n/UHeIHf/h83t3fvp42sj9jWwn99vN9PG1gdsKn+f7n7eHt9dY+X1qf/3lbXx7/+dX8Pe1os9R0Vbarzd1dvf9kfLhEfH6DKo5LtNf5w9fC3ca2fSzfW/PDILnSf/n9bbYdx2b5D2v67/f/+uD/aL2CpdnXAtvp/ub97vz9sCPCvhxmRvzsW5aWB9REXtvCUz4+c5vygbe3cvT98fnaWsEM2tnF79Y95C3jA1vqPdje/ubsd/lGGB35Ze0sIff/xJ/ZHmh+9reXPO6l/v3882bhiaWx1wLb6Pz483r1/7llpcNSmln7/9R++jiSQ/XmO/G7kiG0t7A+7Od/Tqo+KttX5NOWaLadb6iaHbGvju29+uLu++m12wtBjNrXyr9c/779//G31lP3p/7fVRsloqfG4bHutx3Psjyp8bnL9qq5/HDL1Phx2e539sKPDtrX1X9f30web9QGb6v+3+/3+f/6y37/7+vrPtzePJMDJEZta+D/u7n5+t//913/4/vuv/zD7JuMDN7X33/YPH/oGweS7nJRtq/Xdw+9vHg5TeG5uP948/tanSbxfn7LD47a19sMP3/63/dX1/v7hD7c3qzZOSzfV/Iffl9PspVHl039vq+sw+vDweHPYJZr82Fi8re776/3j3SxcyBGbWvg/725uBwMax0Wb6vzv+9/+9P2s0+sDttYfQ8t/wPvoUcmmGv9483Z/+8Be4Y9KNtX4zdVvP+2/fvjt9i1U+LlgW32H83X0FHZauL3eHw4zTMiXPy28oN5RlZtru7t6POstenzgtvY+vnu86WmpeqLDP/bpndgUO2ZjK4/7668/Pt4dZIcT7FNTowM3tXeYb9ufRP5yd3P9lNwcmqLHbGrl25tvV+nLou6jkm01vrvq43I3d7dy+Pc36zOAHbKtjeFo46Vjjd8e7bLAegzFm+r+bv/u6nF/PX5mXh9wSf3/7eZ6Vvun4kvq/v6Xu79P6v5UvLHu/iL4L3fXeDM7Krmkxn4Xf7v/8HiHD+PrAy6p/483f8MAOSq5pMZv9o+/3OH98aTsklr5C/kXvH8vHx1XekGNDx/ubh/2NAg+F11U5ywMVkdc1AINhM9FF9VJf9zPRZvq/H5/9f7d4X1uf39zd/393w/L2AfPj7NDL2rzrNa+qJ1D0p/vb673JyMx/3b19vFuNSY9P3hbu3+7+fBhf/319eirYfm22t9f3T9+f8iTPXtwGhy1rSU21n7BKHt85LgfeB0jR1zQAo62L/+7rSZ4S1/1FMu31X4Ypx/f5bF4Y92HRfmzyqF8Y+0HKvvT7f6sx/Znjr6gZXLNu1Dvvn+8v7n9+fDK+td1hU8lG2v87d3+2/u7D/v7x9++27+9u19FzfqIbS18/HCYkLq/joHlH/b/eOyvcb/72K/4q8B/5vBNbX/69OhtdX3AZfUPKZ8ccVkLJIhOyrbV+sv+7uvrB/oueVJ2ea1/+nV/f3+z/sHZMdtauXm8ur35OB2CpcdsauXPf/jj1e3PH69+xi/wuWBbfR/e/Xb7t68fHvaPq+vySdmltX5z9+vNYYOhtRrxgy5t54dfn2vk6YiLW1hHOpReUPMsWsgRF7Tw7f3+MCTy9DRL24BjvryV4W9FjtvU2udNTWe/3OCobS192uNuecsajAYNj9vY2iGf7vQ7rY/Y2AKm7hx+odGB29q7u7n+9v7u/c3DftTQ+ohtLXz79R9+T4aNPv3/ttq++5aleluqPCncWC+7/y7/u7mmVS64z9U9FW2r84cfOjxx2IfSrTV/Uulh7XjE1hb+eDyx91Oth/+9pKb5L4FHbG1hMOJ7VHJpjfN+s6O2tvR9X7w2bOKkeFvdH59R6/UBm+o/JP748+3jzbvBNWhVvq32ZYr4J1ObCcX84E3tLjPNZ78bO2RTG/9x9/Dh6u1+9VT46f831tYnj5/1pjs9dtpq+dzg28O0wE8V/3p1f3PYZu3hn/r/n1/J0Ry+4zqembl3VMVf91eHPcofSDVPRedWFTuKsZqWknMr+vh4845V0///3Ep+3d8/HAf552qWkmlFerqM95D9cDVl7ejv/qmVv3687WUP/3TOx6Zd+NyDeMk+DBsej2G+v7v+ePg6J6Xnfqm/3t+9P3mv/9zx0/qeDiQVH629OO0h+w6/Hh5D/++HVe+X/5+frEfLUr4dbm33VFMcMe/vU2/+3/98/dXN7fX+H1/98//zKWL++av8prxpX73+6q83+0O2+X/+MVp//dXbu/fLVJnru7cf+z//cznsL/vDqPHh4Dj6n3Zfvf5x99rSm1TkP//z9Y9PH+4F/T+e6vj8P/2D6avXP6bXIm929eRzafW5dPK5/NXrH/NrtTdmJ5/Lq8/lk8+Vr17/WF6bvsm1nHywrD5YTj5Yv3r9Y2UfrKsP1pMPylevfxT2QVl9UE4+qF+9/lFfq7zJcvoddfVBPfmgffX6R2N/DFt90E4+6F+9/tFZV331QT/5YPvq9Y/ttZY3+bTBtvpcO/3rH4Ih7V6LvTE//WhaR06C0Omxk9gXTSR8TuMnHcIiZdLntA6hdBpD6RAZqbzW9Eb89LPrKEqnYZQOwZEq7fQ6ktJpKKVDgCQaTGkdTek0nNIhSJLSD68jKp2GVDoESjL64XVUpdOwSodgSTSw0jqy0mlopUPEpEY/vA6vdBpf+RAxecc+nNfxlU/jKx8iJif64XV8Zbg+9QtUph8m16jTAMuHmMn0MpXXEZZPIywfYibTS1VeR1g+jbB8iJlMIyyvIyyfRlg+xEymEZbXEZZPIywfYibTCMvrCMunEXZIufBjphGW1xGWTyMsH2Im0wjL6wjLpxFWDjFTaISVdYSV0wgrh5gpNMLKOsLKaYSVQ8wUGmFlHWEFboP9PshvhOROeBph5RAzhUZYWUdYOY2wcoiZQiOsrCOsnEZYOcRMoRFW1hFWTiOsHGKm0Agr6wgrpxFWDjFTaISVdYSV0wgrh5gpNMLKOsLKaYTVQ8xUGmF1HWH1NMLqIWYqjbC6jrB6GmH1EDOVRlhdR1g9jbB6iJlKI6yuI6zCw1Z/2uKPW+R56zTC6iFmKo2wuo6wehph9RAzlUZYXUdYPY2weoiZSiOsriOsnkZYPcRMpRFW1xFWTyOsHmKm0gir6wirpxEmh5gRGmGyjjA5jTA5xIzQCJN1hMlphMkhZoRGmKwjTE4jTA4xIzTCZB1hchphcogZoREm6wgTeKTvz/T8oZ481Z9GmBxiRmiEyTrC5DTC5BAzQiNM1hEmpxEmh5gRGmGyjjA5jTA5xIzQCJN1hMlphB32nPlRaYTpOsL0NML0EDOaXqdU3xQ9fU3UdYjpaYjpIWiUvSrqOsL0NML0EDNayOuprgNMTwNMDyGj9bXkNxk7vQ4wPQ0wPYSMCntL0HWAKbw39hdHpR8mr46nAaaHkFFjP9c6vvQ0vvQQMerss+vw0tPw0kPAaGOfXUeXnkaXHeLFduR9zNbBZafBZYdosUTatXVo2Wlo2SFajIWWrUPLTkPLDtFi5bXs3kg7PSNsHVt2Glt2iBarr6u9aSmdfngdW3YaW3aIFqOxZevYstPYskO0mJLXZluHlsGwRB+XMPqVycjEaWzZIVzM2d94HVt2Glt2CBdjsWXr2LLT2PJDuDgd2vJ1cPlpcPkhXpyOUPg6uvw0uvwQMM6iy9fR5afR5Yd48cI+uw4uPw0uP4SLVzbw5Ovg8tPgchmMBPk6tPw0tPwQLS6sz+vQ8tPQ8kOwOB0s83VoOYx69WEvdslzMu51Glp+iBZ32vA6tvw0tlqPLRaXbR1a7TS02iFY2o59dh1Z7TSy2iFYWnot6Y2ann54HVrtNLTaIVpaZjHd1rHVTmOrHaKlsbhs69Bqp6HVemhVNsq4jq12GltNh+OMbR1c7TS42iFcmhzu5O7t9MPr4GqnwdUO8dJoZLZ1dDUYVu3jqiwyGxlZxaHVQ8A0GppRdvrxo/9bPp+GI6Q7Mry6g/HVXQ+yxoIsyvDzMMa664Osux1tnwyz7mCcddcHWnfpte7epNqgAjLUuoOx1l0fbN3RSI9CrADGW3cRdIVXQIZcdzDmuuuDrjs+WLwjw647GHfd9YHXnfAYIEOvOxh73fXB1x0N3yjECiAIY4CfDpWzAf7VCH+PwZ29rulN9QwVsEF+iMIY5t85RwIShjjUH2P9O3ZLS2y0H4f7Y7w/sYfTxAb8ccQ/hvxTou2TIMRB/xj1T+wxIrFhfxz3j4H/VPhfgMQgjv3H4H+qtAMkBHH4P8b/k9AfkEQgCEDqg/opKX19TEQBEjBA6iP79A0yEQdIAAGpj+3TN6pEJCABBaQ+uk9fqhKxgAQYkPr4Pn/PSIQDEnhA6kP8/FUjERFIQAIpD18YEjGBBCiQ+jg/fexPRAUSsEBPxfxjSvzHJ8EHMpByBB+nK4IDCXQglYg+zlcECBIIQeqD/vxpPBEjSIAEqY/706fqRJQgAROkPvLPH6wTgYIEUpD64D99tk6EChJYQerD//xJNREtSMAFqQsAfd5MxAsSgEHqBkAfORMRgwRkkLoCpLzjvx4JP2CDVNrkGYbIQQI6SF0DEjfMRPQgAR+kmiYPAEQQEhBCqnlyByeKkIARUp3cgAkkJJCE1HEgcYlNBBMSaELqQJC4xiYCCglEIVUdPwIQU0iACqna+BGAsEICV0jVx48ARBYS0EKqbfIIQHQhAS8kiSikg+2JCEMCYkiSxs8ABBkSKEOSmOwhr9MuvVGB35BIQwJqSF0P+DMAsYYE2JC6H9CB5ES0IQE3pC4IfCw5EXBIIA6pIwIfTk7EHBKgQ+qOwEeUE2GHBO6QOiXwRyACDwnkIXVM4I9AhB4S2EMKfGDDLIngQwJ9SN0T6OhyIvqQgB9SJwU6wJwIQCQQiNRVIfFJFYkoRAKGSF0W6CB1Ig6RACJSt4XB8yOhiAQWkTovDJ4fiUYk4IjUiYGPViciEglIInVm4M+fBCUSqETq0sDHrBOBiQQykYIm6PMrsYkEOJFCJ2joEp5I4BOpmwMfvE6EKBIYRerswMevE1GKBEyRujzQIexEnCIBVKRuD3QUOxGpSEAVqfPD4NGZaEUCrkhdIOhzB+GKBF6RukHwB28iFgnIInWGGDx4E7VIwBYp3IJecolbJICLFHLBBw8JXSSwixR4QQOX6EUCvkidJOjodiKAkUAwksczH//2JPAAMZJPXjsIZCSQjNR1go+RJ4IZCTQjdaDgry2EMxJ4RupGwV9biGgkII3UlSLx2XSJqEYC1khtMquXyEYC2khhG3TAPRHdSMAbKXyDnzsEOBIIRwrioNFDiCOBcaRADn7uEOZI4BypyXDgnUhHAupIYR2Dt06iHQm4I4V38JF7Ah4JxCM1H4/cE/NIgB6pRfwNpvyyOb846Xc3fm3OhD4y0EcO+uBD/5ngRwb8yLs8HvrPRD8y6Ede9IMO/WfCHxn4Iy/8QYf+M+GPDPyRF/6gZ1Em/JGBP3LwBxv6zwQ/MuBHXvCDDhxkgh8Z8CMv+EGH/jPBjwz4kRf8YE8AmdhHBvvIYR/0vT8T/MiAH3lZ38De+zOxjwz2kcM+6Ht/JvSRgT5y0Ad/78/EPjLYR17sgw39Z2IfGewjL/bBXvszsY8M9pHDPvjk7EzwIwN+5MAPPkE7E/zIgB858INP0s5EPzLoRw794BO1M+GPjAsggj8Kv5CwNRC4CKJzRuITtjNbB7FaCNHDkE/aznQtBMRhjuU27H6c2XIIXA/RSSPxuduZLYnANRHdNFKhFwK2KgKXRXTUSHX3uqQ3ViCQ2coIXBrRWYOtkstsaQSujQgEqfzzJAZxeUQgSGUPJJktkAADyWEgtdDbMTGQDAaSu2mkWl+Lv/EGEUAQJAOC5K4aqQr7BkRBMihI7qqRqrJfkChIBgXJZTxfLxMGycAgubNGqva6tjdJ4UpMHCSDg+QSEeiHS/nOIAKJhGSQkNxpI9X2uu7eON4LiIVksJAcFiLsoTATCslAIbnLBn8ly0RCMkhIDgmRxO4lBEIyQEgOCJFMg5hASAYIyQEhg4sAgZAMEJIDQqSwX5BASAYIyQEhUl9Xf2MZO8BWhkEUBoTw6whxkAwOkrtr8FHsTBwkg4PkcBB+FhIHyeAgORxkcBIQCMkAITkgZHASEAjJACE5IEToaGYmEJIBQnJACF88kImEZJCQHBIi9lrqm2xwKSIQkgFCskQU8pspoZAMFJKljqOIWEgGC8kSa2Db61Lf6A7+CARDMmBIltndmGhIBg3JXTcSX82QCYdk4JAsPg5k4iEZPCRLmwQyEZEMIpJ1FofERDKYSNY0CSOiIhlUJHfmSMqfrImLZHCRHEsz+MWEsEgGFsndOZLy6zmBkQwwkjt0JOVP5kRGMshInshIJjKSQUay2iQKCI1koJGs48kxmdhIBhvJ3TrS6G9AwhBwJNtuciYSHsnAI7l7R1L+bkKAJAOQ5A4e9FJEeCQDj2Qrk0sR8ZEMPpKtzn4AEoQgJNkiCPn9gBhJBiPJ3TyGX4FEISBJtrgY0nQTmThJBifJ5rPfgIQhSEm2CEN+RyJUkoFKsu8mt3WCJRmwJHuEYWPPlgRLMmBJ7vqRbPda9I05BCLhkgxckr1MLscETDKASQ4wMX45JmKSQUyyz+7KhEwykEnuBJIs0wd8YiYZzCS7TeKIqEkGNcmdQZLxCzpxkwxuksNNRr8BCURwk9xm10MCJxngJHcISUbJMxM5ySAnuUUk8gsqoZMMdJK7hdALKpGTDHKSW538goROMtBJDjoZ/YIkDAFPcuCJ8QsqwZMMeJKbjQdLCJ5kwJMceDIYLCF6kkFPcujJYLCE6EkGPSmhJ3SwpBA8KYAnJfCEPt0WYicF7KR0CuHPRYXQSQE6KUEnfLCkEDopQCcl6IQ/WBVCJwXopASd0LGOQuSkgJyUTiF8rKMQOilAJyXohI51FCInBeSkhJzwsY5C5KSAnJSQE34/KoROCtBJSZMrYSF2UsBOStgJHSwpxE4K2EkJO+GDJYXgSQE8KYEnxrONEDwpgCclTa6FhehJAT0paXItLIRPCvBJSePxmkL0pICelCVnFAW4QvSkgJ6U0BNrvAISh6AnJfTEeXYeoicF9KSEnjibvVcInhTAkxJ44oMkPSQOAU9K4InzRD0ETwrgSQk84YxaiJ4U0JMSeuI82w/RkwJ6UkJPOCMWwicF+KQEnzhPGUT4pACflOATp/NXCxGUAoJSQlCcn8yEUAoQSglCcZ4+iBhKwSxTYSjOUwixRFOYaSoMpfFTgSWbwmxTYSiNJ6tiCadWGafKaEpYoSmnIA67iaTGTyWWdgrzTsVaEjotp7DMU5h6Kgyl0TkdhWWfwvRTYSiNn0ksAxWmoApDaXTYrrAsVJiGKtaTNH4isExUoCglFKXxE4EwSgFGKcEojd8TCKMUYJQSjNL4iUAYpQCjlM4iecdPBOIoBRyldBbJOzorthBHKeAopbtI5rOLCoGUApBSOozkHb8pEEkpICmly0jms4sKoZQClFK6jOQdvyQTSilAKaXLSN7xTG6EUgpQSpHI7MgjkVBKAUopXUYynx5UCKUUoJTSZSTveCQSSilAKaXLSE48EgmlFKCU0mkk8wyohVhKAUspnUYynSFUCKUUoJTSZSQnfkkklFKAUkqXkUxnCBUiKQUkpXQZyTwjaiGUUoBSSlAKe1UljlLAUcriKPwZnThKAUcpGilGBwkNSRCCoxSdqHIhjlLAUYpGEPLziEBKAUgpGkHIH20IpBSAlKKTocNCIKUApBSdgF4hklJAUopGFPIzmUhKAUkpXUb4hOVCJKWApJSQlNE3IIEIklI6jGSe6LYQSSkgKaXDSM7psNBl17ACEoggKcUi3y1/PCOYUgBTSmAKH4UvBFMKYErpNpL5Os1CMKUAppRuI5kvUywEUwpgSuk2knn23EIwpQCmlG4jmS/2KgRTCmBK6TaSeRbdQjClAKaUbiM587siwZQCmFI8IpGfSwRTCmBK6TiSBxl1iaYU0JTScSQPsuoSTSmgKcUj+zIPZaIpBTSldBzJg+y6RFMKaEoJTRmcC0RTCmhK6TiSByl6iaYU0JTScSQP0vQSTSmgKaXjSB6k6iWaUkBTSseRfJj1Sd7XiKYU0JTScSQXHspEUwpoSmkRiYO0vSQSQVNKx5HMU/cWoikFNKV0H8mVDj8RTyngKSU8ZRBHxFMKeErpPJJ5CuBCPKWAp5TOI/nAGeSvSDylgKeU7iO58lcVAioFQKV0H8mVLoQoBFQKgErpPpIrW0JaiKcU8JS6rEahI3CVgEoFUKkBKnwArRJRqSAqdRdxaOQbVCIqFUSlhqjQefiVgEoFUKm7yEjPUxsTUKkAKnU3uR5WIioVRKXuIgx5fmRCKhVIpXYiyUKX0lZiKhVMpXYiycJO5UpIpQKp1C4kWdirWiWiUkFUageSLNQVKxGVCqJSu5BkYa9qlYhKBVGpHUiy0CAioFIBVGqACle5SkClAqjU7iOH3XVE3rhVqIBEIYBKTbE3gtFvQIIQPKV2H8nC8hhU4ikVPKWm8bq8SjilAqfU4JTBhYhwSgVOqWmSCKQSTqnAKTW24+BJpCvxlAqeUmNLDt0dfoMEHSCcUoFTauzKoYl+nqW0hyCMjTk0s3wAlWhKBU2peXJHrkRTKmhKjQ06DqlEyDcgQQiYUpc9Oir/BiQKAVNq7NOhQjtAohAspcZWHaoH308CYUwspYKl1NiuQ+lpSCilAqXULiNZnX0BIikVJKWWiMFGf0EiKRUkpXYYycZ3dCCSUkFSainjs4BQSgVKqV1GBmcBkZQKklKLTM4CQikVKKUuy1H4WUAopQKl1GLjs4BISgVJqcUnZwGRlAqSUksbnwUEUiru6VF3k7OAbeuB+3rUND4L2M4euLVHzeOzgG3ugbt7BKMMzgK2wcdqh48ehHzKYaWbfEAUBqMY356EbfSBO30Eo/AJf5Vt9oG7fQSj2GCbEhKGuONHVxGaFqqyLT9wz49AFBM21auybT8AUWogiimtgCBKBUSpgSiH/DisAhKGgCg1EMWcTX2tBFEqIEoNRLHGe0DiEBClyuyOTBClAqLUQBSn6S4qUZQKilJDUTzxr0DiEBSlhqJ45j8iiUNglBqM4oX3gEQiMErtMJK90mdrIikVJKV2GMku9EckklJBUmpIiiv9DYikVJCUqnk8Al6JpFSQlBqS4vxcIJJSQVJqSIo7r4BEIkhK1YhE/nhNJKWCpNQOI5lPEqlEUipISg1J4ZNEKpGUCpJSu4xkPsujEkqpQCm1y0hu/KJOKKUCpdSgFD5LoxJKqUApNSil8f2nCKVUoJRq4wmwlUhKBUmpHUbyIf/N+j2TQEoFSKkBKY0u6agEUipASg1IaXy8h0BKBUipASl8kkclkFIBUmpACv0BSBCCotSOImy1fyWEUoFQaheRsqOrOSohlAqEUruIlB0/iQihVCCU6pOs6ZUQSgVCqV1Eyo6fhYRQKhBK9UnqkEoIpQKh1C4ihU9xqYRQKhBK7SJSdiwJViWCUkFQageRwme4VCIoFQSldhApfIZLJYJSQVBqB5HCZ7hUIigVBKV6BOJgRzkSiCAotYPI4EJEAKUCoNRYjjIYsiOAUgFQavcQmoGoEj6pwCe1c0jhM3Qq8ZMKflI7hxQ+Q6cSP6ngJ7VzSEn8VCZ+UsFP6mTjkkr4pAKf1GaTixHhkwp8Utts0JDwSQU+qbEehWZBqoRPKvCJdA0pic6WE8InAnwiMz4RwicCfCITPhHCJwJ8Ip1DSuIbFRI/EfAT2UUYsqF3IXwiwCeyG18LheiJgJ5Ix5DCZ1kJ0RMBPZGOIYVPcxKiJwJ6Il1DCp+lJIRPBPhEOoeU5ORVWwifCPCJpAniCeETAT6RziElNfaGJMRPBPxElmxePIwJoAgAinQPKXyOkBBAEQAU6R5SeDJ5IYAiACjSQaTwOUJCBEVAUKSLSOFTfIQQigChSCeRwqf4CDEUAUOR5GNGE2IoAoYinUQKnyMkxFAEDEU6iRQ+R0iIoQgYinQT4RmdhRiKgKFILEnh8/WEIIoAokg3Eb68TYihCBiK5MmqeSGGImAokiMO+dWEIIoAokhsajL4CUkYgqFILEgZ/YQkDAFRpJvI6CckUQiGInky4VAIogggipRhTnUhhiJgKBIbn/MUs0IMRcBQZNn8nG9HSwxFwFBk2QCdXw0JogggisQm6HyamRBFEVAU6ShC88oLMRQBQ5Gi44kxQgxFwFAkDIVPjBGCKAKIIrElesm8AhKFgCiybG/Cb6pEUQQURWI5yuCeSBRFQFGkq0jhM/WEMIoAo0hnkdFvQBxFwFEksnrx/IxCHEXAUaRGHA52siZxCI4inUUKn+onxFEEHEU6ixQ+1U+Iowg4itTZ5ZA4ioCjSCxHoVO0hECKAKRInV0OCaQIbqDeXaQUfkdhe6jjJuoSgUgdRNg+6riRukQgNrZaV9he6riZeneRUtmidWHbqeN+6lLHb5rCtlRf7ane47DSrM1Ct1WHOOwsUmrmPwGJQ9xbvbNIqfxqwLZXx/3Vw1E4jAvbYh33WJdJhjlh26yDo0g4CodtIY4i4Ciik9kNQhxFwFGks0ip/HpEHEXAUUQjEPl9iTiKgKNIOAq3dSGOIuAoohGJ/IJGHEXAUUQjEuncZSGOIuAoohGJ/PmIOIqAo0g4Cp2rJoRRBBhFuoqUSpfeC2EUAUaRriKFT5gUwigCjCKWJndWwigCjCKxImUQR8RRBBxFuosU4U94BFIEIEVim3a6eYwQRxFwFOksUoS/LxNHEXAUsfHooRBGEWAUCUbh91UCKQKQIjYZPBRiKQKWImEpwq/IxFIELEXCUoRfjYilCFiK+Gz0kFiKgKWIT0YPCaUIUIr4ePK1EEkRkBQJSRH+eEckRUBSJCSF5xwVQikClCJBKcIfjgilCFCKBKXwnKNCKEWAUiQohc87FUIpApQiQSk85acQShGgFOk0Uni+SyGWImAp0mmkKL8WEEsRsBTpOFJistFqAJJoioCmSKT24i8qBFMEMEUCU5SfigRTBDBF2mShqBBMEcAU6TgyuB4TTBHAFGmTFHNCMEUAU6TbSOH5KoVgigCmSMeR0TcgYQiYooEpVAKUWIqCpeguopBeC5RYioKl6C6ikF4LlGCKAqZoYArP9qgEUxQwRQNTlF4LlGiKgqZoaAqfvquEUxQ4RYNT+MxHJZyiwCkanMJnPirhFAVO0eAUPvNRCacocIoGp/CZj0o8RcFTtPNI4YkGlXiKgqdoeApP1KfEUxQ8RTuPFJ6gS4mnKHiKhqcYj0TiKQqeouEpxiOReIqCp2h4Ck9vpcRTFDxFw1OcRyLxFAVP0fAUnt9KiacoeIp2Hik8v5UST1HwFA1P4emplHiKgqfosj88u60p4RQFTtHOI8VZukQlnKLAKdp1pDgPZMIpCpyikeGL35WUeIqCp2jnkcKzWynxFAVP0TzZnkKJpyh4inYf4fkTlHiKgqfo4ik0W58ST1HwFM0RhvxcJqCiACqaJynZlYCKAqhoF5Li9IVbCakokIoGqfC5m0pIRYFUNEilsayRSkRFQVQ0RKVl+nkShgAqGqDS2IZhSjxFwVO0yHgEVImoKIiKdiApfOanElFREBXtQFKasBFMJaKiICoaonKYuUl+AhKFACq6rEqhI19KQEUBVDSWpfBJ0EpARQFUNEClsXEnJZ6i4CnaeYTulqxEUxQ0RWvEoLPEo0o0RUFTNDZJ4UkvlWiKgqZobJLChzyUaIqCpuiyWzwdcFCiKQqaojWikD9WEE1R0BTtOlJ3TCaVaIqCpmjHkcrnryrRFAVN0Y4jlSdIU6IpCpqiHUfqji2sUYIpCpiiMsmqpARTFDBFO47UHb+UEE1R0BTtOFJ3NNWfEk1R0BTtOFJ3bBK4EkxRwBTtNlJ3dAhbCaYoYIp2G6l89qkSTFHAFO02MuAcJZiigCkqEYf8RCCYooApqrvJH4FgigKmqKbxH4FYioKlaKeRmuhWrkosRcFSVMvkr0gsRcFStNNI5RNYlViKgqXoYimDHpBABEvRWJNCF7sqoRQFStFYkkIXuyqRFAVJUZ2YnhJKUaAU1YnpKaEUBUrRWJFCF7sqkRQFSdFYkMJNUImkKEiKhqTQxa5KIEUBUjQWpAweSwikKECKWkQhf80kkqIgKRorUuhqWSWQogApGgtS6GpZJZCiACkakMJVVYmkKEiKdhipfA6xEklRkBTtMFITvyMRSVGQFO0wUvkkYCWSoiAp2mGk8knASiRFQVLU42pI1yUpoRQFStGgFL63ghJLUbAU9YhDmlJKiaUoWIr67E2ZWIqCpWhsk0JT+yuhFAVKUZ+9KRNKUaAU9QhEflMllKJAKRp5vfj1nEiKgqRopPXi13MCKQqQopHVi2e4UwIpCpCikdVrcEMgkKIAKdommQ6VSIqCpGir4xsCgRQFSNHI6jW4IRBIUYAUjaxe/IZAIEUBUjSSeg1uCARSFCBFI6kXv54TR1FwFI2cXvx6ThxFwVFstxtfz41AigGkWHeRmun0CCOQYgAp1l2kZvambMRRDBzFOovUTKdXGHEUA0exziI108xuRhzFwFGss0jNdLMiI45i4CgWjsJnnBlxFANHsXAUPuPMiKMYOIp1FqlZ6B9hHYYGjGLBKPwVxwijGDCKdRWpfDGAEUYxYBRb9kmhpmqEUQwYxbqKcJE0oigGimIdRczJiWzEUAwMxVJEIR27NmIoBoZiYSh8zM6IoRgYiqVZFBJDMTAUS7MoJIZiYCiWJlFICMWAUCxNZr8aIRQDQrEcUUhf9Y0YioGhWI6rIX2oMIIoBohi3UQqn81vBFEMEMW6iVQ+m98IohgginUTqTxprBFEMUAU6yZS+VR0I4higCjWUaTyieBGFMVAUayjSOUTwY0oioGiWEeRyieCG1EUA0WxjiKDWdBGFMVAUSwUhRuAEUUxUBTrKFILm61lBFEMEMUCUQZXdKIoBopikduLj8AbYRQDRrESgchPRuIoBo5ii6PwPwJxFANHsXCU0R+BBCI4ioWj0KnoRhjFgFEsGGVwSSaOYuAoVtrkkkwcxcBRrLPIKAyIoxg4itWIQ35FJJBiAClWJ6v0jFCKAaVYl5Fa+RMqoRQDSrE6WaZnhFIMKMW6jNTKr8mEUgwoxYJSRr8BCUSgFOsyUitLJGJEUgwkxZYd5wc/AQlEoBQLSuErEoxQigGlmEx2qDBCKQaUYrHj/OArEEsxsBTrNFL5egAjlmJgKbbsOD/4CiQQwVJMZoFILMXAUiwspfIbI8EUA0wxmQUiwRQDTLHAFL4iwQimGGCKySwSCaYYYIoFplT+oE0wxQBTLPZK4aMeRjDFAFMs9pynuywbwRQDTLHYKoXvamkEUwwwxbqNDLZpNoIpBphisec83xbTCKYYYIppBCK/txNMMcAU6zhSeR5sI5pioCmmk6V6RjjFgFNMZ4FIOMWAU6zrSBX+qE84xYBTrPNI5cs6jHiKgadY55HKl2UY8RQDT7HuI/WQRGB9WyGeYuAp1nmkHlJxr88EwikGnGI2yYRthFMMOMVMhr5uhFMMOMVssmOPEU8x8BTrPFL5ogYjnmLgKRaeIjS3kBFPMfAUC08RihFGPMXAUyw8hQcB4RQDTrHgFKHj2EY4xYBTLDhF6IwzI5xiwCnmk4zsRjjFgFMsOEX5IybhFANOsa4jgxOBaIqBplhskzI4EQinGHCKuY1PBKIpBppioSlKZ58a0RQDTbGuIzwRhBFNMdAU6zrCZ14a0RQDTbE2ezwkmmKgKdZxhCe1N4IpBphi3Uaq0rlCRjDFAFMs9kjhE7aMaIqBpljHkap0EzwjmmKgKdYmM76McIoBp1jXkcpX1hjhFANOsRZhyC+nxFMMPMW6j1S+LsQIqBiAincfqXxdiBNQcQAVD1Dh60KcgIoDqHiACl8X4kRUHETFQ1T4uhAnouIgKh6iwteFOBEVB1HxEBW+LsSJqDiIincgqUbzADsRFQdR8Q4kla8LcSIqDqLiXUh4ykEnouIgKt6BpPJ1JU5ExUFUPESFrytxIioOouKxMIVPQXUiKg6i4pHoi99WnZCKA6l4ikDk5xJBFQdU8UAVvrLFCao4oIqnCER+LhFUcUAV70ZS+coWJ6jigCrejaTylS1OUMUBVTw2S+ETgZ2oioOqeKiKZXZnc6IqDqriHUn4ndEJqjigiudJFlgnqOKAKp4nGeecoIoDqnigCl8d5ARVHFDFA1WcPSM7MRUHU/FlsxQ218QJqTiQigepeGVDBk5IxYFUPI8nHzoRFQdR8RAVZ7TnBFQcQMWXvVLoXBUnoOIAKt59pDqbwerEUxw8xWPbeT7q4wRUHEDFY7MUOtfFiac4eIove6XQuS5OPMXBUzw8xY3+AiQGgVN82SyFzZVxoikOmuKR54vPlXGiKQ6a4steKWyuixNNcdAUj13ndxRDnGiKg6b4siqFTpZxoikOmuI1gpDfj4imOGiK18ksByea4qApHprC5+050RQHTfE6WaTnRFMcNMVDU/jEPSea4qApHpriLGWfE0xxwBTvNlLbjn6ehCFYikeSr8FjDcEUB0zxOk5p48RSHCzFw1L43gROLMXBUnxmKU4sxcFSPJal8D8BoRQHSvHZshQnlOJAKR7LUvjuCk4oxYFSPChl9BOQKARK8aCURl+WnVCKA6W4TIYOnVCKA6V4UApf5eeEUhwoxYNSRr8BCUSgFA9KGf0GJBCBUnyhFP4bEEpxoBSPdSl8iwonluJgKR6bpfAHK0IpDpTisVcKfy4ikuIgKb6k+OLPNURSHCTFY9P5wXMJkRQHSfFlWQp9LiGQ4gApvixL4c8lBFIcIMWXdSn0uYI4ioOjuE7WijpxFAdH8WVZCn2uIIziwChuk0xzThjFgVE8GKXxV3XiKA6O4su6FBrFxFEcHMXDUXgUE0ZxYBRfVqXwKCaO4uAovjgKj2LiKA6O4su6FBrFhFEcGMWDURofaiCM4sAoHvvND04DwigOjOKx3zw/DQijODCKx3bzg9OAMIoDo7hP1ug5YRQHRvHYbp7OZXeiKA6K4rHbPD8PCaI4IIoHovA1gk4UxUFRPBRlcCITRXFQFA9F4fsFOWEUB0Zxn92SCaM4MIp3FhkMOxJGcWAUb7M7MnEUB0fxFndkPmJGHMXBUby7CE9J7sRRHBzF22SWjRNHcXAU7yzCJcoJozgwikd2r9FPSMIQGMW7isiOjxkSRnFgFA9GGYx+E0ZxYBTvKiJ84bsTRnFgFO8qMho7JoziwCgt9prnL1mNMEoDRmldRYTv/NQIozRglNZVZDBu2gijNGCUFpvN83HTRhilAaO0riJ83LQRRWmgKC3ye/FMLI0oSgNFaTsdD7w2oigNFKV1FBkMvDaiKA0Upe0iEOm0wUYYpQGjtK4i/GrSiKI0UJSWJq/KjShKA0VpKeKQvqU1oigNFKV1FBG+f1cjitJAUVqajNg0oigNFKV1FBG+AVgjitJAUVpHkcEfgSBKA0RpaTLrsBFEaYAoLU3yHTaCKA0QpaWIQzpJphFEaYAorZuI8CQSjSBKA0RpseN8obNkGlGUBorScgRiYzl0G1GUBorSOopIopNcGlGUBorSFkVho0aNIEoDRGkdRYSncGhEURooSusqInz1fSOM0oBRWlcR4YvXG2GUBozSOosIX7zeiKM0cJTWXUT44vVGIKUBpLTuIsIXrzcCKQ0gpZXxRJtGIKUBpLTuIsJ3wGoEUhpASisRh/xUIpLSQFJahxHhK78bkZQGktLKZPCwEUppQCmt08jockIspYGltDIZPGzEUhpYSus2InwPrUYwpQGmtDJ5U2kEUxpgSiuTxXqNYEoDTGndRoTv4tUIpjTAlDbDlEYwpQGmtDpeMtqIpTSwlFaHS0YbkZQGktJm61IakZQGktK6jAjfxqwRSmlAKW22LqURS2lgKa3ObszEUhpYSus2InwjtUYwpQGmtDrZuqcRTGmAKU0mW/c0gikNMKV1HBG+lVsjmtJAU1rsmEK3BGwEUxpgSot1KYOfgGBKA0xpsWMK3xKwEUxpgCmt28jwNySBCJjSuo0I34yuEUxpgClN4nrIb4sEUxpgSus2MnjnbgRTGmBKk8krcyOY0gBTmsb1kN9YCaY0wJQW61IG79wEUxpgStPZKzPRlAaa0nT2ykw4pQGnNJ28MhNNaaApTSdJDxvRlAaa0nQyBbYRTmnAKU0jEPnTDeGUBpzSdHZjJp7SwFOazm7MxFMaeEqzCET+fEVApQGotAVUGGc04ikNPKUtab4YZzTCKQ04pS2cQjmjEU9p4CnN6pgzGgGVBqDSFlBhnNGIpzTwlLak+aIa0YinNPCUtngK04hGPKWBpzTzsUY04ikNPKXZOLFNI5zSgFOaTxLbNOIpDTyldR4RnomhEU9p4CnNx7TcCKc04JTmY1puhFMacErzCS034ikNPKX5hJYb8ZQGntJ8TMuNcEoDTmk+oeVGOKUBpzQf03IjmtJAU5pPaLkRTmnAKa2NabkRTWmgKa1NaLkRTWmgKa3riPB0II1wSgNOaV1HpLCV441oSgNNabFZCt+8qhFOacApbcnxxf8GhFMacEoLTuH5SBrhlAac0mLreZpPvBFNaaApLTZLofnEG8GUBpjSuo2M/gQkCMFS0i42S6EJyZfC0xqO//OpijROhbGUrupIWEceZyhaSld1ZKyjDBOLL4WrKgpWUccBtZSu6qhYh4yTmyylqzoE69BhhvGlcFWFYhX9YZFnyllKV3UY1tHfoHmynKV0VYdjHRGh9O1pKV3VgUHa4UQK1fulFOtIGKWBLTxlzFK6qgOjdFm1ouRteilcVYFBmiZ5EZfSVR0YpYEuPG/KUrqqA6O0O4rwzCdL6aoOjNKwF5qsYClcVYFR2jFFePqTpXRVB0ZprGLhKQuW0lUdGKWxkIVnLVhKV3VglHZVkUqHzJZSrCNjlIbE8FwoS+mqDozSZe/6wXchGnP8n0919Fs733h7KV3VgWEaJsMziiylqzowTINleE6QpXRVB4ZpyAzP6rGUrurAOA2c4UkpltJVHRin4TM8L8VSuqoD43RJHkYzWi6lqzowTru6CE8usZRiHQXjNKSG55dYSld1YJwG1vAUE0vpqg6M0/AavnfmUrqqA+O0C4zw7TOX0lUdGKehNjxXw1K6qgPjtDuM8D0ol9JVHRinYTd8G8qldFUHxmnXGOFJF5bSVR0Ypx1khG9GuZSu6sA4DcTh+1EupVhHxTgNx1GaD2cpXdWBcdppRpRloV0KV1VgmEaeMb7Gbild1YFh2oVGlD3qL4WrKjBKA3WULTVcCldVYJDWyWzcpXRVBwZphxpRmhR3KV3VgUEauKP03XEpXdWBQdq5RpTmR1lKV3VgkEoE6eCEI8Zz/J9PdUyDlDDP8X8+1TELUiI9x//5VEW/lvLsAkvpqg4M0tjSZRToxHuO//OpDpkEOhGf4/98qkIngU7M5/g/n6qwWaAT9jn+z6c6fBboRH6O//OpjjYLdII/x/+51BH8Mwp04j/H//lUR7/j89QRS+mqDgzSbjrKEsksZasaMEY76gxmKi2lqzowRmNdjQnjuKV0VQfGaLedbDqogwWpYpB23pHDe8uaRpfSVR0YpbHC5jDPgPaDRalilMYiG6O5UJfSVR0YpbHQxtqgHyxKFaPUJsnzllKswzBKg4ec7ga/lK7qwCgNIvLEvwtBouP/fKqjD9B75r8pcaLj/3yqo8epUzZeSld1YJwGFnnlMUa46Pg/n+roQ/Uug9+UxalhnHYD4jPDlsJVFRimXYHE2FDrUriqAqM04Mh18FdhUWoYpT5ZBbGUYh2OURrrcUZDhASQjv/zqY6I0sGZTxDp+D+f6ogo9UEdLEodo7TLkPB8PEvpqg6M0tCk0QMQ4aTj/3yqQycPQESUjv/zqQqbPbwQVDr+z6c6fPLwQlzp+D+fquh3fL5x9VK6qgOjtO0mD0BEl47/86mKSVaLpXRVBwZpENPoAYgY0/F/PtVRZg9AxJmO//Opjjp7ACLUdPyfT3X0x1Ke9mkpXdWBQRrexDM3LaWrOjBKWzyYJvoURczp+D+fqoj8pJnkHl8KV1VgkAY82egXZUGK9pRiIU9hWUeWQqgioT2lXRrvdrWUrupIWEeM6ld6FUzMnhLaU+qSlCu9+iRmTwntKe1iYgjbY3spXFVRsQoZ+0Ri8pRQnlLIUzyjrx4YEqOnhPSUuiPxhYZL4aoKwyp8nItkKV3V4VhHG89ZW0pXdWCIptkzaWLylFCe0rL9DMv0vxSuqsAQjYU+RieFL6WrOjBEOyPxtYtL4aoKDNFUhxuzLYWrKjBEOyINElQvpas6MEZjNxq6G/1SuKoCQzTciWd/W0pXdWCMxsIfngBuKV3VgTE625ZmKV3VgTGaYx1aoT8HY6eE7JQijRpPvLOUrurAGI01QDyd3VK6qgNjNNiJZ7RbSld1YJAGO/GEbEvpqg6M0mAn549gibFTQnZKwU7OnxcSY6eE7JS6IY3ukEydEqpTiuxqNHvvUriqAoM01gU5f2pJDJ0SolMKdHKOG4mhU0J0SoFOzsdaE0OnhOiUAp14mq2ldFUHRmkXpMG1mJFTQnJKZZKPdyld1YExGuTEl/Aupas6MEbLZEryUrqqA2M0yKkNzntGTgnJKQU5Db8Li1IkpxTkxFNfLaWrOjBKg5x47qilFOtAckrdj6QNrh2MnBKSU6rjgdLExCmhOKU6GyhNTJwSilOqs4HSxMgpITmlOhsoTcycEppTqrOB0sTMKaE5pQ5IxtaXLmWrGjBGIzXbYKg1MXFKKE6ptslQa2LilFCcUuej0VBrYuKUUJySzN7tExOnhOKUJE+GWhMjp4TklKRMhloTI6eE5JSkToZaEyOnhOSURCZDrYmZU0JzSqKTodbE0CkhOqUuSKOh1sTQKSE6pS5Ig6HWxMwpoTmlMCc+1JoYOSUkp9T9aDTUmhg5JSSnpJO8+0vpqg6M0kjiNhhqTQydEqJTikRug6HWxNApITqlQKfBUGti6JQQnVIXJOFZ/ZbSVR0YpYFOPCveUrqqA6M01iHxnGRL6aoOjNIuSMKTai2lqzowTDXu+INnOYZOCdEpxYKk1ug4VmLolBCdUhek4ZgJQ6eE6JRskhB9KV3VgXHaBUl3fKCBmVNCc0odkJRn91lKV3VgmHZAUp5eZyld1YFhuiR9G/0cLEzRnFIXJOUJYpbSVR0Ypp2Qxn9aFqaoTsmm41BMnRKqU4qNdAZvcQydEqJT6oKku8EwJ0OnhOiUuiApTzizlK7qwCj1iNLB1YOhU0J0Sl2Qhn8Whk4J0SktS5gGfxaGTgnRKXVC0t3gKsbUKaE6JY8wHVzFmDolVKfUDUl3g6Eoxk4J2Sl1Q9I0eI9j7JSQnVJHJOVpWJZSrAPdKXVEUp6JZSld1YFx2hFJeTKWpXRVB8ZpbLrDV20vpas6ME5jhRNfuL2UrurAOG3TOGXulNCdUuy+w1dfL6WrOjBOw534AuyldFUHxmlnJL4GeylcVYFh2iZJGZbSVR0Qpnk3ycuwlEIdGeUp7yJM+cNYZvKUUZ5yZ6TRw0dm8pRRnnKsehpcCjOjp4z0lDskKc8ctJSu6qhYxyxMM8OnjPiUdzp+gMnMnjLaU+6SpDyH0VK6qsOwjn41TXyELzN8yohPeYpPmeFTRnzKKa6m/M6QGT5lxKecIkzpwEdm+JQRn/Jsr56ldFUHRmmnJM07yj6Z6VNGfcrdkpQn9VlKV3VglMayp9EZx/gpIz/lNHs2zcyfMvpT7pikme7otpSu6sAw7ZikPL/NUrqqA8O0Y9LArTPjp4z8lDsmDS9AzJ8y+lPOaXbGMX/K6E8550mkM37KyE85l9lflvFTRn7KsZ0Pf1LPTJ8y6lPulKQ8689SuqoDgzRPg5TpU0Z9yt2Shl+FxSjqU84+eenIjJ8y8lPulqQ8gc9SuqoDg7RMcsYupVgH8lMusxeozPgpIz/lbknKcwktpas6MErLNEoZQGUEqFziWspfXDIDqIwAlYvMrmEMoDICVO6apDylzVK6qgPDdAGowTWdAVRGgMqRsm74m7I4RYDKJeKUv4RlBlAZASrX6cWUAVRGgMp1kqtpKV3VgXHaPWl06jOByihQuZbZ6cIEKqNA5c5JyhOtLKWrOjBM6/TBlAlURoHKnZNKzfT9KTOByihQuYOS8nQbS+mqDgzTOhuOysygMhpUrtMnU2ZQGQ0qd1Aa/m2ZQWU0qNxBSQt/z8/MoDIaVI70dqPfgxlURoPKMr2cMoPKaFA5styN4oMZVEaDyh2UlOciWUpXdWCcyvSuzwwqo0FlsenflsUpGlTuoqSD5BOZIVRGhMrSJkaZmUJlVKi8LHzic4czU6iMCpVDoXiWg8wQKiNC5Uh+N8hQkBlCZUSoHPnvBqv6M0OojAiVNS6ngycphlAZESpHGjyeQ24pXdWBYdpFqQ6ST2SGUBkRKuskPehSuqoDw1QjTAdPYwyhMiJU1liRz0k/M4TKiFC5i5KWwesPQ6iMCJVtloUnM4TKiFDZYtqJ89OFIVRGhMqdlOphyhoZw2EIlRGhciBUGTzQMYTKiFA5EKqynfyWwlUVGKU2SaS8lK7qwCjtoDS8MTCDymhQOfLlDQg7M4PKaFC5g5IO8qxkZlAZDSp3UdI6eN5nCJURoXIgVKXbwi2lqzowSgOh6uDmwhAqI0LlLkrDs5YhVEaEyl5nZy1DqIwIlbsoDc9ahlAZESp7PJzyUVNmUBkNKndQKrvBDYoZVEaDyh2USqVbqC6lqzowTDsoDU8XZlAZDSq3aZgyg8poULlNw5QZVEaDymFQh/Q3tA4WpmhQOTYsGiyMy8ygMhpU7qA0WI2RGUFlJKg8JajMCCojQeUpQWVGUBkJKrfpPZ8RVEaCyh2UdJBRKDODymhQOQxq9AzEDCqjQZXdbhIehRlUQYMqu9kEqcIMqqBBlV2EKR8JKsygChpUCYOqPD9bYQZV0KDKknqPpURdCldVVKwi7vl8MKkwgipIUGWnw8yqS+GqCsUq+gvUIM9TYQRVkKBKENQgR1NhBFWQoMqujZO8LqWrOjBKp+ufCiOoggRVUhqmel0KV1VgkHZP0kO6KXayMIIqSFAllXHG2KV0VQcGaarDpLFL4aoKDNI0yVm6lK7qwCDtnDTYjnEpXdWBURoCNci+VZhAFRSoknyYwnYpXFWBQRoAxbPYLqWrOjBIOyfpIAlYYQJVUKBKHucVXwpXVWCQ5nFq8aVwVQXG6AJQdAFnYf5U0J9KnqR2XkpXdWCM5kl256V0VQfGaB4neF4KV1VgiOZJjueldFUHhmgep3leCldVYIjmSabnpXRVB4ZoGSd7XgqxCuSnUib5npfSVR0YosFPg1R3hfFTQX4qpQxTHi+FqyowRksdZj1eCldVYIjG6iea+HgpXFWBEbpslMRPNkZPBempFBtnTy5MngrKU+mMNHoDLEyeCspTKW2SPbkweSooTyXkiWdPLgyeCsJTqWl2ojB4KghPpc7m6xcmTwXlqdQyzp5cGDwVhKcS8DTI51gYPBWEp9IVaXSiMHcq6E4l3GlwojB2KshOZdlGiUc5U6eC6lRCnQZRztCpIDqV2mZRztCpIDoV2c2inKFTQXQqXZBGUc7MqaA5lVj3NIpyZk4FzanEuqdRlDNzKmhOJcxpEOWMnAqSUwlyGmQcLYycCpJTEZ1EOROnguJUxCZRzsCpIDgVmYUo86aC3lRkGqLMmwp6U9FpiDJvKuhNRWchyrypoDcVnYYo86aC3lR0GqLMmwp6U9FZiDJuKshNJRLtDVYZFsZNBbmpdDtS4QO1hXFTQW4qGq9LPCluYdxUkJtKcJPwVc6FcVNBbirdjlQ5nRXGTQW5qQQ36eBtmnFTQW4q3Y5U+ShrYdxUkJtKcJMO3tsYNxXkphJrnnTwRMu8qaA3lfAmHdzsmTcV9KYSifZEaKgzbyroTaXjkergasy8qaA3lVjzNEhHW5g3FfSmYpNdwpbSVR0YprHmKdHEFYVxU0FuKtNEe4VxU0FuKsFNg5S2hXFTQW4q3Y5GVFQYNxXkphJrngbJUwvjpoLcVGLN0+j+xLipIDeVbkcDnC1MmwpqU/HZVKjCuKkgN5XYvGl0b2HcVJCbSix5ssEIKeOmgtxUfGb3hXFTQW4q3Y6GfxbGTQW5qXQ7GgheYdpUUJtKp6OR4BWmTQW1qbQyEbzCtKmgNpU2mwlVGDcV5KbS7UiNY3Vh3FSQm0pwE8+SV5g2FdSmsmgTzZJXGDYVxKayJNrj6ekKw6aC2FS6HOkgwWZh2FQQm2oseBqkuKsMmypiU12wiWbdqsyaKlpT3U32z6mMmipSU+1uNNDMyqSpojTVWO1kNF9WZdJUUZrqstiJp6erTJoqSlPdzebqVUZNFamp7mZJyiujporUVCPVHk9PV5k0VZSmuosQ5Q9hlUlTRWmqscfTIMVdZdJUUZpqd6NBirvKpKmiNNVY7MRT3FUGTRWhqcYWT4MUd5VBU0VoqpFpb/DwU5k0VZSmuqTa43HOoKkiNNVY6jTIC1cZNFWEphrQNMh5Whk0VYSm2tmIb2O9FK6qwBjtajTYiHopXdWBMRrQZPwJvTJoqghNtbPRYVUxGcWvDJoqQlNdNnjiD+iVSVNFaap5kg2yMmmqKE01T2OUSVNFaaqx1Mn4+0pl0lRRmmp3o+EvymIUpalGnr3hL8piFKWpdjca/qIsRlGaap5lg6xMmipKUy0Ro/yVpzJqqkhNtaTZz8GoqSI11aAm44MdlVFTRWqqHY5qpchTGTVVpKYaC52cj5dUZk0VranGQifn4yWVYVNFbKplNpm0Mm2qqE2125EOMltWxk0Vual2O8rCn0gr46aK3FRjoZPz2XGVcVNFbqodj3SQHbMyb6roTbXjkQ7yUlbmTRW9qcZCp8w3VKvMmyp6U43dnXIZ1MHiFMGpdj2qWWioM2+q6E21RpgO7k4MnCqCU+18VHd8WK8ycaooTjUWOg3SdFZGThXJqdZZ/ufKzKmiOdU6vZoyc6poTlV2swcgZk4VzanGQqdBytHK0KkiOtXY3mmwA2pl6FQRnWoXJB0k2awMnSqiU+2EpG1wOWXqVFGdaqhTG1xOmTpVVKfaDUnbIE4ZO1VkpxoLndrgMsbcqaI71VjoNEjJVhk8VYSn2hWJJ/usjJ0qslPthqSDpG6VsVNFdqqxv9MgYWhl7lTRnWq40yBhaGXuVNGdarjTIGFoZe5U0Z2q1knC0MrgqSI81WWHJ570rzJ4qghPtSvSKN1nZfBUEZ7qssMTT/dZGTxVhKeqPhsmYPBUEZ5q7PA0gLjK4KkiPFXbTdJ9VgZPFeGpLjs88XSflcFTRXiqyw5PPLVTZfBUEZ7qssMTT/dZGTxVhKe67PDE031WBk8V4al2Rhqk+6wMnirCUzUdp/uszJ0qulM1m6T7rMydKrpTDXca3a+ZO1V0pxo7PA1koTJ4qghP1XeTdJ+VwVNFeKqxw9Mg3Wdl8FQRnmqscxqk2awMnirCU+2KVIVv01IZPFWEpxrrnAapOiuDp4rwVH3Co5XBU0V4qj4dL2XwVBGeauzwJJV3g0UpulP1eIFSft4zd6roTrUj0iC7QmXsVJGdaqxyanw+QmXsVJGdaqxyalwlK3Oniu5UOyINMrpVxk4V2anGIqdBRrfK2KkiO9VuSKOMbpWxU0V2qt2QbMdFsTJ2qshOtSOSDfKnVuZOFd2ptki7s6NBytypojvVjkg2SMFamTtVdKfaEckG6VMrc6eK7iQdkWzHH4+FuZOgO0lXJNtRdxLmToLuJF2RbJByVBg8CcKTxBonPgQtDJ4E4Ul2s10fhMmToDxJZ6TRMLYweRKUJ9nNdn0QJk+C8iSxx9Mg86kweRKUJ+mONNjHR5g8CcqTdEZyOkAozJ0E3Uk6IuXG3UmYOwm6k6QIUf6GLwyeBOFJUsQovxgLkydBeZLOSDZI4SpMngTlSToj2SCFqzB5EpQn6Y5kgxSuwuhJkJ6kO5LTDQyFwZMgPElXpOHpxuBJEJ6kM5INEskKkydBeZLY42l0ujF5EpQn6Yxkg2yjwuRJUJ4k5CnxFafC6EmQnqQ7kg3SawqjJ0F6kjxLrCvMngTtSfIssa4wexK0J8mzVc3C7EnQniTsKQ0ugwyfBPFJAp8GK6OF4ZMgPkmOOB1cgZg+CeqThD4NEvwK0ydBfZJOSYPHQWH4JIhPUiJMBxdChk+C+CRdkiwPLoQMnwTxScrssVSYPgnqk5TZY6kwfRLUJ+mUZIO0p8L0SVCfJNLs0fcNYfYkaE/SIcny4JLO7OnoP5/q6EE6SFgqzJ4E7Ulil6fBMKUwexK0J6m7yTClMHsStCeJtU6DYUph9iRoT9IhaTRMKcyeBO1JapkMUwqzJ0F7kmWfJz5MKQyfBPFJln2e+DClMHwSxCepOhmmFIZPgvgk1SbDlMLwSRCfJHZ6GgxTCsMnQXyS2OlpMEwpDJ8E8Ulip6fBMKUwfBLEJ5E0GaYUhk+C+CTLTk98mFIYPgnik3RJGgxTCrMnQXsSqeNhSmH0JEhPInEtHTxGMXoSpCfpjmSDdLTC6EmQniRWPFVOccLoSZCeRHwy5CqMngTpSWRGpMLwSRCfJHZ6Ggy5CsMnQXwSTZMhV2H4JIhPEvg0GHIVhk+C+CRdkmyQnlcYPgnik3RJGk2eEYZPgvgkKrNHdYZPgvgkOptxIgyfBPFJNO76g8dbhk+C+CRTfBKGT4L4JF2SbJAmWBg+CeKTdEmyQXpeYfgkiE9iMXlv8FzJ8EkQn6RLkhXO38LwSRCfpEuSFc7fwvBJEJ+kS5IVzt/C8EkQn6RT0mETeDKAw+xJ0J6kS9Lh8YVM3hNmT4L2JB2SbJBsVJg9CdqTdEiyQWZMYfYkaE/SIckO2STpD8qCFO1JOiTZIKecMHsStCfxCFJOA8LsSdCepENSSnQMWhg9CdKTdEdKKdHgYPIkKE/SGSk53Z1AGDwJwpNEgr1UeRUsRBGexGN+6eBmzeBJEJ6kM5LxdJTC4EkQnqQrkg1SOAqDJ0F4ks5INsiNJ0yeBOVJOiO1Sv+szJ0E3Uk6Itkgu54wdxJ0J+mKZIckkLQOFqEIT9JiLcngpGfwJAhPsmTXGzwxMHgShCcJeKqDk57BkyA8ScBTHZz0DJ4E4Uk6IzX+h2UhiuwkwU6jx1rGToLsJMFOwmeYCWMnQXbSWO40GLpRxk6K7KTBToOUY8rcSdGdNNxJ+OmmzJ0U3Ul3ZTKEpAyeFOFJuyKZ8BNOGTwpwpN2RTLhJ5wyeFKEJ+2KZMIfa5XBkyI8acDTIGeFMnhShCfdzSZBK5MnRXnS3WwStDJ7UrQn7ZBkwh+vldmToj1p2NPgnFNmT4r2pGFPo78LsydFe9KwJ+GP6MrsSdGeNOxJ+CO6MntStCcNexpcP5TZk6I9aackU/6Yr0yfFPVJk82uH0yfFPVJQ59G1w+mT4r6pKnNzn2mT4r6pKFPo3Of6ZOiPmnok/LHF2X6pKhPGguf+KJeZfikiE+6ZNiji3qV2ZOiPWns8DTYrEqZPSnaky72NLgCMXtStCddtnjii3qV2ZOiPWls8ZT4Y4Mye1K0J80+XhisjJ4U6UmXhU90YbAyeVKUJ+2ONFgYrEyeFOVJY9nTYNGBMnlSlCcts83ylMmTojzpssETHzFRJk+K8qQhT3xVrzJ4UoQn7Yo0WNCmzJ0U3Ulj1RNfTasMnhThSYtNVtMqgydFeNIym1mqDJ4U4UlLG6+mVeZOiu6kdbaYRJk7KbqT1riMcodT5k6K7qQdkUZZxZW5k6I7aS2zCxhzJ0V30jrJTK6MnRTZSaebOyljJ0V20hp3e86SythJkZ001jwN9rdUxk6K7KTdkEwHd1nGTorspLHmaTCXQBk7KbKTyizxjjJ2UmQnlQhT/mqtjJ0U2Um7IdkgH5IydlJkJ+2IZIN8SMrcSdGdtCuSDZIIKYMnRXjSgKdBAiBl8KQITxrwNMh4owyeFOFJxWa3OAZPivCk4rPLGIMnRXjSrkg2SPGiDJ4U4Ul1N173rcydFN1JdbbQWZk7KbqTxuZOo9OFuZOiO2m40yDHizJ3UnQnjc2dRpcg5k6K7qThTja4FDJ3UnQnDXfa8T23lLmTojtpuNMgoYgyd1J0J102d6KPlEydFNVJI9fe4FrK0EkRnTTQyQZv1gydFNFJA52Mu4IydFJEJw10Mr5+VBk6KaKTBjpRElBGTorkpEFOxveXUkZOiuSkQU6DvALK0EkRndRm6/KUqZOiOmmo0yCxgDJ1UlQnDXUaJBZQpk6K6qSxs9PgF2UxiuakHZBKHZywzJwUzUl9tipPmTkpmpN2QTLnS/GVoZMiOmknJBuNyjF1UlQn7YZkPngOY+ykyE7aEcl8cN4zd1J0J+2INJq6o8ydFN1JuyIlPtrB2EmRnbQbUtrxF0mmTorqpKFOg8QEytRJUZ207SZqrsydFN1Jw50Gaq7MnRTdSVvkixic9sydFN1Jw50GCRKUuZOiO2m40yCpgDJ3UnQnDXfywUMpcydFd9JwpzZ4KGXupOhO2h3J2uBhkNGTIj1p0FMbPEExelKkJw16aoOnH0ZPivRkCz1RRTMmT4byZCFPg5wCxuTJUJ4s5GkwucOYPBnKk0WqvUFWAWPyZChPFvI0WMNqTJ4M5cl240kmxtzJ0J1sN5lkYoydDNnJgp0GkzuMsZMhO9nOJ5M7jLGTITvZrk0mdxhjJ0N2smCnwYJeY+xkyE4W7NT49ccYOxmyk6XJJBNj6mSoTpYmk0yMoZMhOlmaTDIxZk6G5mRpMsnEGDkZkpOl2SQTY+RkSE6WJpNMjImToThZiNNgSbAxcTIUJ+t85IN1tMbEyVCcLMRpMFHFmDgZipN1PuITVYx5k6E3WdcjH6zmNQZOhuBknY98sBTXmDgZipPlOpkwY0ycDMXJskwmzBgTJ0NxsljtNJioYkycDMXJsk0mqhgTJ0Nxsu5HPliabIycDMnJchuv5zVGTobkZB2QfLC62Zg5GZqTdUDy3eAmy8zJ0JwsVjvxgTBj5GRIThbkNBgIM0ZOhuRkZZYP0pg5GZqTdUHywUptY+hkiE5WJvkgjaGTITpZmeWDNIZOhuhkU3Qyhk6G6GQlLqWDOzVTJ0N1shpROrhTM3UyVCerEaWD2wJTJ0N1sk5IPlicbEydDNXJ6mTvMWPoZIhOVid7jxlDJ0N0sgWdqFYbMydDc7JlYye6X40xcjIkJ+t+NEo8b4ycDMnJlp2d+H41xsjJkJwstnbi+9UYEydDcbJY6DTYr8aYOBmKk8VCp8EyFGPiZChO1vlosF+NMXAyBCfreuSD5fPGwMkQnKzrkQ+WzxsDJ0Nwsq5HPli4bgycDMHJuh41/jjJuMmQm6zbkQ+WrRvjJkNusuCmwWROY9xkyE0msyX4xrjJkJus45GnwZ2aeZOhN1nHIx8snzfmTYbeZBrX0cE9gXmToTfZ4k38Fsm4yZCbTCNIB7cVxk2G3GQaQTq4rTBuMuQmC24a3aoZNxlyk2mMktLdaoxpk6E2mU7v9sybDL3JNJKZDO6QDJwMwclsgqLGvMnQm8xmKGrMmwy9yWyGosa8ydCbrPORZ/5uz8DJEJwsEuwJf7dn3mToTbZs7ERTzBjjJkNusuCmwXRjY9xkyE0WCfaEDzEwbTLUJjMf52Azhk2G2GSxrdNguo0xbjLkJov0eoMEasa4yZCbLLhJ+I2aaZOhNlmnoyxOf1CGTYbYZF2OBskujFmToTWZz1JCGbMmQ2uyDkfDmxuzJkNrsg5HPkjvYMyaDK3JfPrSxLTJUJus29HonGfaZKhN5rM1zca0yVCbrNORDzJVGNMmQ22yNslbZgybDLHJuhz5YLm6MWwyxCaLTZ0GCcOMYZMhNlmXIx8seTeGTYbYZE1m0cGwyRCbrMuRc+w2Zk2G1mTLpk6D6GDWZGhN1iJIB09xzJoMrcnCmgb3aUZNhtTkQU2DX9SZNTlak+8mO+Y4oyZHavLd7FbvjJocqcl3cavnz7TOqMmRmjyy6xnfAc0ZNTlSk8e+ToPLsTNscsQmn2bXc6ZNjtrknY58sN7dmTY5apPvIkq5KDjTJkdt8kivN1jv7kybHLXJ02RivjNscsQm73LkA/x3hk2O2OSdjnyA/860yVGbPLSJ55Zxpk2O2uTdjgY5D51pk6M2ebcjL/zm5IybHLnJ0+ytyRk3OXKTR3495RrgzJscvcnT7LXJmTc5epOHNw3W/zvzJkdv8jy9ljJvcvQm73w0yp/mTJwcxcnz9GLKxMlRnDzEaZDLwJk4OYqT51kSE2fi5ChOvqxxGn0XFqcoTh5rnKzSW74zcXIUJ+985AO6dyZOjuLkOd6d+LQfZ+LkKE7e/Wj0GuiMnBzJyYOcBlMInJGTIzn5dJmTM3JyJCefLnNyZk6O5uTLMqdBfDBzcjQnX5Y58bnozszJ0Zw8zKkMbrbMnBzNycv0esrQyRGdvESc8tEwZ+jkiE7eBWkY6wydHNHJy+wFyhk6OaKT1914R1tn5uRoTt4BabQ5rzNzcjQn74A0MhJn5uRoTt4FSQuftOwMnRzRyWN3J77vsjN0ckQnj92dSht0g0UpqpN3Q1I+QcSZOjmqk9fZ+5MzdXJUJw91GuwR7EydHNXJ62yjB2fs5MhO3g3J6+DplrGTIzu5TKOUsZMjO7lMo5S5k6M7uUyjlLmTozu5zKKUsZMjO7lMo5SxkyM7ucyilLmTozu5TKOUuZOjO7lMo5S5k6M7uUyjlLmTozt5uNMg748zd3J0Jw93qnx4z5k7ObqThzvVwWsHcydHd/KuSF4Hj+oMnhzhyQOeBll7nMGTIzx5wNMga48zeHKEJ++KNDzzGTw5wpPrzPCdyZOjPHlnpNHO787kyVGevDPSaOd3Z/LkKE9uu9n5wujJkZ7cZtlKndGTIz25RZwOxpIYPTnSkwc91cEjIbMnR3tyizgdPM4xfHLEJ++U5DK4QzF9ctQnt8l0KGf45IhPbrORfWf65KhPPt3dyRk/OfKTd0tyGVwKGT858pP7BEid6ZOjPrnPgNQZPznyk/v0RZ/5k6M/edckl8FVnQGUI0C5T1/0GUA5ApTHYic+m8CZPzn6ky/+RN3HGT858pN3SxptOOyMnxz5yYOfZHCPY/7k6E8emzvxTYud8ZMjP3ls7jRYW+iMnxz5yWNzp8HaQmf+5OhP3jFpOKLF/MnRn7xFkA5u+cyfHP3J22xmqTN/cvQnb3EpHTw2MH9y9CdvswTlzgDKEaC8a5IP8pc5AyhHgPIAKBmMAjGAcgQob5PFzc4AyhGgWgDU4OdoDKAaAlTrnOSDtGGNCVRDgWqdk3yQNqwxgfr/WHu3Jcd1HV33Xeb1jA7xTPQb7GdYsaPCmVZmeQ2nnW07q0Z1x3r3HSIpmoR+aiLn2nc5zFGwLEE84AN+ECdQlAnUQPKLEIEiTqAo4aQ4kLgiRKCIEyiaduZSQgCKOICiKVNSvCwQAlDEARRlAOVxxQEhAEUcQFFW2VNwIiTEn4jzJ8r8yePJgxB/Is6fKNGk6HEpLiEARRxAUaJJWg1uBwJQxAEUJZqkcZEQIf5EnD+Ryk6K5w5CAIo4gCKVnRRvjwkRKOIEipQbFzkSAlDEARTl9k4DURVCAIo4gKIMoEZ3FPko50+UYNLYOZCTcv5EmT8NtF0I8Sfi/IkSTBr19ybEn4jzJ9Jqp783If5EnD9Rgkmj/t6E+BNx/kR6T76MEH8izp8owaRRj3BC/Ik4f6IEk0Y9wgnxJ+L8iRJMGvUIJ8SfiPMnyvxpoNtDiD8R50+UK54GejmE+BNx/kQJJsWA9RUI8Sfi/InM3iGfEH8izp8olzwFqKRGCD8Rx0+UWFIMsLaPEH0iTp8ooaQY8H6QEH0iTp8ooaQYBvMxok/E6RMZt5MOSYg+EadPlFDSoLkKIfhEHD5RIkl+wmKShOATcfhEGT6FwdKC4BNx+ES54ikM1gUEn4jDJ8oVT2EwISP6RJw+Ua54ioOXFtEn4vSJcsVTHLy0iD4Rp09k9wrzCNEn4vSJrB2nrRCiT8TpE9k9lk+IPhGnT5RYUoyDfSnCT8TxE2WdPXxqIUSfiNMnyjJ7AykkQvSJOH2ihJLiQGaGEH0iTp/ITTtiSIToE3H6RAkljbqhEaJPxOkTub0uZIToE3H6RAklKYM3hAg+EYdPlFX2Buo/hOgTcfpEuehpoNxDiD4Rp0/kspcOLgM5KadPlFCSXrQxoQ3kpZw+UUJJhFNdCcEn4vCJMnwaNIgiBJ+IwydKJEnBMkVC6Ik4eqKMnuJgnUXoiTh6osSRRm89Ik/EyROViqfBW4/IE3HyRJk8jd56RJ6IkycqCnsD/0LkiTh5ooSRhm89Ik/EyRMljDR86xF5Ik6eKNc8Dd56BJ6IgyfKjZ1Gbz0CT8TBEyWKNHzrEXgiDp4oqJ23HnEn4tyJcsnTIP+YEHcizp0oQaThzIG4E3HuRAkijWYOhJ2IYyfKNU+jmQNhJ+LYiRJEGswciDoRp06UEFIcyIYRok7EqRMlhOQHkVJC1Ik4daJMnQZyXYSoE3HqRIkheYdVLwhhJ+LYiRJD8m5wvkfYiTh2osSQvB+c7xF2Io6dKDEk7wdnc4SdiGMnSgzJ+8HZHGEn4tiJYl7tB0cFxJ2IcyfK3GkggUYIPBEHT5QoUhxIoBECT8TBE2XwNJBAIwSeiIMnShgpDiTQCJEn4uSJcuHTQAKNEHkiTp6I1E5uKCHyRJw8USZPoxgSIk/EyRNl8jTQUSNEnoiTJ8qVTwMNNELkiTh5ooSRRuoGhMgTcfJEmTx5gtMpAk/EwRPlyqfR+oTAE3HwRJSlnwNsu04IPBEHT0TZTQfTOiJPxMiTnqbspnBKLqO9jfbD1UZa8rGCWRnd2FDcRjrhY7msMrqxobmNVKBn4c60jG5sGG7Djl+XMrqxYbmN1O4By3aV0Y0Nx21kxQg4jZXRjQ3PbaQuZFgwq4xubARuI46jJmV0YyNyGwmQElyyy+jGBvfTzJ5gWkMZ5CYUd1OlxpGXMrqxwd00gSTCellldGODu2kCSdbBfWUZ3djgbppAksW7sTK6scHdNJEku1RRbKBPGdyY4F6aQJLFm7EyurHBvTSRJIs3Y2V0Y4N7aSl+ggtlGd3Y4F6aSJLFG7oyurHBvTSRJLtoC2wWlzLITWjupVqNo9hldGODe2kCSXZCiu1lcGOCO2niSBZvTcvoxgZ30sSRcElsGdyY4D6aMBKOx5fBjQnuo6W50+C1B+Cp/XC1EYb6BGVwY4K7qN4R3ymjGxvcRfWO+E4Z3djgLpogEmGpvTLKbRjuo4ki0eQQ4iijGxvcR3Pd02hhAeSp/XC1sVP3VEY3NriTJoxEWCevjG5scC9NGMkuqZDwfiA3NdxNTdYxi2hDWEY3NribZrG90TQI0FP74WojjvvelNGNDe6nue4JZ7uV0Y0N7qeJI41eOUCe2g9XE2rvlQPkqf1wtaH3XjlAntoPVxtJ3QRrD5bRjQ3upnYnu7SMbmxwN83oafRYAHpqP1xt7M6mAD21H6428r50cF4A7Kn9cLUR96YgwJ7aD1cbtHtPkZta7qZ7LZ7KKLfhuJ+6PJ0Ozj6APbUfrjbSxhRrQpbRjQ3up4kkEVbcK6MbG9xPM3yCWi1lcGOCu6nL3fIGxxbAntoPVxt+zz0AfGo/XG3s5OqX0Y0N7qZuJ1e/jG5scDdNKImwAGEZ3djgbppgEtboLYPchOdemljSQP6mjG5scC/12UsHmw/An9oPVxtm79EC/tR+uNrYnU0Bf2o/XG3sgPwyurHB3TTBJMJKiGV0Y4O7aYJJhJUQy+jGBnfT3OFJETwKAv7UfriaoJ2jD8BP7YfFRNjRMyuj3EbgXppg0ujAAPBT++FqIjvpYLkG+Kn9cLWRp9LBEgfwU/vhasPuOTrgT+2Hq40dragyurHBnTTsLvmAQLUfrjaykw6WOECg2g9XGzE1jEEShGVwY4I7aaJJVkNIWkY3NriXJppkNSSLZZTbiNxLE00aVBqW0Y0N7qaJJg0SCMvoxgZ306y7h3Uyy+jGBnfTvbqnMrqxwd10p+6pDG5McC9NMGnJBgDTD6BP7YerhZ1S5zK6scF9NKEk0oMtFKBP7YerjRyIgkSvjG5scCdNKMlOqCFIGeQmiPtoIkmEhQzL6MYG99FEkgir/5XRjQ3uozRW2C2DGxPcRRNIIqz+V0Y3NriL5hZPsJa+DG5McBdNIMniUpAyurHBnTSBJMICgmV0Y4M7ae7wNNijA/TUfriaSHtSLNxXRjc2mI+qxJEIS9WVUWZDcfSkpr1IlELoSXH0pKa9SJRC6Elx9KSmvUiUQuhJcfSkpuyleM+gEHpSHD2paW+9Vwg9KY6eVEZPOGyrEHlSnDypKexEGhQiT4qTJzXtHZ0UIk+Kkyc1ZTfF2w6FyJPi5Empac/FEHpSHD0ptVPnXEY3Nribqp065zK6scHdNHEkwiqEZXRjg7tp1t3DR0mFyJPi5EmpHXHIMrqxwb00caTRcVQh9KQ4elKl7AkH9xRCT4qjJ5U4EiHB8zK2scCdNFEkMnjPoBB4Uhw8qYSRCGsyllFug5Mnlbs8YTXEMrqxwZ00cSTCCoJldGODO6nOToqXOIXQk+LoSWX0ZPD6pBB7Upw9qcyezGB9QvBJcfikEkkirIhWRjc2uJdm+ITVzMroxgb30oSSCAs0ldGNDe6nmT6N3lpEnxSnTyqhpOEbh+iT4vRJZfqEZXzK6MYG91Ojx/tjheCT4vBJJZJEWAmojG5scDc1e2cnheCT4vBJmb2ovkLwSXH4pMzeEV8h+KQ4fFKJJBFWNSqjGxvcTc1eVF8h+KQ4fFJmL6qvEHxSHD4puxfVV4g+KU6flM1uOpgKEX1SnD6pTJ+8RmpCZXRjg/tppk9Y5amMbmxwP00oibDKUxnd2OB+mlASYTWhMrqxwf00oSTCakJldGOD+2lCSU7hPA+F6JPi9Ell+oQVicroxgb300yfBplmCtEnxemTSijJeSjqWka5DU6fVKZPWBmpjG5scD91ephUWQY3JribZviEFYnK6MYGd1O3I1xeRjc2uJtm+oSlgMroxgZ304SSnMcZXgrRJ8Xpkyr0CSaIltGNDe6mufQJi/CU0Y0N7qaZPmHVmTK6scHdNLEkgjUhZZCb4PRJ+eylg1kM0SfF6ZPK9AkLxpTRjQ3upt7sbYIQfVKcPqlMn0abIESfFKdPKqEkN8i8U4g+KU6fVKZPbjAjI/qkOH1SmT5h1ZkyurHB3dRnNx3Mpgg/KY6fVIJJhFVnyujGBnfTBJMIq86UUW6D8yeV+ROWjCmjGxvcTzOA8oPXFgEoxQGUygAK672U0Y0N7qeJJtlo8e4DASjFAZRKNIn84L1FAEpxAKUygBq9cwhAKQ6gVNg96iMApTiAUiFXkg7mD0SgFCdQKmQ/HbxziEApTqBUzH46eOcQgVKcQKmY/XTwziECpTiBUgknEZbjKKMbG9xPM4HCchxldGOD+2nCSRQG7xwiUIoTKJV4EoXBO4cQlOIISiWiRGHwziEIpTiEUokoERbTKKMbG9xPE1Gyk4cxKcSgFGdQKgElwnocZXRjg7tpIkqERSzKKLfBIZSicXuyMrgxwb00Myisg1FGNza4l1LWhIYhT4SgFEdQKvGkQaVxGd3Y4D6ay5/C4HSMGJTiDEoloKSDH9hAPsoZlKKdiucyurHBfTQRJb1gPXgdyEk5hFKJKOkAdYPL6MYGc1KdiJIOBK9DIwilOYTSk9o5yWkEoTSHUDoRJR2htEgZ3djQ3EaqeY5q8FuAn2oOoXQiSjpqeE81glCaQyg95aJnnA6tEYTSHELphJScxad0jSiU5hRKJ6Q00EAuoxsbgdtIfhrd4LkAP9WcQulMoXBOkkYQSnMIpRNRcgG16y6D3ARnUDor7+FS9DK6scG9dJdBacSgNGdQOgGlgZJ7Gd3Y4F6qspfi2UMjCKU5hNIqe2kc2EBeyiGUzhAKN7Mpoxsb3EtVXvHxTkwjCKU5hNJqJzVKIwqlOYXSai81SiMKpTmF0novNUojCqU5hdKZQmG5qDK6scHdNFMoLBdVRjc2uJtmCoU1lsroxgZ309z7CfcHKqMbG9xNM4WKSOOtDG5McC/NFVC4tU8Z3djgXpohVMR7W40glOYQSieiNCDHGjEozRmUTkCJsAZOGd3Y4F6agJK2qDlHGeQmOILSGUFhQY0yurHBnTQBpYA0XcvYxgJ30YSTsAB7GdyY4B66C6A0AlCaAyht9hKhNQJQmgMonXX3sDJIGd3Y4C6aaJKNsJ5VI/6kOX/SCSZpPy0sTW3uBvJQjp90YkmjoIlG+Elz/KQTS9JewctA9Elz+qQTSrJLd0RwMxB80hw+6USStNfYvxB80hw+6USSbIRHUY3Yk+bsSdu9inyN2JPm7EnbLBxh8A1FHsrRk04cSS91cfBuIA/l6Enb7KEwWUQj8qQ5edI2e6jDvwR5KAdPOjd8wioaZXRjg3uoyx4a4WUg7qQ5d9IuV+fBTilldGODu6jLLkr4oSDwpDl40hk8YfGbMrqxwX0093saTD2IO2nOnbRzO1MPwk6aYyedGNJw6kHYSXPspLPi3mDqQdRJc+qkE0IaTT0IOmkOnXQW3BtNPQg6aQ6ddEJIo6kHQSfNoZP2uwd7BJ00h07a652pBzEnzZmTTgBpOPUg5qQ5c9Le7kw9CDlpjpy0dztTDyJOmhMn7f3e1IOIk+bESfuwM/Ug4KQ5cNJZbm809SDgpDlw0p72ph4EnDQHTjrRo1HqjkbASXPgpBM9GqmJaAScNAdOOgvuDerGNQJOmgMnHcy4/ksj3qQ5b9IJHo3qvzTiTZrzJp3g0UD6QiPcpDlu0okdDSrPNaJNmtMmnWnTgFhpRJs0p006t3kaECuNaJPmtEln2oRF2croxgZ30oSOhkcERJs0p00693kaOTqiTZrTJr3X56mMbmxwJ820CQvMldGNDe6lCR0NUgc1gk2awyady51wAYZGrElz1qQza8Iyd2V0Y4N7aQJHo/M4Qk2aoyYd91RNNGJNmrMmncDRKJNbI9akOWvStJdXqhFr0pw16VzwhFX/yujGBnfSDJuw6l8Z3djgTprY0cjBEG3SnDbpXPCEBfvK6MYGd9KEjggL9pXRjQ3upVlsbzR3INqkOW3StFdLohFt0pw2adqrJdGINmlOm3QuecJqe2V0Y4O5qUnoaCQUYxBtMpw2mYSORkIxBtEmw2mTmbKb4nCLQbTJcNpkSskT3jQYRJsMp00mq+1B3eMyuDFhuYnspvj4ZhBsMhw2mcnvaN4YBJsMh00mi+0NBAwNgk2GwyaTS54Grm4QbDIcNpkMm/DuxSDYZDhsMgkdjSZ1g2iT4bTJ5IqnwYRsEG0ynDaZTJumgZCiQbjJcNxklNmJwRuEmwzHTUbZnQC6QbjJcNxkSs3TQNHRIN5kOG8yCR7hPASDaJPhtMkkdDTKQzCINhlOm4yKO3kIBuEmw3GTUbSTh2AQbjIcN5nc6mmQh2AQbjIcN5kstzfIQzAINxmOm0xiR6M8BINwk+G4ySR2NMpDMAg3GY6bjN6LlBqEmwzHTUa7nTwEg3iT4bzJJHg0ykMwiDcZzpuMDjt5CAbxJsN5k9FxJw/BIOBkOHAymnZyCAwCToYDJ5OB0yCHwCDiZDhxMmZH18Qg4GQ4cDJGj3MIDCJOhhMnY8xODoFByMlw5GQychrsxQxCToYjJ5NbPQ1yCAxCToYjJ2P8Tg6BQcjJcORkTNjJITCIORnOnEwW3JsGMr0GUSfDqZPJRU/ThLUFDMJOhmMnkyCSs7D9QxnlNjh3Mllzb7TcIvBkOHgydke+1CDuZDh3MrnZ0zSQuTSIPBlOnkzp9jTBnoZleGOEu2oW3RvtHRB7Mpw9mSy6Nw1EKg2CT4bDJ5MbPg1uKvJUzp5MIkmjXTJiT4azJ5NAUgijO4rclLMnU9o9eWwDwSfD4ZNJJGnQxKaMbmxwN00kKcBjukHoyXD0ZJwZt7Apoxsb3Emd3X3zEXwyHD4Z5/beWkSfDKdPJqGkgLuGl9GNDe6jmT6NdlIIPxmOn0yCSQG3/C6jGxvcTV1upoPVjw3iT4bzJ5NoEg7LG4SfDMdPJivuWTewgZyU4yeT8dNoH4X4k+H8yeSOT7i1UBnd2OBu6nNTsoGXIgBlOIAyvhyhBmELhKAMR1DGZ52owSKHEJThCMokoBTiYBZDDMpwBmV83NtYIgZlOIMyCSgtbaFB9AQRKMMJlMkESk/40SICZTiBMiGD/AleBgJQhgMokwHUaJFEAMpwAGVCWfIHkSCEoAxHUCbxpEFn1zK6scHdNGvuDapQDWJQhjMos1vyZBCEMhxCmdz1CXaHLYMbE9xJdxmUQQzKcAZlctMn2GG2DG5McC/NCGoaKOQaxKAMZ1AmAaXR7UAIynAEZRJPinqwxCEEZTiCMoknjW4HIlCGEyiTFfemgdivQQzKcAZlYp5MB2q/BlEowymUidlNB1q9BmEowzGUybp700Dg1iAQZTiIMnGvT4lBIMpwEGVy2yfcY8QgDmU4hzK0JxxhEIcynEMZ2ptPEYYyHEOZxJRGO3VEoQynUIbydDrQ6jWIQxnOoQzZvWkMcSjDOZRJUGk4ByEOZTiHMlT8FMMsg0CU4SDKlLKnwZYOgSjDQZQpIAo2hy6jGxvcTSmf9RXMbDIIRBkOomyiSsEueTikGEOyiENZzqHsLoeyiENZzqFslt6bFD6HWQSiLAdRNlEljyd2iziU5RzKTmVGxXsHi0iU5STKTnuHKItIlOUkyias5PG7bxGIshxE2ay9N3j5LQJRloMoW7o+4f2YRSDKchBlpz25KItIlOUkyqo9rG8RibKcRFlV8kzx5sEiFGU5irIZRaHYiUUYynIMZTOGGqxPFmEoyzGUVXuRU4swlOUYyhYMNZD8tQhDWY6hbMZQAw9DHMpyDmUTVBpNQAhDWY6hbGJKwwkIYSjLMZRVWSwKCyxZhKEsx1A2MaXhC4cwlOUYyuq9ViUWYSjLMZTVe61KLMJQlmMoq/OqPxAwtohDWc6hbOFQ+HVBGMpyDGX1no6pRRjKcgxldxs/WYShLMdQVue96UAF2SIOZTmHsrn10+h+ID/lGMrqPVEzizCU5RjKmr29qUUYynIMZU3204Gis0UgynIQZXPrJ8IBXItIlOUkyubWT4OeghaRKMtJlM0kahroQluEoixHUTajKGXRZswiEmU5ibJZfW8aiDpbhKIsR1HW7CTzWUSiLCdR1uwl81kEoiwHUdbsJfNZxKEs51DW7q76iENZzqFs6f00UKi2CERZDqJsroCacBjYIhJlOYmyiSppBev8LOJQlnMoWzjUQCnbIg5lOYeymUMNJiGEoSzHUNbuZfNZRKEsp1DW7onsW8ShLOdQ1mY/HShlW0SiLCdRNsvv4buBvJRjKOv28qItwlCWYyiba6BGdwNhKMsxlM3ae9NA5NoiEmU5ibLO7HgHAlGWgyjr9kpJLeJQlnMo6/ZKSS3iUJZzKOvybDoQubYIRFkOomwGUWZwLkUgynIQZd1eSMoiEGU5iLKOdm8IclQOoqzP0dOBwLRFLMpyFmVzKRR0DwSiLAdR1u+p7FsEoiwHUdbvqexbBKIsB1E2i+9NZrCjQyTKchJlM4kiDIAsAlGWgyjri58OtlKIRFlOomwuhpqw7rdFJMpyEmUziZowEbOIRFlOomyuhpoG2zHEoixnUTa3f1KD1RaxKMtZlC0saiBAbhGNspxG2TA+7CMUZTmKsmH3sI9IlOUkyobdwz4iUZaTKJtJ1DSQUrcIRVmOomzwOxtLRKIsJ1F2txzKIhRlOYqyIe5tLBGKshxF2QSWhhtLxKIsZ1G2sKiBtLxFLMpyFmUzixp0grEIRlkOo2yuh5oG+vQW0SjLaZRNbAm7OmJRlrMou9v9ySIUZTmKsnF31UckynISZQuJGijtW0SiLCdRNlGlOOiqbhGIshxE2QyiwmAmRCDKchBlE1ZSg1Qai0iU5STKZhIVB4dsRKIsJ1G2kKhB6wGLWJTlLMrSeDZFJMpyEmVpdzZFIMpyEGVpdzZFIMpyEGUziJoGTRQsIlGWkyibqJIbbSwRiLIcRNlcETUNOiBYRKIsJ1E2k6hp0L/AIhRlOYqyBUUNRP8tYlGWsyiXyJLJmYmbmd0hGOU4jHKJLA3CyQ6xKMdZlEtcaRROdghFOY6i3LTTq8whFOU4inIJK1mCfcYcAlGOgyg3FUfFmyCHSJTjJMrlmqhp0DfAIRblOItyU/FUvFg6BKMch1FuKp6KFzqHaJTjNMoVGjVoHeAQjnIcR7lSGDXQ/XeIRznOo1zmUbjmzSEa5TiNcqUwaqDZ7xCRcpxIuUykpoHivkNIynEk5TKSmgZy+Q4xKceZlCtMyuHtkENMynEm5VT214FQvUNUynEq5dQeO3UISzmOpZzK7jqQqneISznOpVzmUtNAq94hMOU4mHIZTE0DgXeHyJTjZMoVMjVQeHcITTmOppwuDjt4cRCbcpxNucKmBhrvDrEpx9mUy2xqGoi8O0SnHKdTLhdJDRZxh+iU43TKZTo1DZTiHcJTjuMpV/DUQCreITzlOJ5yGU9NA614hwCV44DKleZQA6F3hwiV44TKmZ2sFIcAleOAyhm1swIjPOU4nnIZT00DnXeH+JTjfMqZ4qyDdw8BKscBlSuAaqD07hCgchxQuSzPNw2k3h1CVI4jKlcQ1UDr3SFE5TiicqaEAQbvHoJUjkMqt0KqwXuDKFXz4WqEdlcchKkcx1TOljLpwcuHOJXjnMoVTjUQjXeIUznOqVxuEzUNVOMdAlWOgypXSqYGmu8OoSrHUZUrqGog+u4QqnIcVbmMqqaBZLtDsMpxWOV2YZVDsMpxWOWyXp/G7ZUcglWOwypn96QnHGJVjrMqZ0sq1eAVRrzKcV7lEnwaxPEcwlWO4yrn9rJUHMJVjuMql9DTKI7nEK1ynFa5TKsGcTyHcJXjuMqVuqmB0LBDvMpxXuUyr5oGSsMOASvHgZUrwGogNewQsHIcWLncLmpQyOEQsHIcWLkMrKY4mNAQsXKcWLki3Qd1DB0CVo4DK+d35E8dwlWO4yqX8NNIQNAhYuU4sXKZWA3K6R0iVo4TK1ek+6D6n0PAynFg5RJ8Gqn/OcSrHOdVbk+6zyFc5TiucrvSfQ7RKsdplduT7nMIVjkOq1yGVQPZPYdgleOwyuWyqWkgZu0QrXKcVrlcOTUNpKgdwlWO4ypXcNVASNohXOU4rnIZV00D8WSHkJXjyMqV6qmBDKpDzMpxZuVCmVMH6xSCVo5DK5cV/AYBMISsHEdWLgEoOw3OZ4hZOc6sXGFWA604h6CV49DK5fqpaSDT5hC1cpxauUytpoEwmUPYynFs5Qq2GiiTOYStHMdWLsv4TQNdMYe4lePcysW9RACHsJXj2MrFvTgrAleOgysX94iAQ+DKcXDlSg3VQCPNIXLlOLlycSeZ2iFu5Ti3cqWCaqBN5hC4chxcuUShhvcUeSrnVi5BqEElhkPYynFs5aj46WAyQ9zKcW7lCrcaiII5xK0c51aOdv0UoSvH0ZXLUn6jAwRCV46jK7eLrhxCV46jK1fQ1UCdzCF05Ti6chldDeSWHEJXjqMrl9FVKm4DszsiV46TK5co1KAjhkPcynFu5TK3SgrA6DKQp3Js5ae9dGqPsJXn2MrnzlFqoP3iEbjyHFz5Se88F4/Alefgymcxv8Fz8YhceU6ufOJQg+fiEbnynFz5TK4Gz8UjcOU5uPLTXtq/R9zKc27lp+KmeLX0iFt5zq38tJf/5xG28hxb+Yl2JhCPqJXn1MqrXUdF0MpzaOWLnN9AT8cjbOU5tvJqpyrVI2jlObTyCUANfR0xK8+Zlc/MSk141faIWXnOrLxyey8MQlaeIyuv/M4Lg4CV58DKq7D3wiBg5Tmw8movQuURr/KcV3lVJlS8A/GIV3nOq3zmVTgJ2SNa5Tmt8plWjd45BKs8h1Ve7wlNe8SqPGdVXpf5FG9jPGJVnrMqn1kVvhvISTmn8rtVVB5xKs85ld+tovIIU3mOqbwuXor3Yx5hKs8xlc9qfgPo5hGl8pxS+d0yKo8gleeQyu+WUXlEqTynVN6U6RTvxzziVJ5zKp85lRrIQHjEqTznVD5zKjWQgfCIU3nOqXzmVGogA+ERp/KcU/nMqdRABsIjTuU5p/KZU6mBaoFHnMpzTuUzp1IDtQCPOJXnnMon5jRSC/AIU3mOqXzGVAO1AI8oleeUyhdKhdUCPIJUnkMqb3eyqzxCVJ4jKp9w0+Bo6BGg8hxQeVtcFac0egSoPAdU3u615POIT3nOp3xiTYMifY/olOd0ytu9lnwe0SnP6ZS3xU0HawzCU57jKb+n6ecRnfKcTvlMp9RAPMEjOuU5nfJuB/17RKc8p1N+bSg1WCEQnvIcT/lcTTXyD4SnPMdTPrEmv7AYUFTuEZ7yHE/5Uk0VYDaiR3TKczrld6upPIJTnsMp73YdFbEpz9mUd8VRB6sdglOewymf4dRCuODbj+CU53DK53IqNShv9whPeY6nvJ/2ZnbEpzznU750lhrM7IhPec6nvNd7MzviU57zKZ+l/QavHeJTnvMpXwqqRq8dAlSeAyqfcNNoeUCAynNA5b3fXR4QofKcUHkf9l5/hKg8R1Q+8abR8oAIleeEymdCNXrrEKDyHFD5DKjUQLrAI0DlOaDyCTaNlgeEpzzHUz6hppGLITjlOZzyBU6NXAzBKc/hlE+gaTgrIzblOZvyuaBqNCsjOOU5nPJh90CF4JTncMpnOKUGMgwewSnP4ZQv4n4D+QOP4JTncMpnODW8I8hTOZvysXjqYL+N2JTnbMpnNqUGBf8esSnP2ZTPbEoNKu09glOewymfUNOokMAjOuU5nfKZTo1ePESnPKdTPtMpNSiT94hOeU6nfK6rUoPqco/4lOd8ysewu3YjPuU5n/KxaFEOjruIUHlOqHwsFYCDDQBiVJ4zKp94E1bS9ghQeQ6oPJXuKIO5GQEqzwGVp6L3M5gEEKHynFB5KqlUg0kAISrPEZVPvGnUEMQjROU5ovIJN40agnhEqDwnVD7hplEzD48IleeEytOeBLVHhMpzQuWLyh9ujeQRovIcUXminYYgHiEqzxFVKIgKZzAFhKgCR1Qh4aZRQ5CACFXghCpMeqchSECEKnBCFSazI2QdEKEKnFCFxJtGDUECQlSBI6pQENWgpjogRhU4owqZUalBEXFAkCpwSBVyxymMDwJCVIEjqjCVORWvdwExqsAZVZj2WqQExKgCZ1RB7bVICYhRBc6oglI7zUkCQlSBI6qQgNOosUhAjCpwRhWU2WksEhCjCpxRBWV3GosEhKgCR1ShIKpBSXRAjCpwRhVU8VS8/gdEqQKnVKFQqkHlbECYKnBMFTKmUoOq14A4VeCcKhRONah6DYhTBc6pQuZUalD1GhCpCpxUhUyqMOwKCFQFDqqC3stQCQhUBQ6qgt6TVAmIUwXOqULmVGpQbxoQqwqcVYVcU0UwmBEQqgocVYXEnUbi7QGhqsBRVdA7oukBgarAQVVI1Gmg8B0QpwqcUwVd3HSwyCBQFTioCqa46WCRQaQqcFIVCqkaFN8GRKoCJ1WhVFThyR1xqsA5VSicalC/GxCnCpxThcKpBvW7AXGqwDlVKJxqUHwbEKcKnFMFs+uqCFMFjqlCwVSDAt6AMFXgmCqYuOPviFIFTqmC2RH4DwhSBQ6pQlH8G5QRB0SpAqdUYY9SBUSpAqdUITGnaLAEUUCYKnBMFRJyigZLMgVEqQKnVCEhJxNhg+iAIFXgkCqUIqpB86qAMFXgmCpkTKXcYKVDnCpwThUKpxpUZgfEqQLnVGG3jCogUBU4qAoFVA0qswMCVYGDquCKqw5mVYSqAkdVIWEnPejsExCpCpxUhYSdtPXQRxCoChxUBVdK/mAdVUCgKnBQFTKoGtRiBQSqAgdVIVEnbQP+KchTOacKrngq6sYVEKYKHFOFgqkG5fIBYarAMVVIyMlMeDJEkCpwSBUKpBpU3AcEqQKHVKHUUMEyrIAYVeCMKpQaKliGFRCiChxRhdx9alCGFRCiChxRhSL6NwhiIEYVOKMKpYYKlmEFRKgCJ1ShlFDhMqyAEFXgiCqUGipYhhUQoAocUIVSQoXLsAICVIEDqlBqqGAZVkCAKnBAFbLe36AMKyBAFTigCgVQDUQhAgJUgQOqkCuo1EAUIiBEFTiiCrmCSg1EIQKCVIFDqpAh1QAdBsSoAmdUIRdQqYEoRECQKnBIFTKkUgNRiIAoVeCUKmRKpQaiEAFhqsAxVSiYaiAKERCmChxThYKpBnIMAWGqwDFVKMp/AzmGgDhV4JwqZE41oLIBYarAMVUomGog6RAQpgocU4WEnLSDSb8BQarAIVVIxEk7KEsdEKMKnFGFBJy0MxCoBsSoAmdUIfEm7aB6ekCEKnBCFRJt0g6v/IhPBc6nQuFTA4mMgPhU4HwqJNYUDRYPDAhPBY6nQsZTozkE0anA6VQoLagwfAiITwXOp0JiTdp5HNJFeCpwPBUoO2mAzwXBqcDhVKDspBF6B0JTgaOpkDgT0bLU+cCXS0SmAidTIRdPjV57RKYCJ1OB9vr5BUSmAidTodRODXbaiEwFTqZCJlMB15MERKYCJ1OhFE8NtGACQlOBo6mYONPgrY2ITEVOpmIunhq8LBGRqcjJVMxkauDoEZGpyMlUTJgp4lsaEZiKHEzFDKZw8DMiLhU5l4qZS2mHTQAnjZxKxdx8apAhExGUihxKxVw5NXhZIqJSkVOpWKjUQCcoIioVOZWKU/FSvJWKCEtFjqWiypopOJYTEZaKHEvFUjo1kAmKiEtFzqWi2gv1R8SlIudSUe2F+iPiUpFzqZhrpwbzR0RcKnIuFQuXGkgeRcSlIudSUe3J+0SEpSLHUrFgqYFsUkRYKnIsFQuWGsgmRYSlIsdSUe3J/EdEpSKnUrFQqYH0UkRUKnIqFbUahw0iolKRU6mo9ThsEBGUihxKRW12wgYRQanIoVQsTahw2CAiJhU5k4qZSeGwQURMKnImFbXfCRtExKQiZ1JRh3HYICImFTmTirl4ahA2iAhKRQ6loqZx2CAiJBU5kopm2gkbRESkIidSsbSgwrHTiIBU5EAqltKpgUp3REgqciQVC5IaqHJFhKQiR1KxIKmBDFVESCpyJBULkhrIUEWEpCJHUrGUTg1kqCJiUpEzqViY1EBCKiImFTmTiibuPx3krZxKxVw7pQYiPxFxqci5VCxcaiDyExGXipxLRbtXkxoRmIocTEW7V5MaEZiKHEzFIvCH6xYiAlORg6mYy6cM3LUjLhU5l4q2+OpgvURcKnIuFQuXGkgeRcSlIudSMTGmAUCJiEpFTqViplJqoJoUEZaKHEvFgqUGqkkRYanIsVQsWGogVxQRloocS8Vdfb+IsFTkWCo6vXNKjYhLRc6lYtH3G8gmRQSmIgdTsYCpgWxSRGQqcjIVcwmVGsgmRcSmImdTsbCpgWxSRHQqcjoVC50aaA1FRKcip1OxFFENhIIi4lOR86lY+NRAoiciPhU5n4q++OvgzUGEKnJCFXMVlRrI2kTEqCJnVDGXUelp8OYgSBU5pIoZUqVWgdAI8lhOqWJiTgMFpogoVeSUKibkNMCPEUGqyCFVzHVUeqBJExGmihxTRV/kKAfvDeJUkXOqWDgVPowgThU5p4qFU+HDCMJUkWOqmNtSjQ4jiFJFTqliplSjwwiCVJFDqhj0zmEEIarIEVVMvMk7nN4SEaKKHFHFsCdHGRGhipxQxbAjRxkRn4qcT8WwJ0cZEZ6KHE/FkM9VMEIdEZyKHE7FsINSI0JTkaOpGPZQakRkKnIyFTOZ0gN5nojQVORoKibMFAy+DgSmIgdTcVfbLyIyFTmZinE3TIXQVORoKubyKT2Q+ImITUXOpmKun9IDTZuI6FTkdCrGMpsOFkvEpyLnUzGW2XSwWCI+FTmfirl+Sg80RyICVJEDqpgBlR5ojkREqCInVDHhJhtwGUZEhCpyQhUTbhoV2UVEqCInVDEXUA1IWUSIKnJEFXP9lB7op0QEqSKHVDFL/OmBfkpEmCpyTBUTcxpG7xGmihxTxYyp9ECDJSJOFTmniplT6YEGS0SgKnJQFRN1Ch43pYwIVEUOqiIVZx3MAghURQ6qKNdQDSoxCZEq4qSKEnbyE672J0SqiJMqSthpwRmIZBIiVcRJFSXuNIChhEgVcVJFU3FVPCkSYlXEWRWVBlX4nEkIVhGHVbSWUA1sAE8lDqtoKp6KJ2dCtIo4raJpr9iPEKwiDqtoKp6KJ3hCsIo4rKKs86cHMhuEaBVxWkWZVmmNJ3hCtIo4raJMq/RAZoMQriKOqyjjKj3QLyDEq4jzKsq8Sg8K5QkBK+LAitReAgAhXkWcV1HmVXpQbE8IWBEHVqTC+EBECFcRx1Wk4vhARAhWEYdVpGjnQEQIVhGHVaT3KlMJsSrirIoKq4IHIkKsijirosKq8GGGEKwiDquowCp4mCHEqoizKtJ25zBDiFURZ1WUyJNVuAEEIVhFHFaRLk6KF0xCtIo4raIs9qcHQgyEeBVxXkV651xFCFcRx1Wk985VhHgVcV5FuYRKD/QgCAEr4sCKzN7hnxCwIg6syJQZdbBAIGBFHFiRKTPqYIFAwIo4sKIMrPRAhoEQsCIOrCgDKz2QYSAErIgDK8rASg9EFAgBK+LAijKw0gMRBULAijiwogys9EBEgRCwIg6sKAMrPSgsJwSsiAMrysBKDwrLCQEr4sCKMrDSg6pwQsSKOLGiTKz0oPqYELIijqwoIys9qD4mxKyIMyvKzEoPqo8JYSvi2IoyttKD6mNC2Io4tqKMrfSg+pgQtiKOrSiXU+lB9TEhcEUcXFEGV3pQsksIXBEHV5TBlR5UqRICV8TBFWVwpQdVqoTAFXFwRRlc6UGVKiFyRZxcUSZXelBiSghdEUdXlNGVHpSYEkJXxNEVZXSlByWmhNAVcXRFriQEDjwWoSvi6IoyutKDwkxC6Io4uqLSm2pQRUgIXRFHV5TRlR5UERJCV8TRFWV0pQcVgITQFXF0RRld6UEFICF0RRxdUUZXelBsRghdEUdXVNDVoFKMELoijq6ooKtBGQ4hdEUcXVEWAdSDMhxC8Io4vKKEomhQOUuIXhGnV1To1aCUhxC9Ik6vqNCrQRkOIXpFnF6Rzw47KMMhxK+I8yvKQoB6UIZDiGARJ1iUC630oAyHEMIijrAoIyw9KMMhxLCIMyzKhVZ6UIZDiGIRp1iUC630oISGEMYijrEoFIcdeD3iWMQ5FuVKKz3IhCdEsoiTLMqVVnqQ7UwIZRFHWZQrrfQg25kQzCIOsyhXWulBpjIhnEUcZ1GutNKD7F5CPIs4z6LCswaZuYR4FnGeRbnUSg8ycwkRLeJEizLR0oOsWkJIizjSooy09KChKSGmRZxpUWFag3RDQkyLONOixKe8iThKgJAWcaRFBWkNUhYJIS3iSIsK0hqkLBJCWsSRFhWkNUhZJIS0iCMtKkhrkLJICGkRR1qUi670INuQENMizrQoqwLqQbYhIahFHGpRhlp6kF9HiGoRp1pUqFZAxSSEmBZxpkWFaQ1S9AgxLeJMi3LplR7k1xGCWsShFhWoNcivIwS1iEMtKlBrkF9HCGoRh1qUq6/0IK+NENUiTrWoUK1BXhshqkWMapkpUy2N89rKcG+k/XA1kv0V57WV4Y0RxY1kf8V5bWV4Y0RzI9lfcV5bGd4YMdxI9lic11aGN0YsN5I9Fue1leGNEceNpEIsQ2iWLqMbG57bKA4Lvb4Mb4wEbiSOZfnK6MZG5DaSvxqcX1eGN0a4v2a2ZXB+XRnmRhT318y2DM5sK8MbI9xf1VjLqgxuTHBvzWTL4OS4Mrwxwr21VGJNSO2wjG5scGfNYMvgtKEyvDHCnTWTLYNzbcrwxgj31lyKZXCuTRneGOHemkuxDM61KcMbI9xdM92yBr97gG61HxYbunjrYBIAeKv9cDVSvHXwAgPA1X64GkneanC+ThneGOH+mjUCDc5xKcMbI9xfcz2WwTkuZXhjhDtsbmhlcH5KGd4Y4Q6bKZfB+SlleGOEO2ymXAbnlpThjRHusDo7LE6mKMMbI9xhs1agwUkMZXhjhHtsBl0GJyCUYW7EcI/NoMvgBIQyvDHCPTaTLoMTEMrwxgj32Ey6DE5AKMMbI9xjM+kyOAGhDG+McI/NpMvgBIQyvDHCPTaTLoOTB8rwxgj32Ey6DIa7ZXhjhHtsJl0Gw90yvDHCPTaTLoOpahneGOEem0mXwUS0DHMjlntsJl0GE9EyvDHCPTaTrmUrvQ1bltGNDe6wGXQZTFXL8MYId9hSnIWpahneGOEOm0GXwVS1DG+McIfNoMtgqlqGN0a4w2bQZTBVLcMbI9xhM+gymKqW4Y0R7rAZdBlMVcvwxgh32Ay6DKaqZZgbcdxhM+gymKqW4Y0R7rAZdBlMVcvwxgj32Ay6DKaqZXhjhHtsBl0GU9UyvDHCPTaDLoOpahneGOEem0GXwVS1DG+McI/NoMtgqlqGN0a4x2bQZTBVLcMbI9xjE7TS/1ST+g/v+JQEMFf7YTGRkFWY/kn6P4wnZgJArvbD1UT2Vuv/qZT9D+P5KQVQrvbD1Up2VxtGVpC/eu6vvvhrHFlBDuu5w67Nrv5J039ozZ8NwFzth6uN4q80uhLksJ47bIJWsKFKGdtY4N6aKZfBlLkMb4xwb82Uyzg1+jHIXT1314K5kHhNGdyYyB/+v//8x+nya7495uP/cznOf//jP//X//qHWRzxf/7x45Q/STWg6Zv+8Z//849U5Pmf//N//s8/169Y/uuf1XYaW77s8HJrrXjztOFN/jcqm/rnP6yN5ZPF8fJfyq5/WUfr/298+Wvp+ZX+0oqKNW2UX/+yofy19I4RXu3r9fJ2ev+6HR6n66W7AWZqfn/+EonBj/lxOB4eh96Wb2xpLbV1f9wOj/n9T2dryWd7GlsS1r5pbecnt5a1+Imvhh9/Pmd2qdRdqpFZfH2d7/fTy+l8enQ/3brmNi5yhcVT4uoLS8An/6WD+v533a5ndv2dDywZeUKb16/L43RsbS0zcTXlfPHZpSFf/hFmqj9iEt+m5WuSzfYmxeadi9quN8SsL4eWvsqvj9Ov+fVrvvfPILTPgOqd/47R//o68GfrqbGrbPw3zL3+PFze5+6uh0m1Vkn4Fnc2WgvVu8ofocxWep2OzDpraavWMWvrZ361YOu/fHqvpfUzL333jj9eztfXv+bbj+P8mF8f/a9Xrrl0J7U4327XbhJXzVsnnQePP3r3T42hn6+Sz94osPMyv5/6SYoaQ8bEemulP/DlNh/+6ixa1U571WJ5NfW6XqmJwvq2Ul2SdH2Q9V2zTxvViHWmPtypeo9wksrXDG6Fb29F9TLpkpDN5temt9u8i8YK19Jsbb70z51ia6q6v3QpKEZ/LR92nt2uVO5bxk6XU2/Lt5O8EztmtvWYb/fH6XE6nHubrUv5bz2Pj8Ptr/l2798e0y6kQfwWJoOdqdjO32op/1unoW/98Ptfp8/uCidtmyu00qXy+PL19jbfTpf33muo9Rrx7Vttbf3Fu+7+CQ2+Xj8+z/OjfzkmY9pf6qXP4tgvK4t2RvMbpS58BBOYblc5Y+s0JL5xx8P9Pvc3bHKtxznpnvV4fD28/jxd3h+HO3htfbsPDtIZ+/j61W9xfHM0CfUkMEWSGpzvr7fT52b/69tZJcitLb/zfLo/5svcr5xT+7KpMvvVM46eynpidPkNdiprg1XlxbSx/Cu7vqpOlf/HrTO+W7fCfl1uFj3e9EfU5Z8vdZz5j3U3QuuKRHUTqsy61ClaT1+W6rltWkedWhdCZ9ZRv166WpozlL/i+i8W3dTym+viONXlQKl1VOl1FVPreVGrsJ7wdKib2LhaMevt0Kb+f4bqOzDVVVE/F5866VV7zq2joS7UYV3kk2BT2edNYqcdrQ3UrV3KS+fd4/XlPt9+MQ9b9OuaY7oRX95t/q+v+f5IV/k6fz76PV9w7bbXT6vreiW+3Nt8/7xe7vPwG3T3Dbp+Q5R+wzLHdGcs3Vy0k55IjsfH/PfjcTu89rvCKbbvbn1l5VfHLRK1C4cm8ZSaLG0n09A9efGv/XWaf3cPoj3kKideHJMhcFXtj4zSu8W2jYuQUrOi1U20+GXZHGIWVaXGonTRBr+v3UmIn+Hb6XZ//NfX4fY49TGGRX6mua5Qf6n0zp2Ot/n9dH/c+ijRpFrvMFE6L5yOvw7nL7bjUbqzJb15p4/P2xJd6VfZRWCm+cXi31mN9VvjiVS3fRfb48eA0O5NxJGCZXZ7z6G0v07s7LOUarbhI+kzOF8Px5m9D+1Jz0p3JigWqds9iXHSw91qCrwQrT0l3cd+nI6f11NvSrdTrqlrrvXS33u5Pk5vp9dtYHNRRmr3/9Jp5PM2Lw9jG9g0unuyUm+5zYfjn/vj8ODmTGdOenndm+CbicTXndpz6ix/rNuqGjdX3q97vVh3fbTORIrW2Lw2tu65aqTK1ui7i/Ub6mLp67/w4mXlPg5Px9Y9tNQp8qbp69ZtwpxpY2OTeFW/J///OPSHX2rncPnTy/+881PdTkI+im8aO44vglXNmyRdpRYzmxdct5E748R36nxlIXDbBhK/8ds+DpfDe7/tXURfntfkpXuf1RSYYFV7GhcHlHqD4Na1c6MXW71+3V77XYJqn6d4F5QNgdnLdtON+JF+Hm6Hj37SaaOxynrpcnK/vXavYzvzL8InQit/7o/5o4/lthNzPUzWwO20nqKVqZ95LX0wj8N7ugXzgwfo2oiErrNvPeGqydW/4nrartBA+RoRUOKYzePn6XaEO8p252dcPQkH6bMB/tLteY308XyxLZazpp10pdHv+a6W/M3mF7YR23qut2sowle6FsvzXzoM5D/WxWyR6MzBj7AGSOJ6AjU1zmFqzEDXmIGuS6qrrCf4NQZR4y1JVrU4n3S7kX7oX/Of7NbDdXDRmXo+YOljfT98HA6Xw/nP4/R6b3atJ75n7bbB0uD/Yn3ngtvTXBB6+GLyfH0/z7/mM3DJ0F2m0JUWm5/nw595zP0X2avmYoVLy2J42WicXmcOZJOcR3ut3/j9eQIfX2v7sIz0sJ0MP27z4QPc1g7YS6PSp9tyU7srs+2WaJ1qnXSjfH75+lhmtns3fxjfPPQSMZLZ4s/EtJFeLwXu59N7vyHtdg1Js1Nm53z9PR8/Th9pae4Xktgu9Eb49i0GP05/z8fX6+XB9iChDVgoH2q0VHqKXIxfDgtnf/s6n++vt3m+9F/Q8eF1PtXis+XyBfd5/ut0eX+73t6vyzt/PJy6lSM27rTskr9h+a/TJ4K+1E6iRjh/nB9LrLDf1LY+WdcQMcH/WHI4+iBm81OddOlIZq5vmYDNx8PX8XS9z+/L/9T5l255rJUSGGb91+k4D6xTa134lNZFqXeq0DnVel+p5oxR5QMlUiD/ogH+WURsnlc/CR+gYEntgg9khYY/T2/LVvP39dY5rutet2k9ses6yWpf9ypeuh//PP01d/O3awG2mmpW3uTqX9Iw4OeJnb1Dux1QTnpe/uxOuLGdKBWJL+aTpWW1KWVOGiX9/DyDKJNu31wjfbeetvor8603LpWC3zX3a75tQq+6PcpL30+wDlO7egr9OZnZLMRhak0JfySn1d1u0MSK/FzFe+sBQHst3CUt33EEey5nuvdvEq6ii7n+Abv2otW0Ykxl6ytGNVNInLmWvubydmXZI93plITT5WprBXmMjrVnQic9hSw2N1NN6+iTNPayWIKpMl02V5DSxMUcAwuqjZIY+sZ1bfbVqgvweik2ejxup5evR79FdG2MkKT5SsuGoJtemsdX+b8Tetli7Mf1cmbIqQuCOOkmbTG2tdU9RUvf+JUguXRRlmtW9m9c2O368nV/XOZ79whMy5y8Ke8rPdMDa1ZEZZfKuDXeHqTHqrSJO3x8nk+XZWfRR3lcGwNZE0lUlE5vi+3ElftwXhuhXa9X7GKPn4/rX/3hwLYb96hXk5Ndb9D0zK6M62ytwjNreZ3Ltdg3H1d+GO2OjeudWvM2lTSi/etwOh9yojh/v13r+Wqy9SetsSI1SQ/n+VtYRK9NxrBTza6ptylE4YTya74d3ueXw+X4+3R8/Oy/RLdfQvVLXP0Sodv+fbpcP463nQBWm1tmtXDpSGb3dtkdbLXCrcR/f93m3WttNyjizNrF6t6ldvRQmIzwcnj963i7fh6vXy/n+eXakSOy7XKshDPMavJ8/3noPZqs7+zJ9nirva9bd3pXvlv9ZE9msfV+u35djq/Xc5/LQR1XV0Jc8HI4XubHcpz6uB77H9tlhyrhzn3wFjU/1dZMvTWbT9XcM+Wb93idFmMFFkGYz/NyYOlg3XMLwgDSy+E+LxV3bVijpcnCVMhs5utxOvdvUDt7iT3pPgMMFmxrSrYupbT5Pvc2til4iibZhvile9LUJd5Ji7peTg++kqsulL1mgipV8ymVFv7QpRSkRABPbyAHKralQaomgioSAtSX67FbV00b2K4ZlGF14mAq6aoZBjrWndGTt8Saf1B5Wc24VFGYYP1yfTyuHQsMvgtMCin4yzLlHFg2lbZdgobU84qppTjncDqz40U3KTrpMy4mX033XrTBEGklTDUV+hBe+7YKSfNqCv7ObrErWcxiiz8P57fHqY8Z6DaPUpoctBrkh2PdAmwrzFJJ0eRNgVNLebwwuv6SKz4up7f5/mBxMmpLBrUS7miSxevb2+Y8q7piTC+MmL1sKkiUavmj9q5GG4UlJNkkSn4J3QUK39cSlO42/C3dWZfZOrM64aMphnGgO7Re88yLF663yfT5ev1r2eX8Pl2O19/9ktBtcIS3NRndLpqqY3GahBmXL1+nc5++02YBBOl89btfM7vsDGHexcsfFgExbTaktHApWVmKU3pXMW06pBWe0tjs26IkaT0Qn3Xbw5cw9zf9mM5Kc3Pzv6kFDkmqQmz0R9lF/Pi8XZey0tP1AspC2/Cl7Blk49lFgcF2U/aNW7BEaPr0sNg+EUVCD0HO0RIhId5NZlCaoGlT0KUVzsnakjH6dWcvdZeTI1xukrWlbAJa7DI/hPS2Kffqf2u7rArXGl46xu+fau6fE0L7xuZ5Sc7ow9imzW10wsBgZ5KRkfalcMKsUmYP/vR2yXXCJOvGLs5aM22qixMWlb4eLq/zOSHgxCdfD+fzC6t0Ma1EhRPC9dfDhQfuQrsOKlcpsFTfo5jc5GWaNoTuhAGoYuzx83b9ev/ZX2YHNENN6xOSlt4yuNrWqbRsG7jYvM33+fL4xQvG2tc8CneVr4fLbb6f/pthjdCl1ZN0Err8OrAs0ma/th4GfS1zlD6fRPSXcvbL3G2kbRuUCasXhbjStUkojrB8w9dt5ucR1VeQB+Eh4vXQzx3tvVyzdNQqGOHqWdqHZ96DXhd3IedfvnIY6TQto3LCjLrFIpyw2hRjJwz6LMZYJXi3zJlaAruKmdQpQQdhEkj5jq3ogWm3t078WtwfoJyjO7jRN64s2crXtp0GWvDshEHj10WY59pHM2xbJhnWwks9hZriKt59ffXLqW0zO8KqaKNsU/BceY4wavt6ZBmPbeI/ldeEpFP4fCsFQv2jb3fffmV39EwVr2XRZi2jUWbNLVBB6t3PLy+1t8xpuixRYbSqM7rF9KaNLTrplu5pc1M109woonqjqN4o4Wuzeftsq4ZQy4aUrUlN0/qstVp5q9axckIhnS+LQwU+8J61sT4nhJ9PwzV/G9tup0WhLkix/XE6L6k998f2iG/arbsTxv9ef96uy/aN7WDbR+xWWuHWN9iFWscgLMB6fs145XHt1Cs9GLV2L/mQCveireCJk55EqvHNKdW0rNdJd3i9vVcGoFSXoKBJmAPDrG5XjLYk0NF37ytc11tU5oTB3KfJtYp0kIFpuvwDIZbZWj99HNjaHtsMAGFq7tbuNl3edZmdQmG1bPg83++5FKHbCbeJJcLffz702Sk2NB4ahTl1r+f5cMshxN8/l2Py45HOjrf3+QEyavqUMul+YfkOlv2l219s16QMu664fs3X8Ov8H1fxtbgmAMc1/krrbpCelGmqC3YV6tJ2XUr0M0GwVvCEqtEW67+IvhaSffOnHufX25/k5+x3m7aYVZqUuFr91zVCpo2AeekJ/HxiGhiqPTnpIN10LnbAOVl1FM2sd3zdZ/n4ZJ/rKlO3/MrregISZje8nvui2JZD12VsLQjzwrKcxSicGNvUdy8EhK/n652Riy4pVNdzoFTfI1ssR+E3VhloW50oKaHaWOxP7u1co4w0AvDx2ss0hjb06ytPKUHIhKjXNCRpce7yHcPXw7aqG/4bFudLli3Ysdy+19Ld48fr8V+Uetm2ottLg/lsn2HbgF+oZY52zcbTU42JaOmR6nqc+9KNpdtskwKzvmihai0FYZr96/VjWX33srNsW+vqhWkMxe5OfpbrUsmc+HI/rpcl+6VfjduotRfKkyzCc4fL6cryVmwbrvZR+oSKrT7c30FBU/Wt1qOcqoJMVZNM+TV/U9dpWfuaoeml+5Xrx+f13m97TDs3e2kc/no5/L3vHe07I2V7i9U93+hy94RZqfkSu7ekDUGbIJwnhst9Y+v7lgCK64prpBZ3T2GtNFcQX2QxyXfeug2JG/FLlcxd00rWV5u186JyQkGE1+vl/rh9vTJhs/Z8WHXN17JwJV1rrpfH4ZVnhPgWfCslTMgFRaG2VemK6x45rtEWqgp+6qn+p+siYepavE4NOkqJzAYsd5fVLBz/prkfTfRq69dd5sq/e8XdV5wuvw7nE9MSaY9G//aXdG8o+poul+L/n6/5ON3vPALf7dn/3a/ZPolOLvbfNbuIeJ0O59N/j+9SV6b073/PY75dDmfwOzrBnn/X/l/znx/z358nlsfUJUSJlwhkHD3YNt4snvG48QLVwY3pIlr/t+bBk21lC6WIcPsFl+vjx/3r8/N6Y+LpLXqWnp+35q9fj8+vx4/bfH/cTlyfvY2hCCsLyleMKphb+QYjjU1mkz8fHz00VV0S3XpW8N/zQ17T2u4rzPQtUzvibu1MGOT7lcXq5+GdU47YpsAqku8bk7387JkQv+oUl7yUVnQmeR1qeyCkur+YapsVVWusatsBVSWDFdUEa1oLvbSqsrlGmtDFr3AzDVjdYe0adhGWQOIv2MbPuziVtCgSG9+E0W07xwdhiufGdnOk6I03r1n43p4EGn87LBvSHvi23he+t0o9vwNAS9si6fC9RWRj+P71AgLsXeqqsFQPfMMWxdmWJAehXv3G8v0rNZDpDhOxk6743rueo0CsUDx0slnSNMRi8DFv5PVtC3GCFOL09jYveohdDE9Km4DV7QvYLmtBmpnSWz5f88qxRc+hU5Lw9K1NIja//QVtcWKQJpf0X3F/HG59wlCX5eqFEgHIKrjeNlAojRRzy9c+/N4tq15Y0g2Mgqtt5zdp5kRv+OvzyLJCAnUC5f/ea5LNgitu30BxgDGZXtLP3q63ouDFctFc195jEmqrVMsPVnjcKteY7y3Zm5BN+woYeqKe9S9xRlC2zzZttlUM95UbWCmyul4etysrXdJd/Zh0Hr/dvj4fRSQpZcj2q0MnK++UdDL7ujyO198XpEiiVIehgzQJ5zYfHjMvjOwCf0KJtdXSCxfZir7Lw5embGdzSf0gLYeXzXZv6nJYpTwh2f2YD/evG6PunbyYFYoeZnvbzPe2lENYxJRMnX5x2fX2V5qq9OQrv/bSDKJinsWyuxICU5NJa93pExA99+3STd7tgx39Wh9VRpoaf7ve79fbiTW+0q2mXW2vpqYqvKqqBIOtIVhXb5uiGsBUlWNINyzPKyo5EmzD2pVlSDnd/XAadqWxbTZpkFrsJfypLcfQU8U9UxXonlZ5El1PkHqqAhMVyGulnnl4wmf4NW83XdRFLydpqOJrTvS118MxnX6QdEbd9DVsjwOx3iBpVcTX7TZfHkhosGXbZm2co8WlZqvhfmkKbaCnOrG4RCkbrQoGSx+YD779aeMLyinhTFMso1ZwU9uuTjtpVVa2OERfvk1yU0aKlrLVtkdPd4Ope4+VFG1mq+fDY7689hI07ZFLSWVliz2uVxFbcQYVpNGObOzzdn2/HT6WbSnfPLa5HM9am6cWz7dcYJulatvoX5DWSbbWwOGtrQVXXpp/sjUKtujthCDNqc2GNze2PU3V/W4NqZbVyK1BPKcrkFsT2lY9Hlo7Zamqe61slVXyaxabCutyrkLtnhxqNlGomD8+tUeeqR9rBryOQpH+1687016I3eGJxPPSYudfNFVxfZ8W4V4tWwbyc9Tl3SvpeSHbgwJttlUpidIgdzK4aRzd1WTW51LbBK2c1tQN2rQ231BqqtJjtfTdVGeorYaUfbbeWpU7lDhEka56vrG9XhdRqZ1PFUlpaLGaTLQ3ttUcjLWPnK595LQ0QJi+oLb9Yql8tt2qBqG+BDMJkgxsmzkiLhJLZn/PL78eD9imzLYLVRDmkTB1ZRXbY77wGH48nKCaYyuJTTWDVgkzIherO0JrSruutEq4Lh8P916lqdXQtTVYMD0bIVbZPtu0ra974NoYsNysdH6QvTHLpSxp30uCzDhxqd3TBGGkjM8drs1IXUo113VneialVIEeYaCIx8hU3yW0SsXVForPDorrHzWTuix/Rq1/rIuXeS6Ia9XJmvPt1lnLrUe4sCYYhrVEJaw1WmF9sLWlY1gPOWFNK6+KQ3H9n+MqSBjXyTWuvSZjrXhaD0G0tj+iNWGd1pIZWi3Tej30lCKpjvZMuDPPfvZVmtDqOkmbivDqIddXrBeq3mQwtSzNP9f9+v/FOrrePxXreT/WjlBR18/qLiXWpSOumZwqruckFSsgpmcy6VQPl7Vkq2oj6ql2RZ9qFn49wOupyg5O8XkIrbNJ7SZam6rq2rtUq6doZP1MP3c3z5e39hC1qq6sVSjYVi02W3tn1alC22dflap/U0MN2tYXwNarr31Utav23KqBpd2z93u9a772EvGNfHFViHtWJ6jnX/V9q5NVFIagllf7tuyEebPdNjUzCsWejzNHtLo9XFjh9uI4vx2+zt22nLqg2CQUqCqGfnxel1qpHyx2vASO2mlMGOMqRrPNjcmu1sEKDybF5NKzIEs49TY7yTknxAbH+Xz4s8DVJbpfGtr160R7NFXCc9lxPp9+zT1n9h35lOrzrZbAWt9VxApjnUsUjT3cLgVMmIs0rFBri0PpuddeJ0dVJ1tVJ3RVJ0f9pB11iq3lSEsJ8PqXqxPDJDvgHOf7kj22nDzvrwdW99GW1UlVGo5LytKVqTJ3O4qaXlIn/Hp8qGsKCaUVjvPSOqc/QXZihcL80mxnUY88Pk6Pw+X0tatEa1tBqihMb8zfwZMx2yjfWuUuFQDJFj8Ol6+3lPTLmt21qXRGmPVfTF6PvRSG7rLmhMf7bOvaV3l0+XHSNaYYQq0JumQ4YWZztrchja2QhREWTh1Ph/fLtU8RCapLCxeW/h1PH/PljlMNqAvcCQtcmcFtpKrNvIhCeHU83bY5ZUq1M7iOwmBItbX9xUq3NWc6Cikqs7htOttJSGv6ltkrX6xNGwJy0i3F6f56+fp44YUsLYYWxn4WU9clGP11evxJXaY+2O911CX+f+MSr8vS+nNe1GC7bVTXxloJY/HH01I29ZpRYlKZPbGf307avspmTHU9MPV8UrvJKlOrDaQFpst1pMDbZjqn9k1Ym/6tqY4kneAb86yFafv7oqtfIFxSG7vbFqTkO7lPoeby1uZ2fmgTb6IwmYfb3WQfke/iptJlCZkFV9wuy8KSmdb09e3tfLowkW/qrlc6926Mgqtt471CGnO8fhxOFx7h9F1KVz1kKhIWeBxvh99b9YN2/+CEFOd46+L5rlWnUlONLagqiGOfPadrtyh6trJZAy5aVUkXU9vbuHom9/WM74Uqd7vbu/ZoE6XBwtvH43o8/Nk33MzHUdjRcjW8U1zYCYlJZbkXxf3PccJRG5BVUu1AlGfUYo1aov2syq9hlTXisX5i1mdqV6hoq5jDVGNsz8LT2qGDnvknVVJvVQ1QvqZ4xJqSUEtVta2g3dXUBVcVB3yNjtRMMe1r2oN/iooJc03XuwV2fKbbQtbbFoSpVb1lMPW0Wz/hKj4f3+f7409/RqRe0KO+miQkn/N55puW0OU4ro9NeI0fn49Tvz6GLk4RhMlkxRC4c+1WQXhOmz/u7yw85lrhqijMwV3ssBzvdpschbmm82XpFMPK3drMqMoCTb3/trafDlXvLcQaNhRGG/I3X66X/szufJepXiFKTS5Sk/AcP1+2AcRWPVe4UZwvSX6FO5LvHEk2y1ZTG1dyra4vCTPbWHIMde3UtDBINV+OLH+za9tI4p925GDHti9vFDa5my9sS9titppo8MxWWLf9rnpnEKoVpW8CD6LtjKbEP36pC2ddXdsrj8KSn1UbpL+k0F7SyoaEKbqrRXBY6JRXlTD+0tvb3r+27J+McIK9HO/znYdzXFvvryZhAeV8OfLUGdOucH4NNcYV+8SVn5GrG4i6bXC64iRTdyd1O2Cff9UEOvfcfsaaBCNdHC5MhZy67tCTsC4hmdnpVRS66nJhoAwY3T79tlKPhEA4GebJpl3J+CQsG5gvj9uJiQt1EvO6NkzSwjyS+fN0Z7fPtKuIl87V2Q6K9rQyQtJZMlvbFFuYdsr10jlnU4bVJguvO+lVvqzuP+uBy63vT1j3ClRPb65O2aHijVDTIWLdSND0ZLX1ryftnOpfNe3Y1ZfLVQYbhaedXAAKZG0b710TCSYhzMJFpV1NwHq7hO8brGNzrTIECQO1ydT15X/Pr/3muktXXl+MivfXzIcV0jRUXiiBWXKCmXd1BdzuKc4mzLoGt6RVlBVi4WTleLp/Hh6vP/s30rVzj7TVSbI3H7mYv2s1KqQqztlWWWf7/K82B9+voR1pi+5kl50ZWnkIaSJkspPaDFz6O6c6JUZN0lcHaOEp3XWCJemZ7xdvs6OmdgXQ9rk6u3qArykjXpj6nb8mVc/xs1wrFiKVdpr/PrEEBdWt+sKL+vv02Fv0e7VN4Uy5sQlev9i6kPA5/X16bJZ82y358gt8+zqf76+3uW8bq7oW8UKB7fnvz6S8sMwMSzuFrUx/1xlaGLVLsiwpBsPPSKZ1FydMm5z/XtoypAvcCzC6NmZLwu7aje29GGMnlSDsNTT//cgMkqk/tud9O9Vcp+eaX/P9fBWB99KQ0t9ctoratlvaCGNoi50k3sPuxOS7ehRhYHy1xsFQGwZ6JnjVW+KEXUVX8+VMxb6lPeD6FT/VPECthEVF899LHvHj7XC6Lc4CtVps64FBuuP+7+NtN+HCtfkHJIQwyeqeR3ciEcKE7fXHdzGmdt2ya9a8XfXO3Aoq/Rq68GsGUO3cGtf1KK5BDVqTAammAZmaKWPqEVXX90OvR1nt6pMNNbcwVh22GGqQVjj51Ac+VPhXqju0euFLUQ3LZPBdmzxCwgPi+h3/WvzYtUF3EsZkV/P3v45cdc93qkXCI/cbUEGkLmtBCefe1RII91Lo2jQLy2zeDo/DedsdtmtiTkIRzrf5sCQs9du2rh+BmYTgbREX3gDRVvFUaWFA8+10uz8SCmMbgPb2ByEueTt/8YVj6jTxarqxEQrAv12XesZNU+vWqBJOuIupt8PH6dzXNHVyU0oIjxdbvMUTmS5PRJhA8Xa9vfaOalvPDzXteRLqTCWD93n+a5sV6zvFC1PJNAlVQd+ut49Db7FTP9VVwVjXjOtJ+uYuLsj7PcdO4jtWKBmEi/fbbZ5//5zn87Bi3LWPX03CLKTG7tfltNHvWIoW2mVWuCetVvlZqxVtU5NQ+Kpaww3t1NQ14bXS6WK1mhD6r9P8m1lt01G0E2bmvN1O8+V4/sOnNNs2YHs+fl0jNFp4lH+7XT82QSvjOllE4ZEOn8La4803zWz1ILukTOE0Us0hsN76uBMWvj0tggI9Z7vXpu6zjDBS9/b7x8AtVVe0UCmG9sIgy/t87S/Udxcqezjv8yP3G3n5wxa0OHVpqUIxzffz9eVw5v2DXBchnISlFMUW7EjkOuWQSXp11zPTU3Gxz16vtX5CHYv36/X9PLPSSec6nxHKyFVT4y1sp5wzCT2w2l1++47tTiNK2BWs2r7fD6e9w1hXni0sc63Gl1XnuJUOcN0WXLqhrFZ/XcetIFzXwWISxtay6dNHX63dJloa4dGpWmJVOS0NWqQzvmds/HNjG7JRwrnj5+H8xuNpuk17tMLtwM/D/XD8Oj/Oh8v7F8tTVFPXk8AJcwF+Hu7H29f7/fT4Omzm9CUJpbMpu48/l9Lmv78O56HVLnQk3GH9PNx/na7nmWXNqKnrFyltG5yTuvuGvq1QoluTL/061YV1s/HUhJiqcICuhUu1WFcZU3O0q8iSqaDdPOMZaz6fClVWIFaOGGsWaBRuR37Op/effcJ/d4vWH2TWOGMtkPTrtT+/XlVubKsigq3J574W1vra0TFWUKlreMao53ZgHTW14Lla1jUtUXv3DHjW1ifPyugaGI3CMpCf853pKTYnqlp5VavPhNV3i9XDZ7+mdWV8Spi7UQwhHuS6rGYlTC1YDH7MxxNou9ZlypMwkL/Y+xdNdlynWqKEq24yfOuKDl0LgUiob7/YGa1/XTGcEqal/jwx3aAuXE/Vy01tzWOq8FXQ1WeF+6Pl245LgWlWQv19uF0Wwc4+OaGTWq013kbI2n72Ik26TXawVdB6Wl83pZ6NRGvFvau7b1Wb2JhnpbVwof15vteC6f6SYntJul5SrQWtE6mtoQpXU5l9FUxQVe7v2biu9pzVUvXU5TL/ZXGR0l0pBwk56s/z/eNzfn/cN77fIn3pBuN8/5eqGK6rnlNCivTzvL3ANjwslMP++Xh8ghXXUTdXCuNCjbGlgwV7GF1lm1ApbDlJ9K+67151oRWmD9m6Rc2gq5KBFVOs75tZaVfVU7Ck1gV6zTOKNYVvRSfrloHW7H2qwhaqghJVBclUTUtSddlTdctStR2Vnp5/rf+frhnRuopd6KqOpGtqam1OqKroktJ1M1QFh5SuKc66vte66h3pmvas61XZmkplY33/n0UUVbbLV8uh/spYR2m9r3qquYvTWlqndS1gqBsk7etkF2on5SovpqVZy6ejOTweh9ef8/HzlCqV+5chdi+DLE52OpqlXnsTrvdTtxgL+enpaMr/0JPqqVtAheGi1djt9XQ4gwvshBOEObiLzS/GOLprE+Kw09FsCYfu0oJJfs/el3SgpdfK6+Hz/rUIGB63OWe+S4nTwn3r6WhOl1/X86/5+DlfP88zz7PybXRMaeFh6nQ0n9f7KZ3N/lyW0NHldM8dEDYPqo0KKy1MrVy+4Hb6dXgA12wT+ZQWZpqfjqZe6X/Px/Of2+n1/mCZ575rRSbtrHs6msd8+7hf377u7Eq7RyZcjZM5fl0diBMWKJyO5uty+q+veWF7uGTYdyrbUpHJZPivy/V3rwWquwdtZEt7svX0ofbJPG6HC0QsXneMyMhvx+18Pl06KuzbnAilhdlOi637fDvOb6fLfNw8LtN5qPAw2NuEl9rOyVqYE3k6mj/X++ehP9P4rjROC9VsRk7UZYpLtzvvl+ttbvXmfp8ux+vvjta0Z01peVQ2PH+8zMdjfjZJt2853LEDDLWnhXXfMPm6r3kK2ddDjVt3BlrXcseq8KilEqgp4Djgh75jK1JRxU3dcex8sJZs6CBstZwM9vGtdlcrzTlOZlhKR+gK1bywmux0WRSTazf45ZGuWcg8RmHb+H2oImCTMFEnW+kQUpdhKe0ju5wuNrqALe0h6U0shvjvdO0eiIQi0X3XvqRP1eUc2C5LRpjEXY2yfhhddF+6uuBeTaq7sLrdts9IXv7DrFE+sx5LzFqTVAOFdo0s2vVgVav93Xqw8us84NdqirBqJNYQZVwDG1XJl9YiD6qHoqlqNU21Xr+q7qmpSkNOVA9ea021UjWuop+R3zpq9PNgU7UKn4V99ducfwZcawUJ1VyNp15UPYxRPZxMNYmyBk+0rsVbugZcdc2We2bVuZo3VzWpdK1h0VXdUMc1cKrpWfosjHw23oL5b5dyWxUG7epAfr3/fvWSetCLa4yoai5STSusx0dTM1RMbdCsn4tEvQOu/u5Qk+ZjVRaM9dAolek95T4vV5jpFrpsJmGHDm5xk6/uTbcLFZYMJZX31/nzseTPgTZm3nRbUGEQh1ndZjn6Lp9AS8+HjSR9b6376VV6zkj3JI3dl5k11KBOeEJ8cm9M8nrmLtdeCelgZ5AnkFBXVKKEZLkzuXGnLpFCC8vuW5NbNtHVZ1KQ7iyeJredqKhL2VdC3tHZ5Fm+XT8QLz3Afh6Oxxtrdxe7qCwJC+ROt+P8uO5linvb5fUJc/2z3Z30hK6ShqRxoPuPA68d6JCtMKHpdOdmuhCrE1aQnu75aLFMPN2uNnYN4Z5UR7qDv29zZrqInnT7dL+fN0LR7QSzRlJNDdFWHV9lp+dOQeiWj7nTKjJt/qZbDVMVU7KraLdy9ftDrVedntUUVU33qVpta7KvrfIZTljZvVxn7440dRXiwoSHxU7/CoZO9UGYc7WY2RQhUyfXNwnTJf73tV9OTNuOVZovuRi5P5Zs2fc/7J3tKpaER5+/5j+8A1V7l8xTNFnIu/6a/1zvuzNW+6uVEaa0JrPy2gbfJZxJk4zSl+zNil0FjfCBJaOSK+5a3wjDW4vdzqXaZcYLI3uSi2t3AEYYhKp2N/exS5EWauLxFie2fcQ1YyTU05xdVdz1VM8qNWSktdCdz4cXJg3b3gq7VryH9TRZRYKUXWv2VYj13Lam5OipsvR6rtS6NhILFVxF4YqOMsVsS3NqLXBYj0ZPmXulK3evl1pzepSu9fK1+ErZOtVPlbvrZ6KCMHS1XjTLGmsjL9pY6YNiCbZd9qYQX4OWVO1mod4c4d6ymBu+Vro1bl2NQzzTk2pqRO32oGwNe9Y2D7o2q9A10qClurnlIj8Ol8M7Cxd34T/zvR99m7Oo6lKO0tNP1e2VZJPo+fDn+tVnAPSqJ7UbQE3FE07P2TLKnG/nYydcTltr23NUl1FshLvq8+v867X3GtV6TY1UPdF/DZHbGrNyNR+hiqvrZxxEqrN3ng/9zte0k7ATzuTn+a0X6ejuixdqAZzny/vjZ7+jbQWKay+w+g5VASNV1VZUqJ0ipjVoqJWqsbJn96S6mthnRLOmITlhdvh5vpw2E0yXRyjdVZxPL7fD7c/aULs/33QdpOsG3Aj1d88L4GYxmmYdyf/K1siKXxMvtBFW5JQvAMUvjTMJTzXV1qI/0BfTtS+wUElstXa6/FpK139k+dnOaFuyKVxUmNFSC9oTm8aqcFpgVrfZkG3DT2FyYjF6eP2vr1NOGviY73e+rWgpYhAGRbaWubp4q1vp13cs1N5LU+3HVCtJlyquujw+U6u/9VNRnLPN81NS9f9qD0Q4O1VgIyxgLAZB6KwrHfne5W0k3dvitTXwTVUaztd+QEZYTML1pJfC0OZyozDwtZhJWZjMlu5sSV3vMh9ufUjJd7EAI+xKtlra9B+c2sRjLV4HTxe29dVdYSYJA108/SB26QfPvkdBupXmmUddkY0VFiMvQbJtHbJuW4nYBq7VTvfPAFTdBruaNehr5rWuuMvUHGzTYCzhT2VdflSXVyQU2so6kdwpQodL3LP2QJi59bS63Uh2aatWGELJBlcu319quwVxz2OOMN+xtwwut2t4JMyugnL6oeti7WpjtSB9VZbCr1+82Uu77RDqvp1Z0rXtumtr6SO+dhUg7cbt+dOknvwbnF51W8dWe7Cp2rJcqXrqrLLjylW175ocrE3dCUuVgJed0+HreEqV4v3JrUs/kz24xVqtO++tdbIjslfh43A5vbFlv93UrDdHCCxWcz9er7c72Na2jYmkP7dYXN6CrUXbxg2+95OX4mu097btoVK21q8mt+qaXbp/EGaSdubAJNJ6jf3mg97SwtBlYQdhgs/H4fZ+urxcH6yRM5lOYUZYypSt8eMwma7DiXC6zLZuvCKQTNd/RBgHy8Ye/exEpks4Es5xH4fbX2WTvZnNY6duIe08kS3mbTZfyWLbT1BFYTO81iIj9LHLTpA2ZmoNgl/tOpNSX/n7x/184jWxXU2SEx6aPw5/v3y9vc23bQxF9fo60tnqb9QJQ7m+qLgsIMIowcfh79PHV98ufereWfHMlwwdjugaY9cugYRHimJySb65vr31D7eTrRHGTIs9JNvTnUVrdqsUmhTDa9EYF9nxrls8a/BUeqr8OPx9m5el+XR5xx7QFYB/w+hG5Tp2Oywpjfw4/A1emi5B0YmXpz8v82FJgGfH8a7KVpi+9DEf7l+31B0i645CHWEfO31PYWQoVQN3t67ZVcot/Di8XG+sJ4TthP++Y+tXFlUB+452gyp8qMlkbp4LDLZ6C8LXORkcbLXaTiHCpTiZu1wfP+5fn5/bm9gCROF6vFjcXJqP3blcumurtjaqSF1ZriahhF8yuFSu9NfWHVG/c+cWU0w/tdMYFx71kq2P+Xy9jLF2l7djpfNTqrY/nM7X2zbo6rs8LytMKcomt0q8bbgrCGtcs60byzT1XTcXK56mVltIsCBMXRs2YRDtaZPHmcLURUyETOppD4RKuyJhoWgNVFPwXeChlo6qaGue9krdNAnzeNMXsYis62IlSj3ZlXCVmm8LfWRNnNriHCHJXKI5bKvZrZpCooLCTao7SNTUeKrYknxlVk9lYOkJrXzhoGgnTF2oSxiLW4xyudOOYz/hvVTG4mN+/Lz260J77gtVcEXX0Gitk1Dx2dVNKKb5seyoXvsdVdfU+R8rPil/SLMsWXJP6LC8k543T+fziSuataGrWHltFahQ3zQNZ7CuVNcJA6nV5OprrFI5dJW6TqgrWq1uF5XQFdKKX71qkAs7tJVN0mN8NfY4PO6b6EzoylOd9Jh8+tjwLd8tKqo6v14VAXTVBtC1+l97YTXCx+myPVS2ZyBpL8NiCJ4AW3tRumpne+AE2EncmZr8Iz5pZMPDE2DXCs3UfBHx5u96eBwuh/Ofx+l1L3UydhX3wiD7Yny4eQtdMau0HzXvGWHb3x9qm51JKOH7cb2cHtfb6fK+4K71Jvc3uEudFFY6fCxx7h/Lj76896twJ13ghCkIyRyy1uWbO2Fh4sfX+XFa4vD5TMf2rO02STif9vbgRN0VkjthoQwzDJLIulwqTUKt648vdqSLbWvjKvdWCc6zb6TQqxb7h6/HlSvvhy4g4Ouq/czaJ//Mxvk3vmz4tqkO3GoSJjGkf9Blz7ZaVGtyRy17jPaZM1vrC2oubBBqfiz2r2/3+Xxm+Yzd3k8JJ6HLYWnk/ou5eQf8ozAh+nL4dXpPt/arl5LrIsKTcAd5mefjEjWa76+H83z/eXrj77dto8NSAb0SkOoi/81+oTyop+xO/qPWeSgnFN0q3wMiLq2LfM/WcjfYK96GDYWpQcUaD48434nYVgnH6YlVazGuEiYE7kX/Qpd074VHFW5xUTW7XfmrEDo5eGkbvdU2mqC7QLW0K3kxyBp2mU7FVphgtppay02Hv7zbT3nhKeIy/15ldPp5oCtliMLUGN5HVfUaYkGInRczPzZRo6nr/uOEnYQv12Pudv3rejq+glJl1aUSaBI20bhcLyj/KnTbTi8spb6+vfH8stARDGmJJshLauNj9qk/+iz8FqY9XM/Hgaf4zlNkU9H143Q8vL7O9/uycb19scio893CUVfPqWoQ1A6TSsrdlm7Vte8NSI+0rQ5PEB5umdFtjqRtVVCCcPd9vWxL6toUcOF27noBee1tcaRws7O4+iip1LY5eUG4wjcG0R0zrUXZDiS/jf0L1M6HtdGp8kpqMTUc+TXfeNFut2F0Qu3S62XDy007YzvhvLPY6dMXTDvlSKfF6+30froczofTbdPXro3UeuHRablPpe8cUi8IXXMhL4xFFKNo2gndBOGFhKMY5F1uQpfH7KVP9Nd8u52SfA3bmlF3+lTSi/vNW3JOnZiAE2LSZIe3LHKdJeEupljCiludEpiqlXTCGN7n4TIzTYJO4jsIxVc+D5fr7fBx4OGPpQ14d5CRPVMs4GLaSJoVZnp/Hm6Py7xhkaHTqHNCqY3Pw/3++Hm7fr13SS2xzRtXQRgy/zwwlcCu6VstElK1jeEq92PrJOqecXXhBJG+tI8tNG/wU8ym2pUtTcnsNmrbZcF7YX3Q57LBvjwO7/NrkjjtXKC9RVaYTfO5CPwurXZTcJn1tW9Lj6q07FTrt0rXmVQMUvV9qjBusOKftFzBr+v5q99Nh64PxLPbvRFmbRX51x+ny4/1z+15t3trvmMWx887LQrhFqgY3BrrijWFsexPHmZUXXu0IBRwWMxsbpaaYpdSJNS3WWyhTZSaYndaEuZrfZ76Ts5TG1nSRqi5/Xn6HEe3u34rXhjL+zx9wsOHjp1ygXDz83l6vP5kq0XoVguht54Pr/PP6/k43/LBi7V9Ml0vTeFm+/O89NCEOX223ZlF4SLOQ61Kda7/zJJfJ/tanPJkk9/4qsPxfnh7LGeifsKJsdMJemJlYch7xHm6bmrrLqRqzD2LU4TC/uvXfN1GPeZUlxEdhBIpKVDfL3/ts3z2WSl/CNMgs9nnwtWd/FVX0imcT7bko1P+rU1N4lpBYSbpHiaZ3pkYbDcxCOf3MVnpErW88HhVgApL4ImdfHgQKuxkW5wU+K7JyLPMXdoqIVvlDVfbOttJmB2eLPGtU+xUzcXb8HT26xfHlkCZValEuYqRpBW2xTa4Ut9dqfz28cNC7BTYgxB6fOaD30a/NHY0JggLY1prH6x4st356Cjd+ZwPf27z4cg6XLdJpKtMgl33n26tNvZriaJfOxfEdU6Na652XCdXqtKjzwm4Ko4+ixh1PU/oqkTpqhJl8DUgWdUbYtWNIWE4rv7ofy39E7tDj1SUuH4BrjtW3eqqvTDgnRpPP9Ilup0LVp2Xft808v2l3Ve3hZK/8FtVwQ66U+1W8+xCIYy9LbnFS/F/z7vaBXNdKLV+asVIjy5gI+l1p8FevddXGOarp/qaD+mrf8aauhOF2aLrVaBi8A7BSjcu16XArN9xNfer9hBZd3f0XHikR430DT/4U586SUUnFGTIxja2XGdLukDc5rf5dltg//F0XQIuLB+wq7Aj6YS8Wq1TCRP1bfPn10mu6gP6NZHWryrHcZXIijUpYK1Hpqru+9wI1ijMs0D12XpH18nS1b+Cry5Yp9xYlatISB7qr041qehetliKhJVKi9VTJ2hOHXSrubLa1T41vmbI+irE+P91djVLrvJY8l16PQsk8TuvMtFRgW2qirm2cQN23Vr0u3cI0JFSyI5072puf5NgENL5yZPJjpjfxi4egA/dX8Wu0FWxDLtPr7h7Pjbk7g1J57iN3a0du59+/ra2C+1x31sDCxwvwLY9Drb0Ni4Erqf5DNRdycn4DfNJ6QFm98iJptvYTTaJiR9CaB4o+uQBbZbcHgP0VLZQA723YiPoAHV/sMLAnES9YgbJauXGF9lLetUweF6x52ASdx9mwxx6xZaAAvDE/Ef48VekTdEG2Z0WP55oEYdxra5IMuJt7B79cJ/G7tniq4GyUZMdmNsYTeaVQMVVbCVo7IexnyGAL1RouMAmouNgO+3PZhlVCVVMUr7tNg7xbFSRg2u1qy1pzRZJxuEr1pc2Iam7yITF74labEy5ge8XOMR+FVvNGAd7RI74csrw5ZBAU4FlCyiDiHWIIb3i/3Vvz/0czZiWoAmQiwNcRs5CrKCY5QJ1X2RKlVCNVe2aOjpzDSRtyDLMdsHNmyeSuQZjuJxUbd8QE28fWmgkdzJEi08SUNqpyJL0BrgrPIF/F8sT3cDu1yfPD6SASMOgf9278UkIAZ7vuQtXc9fAkhy/9MGx8212OWLtXFBqR/OtXabSOAJm45KYRtwUxRpEGSlkGyd8qMSpWZlAblQajKKxJnjae7loiaYL+csf3bXE5GK7otn5KFvATqlyAg9c+qEVyePzqIkVDhU9sndpASP52gK0wGR3L8iEaqXpf3ye268IGAS+CzKnWA6yiIkGdTIjpWoyJ13qOrtObTgO5103ZGBNdIS2lWNcJaBwVjaFWyzi+V2LDp2SSkPuFfDFA0e+JVX6C4rzTSbuNYo8X/0PTCxAOLsLqeRVjtqhM7KyEV8lsSChcEtu4GPXTlE7LLzlKvd8QPZpHLv+0Z1aPCqRC0GeVxvWrthvwoJGQQa6G1gibIbOE8mQGLtTP8ZOnqEokp0mJpG+dv1XBSwbkiG/ArXX4/cw/o3wYLCZpG+HeJF3gIbxLHLUdsWDZdGEEZQ2ZKffAtk6l2Vsd9f5Ng5zt2T5zxzGTMiZMBmZbLnLTN34sISPU/cMPwwuDXtgdYsfLDyN0OJb5sTZz26BS2SxMApVOx8QbciBQADebTpKAyGCFcRxoOsLxNuF/J6cgEK8dPwIejBkxQtx95O2NZiM1mTcv6F+96fkAwVRDfp0WCCn7+EnBQmfP1n6Hrtz1y6SWRGPNbg/dnBjw7pFvYewEFeSbKEN6rdrUTQvrKCyvP6xuwwRkTu8pULM7Wp6y7SAUYkUZPEbZ+inc1I0yWEexq6FEQuQtzWe+iGfeE4K5GxXOJ/bE1alYYKJlZfd0KZoYkJl4IZWkJXzFc0yB/vr19xOe/e6Ghxva7JuseHiJH4evqpK8peM/mIs5nKD54WgGA+7olu6C0ddcuSCVvFkyF1QKt5KuavQFu5/KpzkRyGJoUvxStcZrqRZ4sw3ZBU2Ll0T6lDjEjNLyXGxnzhJ5hJjFy4iV4V3fhKiTekV82W2xHut+L5e5vX0cxmGk9h40+e0f0mfUEYItRapei2lF3Ft1MYL2cuLzKVikosNiSTUOhdl+kJ6kVUhnXRpvNbC1mnoDMEujOGwRhK4JmDsoSYHtFfAbW4kmGGD1AOMk6Tvo0pSpc9dY21FPL0I1NXE+askZ7nXi9jvGnbhsHpUvPVF75SMGmCsazpAEbDEhgMaj289zliOtoKUgZ0c8liJmwO1SHqXveJ9mbDmysreLM2rY9ee5vYrXdMqYOwzM9Jyo0Py5QqJuFGB3JDbAiuhdmfS5xNDW9W4fVEr0mzuVUujhOfudne+ShIiJwoJDfSLyHnAFGpiyUBoTDK+EkNrJqwcyB5aOXMG28/d/jK+5cjWpdbLHYZTlIo2kIrSqfKC9nk/n6fj2HVR+g0qP2/dn/XLhmcL9Z/6XbDknqt0AyoUdKVnAT33f6KGagNKDWThekNbhSkjhgzsaTU5RyqAsc6V0qF4gslIZ16HtyMlQtn2vZub7oc9SSE8X0xGqiZsgAm0AtDYbWlBW8glSxs3NZFtwlyV9Va1yLFRjgIChWYNRe1GlEqhwT6lYQvzXTxtWIMQVEWfyusd3UdQ2FAw2OciROOi5lI2smCsS7T3WB/FNbQ6WaIKVhFhBtA77JE9r+Twb7ilVaLS7x3hCnFqLek0b71MYkcuYQmzC83FmfEGCucqHSe8jFqVboDZTc7qO9TEFloD3Hs3udeODI96cXlUde7bIzIlQGcgkxX0m1fZHlvNjL4eMDluyEnisZvb/hrOkAzX9XtKBDCgPlv6Dg85krBdK2LXvLheBekPvXCskvSjuw2n/hRtCg1sCopkClvEV5aOIXPcyzCIbqESQqmoTKhCRhf9RlQ7arnWUmGSnq0WqW7NOp9st32PXRXCpZnLWCnLnt/5DVSw+5fkqK2VacETCfoIdMgx3K+neVH9jIZJYIxT2KeK3hvnBXKa2wsO/ikwOK/IDtF0/O5Od6QbqPBzMqRupgM6bdVEbBiHlQhDSqwEiBFYGLORYwYCFuodYL8IBOIVySe0uJdu9z0XIeOlIQO36TigF58OU9pcsszKkWB1RRISp6Nd1o/2fI8OFw3RPslOnY5zZ4rjBQvuYe2+JovkK1IfjUw2IRC3t65AO72t0DCXjP6mrr2cu2m6dWM/nKYfO3iaNjlvoPFH1jEc/HNgmO7IxUwwqyQuFKuy3EvkSt1Q+y6cVDgrJVEmSRaedq17Ez5MdipkhbneLwdM40w4acYKX022NnOaUpP+oWEQ2dWyUjExzypMBqUYbfwxSAPj/VUQdRcy2VGRhcwVcV9bAbmcmqQqWLBo7i/MMoWoJZUVYQcWQsKv2B18vVbiziGLZ4+q7sv+37s5/BqUAVgZqBAtcYPgBkQK0G6Q12H+tKc/3iNwFsnS6Qa4NGCt8OM8z/1lJ6wYbpdkUr8BL/pGu7FvqO3XZNl4lbg8D19A8Cpxcp3MMqfOOq7M/YxfpwmDiJLUt/MEi/bUW/mqpVj5dGCvgAo3vZWE1xAaR1r0rwYpRZZ/8+QSn+1xjgk0JixWGJYv/OQC3+31FP8AsMhu2JO+Gx/9sUuZROfh9ljJ+F4ukgA1SemKrjHhRYLHXhX8U7dDoxFFTIc3zBq2TpbOH4tR5yF1rXRE11qkeozyXFX2MvMTBU9IkaXByqqFJetrCjTrlXRcRAGY/Ui/B+gQ1SAs0Agt1Hh/b5G/qbwbJMlqtVdbss/T8IPF+bBabcjSo0WLtuQaBFManynL8Gnl7e7Jgp69zP1mZTYTOlxQPKjIkZcpEhxTGQiOOeEoLY1XTe+5/dxNG2sO5VShep/RcJH2G1BHSpmtq8lmxfQnkswJRwH98HvOnlZ/+lvMygEjNyWsdbKztiLuODkqpMMZcpDIYu0lRhVM7TrSvXGpQyWU+0Btxk9YG3lEZCXc3sRtyeNTiZQJF57JSDrU4qX2cbrH+nthR74ga40LVnLQKisAj81ULu04T7Ye9TzSKGEql32QAvzc38CEoabJSALtdG1vcVengDMjI5u3FmkeUobioE9M9gKn4RgJUypkW74DM323426vhuI0aUECcP3coYsHeJQ3ZDdsGq5fcaBhwkpXye4e+2MaZvzW/zdHT1AuqcvdvxRSaKjlk29yObncYWwyNnJY7uejvz5ifYgwfyW71xvYU0O78CQkRTxXyPbwXOeoBiOshmRdPG0egC9sIWwFVok3xN0nrmFhRTWkRMoG+fT3g9VDQxoFrqBPvK9q6Ng0pNTVCvlq64NuPkkgXlE3x/IXDyHM2xpy5HbFxo0QbFNcqF85gR2VuThaaTmGa2HYNWL31ghpUAmR0FTSvGPzsuUG57G9Tp/DeImmYyFXzdhQ9TbMf9vT0zcPPXnSn27B3DksgwQgS95YoHA2EkFrACVXJvpahUwL95rEPEQaZqXLAiq3CTfGl3vF+V08HXLvOOb96YynuwqnOOjXSe5ByoJN4/HcRuVBBY+Z1KWcxmPcfC5CoIa9oanFzgoIxWbi9aGkwZnLAVbIh6H9PLMh739q+1c7DTBz2HL44ul9G3rctBuIxhUpZrYTJ9fgVpI57rb8IV0j7RsD71wrntbIw7OG9ZtYkLZaCG41BrYacutOFTBRWcJNJ5cuhKnd/tq4J9P4dEfCIi1/FcK3LIVO79mlJvCCk7TISefpQujmXhagYfepeKxVhyUs4/LzwuW/hZDXKy/5SJrWPJkwhVWeO1pF4QoCZebXkSThJBni1bSpMhkw1disy9oBQqSlUAdTZFLfuMfFSG58tGfUkqqQx8l/RvM90ikPRapdeSt3Z4ZsYJVbZpWrCFaiQK29hp9MO4tilc7IUaD13mLt8xK4O7kXO2WLIwvqpZumSOq0hEA198PSpJrdCjxH7jUmLDAVjslUuS9TJqMroV1or98VjEWSSaX1D4kG2mHCriZdnlag/fendAYTHOSYdAiX+riAQ0fv2xYzodkPST1bV4/8MBR8qH7kR3zXZGjJjSj58i+pJpWuPMH4hptxIifbpnns2kt7XErJkfMsCvDyt7gAWp/A+dfZOWJ6Cw6OWS6cLk8TaGSY6a3LxiaZGiQmWQ7QAjVcO8KG02RAk2SLG+4Kz/O0kJahWZbzimsjic/BzX7HcUUB/k4Z221YkaNQWIdFAOOLMULtaBwjz2RsbXC2xag/3e/wGT1oIJCynIPZKjNiMSr4WthBr8XH6zYOt26cf8fuOIzxKgASDcsrsKjRsH/41g1LxrkfbI56iM1XygY4ev6lsN+B4M7DHxwAAbmAQix0C3bnvB92fXHssW+hGfuaN7yP4zBOez8I0MIgvySHaGUXE4jBkyVZroJ4a8cpYVoRluhJkmdi2KKEaRotqXadSzmU3VBdYfJ4n+bhYmOUZdjveF/o2JEOuIJuPUteWS8x7SdQQKeFLattssuRHXF4BFTSGpLqVJ5zz3pux69uPtw/P6PxVHDiIL/8FSxlTR2WKE0lY3j1OzeZEE0rYTYuJ6NTgFsDMQwQMhwD4z7WFOouvmsgZGRpifGUbEwmdp8AGS1auCjPCSl6pFXC3P3tL+1Xp5HtF9rzFWSXPk4UygyZC269aNFv0uKZrL1OkQiQaX8mSDeUpfnKhoCvLVTUYnsrAtWeTsf7Pthvwp+pM0M/d9mxEK0ENP7RO7QnOUkDnjUZGYCHwAuTL4ELtVyyGAK4CbmXJoMIk2wzAerfft7fLEy+ZWRJIYSNpQgbkCXPSIucEPF+s0W/xK3CsiKp8gL8pDPQQIM4I5NdQV2WQPIjULAKSHFjjxvHGw0oXmVkJwjx4sNWAYfZZCRBFEH3vxy0tDKSxupBU4sfJgYykh3qIf/2c/IdhdJMWrEHooNN6wAqUNwxrJl5AvXZvhVSEbQiR/0C/E0nJgHcAPCbXy6mRqHCrTvdpFDYSHepIUWS/FV2+w24Zymy/erxbFYHeGG7yGVKMkyqyJIB4ifXdA7Dd2RjSnB3g9ZGQRuaZG4C3rMFl0OniOySCPK6nScXXFiP0IqkEM7f3fBx7h/dhxR8EulZsKuzh5rg2udw7c4L4WNHqg+702Ru5pG76+lj+Pw4dReocoRm9GRO7jHv1z/X4eeaeAZgBU2jPm2iN3l4ACuS5rZC4uYAmilCVNxqiMaV5bUixx63Syzra4o/swL2ePZ8XxH3lr0KdMZNRtZmAM8ZAke40H0iKWEW1y4CLKOGJYXt4WaSm4qgkWvgaEN2HtzF2htOEUPnU7GRjgdL7o6gYcq6vDrQp3XaBpiarBSlg73dD+d+P0rQVLDEyCaVA90z5xrQJ1akmLfF21zudrFjONyoNZtOf4/dZF0rIwsFsNKsyYL0/H2/HD72/i52MBy4s+yPvV8O17Y/W7mL8333RsIGoqbLPHvQWNka7pUNBSxs6pfD6G9B1rYXtFgXG4DYRLY//onKWTB/ZthlsuC0x3/d+9WpKjZr0hpMb9idrb90O09s8C8pSDK6RUqR0cH31nEXnJSWrqUTssWAlRPsU5n0CjMnuqfEqk414kwkI7O6FEpQKU5LJTmAaG9/tHFZdIRCF/GNh7qX7ANXotwLjIkpqpJGXy5FucKH8MKBauTHaa9aaKRpSpLC7U2uMSMSWKF4KalExQa6groPQ8GVSbOReD+31/5+OY3PvQMb0BLWJJXRIb9oY4Jla0Z/CLvZxmA/K4Wp4h2kCleAV7USLjZbgY+bUDqs7uZuPil3cyDyZZTuA6ql316z5Q57zYPV+OXeTnjOarIxFLEIKhipKNlcY5jb8+F37ibbsIrK9NBaY83tFkSvlxVRkmAUnOQN7qrFqkJeyPaW3G7YOJ5EI3uhEhpqIW4btayz2n3EOjPCccsl+Bdmm7goaF057pcIImotjGSZJNIN2YBfK45Psl7QmGa175+XsEDWT7NVMQu3q3iAWp5mg1gHlb678NVqtuFkIVM6C2W4rbzxKuKiRg1irDWpOxJUHfZvFahDmhyjncf287M/WlmBJzKgYB2p2NApBbsyKhAcXMHYsHO+nONWSgMHHTkMZYG6vzt50gxcXA3bO3p8rP4uUQQLwRh7wjxSUFFcRyZjcTUth69V2LZuw3IaVn5D8lO23vJHdiP3h5uTEGUUxzETuyHjxKqNY2kUzr5FttDCMbDEOrd0VjClC2QrtytXjoFcOcpu5RhuIgUtRNrKETirSoYEtv+4dv1IEYuu3UOoXXhYN/KH0952w1yNI0HK6EDj9nwZ82rcFH4jDJVMxAI9QU9JhKqd0ZLSladQCy9Vah5GUHKvbqj9X8LhF9WVXEhuuXD9C4lzxepJlcKHLaVLW3rrKGGuet6sPGJVyVBN5cVZ5O7rTFi1Qn4QtXNVa2GKeMECoZfWImdQS8e4lt/hB/29v1Ajx24mkXsmyz6TGD4Tb+7M/V6dCQ07K/0wiPx38hkosXdWclArV6DSonijleiXa+WHByQE8AMFkmgZcXk28q3Jm9a5/3xlBCEXnchc+J65Y+5qka3TuTiQi+qRFkq6Fu14LXx4Lb71upD/1VPWRQJBlzIbUoqEQSka7jKko0u557LwqaNsP1qyKz+RriRsdt+MrmXnYmVlfD8AW0TQLSV1RCzWKTUhCsP/hoxL7yhsCq6M8pmJELaRHZplu937pxmDyoDnYsihzDumb0Dukc/cffm50MVdeFw7knDjBvIaqUUoaa7lkhIXMs9VSQaVicJA5j8vWUZS5NCVLNqG1Dm99925s/+CARGMWirS4/Le2zGwe8Tat6UoSHdZsLUc+upthvGQIUdMrXzwM7MflQH5w5DF8BgyFaKrDBgghqQz3a/Wb2xqz+0pKiJkCgI4krMGeFiHBN8/Fy6If4VS2p/C0oQgy8f3q/OuinNlsEMkSzeJ6lIG3HmJHCT80ZmU8DI5dzQ5R7peD+U6NLRrRROVtR5zkIe9h07Yn/KEMTlKc1JRwV0hZbZbw0RAQ/bcpRGMJwrQu8icZIV65tWqMuAgGVJD7347/17/RN8ckO/dw5Sgr5YQRKZfDZk8r1dr428yPF8NadPjoA7dV39NPY1w48jpFbaB7hRhMiD45OyxHeI9u1Pg+eQkHwmQu+uenWrr9ID7znpwuMktWeOW91882bi4ozIIsXKyZrzDfHK/4ceWkx18wLaqOqkHXAEweZZswMfhcjt3iWqNyoDrlJOTbQ73FL67CBc+CXLKwONaL7AEKlCRcpId4lDTK9fAF0ESIgQyuQgMfAzle+/qsx8nywYf5/6cemEw3ZZX762w/ccAdP2cVBsN4Z48AvgO2FBqg7306zR96tfDZ0AaUjrcqKtrYOmTVV6HNX/34+nVa4L1/96RtTfCg2oZq4UboKVfUshf0gXZxA9Qd00zGEkjaekh3vVzSHlRqKwEETuS8fkEOfGygA9S5G8/3v1nBYSQrZ74DuJlePRdovpqFEzWvXcgWuBkTddoGFcitTRC1B1ZUgPxmaQ0rogv8kmgnRTkWNiK+qpRqbIanM9JMt8KnP62gD5QkASwDfDvbA2sz3E6Cf2yguT1rpAvOt0ayNTk9MeKeuuvXy+eKTTkCrLD7JHT5Hc7Ch3CkjoIHja9wUDXqqDTzhg0dbuwt7x1ENwW87pf229/ctewIt46FjZsS5BLYisoxJXkEBRgJ3GNBhY1nSsncPcPW8G4VUlOySXBEzsa8FLfShs27MdwevKsQdrmrfwRvH5TT6QE6Hf2IQedQg3DsPKtNDIw+00B1wD8zgt0j/Y0XiLM8Csp3zoyvX9T7NGsQCVZsw5eKdh9AUCBNldJTrilsCNqKRQqSrZeD7iP4RQ/CSgqlORAWgI18SCgrlBW74SUe+gESVFBgaF865CCCywuo5bMG7v1QrWhfCsTggtEbxLy9vKtAyul+A1ZcEnKr65wr9o5CnKs6q1KFlRgE1sFzLawphur2Db2t0Cyl/3lFubQRu8a5jdY5c8V69Je26947eQF4L1zbwk98VCjQld0pGfRUksG5O0q0pQ14i6bcPKpcEX6UugSwg12+rSVa64pLQoO2nUOlB9p19LxN4GFrPfFk169sGxr18dUIteoM7bAMHXtSfp0n8O4kzcEmVHFpsZTdxy7U3fduVqBw5OUxnNHjCjdU6qEvJCJ0XYmY/FKiBRCqlHGNbKVETVKI3xDI6JkomqmCiEvC/FF1ULvqKXVL2712g8gVSSr6T5ZTYT+2F2GwIMjnpsAP2c255667jKhMib02RSbDE5dfzKIA7Mw7Lk4detecLp0p77df3k65DznXmBWWCdK/i0XXk4hvHvxcdBGGCEV22CauuviWeMMHPG+QlszT+avhawq/5bLEixKYZu4nqU2or1Qkdzc+9QN/e3zNFpdCTwndGgXKPyU3K1yYXqUbhS1dleXDaF2jJPGrflGPJOMcIe8L5foSWjhT+lC/hJ+kq7FQkK4Q7ohqeb3Kda3hYYhe4xN3ZiUOtNhWZhu7y1oiameDHpuXnScLbRNsZJTHuYfpRwbbt3XQiDaVM+ZS6Qc4uCaocBzzXI35j7apUwORdKSxLnHUnRh37QgC3aLVLt913AGl0BeV2SF4hG7Dppw+xVSVUM62z7aRfWxu8YKskrBLlqRudCju56G8dhGdVkFI2EVKU/vwZK1Ppx0Yl2IHt1o/XzG/u/LyqSCIn1FHiIe/FXlDwZiyeHwxU4qrvSBdrM47MnIgdtHRV5XCydQu93QZGSf7GHNvo6xeYSCEThSssFBfQ4PfOZQuazZVbLzUr90cxurm1tF6/CFkimtB9+c21N+7cpoGFsi2XML9ncXG+1CBVBlnr/Kg0Yyl+D/lJHlygXo/6NNtIDuQvnG70yIgSlVwjdGlpQXuHE43Kf5GtF3TKhxUboBLJWJP5cR8SkjyYuR8Kgi2+XLHeylQaAKqoQQS47sLKA//Qkt5qFE6SeHyGPw0XfgBKZgSly8Mmrvn9V4si35LffdT8qVA2hn5HyLx0qUHUKTcF2TtVqLaKX92uvxexhxTFlDjYvleiFi5GELRS3Wy29FXEeMU0+yhCf532KmnijMu5M1IoscOxEFN0iWIx79ZbieXh/AMDpTk3WmFfjV4QuMW5Kl+ein/tDv9i/gVgr1Xw7i0k1T6JosfvvrDIf9OLMCq25ds5HDDvTJGQYBMv0ip/4QC6hCE74me9AbkogzRL8cIgOyhvYYesvyvPRT9+QnQ1OfZI09hvP9EvMk4IDd3n/uKbZuHZASBuslUptBBZuBKy1VpFpLiJvYEGpQH2dXwK3tTzsl81DyV+odJiNVMB6RtGnwo6WoIbVCYRhLPawR/n9NEvYe48ft3NoK4uXjfk17YYVKw+S2MVphkKm7zstWtBcyKkO/UvJxv6D9K5ifrcm578d46sfVXzJCKwGNDPbGZK6mYaiyJjUOH+OtvQ5je2l3C8wYoM6wH9aYkLUzENTSK+aJhr8xQOwgay2PeW7P/ZdtgO9ZQgZa9+Q0x2Oe5b2mUaGvzub382y9CCMkSGhJLuuG9OJXQ05FlpUf8+zinggNzn02tfRoL+4Tzk1Sv/Qxz9PR2lmnIeFcYrOS+2l8KQuhNNA06pJ85Rb3RUSVw4dIbjo/bR//7CoHERxR8a9INsIGuT/XNNA8arIVbOH2NTtwG9Re6Jis3gloOh7JYSciaXY/3aGN3QWUhtpvTc5A/XSHcQbrNQOukl6lgjQRWgGH2744rYHKUpMs4J/u8Jjh7eZhSYKt6qww0cCO0kBYqUkx1hXLTnHFXxuQSRqSFPWzqwcVIb23IUvOP73t2+FGrUNFl9wJcueuJCKtqtJ1cytfQXRNGtfyrF13t3GtrkbKCUYm2o2ReqMIUYmFmC6kI1PJv9XSzanFnbwhG/DuN//pfp0G/7OdEPrfhlWHdhew/sbXqYv1wBQMZ5UkxW5f8oHCu+vaGDfnVrqBV9E5rN1/YxlB/3C5h0z8+/l96eGXvvsuE+ZeDML4TqVMz5tKxuwk0S1lZl5aQbqUN1m5haGrRvIfKWA1ZLnhp7+erL/8ORL+A2K+Ipt3P2N7u3XjbsCzAFsuRQq7CNq62CJEcBEhiXob4nHslmbv7i6hX0SyXLDmpSrIEDLuuf29RAsd5AIrMjT7u3r3vI5QNBYouVNhQ34Vo0AETc4vRcVqFIkiRaR/WyzAKqAO16SlyO8w3dpjt/tVEMGT/a/f4X4YxpbxlMohricTwA0/eebDMF3DsHH++T//uPW3bsk5/vf//vnvf/8HOruvrA=="; \ 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 3f490d524ddd..460979671b54 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 1d143268cff0..6c6a5dfd9a85 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 a5e4452f130c..5f8c7222f5aa 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.5.1.

            +THEOplayer Web SDK
            THEOplayer Web SDK
              Preparing search index...

              THEOplayer Web SDK

              The API references for THEOplayer Web SDK version 11.6.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.

              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 fc63bc3f1dd7..7d819e09cfd1 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 1d0b6538e2fd..10f8a4882e48 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/AgamaConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/AgamaConfiguration.html index c1fd13449f9c..2fca38de695d 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 89d617f68212..733893efd7f4 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 ea0fb58f165b..e91f60f4a54d 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 df78e82664c0..bcd954bb03d7 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 3aca0de9a14e..5c42031a521c 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/CachingTaskList.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/CachingTaskList.html index 8429d809aa2c..a1b6ff0f50a8 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 a89aacbfb270..e5e2f7a734da 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 1e25080e3e1e..35407f40fd48 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 c5b5629abdcd..620fa87f02a2 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 faff10194033..7fb5d2c60048 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 f3a04b8aa48f..a0ed35d515b3 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 fc4f14fb130a..e6e7ea7de207 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 7742988b9ac2..0c2e789330e3 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 675ea8ecb544..8d5f05b609f3 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 7cb4dec062fe..710b02a59aae 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/Distribution.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Distribution.html index f85e954f5602..d34c58c0be52 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Distribution.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Distribution.html @@ -1,4 +1,5 @@ Distribution | THEOplayer Web SDK
                                            THEOplayer Web SDK
                                              Preparing search index...

                                              Interface Distribution

                                              A THEOlive distribution.

                                              -
                                              interface Distribution {
                                              Β Β Β Β id: string;
                                              Β Β Β Β name: string;
                                              }
                                              Index

                                              Properties

                                              id +
                                              interface Distribution {
                                              Β Β Β Β externalId?: string;
                                              Β Β Β Β id: string;
                                              Β Β Β Β name: string;
                                              }
                                              Index

                                              Properties

                                              Properties

                                              id: string
                                              name: string
                                              +

                                              Properties

                                              externalId?: string
                                              id: string
                                              name: string
                                              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 3849dcd2d580..5d13fa59c514 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/FairPlayChannelDrmKeySystemResponse.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/FairPlayChannelDrmKeySystemResponse.html index 82491b022a51..8aa261a0f8a1 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/LayoutChangeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/LayoutChangeEvent.html index 4a1a60d8b318..93e7e28a5b15 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 f92413413174..e239804fb422 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 bb8cf27151a1..7445032400bd 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 e90e627ece9f..61b94c925523 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 b0b5b241e144..8e79786034f6 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 e77487d92cf4..a477b577a016 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/PlayerConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PlayerConfiguration.html index d031e3a42f74..3e542b5928b2 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;
                                                              Β Β Β Β 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;
                                                              Β Β Β Β persistVolume?: boolean;
                                                              Β Β Β Β ps5?: PlayStation5Configuration;
                                                              Β Β Β Β retainPlaybackRateOnSourceChange?: boolean;
                                                              Β Β Β Β retryConfiguration?: RetryConfiguration;
                                                              Β Β Β Β theoLive?: TheoLiveConfiguration;
                                                              Β Β Β Β uplynk?: UplynkConfiguration;
                                                              }

                                                              Hierarchy (View Summary)

                                                              Index

                                                              Properties

                                                              abr? ads? allowMixedContent? allowNativeFullscreen? 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 84505cb5effa..ea7d0b540586 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

                                                                • Return the player with corresponding UID, if any.

                                                                  diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Presentation.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Presentation.html index f92b80bb61b9..0be3267c3a6b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Presentation.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/Presentation.html @@ -1,5 +1,5 @@ Presentation | THEOplayer Web SDK
                                                                  THEOplayer Web SDK
                                                                    Preparing search index...

                                                                    Interface Presentation

                                                                    The presentation API.

                                                                    -
                                                                    interface Presentation {
                                                                    Β Β Β Β currentMode: PresentationMode;
                                                                    Β Β Β Β addEventListener<TType extends keyof PresentationEventMap>(
                                                                    Β Β Β Β Β Β Β Β type: TType | readonly TType[],
                                                                    Β Β Β Β Β Β Β Β listener: EventListener<PresentationEventMap[TType]>,
                                                                    Β Β Β Β ): void;
                                                                    Β Β Β Β removeEventListener<TType extends keyof PresentationEventMap>(
                                                                    Β Β Β Β Β Β Β Β type: TType | readonly TType[],
                                                                    Β Β Β Β Β Β Β Β listener: EventListener<PresentationEventMap[TType]>,
                                                                    Β Β Β Β ): void;
                                                                    Β Β Β Β requestMode(mode: PresentationMode): void;
                                                                    Β Β Β Β supportsMode(mode: PresentationMode): boolean;
                                                                    }

                                                                    Hierarchy (View Summary)

                                                                    Index

                                                                    Properties

                                                                    interface Presentation {
                                                                    Β Β Β Β currentMode: PresentationMode;
                                                                    Β Β Β Β addEventListener<TType extends keyof PresentationEventMap>(
                                                                    Β Β Β Β Β Β Β Β type: TType | readonly TType[],
                                                                    Β Β Β Β Β Β Β Β listener: EventListener<PresentationEventMap[TType]>,
                                                                    Β Β Β Β ): void;
                                                                    Β Β Β Β removeEventListener<TType extends keyof PresentationEventMap>(
                                                                    Β Β Β Β Β Β Β Β type: TType | readonly TType[],
                                                                    Β Β Β Β Β Β Β Β listener: EventListener<PresentationEventMap[TType]>,
                                                                    Β Β Β Β ): void;
                                                                    Β Β Β Β requestMode(mode: PresentationMode): void;
                                                                    Β Β Β Β supportsMode(mode: PresentationMode): boolean;
                                                                    }

                                                                    Hierarchy (View Summary)

                                                                    Index

                                                                    Properties

                                                                    Methods

                                                                    addEventListener removeEventListener requestMode diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PresentationModeChangeEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PresentationModeChangeEvent.html index 2590216f92ef..d2fa09ad8b2b 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PresentationModeChangeEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/PresentationModeChangeEvent.html @@ -1,5 +1,5 @@ PresentationModeChangeEvent | THEOplayer Web SDK
                                                                    THEOplayer Web SDK
                                                                      Preparing search index...

                                                                      Interface PresentationModeChangeEvent

                                                                      Fired when the presentation mode changes.

                                                                      -
                                                                      interface PresentationModeChangeEvent {
                                                                      Β Β Β Β date: Date;
                                                                      Β Β Β Β presentationMode: PresentationMode;
                                                                      Β Β Β Β type: "presentationmodechange";
                                                                      }

                                                                      Hierarchy (View Summary)

                                                                      • Event<"presentationmodechange">
                                                                        • PresentationModeChangeEvent
                                                                      Index

                                                                      Properties

                                                                      interface PresentationModeChangeEvent {
                                                                      Β Β Β Β date: Date;
                                                                      Β Β Β Β presentationMode: PresentationMode;
                                                                      Β Β Β Β type: "presentationmodechange";
                                                                      }

                                                                      Hierarchy (View Summary)

                                                                      • Event<"presentationmodechange">
                                                                        • PresentationModeChangeEvent
                                                                      Index

                                                                      Properties

                                                                      date: Date

                                                                      The creation date of the event.

                                                                      diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/RemoveCachingTaskEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/RemoveCachingTaskEvent.html index 4ba9f84306c5..9ded3d8d6f4c 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/RemoveCachingTaskEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/RemoveCachingTaskEvent.html @@ -1,5 +1,5 @@ RemoveCachingTaskEvent | THEOplayer Web SDK
                                                                      THEOplayer Web SDK
                                                                        Preparing search index...

                                                                        Interface RemoveCachingTaskEvent

                                                                        Fired when a caching task is removed.

                                                                        -
                                                                        interface RemoveCachingTaskEvent {
                                                                        Β Β Β Β date: Date;
                                                                        Β Β Β Β task: CachingTask;
                                                                        Β Β Β Β type: "removetask";
                                                                        }

                                                                        Hierarchy (View Summary)

                                                                        • Event<"removetask">
                                                                          • RemoveCachingTaskEvent
                                                                        Index

                                                                        Properties

                                                                        interface RemoveCachingTaskEvent {
                                                                        Β Β Β Β date: Date;
                                                                        Β Β Β Β task: CachingTask;
                                                                        Β Β Β Β type: "removetask";
                                                                        }

                                                                        Hierarchy (View Summary)

                                                                        • Event<"removetask">
                                                                          • RemoveCachingTaskEvent
                                                                        Index

                                                                        Properties

                                                                        Properties

                                                                        date: Date

                                                                        The creation date of the event.

                                                                        diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/RemoveViewEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/RemoveViewEvent.html index 2f64bd9ae863..28cfc49b2c42 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/RemoveViewEvent.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/RemoveViewEvent.html @@ -1,5 +1,5 @@ RemoveViewEvent | THEOplayer Web SDK
                                                                        THEOplayer Web SDK
                                                                          Preparing search index...

                                                                          Interface RemoveViewEvent

                                                                          Fired when a View has been removed from the MultiViewPlayer.

                                                                          -
                                                                          interface RemoveViewEvent {
                                                                          Β Β Β Β date: Date;
                                                                          Β Β Β Β type: "removeview";
                                                                          Β Β Β Β view: View;
                                                                          }

                                                                          Hierarchy (View Summary)

                                                                          • Event<"removeview">
                                                                            • RemoveViewEvent
                                                                          Index

                                                                          Properties

                                                                          interface RemoveViewEvent {
                                                                          Β Β Β Β date: Date;
                                                                          Β Β Β Β type: "removeview";
                                                                          Β Β Β Β view: View;
                                                                          }

                                                                          Hierarchy (View Summary)

                                                                          • Event<"removeview">
                                                                            • RemoveViewEvent
                                                                          Index

                                                                          Properties

                                                                          Properties

                                                                          date: Date

                                                                          The creation date of the event.

                                                                          diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/SmartSightConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/SmartSightConfiguration.html index 7576772d1924..34be1ca05eb7 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/SmartSightConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/SmartSightConfiguration.html @@ -1,6 +1,6 @@ SmartSightConfiguration | THEOplayer Web SDK
                                                                          THEOplayer Web SDK
                                                                            Preparing search index...

                                                                            Interface SmartSightConfiguration

                                                                            Describes the configuration of the Media Melon SmartSight integration.


                                                                            - Available since v2.33.2.

                                                                            -
                                                                            interface SmartSightConfiguration {
                                                                            Β Β Β Β assetID?: string;
                                                                            Β Β Β Β customerID: string;
                                                                            Β Β Β Β domainName?: string;
                                                                            Β Β Β Β integration: "smartsight";
                                                                            Β Β Β Β metaURL?: string;
                                                                            Β Β Β Β playerName: string;
                                                                            Β Β Β Β subscriberID?: string;
                                                                            }

                                                                            Hierarchy (View Summary)

                                                                            Index

                                                                            Properties

                                                                            interface SmartSightConfiguration {
                                                                            Β Β Β Β assetID?: string;
                                                                            Β Β Β Β customerID: string;
                                                                            Β Β Β Β domainName?: string;
                                                                            Β Β Β Β integration: "smartsight";
                                                                            Β Β Β Β metaURL?: string;
                                                                            Β Β Β Β playerName: string;
                                                                            Β Β Β Β subscriberID?: string;
                                                                            }

                                                                            Hierarchy (View Summary)

                                                                            Index

                                                                            Properties

                                                                            assetID? customerID domainName? integration diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/StreamOneConfiguration.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/StreamOneConfiguration.html index 3dfaef996c27..868f2b65ae12 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/StreamOneConfiguration.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/StreamOneConfiguration.html @@ -1,6 +1,6 @@ StreamOneConfiguration | THEOplayer Web SDK
                                                                            THEOplayer Web SDK
                                                                              Preparing search index...

                                                                              Interface StreamOneConfiguration

                                                                              Describes the configuration of the Stream One integration.


                                                                              - Available since v2.32.0.

                                                                              -
                                                                              interface StreamOneConfiguration {
                                                                              Β Β Β Β accountID: string;
                                                                              Β Β Β Β integration: "streamone";
                                                                              Β Β Β Β itemID: string;
                                                                              Β Β Β Β itemTitle: string;
                                                                              }

                                                                              Hierarchy (View Summary)

                                                                              Index

                                                                              Properties

                                                                              interface StreamOneConfiguration {
                                                                              Β Β Β Β accountID: string;
                                                                              Β Β Β Β integration: "streamone";
                                                                              Β Β Β Β itemID: string;
                                                                              Β Β Β Β itemTitle: string;
                                                                              }

                                                                              Hierarchy (View Summary)

                                                                              Index

                                                                              Properties

                                                                              accountID integration itemID itemTitle diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/TheoLiveSource.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/TheoLiveSource.html index 796e94a29f23..f494695cae86 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/TheoLiveSource.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/TheoLiveSource.html @@ -1,5 +1,5 @@ TheoLiveSource | THEOplayer Web SDK
                                                                              THEOplayer Web SDK
                                                                                Preparing search index...

                                                                                Interface TheoLiveSource

                                                                                Represents a source for the THEOlive integration.

                                                                                -
                                                                                interface TheoLiveSource {
                                                                                Β Β Β Β abr?: SourceAbrConfiguration;
                                                                                Β Β Β Β contentProtection?: DRMConfiguration;
                                                                                Β Β Β Β crossOrigin?: CrossOriginSetting;
                                                                                Β Β Β Β dash?: DashPlaybackConfiguration;
                                                                                Β Β Β Β drm?: DRMConfiguration;
                                                                                Β Β Β Β hls?: HlsPlaybackConfiguration;
                                                                                Β Β Β Β hlsDateRange?: boolean;
                                                                                Β Β Β Β ignoreEmbeddedTextTrackTypes?: TextTrackType[];
                                                                                Β Β Β Β integration?: SourceIntegrationId;
                                                                                Β Β Β Β latencyConfiguration?: SourceLatencyConfiguration;
                                                                                Β Β Β Β lcevc?: boolean;
                                                                                Β Β Β Β liveOffset?: number;
                                                                                Β Β Β Β lowLatency?: boolean;
                                                                                Β Β Β Β profile?: string;
                                                                                Β Β Β Β retryConfiguration?: RetryConfiguration;
                                                                                Β Β Β Β seamlessSwitchStrategy?: SeamlessSwitchStrategy;
                                                                                Β Β Β Β src: string;
                                                                                Β Β Β Β ssai?: ServerSideAdInsertionConfiguration;
                                                                                Β Β Β Β timeServer?: string;
                                                                                Β Β Β Β type: "theolive";
                                                                                Β Β Β Β useCredentials?: boolean;
                                                                                Β Β Β Β useManagedMediaSource?: boolean;
                                                                                Β Β Β Β useNativePlayback?: boolean;
                                                                                Β Β Β Β webrtc?: Record<string, any>;
                                                                                }

                                                                                Hierarchy (View Summary)

                                                                                Index

                                                                                Properties

                                                                                interface TheoLiveSource {
                                                                                Β Β Β Β abr?: SourceAbrConfiguration;
                                                                                Β Β Β Β contentProtection?: DRMConfiguration;
                                                                                Β Β Β Β crossOrigin?: CrossOriginSetting;
                                                                                Β Β Β Β dash?: DashPlaybackConfiguration;
                                                                                Β Β Β Β drm?: DRMConfiguration;
                                                                                Β Β Β Β hls?: HlsPlaybackConfiguration;
                                                                                Β Β Β Β hlsDateRange?: boolean;
                                                                                Β Β Β Β ignoreEmbeddedTextTrackTypes?: TextTrackType[];
                                                                                Β Β Β Β integration?: SourceIntegrationId;
                                                                                Β Β Β Β latencyConfiguration?: SourceLatencyConfiguration;
                                                                                Β Β Β Β lcevc?: boolean;
                                                                                Β Β Β Β liveOffset?: number;
                                                                                Β Β Β Β lowLatency?: boolean;
                                                                                Β Β Β Β profile?: string;
                                                                                Β Β Β Β retryConfiguration?: RetryConfiguration;
                                                                                Β Β Β Β seamlessSwitchStrategy?: SeamlessSwitchStrategy;
                                                                                Β Β Β Β src: string;
                                                                                Β Β Β Β ssai?: ServerSideAdInsertionConfiguration;
                                                                                Β Β Β Β timeServer?: string;
                                                                                Β Β Β Β type: "theolive";
                                                                                Β Β Β Β useCredentials?: boolean;
                                                                                Β Β Β Β useManagedMediaSource?: boolean;
                                                                                Β Β Β Β useNativePlayback?: boolean;
                                                                                Β Β Β Β webrtc?: Record<string, any>;
                                                                                }

                                                                                Hierarchy (View Summary)

                                                                                Index

                                                                                Properties

                                                                                abr? contentProtection? crossOrigin? dash? 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 c35186de25b0..735ae2bb93f3 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 ebd73e711168..75742a8200a8 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 2dd8a9afce8f..54c88f055144 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 a6aaba6a353e..94d66464c3d8 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 e6bb798cabfd..c6244228125f 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 64a5868ae899..4a69b2d62af5 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 8b4b6d7ee89b..312414415b86 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 0d330e623824..e5e1fbe1ba8f 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 d9267f07c5e0..ee4b0de54bc3 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 547bc72afe26..55392868b5e5 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 69653784989f..f5dfb5205df3 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 02de4dbf3871..2483bad4d6c6 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 d9adca715b0c..4887fb645e28 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 09657bd98382..db025e4f24d9 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 4a93873e9d1e..722623ba1818 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 25593435703a..b69d262b308d 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 18580c077425..2faa0cd51a2d 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 019e80d826cf..67d9fd3559a3 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 7a41de367a41..a1dab2f025e9 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 381a705fc683..47cb995348ec 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/UplynkRemoveAdBreakEvent.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdBreakEvent.html index b315270455ad..fed5b8bdbc0d 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 3677286f849d..b9de442a5cbe 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 ea6a37ccd59e..d862d88137f3 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 8d32fc5940d6..6640888bee56 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/VendorCast.html b/theoplayer/static/theoplayer/v11/api-reference/web/interfaces/VendorCast.html index 2b7ef9122029..ebdbd1be51e0 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 95a571ad75f4..a65367a14986 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 082a09594504..65736e341010 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 839349be0c6f..3f0f206e8bb0 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 5778a0a6b359..db3a71f00674 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 25e463b18c00..778901483bda 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml +++ b/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml @@ -2,2150 +2,2150 @@ https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/index.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/hierarchy.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/enums/ErrorCategory.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/enums/ErrorCode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/classes/ChromelessPlayer.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/classes/MultiViewPlayer.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/classes/Player.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ABRConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ABRMetadata.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ABRStrategyConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Ad.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBreak.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBreakEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBreakInit.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBreakInterstitial.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdBufferingEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AddCachingTaskEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AddTrackEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AddViewEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdInit.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdMetadataEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Ads.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdsConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdsEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdSkipEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdsManagerLoadedEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AdSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AES128KeySystemConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AgamaConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AgamaPlayerConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AgamaSourceConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AirPlay.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AnalyticsDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AudioQuality.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AxinomDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/AzureDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Base64Util.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BaseSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BoundaryC3.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BoundaryC7.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BoundaryHalftime.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BoundaryInfo.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/BufferedSegments.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Cache.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CacheEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTask.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskLicense.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskListEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CachingTaskParameters.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CanPlayEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CanPlayThroughEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Canvas.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Cast.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CastConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CastEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CastStateChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CertificateResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChannelDrmConfigResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChannelDrmKeySystemResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChannelMillicastSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Chromecast.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastConnectionCallback.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastError.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastErrorEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastMetadataDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ChromecastMetadataImage.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ClearkeyDecryptionKey.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ClearkeyKeySystemConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Clip.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ClipEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ClosedCaptionFile.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CmcdConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CmcdEndpointConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CmcdSourceConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ComcastDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CommonUtils.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CompanionAd.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ConaxDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionError.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionErrorEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionIntegration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionIntegrationFactory.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionRequest.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentProtectionResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringErrorEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringLocationChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringStartEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringStopEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ContentSteeringUpdateEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CsaiAdDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CurrentSourceChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CustomTextTrackMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CustomTextTrackOptions.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/CustomWebVTTTextTrack.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DashPlaybackConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DateRangeCue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DeviceBasedTitaniumDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DimensionChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Distribution.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DistributionLoadedEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DistributionLoadStartEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DistributionOfflineEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DRMTodayDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/DurationChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EmptiedEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EmsgCue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EncryptedEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EndedEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Endpoint.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EndpointLoadedEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EnterBadNetworkModeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ErrorEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Event.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EventDispatcher.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EventedList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EventStreamCue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ExitBadNetworkModeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ExpressPlayDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/EzdrmDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FairPlayChannelDrmKeySystemResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FairPlayKeySystemConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FreeWheelAdDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FreeWheelCue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/FullscreenOptions.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Geo.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GlobalCast.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GlobalChromecast.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAI.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAIConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAILiveConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAITypedSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleDAIVodConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleImaAd.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/GoogleImaConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HespApi.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HespApiEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HespSourceConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HespTypedSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HlsPlaybackConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/HTTPHeaders.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3AttachedPicture.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3BaseFrame.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Comments.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3CommercialFrame.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Cue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3GenericEncapsulatedObject.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3InvolvedPeopleList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3PositionSynchronisationFrame.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3PrivateFrame.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3SynchronizedLyricsText.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3TermsOfUse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Text.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UniqueFileIdentifier.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Unknown.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UnsynchronisedLyricsTextTranscription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UrlLink.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UserDefinedText.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3UserDefinedUrlLink.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ID3Yospace.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/IMAAdDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/IntentToFallbackEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/InterceptableRequest.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/InterceptableResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Interstitial.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/InterstitialEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/IrdetoDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/KeyOSDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/KeyOSFairplayKeySystemConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/KeyOSKeySystemConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/KeySystemConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LatencyConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LatencyManager.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LayoutChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LicenseRequest.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LicenseResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LinearAd.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/List.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LoadedDataEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/LoadedMetadataEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ManifestErrorEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MeasurableNetworkEstimator.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaError.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaFile.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaMelonConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaTailorSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaTrack.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaTrackEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MediaTrackList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MetadataDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Metrics.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Millicast.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MillicastEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MillicastMetadataCue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MillicastSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MillicastStatsEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MoatConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/MultiViewPlayerEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Network.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkEstimator.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkEstimatorController.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NetworkInterceptorController.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/NonLinearAd.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/OverlayInterstitial.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/OverlayPosition.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/OverlaySize.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PauseEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PiPConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayerConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayerEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayerList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayingEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayoutDelay.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayReadyKeySystemConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PlayStation5Configuration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Presentation.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PresentationEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/PresentationModeChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ProgressEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Quality.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/QualityEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/QualityEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/QualityList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RateChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ReadyStateChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RelatedContent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RelatedContentEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RelatedContentSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RemoveCachingTaskEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RemoveTrackEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RemoveViewEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Representation.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RepresentationChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Request.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RequestInit.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RequestMeasurer.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ResponseInit.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/RetryConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SeekedEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SeekingEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SegmentErrorEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ServerSideAdInsertionConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ServerSideAdIntegrationController.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ServerSideAdIntegrationHandler.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SmartSightConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SocialSharing.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SocialSharingItem.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceAbrConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SourceLatencyConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SpotXAdDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SpotxData.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/SpotxQueryParameter.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/StreamOneConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TargetQualityChangedEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrack.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackAddCueEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueEnterEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueExitEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackCueUpdateEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackEnterCueEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackError.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackErrorEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackExitCueEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackReadyStateChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackRemoveCueEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTracksList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackStyle.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackStyleEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackTypeChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TextTrackUpdateCueEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoAdDescription.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoAds.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoAdsEventsMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLiveApi.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLiveApiEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLiveConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLivePublication.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TheoLiveSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/THEOplayerError.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ThumbnailResolution.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TimeRanges.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TimeUpdateEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TitaniumDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TokenBasedTitaniumDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Track.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackListEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TrackUpdateEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TTMLCue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TTMLExtent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/TypedSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UIConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UIPlayerConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UIRelatedContent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UIRelatedContentEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UniversalAdId.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpdateQualityEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Uplynk.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAd.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBeginEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreak.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakBeginEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakEndEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakListEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdBreakSkipEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdCompleteEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAddAdBreakEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAddAssetEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdEndEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdFirstQuartileEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdListEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdMidpointEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAds.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAdThirdQuartileEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAsset.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAssetEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAssetInfoResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAssetInfoResponseEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkAssetList.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkExternalId.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPingConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPingErrorEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPingResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPingResponseEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayBaseResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayLiveResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayResponseEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkPreplayVodResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdBreakEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAdEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkRemoveAssetEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseDrm.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseLiveAd.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseLiveAdBreak.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseLiveAds.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAd.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAdBreak.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAdBreakOffset.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAdPlaceholder.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkResponseVodAds.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkUiConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UplynkUpdateAdBreakEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpNextBar.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpNextManager.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpNextPanel.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UpNextSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/UserActions.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VastExtension.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VendorCast.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VendorCastEventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VerimatrixDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VideoFrameCallbackMetadata.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VideoQuality.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/View.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ViewChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/ViewPositionChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VimondDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/Visibility.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VisibilityObserver.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VolumeChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VR.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VRConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VRDirection.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VREventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/VudrmDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WaitingEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WebAudio.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WebRTCOptions.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WebVTTCue.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/WebVTTRegion.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/XstreamDRMConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/YouboraOptions.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ABRStrategy.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ABRStrategyType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AccessibilityRole.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdIntegrationKind.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdPreloadType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdReadyState.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdSourceType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AdType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AgamaAnalyticsIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AgamaLogLevelType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AgamaServiceName.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AgamaStreamType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AnalyticsIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AxinomIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/AzureIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/Boundary.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/BufferSource.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CacheStatus.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CacheTaskStatus.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CastState.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CertificateRequest.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ChromecastErrorCode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ChromecastMetadataType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ComcastIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ConaxIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ContentProtectionErrorCode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ContentProtectionRequestSubType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CrossOriginSetting.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/CustomAdIntegrationKind.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/DAIAvailabilityType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/DeliveryType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/DirectionChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/DRMTodayIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/EdgeStyle.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/EventListener.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/EventMap.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ExpressPlayIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/EzdrmIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/FreeWheelAdUnitType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/GoogleDAISSAIIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/HespMediaType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/HlsDiscontinuityAlignment.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/HTTPHeadersInit.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ID3Frame.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/InterstitialType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/IrdetoIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/JoinStrategy.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/KeyOSIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/KeySystemId.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/LicenseType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MaybeAsync.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MediaErrorCode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MediaTrackType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MediaType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MoatAnalyticsIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MultiViewPlayerLayout.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/MutedAutoplayConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/NodeStyleVoidCallback.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/PiPPosition.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/PlayStation5PlayMode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/PreloadType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/PresentationMode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RelatedChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RelatedHideEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RelatedShowEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestBody.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestInterceptor.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestLike.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestMethod.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestSubType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/RequestType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ResponseBody.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ResponseInterceptor.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ResponseLike.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ResponseType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SeamlessPeriodSwitchStrategy.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SeamlessSwitchStrategy.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/ServerSideAdIntegrationFactory.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SkippedAdStrategy.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SmartSightIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/Source.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SourceIntegrationId.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/Sources.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SSAIIntegrationId.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StateChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StereoChangeEvent.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StreamOneAnalyticsIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StreamType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StringKeyOf.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/StylePropertyRecord.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/SupportedCustomTextTrackCueTypes.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TextTrackErrorCode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TextTrackReadyState.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TextTrackType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TheoAdsLayout.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TheoAdsLayoutOverride.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/TitaniumIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UILanguage.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkAssetId.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkAssetMovieRating.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkAssetTvRating.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkAssetType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkPreplayResponse.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/UplynkPreplayResponseType.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VerimatrixIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VideoFrameRequestCallback.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VimondIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VisibilityObserverCallback.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VoidPromiseCallback.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VPAIDMode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VRPanoramaMode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VRState.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VRStereoMode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTAlignSetting.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTDirectionSetting.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTLine.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTLineAlignSetting.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTPosition.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTPositionAlignSetting.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VTTScrollSetting.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/VudrmIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/WaitUntilCallback.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/WidevineKeySystemConfiguration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/XstreamIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/YospaceId.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/types/YouboraAnalyticsIntegrationID.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/cache.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/cast.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/features.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/players.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/utils.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/variables/version.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/functions/registerContentProtectionIntegration.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/modules/ErrorCategory.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/functions/ErrorCategory.fromCode.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/modules/videojs.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z https://optiview.dolby.com/docs/theoplayer/v11/api-reference/web/interfaces/videojs.Player.html - 2026-07-03T12:14:55.158Z + 2026-07-03T14:00:16.151Z diff --git a/theoplayer/version.txt b/theoplayer/version.txt index 326ba189b470..146d5de79714 100644 --- a/theoplayer/version.txt +++ b/theoplayer/version.txt @@ -1 +1 @@ -11.5.1 +11.6.0